2024-01-03T10:31:00.215 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-03T10:31:00.215 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100 --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/orig.config.yaml 2024-01-03T10:31:00.253 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-03T10:31:00.356 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100 branch: wip-adk-testing-2024-01-02-0614 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: '7505100' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-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-2024-01-02-0614 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: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-01-02-0614 sha1: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2264 sha1: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2024-01-02-0614 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 targets: smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZS/WzNFrTXY/QXTUpkNCJWQ8fTE1VR4s3a5nxDSC9lyicVyOWKW8B7liMfeKh8GQI4QhINPy2gXfYu5MtfTAQ= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKyx5HRjq41a857w6L4SETglrt3+Wt+qvh4n+88DBJvmI970Ix9Az64h1dn889rCpr5AJM3xMc3rhDvFrDhFPs= 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: 01dd171a561ca33631bf0a38b105879779f72410 timestamp: 2024-01-03_10:25:36 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.3501080 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 2024-01-03T10:31:00.357 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa; will attempt to use it 2024-01-03T10:31:00.439 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa/tasks 2024-01-03T10:31:00.439 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-03T10:31:00.441 INFO:teuthology.task.internal:Checking packages... 2024-01-03T10:31:00.467 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28' 2024-01-03T10:31:00.467 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-03T10:31:00.467 INFO:teuthology.packaging:ref: None 2024-01-03T10:31:00.467 INFO:teuthology.packaging:tag: None 2024-01-03T10:31:00.467 INFO:teuthology.packaging:branch: wip-adk-testing-2024-01-02-0614 2024-01-03T10:31:00.467 INFO:teuthology.packaging:sha1: 9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:31:00.468 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-2024-01-02-0614 2024-01-03T10:31:00.692 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-471.g9b340408 2024-01-03T10:31:00.694 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-03T10:31:00.700 INFO:teuthology.task.internal:no buildpackages task found 2024-01-03T10:31:00.700 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-03T10:31:00.706 INFO:teuthology.task.internal:Saving configuration 2024-01-03T10:31:00.724 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-03T10:31:00.729 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-03T10:31:00.755 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-03 10:25:52.867552', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZS/WzNFrTXY/QXTUpkNCJWQ8fTE1VR4s3a5nxDSC9lyicVyOWKW8B7liMfeKh8GQI4QhINPy2gXfYu5MtfTAQ='} 2024-01-03T10:31:00.778 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-03 10:25:52.868780', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKyx5HRjq41a857w6L4SETglrt3+Wt+qvh4n+88DBJvmI970Ix9Az64h1dn889rCpr5AJM3xMc3rhDvFrDhFPs='} 2024-01-03T10:31:00.778 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-03T10:31:00.788 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-03T10:31:00.788 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-03T10:31:00.788 INFO:teuthology.run_tasks:Running task console_log... 2024-01-03T10:31:00.859 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff70fa07e50>, signals=[15]) 2024-01-03T10:31:00.859 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-03T10:31:00.866 INFO:teuthology.task.internal:Opening connections... 2024-01-03T10:31:00.866 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:31:00.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:31:00.939 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-01-03T10:31:00.940 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:31:01.005 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-03T10:31:01.011 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2024-01-03T10:31:01.034 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2024-01-03T10:31:01.035 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="CentOS Stream" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="8" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:ID="centos" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="rhel fedora" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="8" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el8" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-03T10:31:01.097 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://centos.org/" 2024-01-03T10:31:01.098 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-03T10:31:01.098 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-03T10:31:01.098 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-03T10:31:01.098 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2024-01-03T10:31:01.115 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-01-03T10:31:01.137 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-01-03T10:31:01.138 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-01-03T10:31:01.201 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-03T10:31:01.202 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-01-03T10:31:01.202 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-03T10:31:01.202 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-03T10:31:01.202 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-03T10:31:01.202 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-01-03T10:31:01.223 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-03T10:31:01.231 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-03T10:31:01.236 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-03T10:31:01.237 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2024-01-03T10:31:01.239 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-01-03T10:31:01.261 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-03T10:31:01.266 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-03T10:31:01.267 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2024-01-03T10:31:01.302 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-01-03T10:31:01.340 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-03T10:31:01.401 INFO:teuthology.run_tasks:Running task kernel... 2024-01-03T10:31:01.417 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-03T10:31:01.417 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-03T10:31:01.418 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-03T10:31:01.418 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-03T10:31:01.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T10:31:01.440 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-03T10:31:01.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T10:31:01.442 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-01-03T10:31:01.502 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-489.el8.x86_64 2024-01-03T10:31:01.502 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-489.el8.x86_64 2024-01-03T10:31:01.502 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-01-03T10:31:01.504 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-489.el8.x86_64 2024-01-03T10:31:01.504 INFO:teuthology.task.kernel:Running kernel on smithi050: 4.18.0-489.el8.x86_64 2024-01-03T10:31:01.505 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2024-01-03T10:31:05.769 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - AppStream 20 MB/s | 35 MB 00:01 2024-01-03T10:31:05.886 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2024-01-03T10:31:15.802 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 58 MB 00:03 2024-01-03T10:31:16.202 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 58 MB 00:03 2024-01-03T10:31:24.547 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2024-01-03T10:31:25.019 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2024-01-03T10:31:25.329 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-01-03T10:31:25.393 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2024-01-03T10:31:25.877 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2024-01-03T10:31:26.187 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-03T10:31:28.049 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2024-01-03T10:31:29.215 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 16 MB 00:03 2024-01-03T10:31:32.080 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 511 kB/s | 24 kB 00:00 2024-01-03T10:31:33.031 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 421 kB/s | 24 kB 00:00 2024-01-03T10:31:35.979 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-03T10:31:35.980 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-03T10:31:36.319 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-01-03T10:31:36.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:31:36.319 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-01-03T10:31:36.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-01-03T10:31:36.320 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:31:36.321 INFO:teuthology.orchestra.run.smithi050.stdout:Install 3 Packages 2024-01-03T10:31:36.321 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:31:36.321 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 90 M 2024-01-03T10:31:36.321 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 96 M 2024-01-03T10:31:36.321 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-01-03T10:31:36.754 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-03T10:31:36.755 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-03T10:31:37.071 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-03T10:31:37.072 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 90 M 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 96 M 2024-01-03T10:31:37.073 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-03T10:31:37.473 INFO:teuthology.orchestra.run.smithi050.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2024-01-03T10:31:38.598 INFO:teuthology.orchestra.run.smithi050.stdout:(2/3): kernel-core-4.18.0-532.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2024-01-03T10:31:38.831 INFO:teuthology.orchestra.run.smithi105.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 6.0 MB/s | 10 MB 00:01 2024-01-03T10:31:39.490 INFO:teuthology.orchestra.run.smithi050.stdout:(3/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2024-01-03T10:31:39.490 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-01-03T10:31:39.490 INFO:teuthology.orchestra.run.smithi050.stdout:Total 28 MB/s | 90 MB 00:03 2024-01-03T10:31:40.202 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-01-03T10:31:40.608 INFO:teuthology.orchestra.run.smithi105.stdout:(2/3): kernel-core-4.18.0-532.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2024-01-03T10:31:40.641 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-01-03T10:31:40.641 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-01-03T10:31:41.656 INFO:teuthology.orchestra.run.smithi105.stdout:(3/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 8.0 MB/s | 36 MB 00:04 2024-01-03T10:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-03T10:31:41.657 INFO:teuthology.orchestra.run.smithi105.stdout:Total 20 MB/s | 90 MB 00:04 2024-01-03T10:31:41.957 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-01-03T10:31:41.983 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-01-03T10:31:42.338 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-03T10:31:42.756 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-03T10:31:42.756 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-03T10:31:43.994 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-03T10:31:44.023 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-03T10:31:44.893 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-01-03T10:31:45.622 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:31:46.755 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-03T10:31:47.396 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:31:49.354 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:31:49.705 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:31:50.960 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:31:51.370 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:31:53.382 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:31:53.657 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:31:54.797 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:31:55.092 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.001 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.025 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.385 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.409 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:32:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:32:17.757 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:17.757 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-03T10:32:17.757 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:32:18.493 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-01-03T10:32:18.563 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-03T10:32:18.563 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:32:18.564 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-03T10:32:18.564 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.564 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.564 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:32:18.564 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-03T10:32:18.649 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2024-01-03T10:32:18.738 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-03T10:32:18.876 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.877 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-03T10:32:18.877 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-03T10:32:18.877 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-03T10:32:18.877 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-03T10:32:18.877 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-03T10:32:18.877 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi050.front.sepia.ceph.com, path=None, version=distro) 2024-01-03T10:32:18.878 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2024-01-03T10:32:18.951 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-03T10:32:18.951 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-03T10:32:18.951 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-03T10:32:18.952 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-03T10:32:18.952 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-03T10:32:18.952 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-03T10:32:18.952 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-01-03T10:32:18.952 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-03T10:32:19.095 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-03T10:32:19.097 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-03T10:32:19.097 DEBUG:teuthology.orchestra.run.smithi050:> sudo rpm -qi grub2-tools 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Name : grub2-tools 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Epoch : 1 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Version : 2.02 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Release : 129.el8 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: x86_64 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Group : System Environment/Base 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Size : 9265586 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:License : GPLv3+ 2024-01-03T10:32:19.132 INFO:teuthology.orchestra.run.smithi050.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Relocations : (not relocatable) 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Packager : CentOS BuildSystem 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Vendor : CentOS 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Summary : Support tools for GRUB. 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:Description : 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout:hardware devices. 2024-01-03T10:32:19.133 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:32:19.134 INFO:teuthology.orchestra.run.smithi050.stdout:This subpackage provides tools for support of all platforms. 2024-01-03T10:32:19.134 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-03T10:32:19.134 INFO:teuthology.task.kernel:Updating grub on smithi050 to boot 4.18.0-532.el8.x86_64 2024-01-03T10:32:19.135 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-03T10:32:19.159 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-03T10:32:19.160 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-03T10:32:19.160 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-01-03T10:32:19.193 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-01-03T10:32:19.194 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-01-03T10:32:19.194 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.02 2024-01-03T10:32:19.194 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 129.el8 2024-01-03T10:32:19.194 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:Group : System Environment/Base 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 9265586 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-03T10:32:19.195 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Relocations : (not relocatable) 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : CentOS BuildSystem 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:32:19.196 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-01-03T10:32:19.197 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-03T10:32:19.197 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 4.18.0-532.el8.x86_64 2024-01-03T10:32:19.198 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-03T10:32:20.436 INFO:teuthology.orchestra.run.smithi050.stderr:Generating grub configuration file ... 2024-01-03T10:32:20.722 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-01-03T10:32:22.504 INFO:teuthology.orchestra.run.smithi050.stderr:done 2024-01-03T10:32:22.506 DEBUG:teuthology.orchestra.run.smithi050:> mktemp 2024-01-03T10:32:22.528 INFO:teuthology.orchestra.run.smithi050.stdout:/tmp/tmp.dl7SWvfZZp 2024-01-03T10:32:22.528 DEBUG:teuthology.orchestra.run.smithi050:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dl7SWvfZZp 2024-01-03T10:32:22.601 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0666 /tmp/tmp.dl7SWvfZZp 2024-01-03T10:32:22.749 DEBUG:teuthology.orchestra.remote:smithi050:/tmp/tmp.dl7SWvfZZp is 6KB 2024-01-03T10:32:22.797 DEBUG:teuthology.orchestra.run.smithi050:> rm -fr /tmp/tmp.dl7SWvfZZp 2024-01-03T10:32:22.815 DEBUG:teuthology.orchestra.run.smithi050:> sudo /bin/ls /boot/loader/entries || true 2024-01-03T10:32:22.886 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-03T10:32:22.886 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-03T10:32:22.886 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-03T10:32:22.886 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-03T10:32:22.887 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-03T10:32:23.026 DEBUG:teuthology.orchestra.run.smithi050:> sudo shutdown -r now 2024-01-03T10:32:23.128 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-01-03T10:32:23.130 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-01-03T10:32:23.165 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.UPAvl3bxNk 2024-01-03T10:32:23.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.UPAvl3bxNk 2024-01-03T10:32:23.247 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.UPAvl3bxNk 2024-01-03T10:32:23.394 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.UPAvl3bxNk is 6KB 2024-01-03T10:32:23.444 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.UPAvl3bxNk 2024-01-03T10:32:23.463 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-01-03T10:32:23.537 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-03T10:32:23.537 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-03T10:32:23.537 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-03T10:32:23.537 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-03T10:32:23.539 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-03T10:32:23.692 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-01-03T10:32:53.056 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-03T10:32:53.057 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-01-03T10:32:53.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:32:53.695 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-03T10:32:53.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-03T10:32:53.696 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:33:53.116 DEBUG:teuthology.orchestra.remote:timed out 2024-01-03T10:33:53.699 DEBUG:teuthology.orchestra.remote:timed out 2024-01-03T10:34:02.124 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-01-03T10:34:02.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:34:02.504 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-01-03T10:34:02.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-03T10:34:02.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:34:02.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-01-03T10:34:02.772 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-03T10:34:02.773 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-01-03T10:34:02.792 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-532.el8.x86_64 2024-01-03T10:34:02.792 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-03T10:34:02.792 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-03T10:34:02.792 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-03T10:34:03.037 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-03T10:34:03.381 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-03T10:34:03.381 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-03T10:34:03.382 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-03T10:34:03.398 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-532.el8.x86_64 2024-01-03T10:34:03.399 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-03T10:34:03.399 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-03T10:34:03.399 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-03T10:34:03.793 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-03T10:34:03.793 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-03T10:34:03.881 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2024-01-03T10:34:03.896 DEBUG:teuthology.parallel:result is None 2024-01-03T10:34:04.400 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-03T10:34:04.400 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-03T10:34:04.471 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-01-03T10:34:04.483 DEBUG:teuthology.parallel:result is None 2024-01-03T10:34:04.484 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-03T10:34:04.491 INFO:teuthology.task.internal:Creating test directory... 2024-01-03T10:34:04.491 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-03T10:34:04.495 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-03T10:34:04.512 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-03T10:34:04.519 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-03T10:34:04.525 INFO:teuthology.task.internal:Creating archive directory... 2024-01-03T10:34:04.525 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-03T10:34:04.556 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-03T10:34:04.611 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-03T10:34:04.618 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-03T10:34:04.619 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T10:34:04.622 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T10:34:04.678 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-03T10:34:04.688 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-03T10:34:04.952 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-03T10:34:04.964 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-03T10:34:04.966 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-03T10:34:04.974 INFO:teuthology.task.internal:Configuring sudo... 2024-01-03T10:34:04.974 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-03T10:34:04.976 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-03T10:34:05.037 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-03T10:34:05.047 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-03T10:34:05.048 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-03T10:34:05.096 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-03T10:34:05.129 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-03T10:34:05.247 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-03T10:34:05.858 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-03T10:34:06.383 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-03T10:34:06.793 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:34:06.794 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-03T10:34:06.833 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-03T10:34:06.880 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-03T10:34:06.930 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-03T10:34:07.013 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-03T10:34:07.051 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:34:07.051 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-03T10:34:07.114 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2024-01-03T10:34:07.117 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-01-03T10:34:07.209 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-03T10:34:07.238 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-03T10:34:07.654 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-03T10:34:07.662 INFO:teuthology.task.internal:Starting timer... 2024-01-03T10:34:07.662 INFO:teuthology.run_tasks:Running task pcp... 2024-01-03T10:34:07.673 INFO:teuthology.run_tasks:Running task selinux... 2024-01-03T10:34:07.683 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-03T10:34:07.683 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2024-01-03T10:34:07.777 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2024-01-03T10:34:07.779 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-01-03T10:34:07.869 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-01-03T10:34:07.871 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-03T10:34:07.871 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2024-01-03T10:34:07.893 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2024-01-03T10:34:07.894 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-01-03T10:34:07.918 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-01-03T10:34:07.918 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi050.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2024-01-03T10:34:07.919 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T10:34:07.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T10:34:07.963 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T10:34:07.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T10:34:07.989 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-03T10:34:07.990 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2024-01-03T10:34:08.033 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-01-03T10:34:08.058 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-03T10:34:08.070 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-03T10:34:08.094 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'}]}] 2024-01-03T10:34:08.095 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-03T10:42:01.300 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi050.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-01-03T10:42:01.301 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-01-03T10:42:01.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:42:01.373 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-01-03T10:42:01.449 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-01-03T10:42:01.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-03T10:42:01.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-03T10:42:01.517 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-03T10:42:01.587 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-03T10:42:01.588 INFO:teuthology.run_tasks:Running task clock... 2024-01-03T10:42:01.598 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-03T10:42:01.599 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-03T10:42:01.599 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T10:42:01.601 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-03T10:42:01.601 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T10:42:01.633 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-03T10:42:01.647 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-03T10:42:01.660 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-03T10:42:01.674 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-03T10:42:01.711 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2024-01-03T10:42:01.722 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2024-01-03T10:42:01.736 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-03T10:42:01.742 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-01-03T10:42:01.750 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-03T10:42:01.753 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-01-03T10:42:01.767 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-03T10:42:01.781 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-03T10:42:01.821 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.824 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.846 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T10:42:01.850 INFO:teuthology.run_tasks:Running task pexec... 2024-01-03T10:42:01.860 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-03T10:42:01.860 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:42:01.860 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-03T10:42:01.861 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi105.front.sepia.ceph.com 2024-01-03T10:42:01.861 DEBUG:teuthology.orchestra.run.smithi105:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-03T10:42:02.773 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:48 ago on Wed 03 Jan 2024 10:40:14 AM UTC. 2024-01-03T10:42:02.787 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:36 ago on Wed 03 Jan 2024 10:40:26 AM UTC. 2024-01-03T10:42:04.947 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout:Resetting modules: 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:04.948 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:05.126 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-01-03T10:42:05.127 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:05.127 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-01-03T10:42:05.127 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:05.127 INFO:teuthology.orchestra.run.smithi050.stdout:Resetting modules: 2024-01-03T10:42:05.128 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 2024-01-03T10:42:05.128 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:05.128 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-01-03T10:42:05.128 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:05.128 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:05.193 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-03T10:42:05.390 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-01-03T10:42:06.149 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:51 ago on Wed 03 Jan 2024 10:40:14 AM UTC. 2024-01-03T10:42:06.349 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:40 ago on Wed 03 Jan 2024 10:40:26 AM UTC. 2024-01-03T10:42:08.303 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-03T10:42:08.495 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:08.495 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout:Installing group/module packages: 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-03T10:42:08.496 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:Installing module profiles: 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools/common 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:Enabling module streams: 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools rhel8 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2024-01-03T10:42:08.497 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:08.498 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 27 M 2024-01-03T10:42:08.498 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 89 M 2024-01-03T10:42:08.498 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-03T10:42:08.672 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout:Installing group/module packages: 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-03T10:42:08.879 INFO:teuthology.orchestra.run.smithi050.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout:Installing weak dependencies: 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout:Installing module profiles: 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools/common 2024-01-03T10:42:08.880 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling module streams: 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools rhel8 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout:Install 13 Packages 2024-01-03T10:42:08.881 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:08.882 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 27 M 2024-01-03T10:42:08.882 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 89 M 2024-01-03T10:42:08.882 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-01-03T10:42:09.226 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2024-01-03T10:42:09.265 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2024-01-03T10:42:09.290 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 588 kB/s | 38 kB 00:00 2024-01-03T10:42:09.341 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2024-01-03T10:42:09.416 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2024-01-03T10:42:09.435 INFO:teuthology.orchestra.run.smithi050.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.2 MB/s | 750 kB 00:00 2024-01-03T10:42:09.468 INFO:teuthology.orchestra.run.smithi050.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.7 MB/s | 1.0 MB 00:00 2024-01-03T10:42:09.483 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2024-01-03T10:42:09.494 INFO:teuthology.orchestra.run.smithi050.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-03T10:42:09.544 INFO:teuthology.orchestra.run.smithi050.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2024-01-03T10:42:09.550 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-01-03T10:42:09.636 INFO:teuthology.orchestra.run.smithi050.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2024-01-03T10:42:09.642 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2024-01-03T10:42:09.695 INFO:teuthology.orchestra.run.smithi050.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2024-01-03T10:42:09.801 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 16 MB/s | 2.5 MB 00:00 2024-01-03T10:42:09.841 INFO:teuthology.orchestra.run.smithi050.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2024-01-03T10:42:09.859 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 904 kB/s | 53 kB 00:00 2024-01-03T10:42:09.870 INFO:teuthology.orchestra.run.smithi050.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 536 kB/s | 94 kB 00:00 2024-01-03T10:42:09.929 INFO:teuthology.orchestra.run.smithi050.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.0 MB/s | 3.9 MB 00:00 2024-01-03T10:42:09.985 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2024-01-03T10:42:09.987 INFO:teuthology.orchestra.run.smithi050.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 903 kB/s | 53 kB 00:00 2024-01-03T10:42:10.035 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 233 kB/s | 41 kB 00:00 2024-01-03T10:42:10.046 INFO:teuthology.orchestra.run.smithi050.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2024-01-03T10:42:10.113 INFO:teuthology.orchestra.run.smithi050.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2024-01-03T10:42:10.135 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 6.8 MB/s | 9.6 MB 00:01 2024-01-03T10:42:10.135 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-03T10:42:10.135 INFO:teuthology.orchestra.run.smithi105.stdout:Total 16 MB/s | 27 MB 00:01 2024-01-03T10:42:10.213 INFO:teuthology.orchestra.run.smithi050.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2024-01-03T10:42:10.214 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-01-03T10:42:10.214 INFO:teuthology.orchestra.run.smithi050.stdout:Total 20 MB/s | 27 MB 00:01 2024-01-03T10:42:10.401 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-03T10:42:10.424 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-03T10:42:10.424 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-03T10:42:10.492 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-01-03T10:42:10.514 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-01-03T10:42:10.515 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-01-03T10:42:10.680 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-03T10:42:10.684 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-03T10:42:10.789 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-01-03T10:42:10.793 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-01-03T10:42:11.395 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-03T10:42:11.567 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-01-03T10:42:11.639 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-03T10:42:11.801 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-03T10:42:11.836 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-03T10:42:12.004 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-03T10:42:12.038 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-03T10:42:12.238 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-03T10:42:12.249 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-03T10:42:12.510 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-03T10:42:12.807 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-03T10:42:13.104 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-03T10:42:13.792 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-03T10:42:14.040 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-03T10:42:14.167 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-03T10:42:14.286 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-03T10:42:14.555 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-03T10:42:14.889 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-03T10:42:14.963 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-03T10:42:15.151 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-03T10:42:15.444 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-03T10:42:15.858 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-03T10:42:15.870 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-03T10:42:16.102 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-03T10:42:16.275 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-03T10:42:16.680 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-03T10:42:16.681 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-03T10:42:16.782 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-03T10:42:16.987 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-03T10:42:17.162 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-03T10:42:17.503 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-03T10:42:17.504 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:42:17.505 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-03T10:42:17.631 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-03T10:42:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-03T10:42:17.761 DEBUG:teuthology.parallel:result is None 2024-01-03T10:42:18.537 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-03T10:42:18.538 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.539 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-03T10:42:18.539 INFO:teuthology.orchestra.run.smithi050.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-03T10:42:18.539 INFO:teuthology.orchestra.run.smithi050.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-03T10:42:18.539 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:42:18.539 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-01-03T10:42:18.992 DEBUG:teuthology.parallel:result is None 2024-01-03T10:42:18.992 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-03T10:42:19.081 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': '9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28'} 2024-01-03T10:42:19.082 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-01-03T10:42:19.082 INFO:tasks.cephadm:Cluster fsid is c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:19.082 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-03T10:42:19.082 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-03T10:42:19.082 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi050': '172.21.15.50', 'mon.smithi105': '172.21.15.105'} 2024-01-03T10:42:19.082 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-03T10:42:19.083 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2024-01-03T10:42:19.113 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-01-03T10:42:19.148 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-01-03T10:42:19.148 DEBUG:teuthology.orchestra.run.smithi050:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.473 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Jan 3 10:42 /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.474 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.725 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Jan 3 10:42 /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.726 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.748 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-03T10:42:19.788 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-01-03T10:42:19.788 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-01-03T10:42:19.791 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-01-03T10:42:21.434 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-03T10:42:21.627 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-03T10:42:44.572 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-01-03T10:42:44.572 INFO:teuthology.orchestra.run.smithi105.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-01-03T10:42:44.572 INFO:teuthology.orchestra.run.smithi105.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-01-03T10:42:44.572 INFO:teuthology.orchestra.run.smithi105.stdout: "repo_digests": [ 2024-01-03T10:42:44.572 INFO:teuthology.orchestra.run.smithi105.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2024-01-03T10:42:44.573 INFO:teuthology.orchestra.run.smithi105.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2024-01-03T10:42:44.573 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-01-03T10:42:44.573 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-01-03T10:42:45.412 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: "repo_digests": [ 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout: ] 2024-01-03T10:42:45.413 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:42:45.431 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2024-01-03T10:42:45.463 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-01-03T10:42:45.498 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2024-01-03T10:42:45.531 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-01-03T10:42:45.567 INFO:tasks.cephadm:Writing seed config... 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-03T10:42:45.569 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-03T10:42:45.570 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:42:45.570 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-03T10:42:45.589 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 = c4b54784-aa24-11ee-95a9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-03T10:42:45.590 DEBUG:teuthology.orchestra.run.smithi050:mon.smithi050> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service 2024-01-03T10:42:45.632 INFO:tasks.cephadm:Bootstrapping... 2024-01-03T10:42:45.632 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid c4b54784-aa24-11ee-95a9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.50 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-03T10:42:45.659 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:-- Logs begin at Wed 2024-01-03 10:33:43 UTC. -- 2024-01-03T10:42:45.832 INFO:teuthology.orchestra.run.smithi050.stderr:-------------------------------------------------------------------------------- 2024-01-03T10:42:45.833 INFO:teuthology.orchestra.run.smithi050.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'c4b54784-aa24-11ee-95a9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.50', '--skip-admin-label'] 2024-01-03T10:42:45.854 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: 4.6.1 2024-01-03T10:42:45.866 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying podman|docker is present... 2024-01-03T10:42:45.886 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: 4.6.1 2024-01-03T10:42:45.899 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying lvm2 is present... 2024-01-03T10:42:45.899 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying time synchronization is in place... 2024-01-03T10:42:45.905 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-03T10:42:45.910 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:42:45.916 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: enabled 2024-01-03T10:42:45.922 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: active 2024-01-03T10:42:45.922 INFO:teuthology.orchestra.run.smithi050.stderr:Unit chronyd.service is enabled and running 2024-01-03T10:42:45.923 INFO:teuthology.orchestra.run.smithi050.stderr:Repeating the final host check... 2024-01-03T10:42:45.942 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: 4.6.1 2024-01-03T10:42:45.954 INFO:teuthology.orchestra.run.smithi050.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-03T10:42:45.954 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl is present 2024-01-03T10:42:45.955 INFO:teuthology.orchestra.run.smithi050.stderr:lvcreate is present 2024-01-03T10:42:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-03T10:42:45.966 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:42:45.971 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: enabled 2024-01-03T10:42:45.977 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: active 2024-01-03T10:42:45.977 INFO:teuthology.orchestra.run.smithi050.stderr:Unit chronyd.service is enabled and running 2024-01-03T10:42:45.978 INFO:teuthology.orchestra.run.smithi050.stderr:Host looks OK 2024-01-03T10:42:45.978 INFO:teuthology.orchestra.run.smithi050.stderr:Cluster fsid: c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:45.978 INFO:teuthology.orchestra.run.smithi050.stderr:Acquiring lock 140294257098880 on /run/cephadm/c4b54784-aa24-11ee-95a9-87774f69a715.lock 2024-01-03T10:42:45.978 INFO:teuthology.orchestra.run.smithi050.stderr:Lock 140294257098880 acquired on /run/cephadm/c4b54784-aa24-11ee-95a9-87774f69a715.lock 2024-01-03T10:42:45.978 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying IP 172.21.15.50 port 3300 ... 2024-01-03T10:42:45.979 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying IP 172.21.15.50 port 6789 ... 2024-01-03T10:42:45.979 INFO:teuthology.orchestra.run.smithi050.stderr:Base mon IP is 172.21.15.50, final addrv is [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2024-01-03T10:42:45.981 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.50 metric 100 2024-01-03T10:42:45.982 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.50 metric 100 2024-01-03T10:42:45.984 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-03T10:42:45.984 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-03T10:42:45.984 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1584/64 scope link 2024-01-03T10:42:45.987 INFO:teuthology.orchestra.run.smithi050.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-03T10:42:45.988 INFO:teuthology.orchestra.run.smithi050.stderr:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2024-01-03T10:42:45.988 INFO:teuthology.orchestra.run.smithi050.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-03T10:42:45.989 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-03T10:42:46.068 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Getting image source signatures 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2024-01-03T10:42:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2024-01-03T10:42:46.470 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: Writing manifest to image destination 2024-01-03T10:42:46.670 INFO:teuthology.orchestra.run.smithi050.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2024-01-03T10:42:47.045 INFO:teuthology.orchestra.run.smithi050.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-01-03T10:42:47.729 INFO:teuthology.orchestra.run.smithi050.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-01-03T10:42:47.729 INFO:teuthology.orchestra.run.smithi050.stderr:Extracting ceph user uid/gid from container image... 2024-01-03T10:42:47.962 INFO:teuthology.orchestra.run.smithi050.stderr:stat: 167 167 2024-01-03T10:42:48.278 INFO:teuthology.orchestra.run.smithi050.stderr:Creating initial keys... 2024-01-03T10:42:48.572 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph-authtool: AQAoOpVlhNK/IRAAO3VUxygympTtYlKzjH4dUQ== 2024-01-03T10:42:49.270 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph-authtool: AQApOpVlXQGqDxAAmb9ClumrxJKKGbNahHrrvA== 2024-01-03T10:42:49.845 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph-authtool: AQApOpVlJVLqMRAArIJSA+Ri6KWhgXWe1MZL/Q== 2024-01-03T10:42:50.273 INFO:teuthology.orchestra.run.smithi050.stderr:Creating initial monmap... 2024-01-03T10:42:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-03T10:42:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-01-03T10:42:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-03T10:42:50.896 INFO:teuthology.orchestra.run.smithi050.stderr:monmaptool for smithi050 [v2:172.21.15.50:3300,v1:172.21.15.50:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-03T10:42:50.896 INFO:teuthology.orchestra.run.smithi050.stderr:setting min_mon_release = octopus 2024-01-03T10:42:50.896 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: set fsid to c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:50.897 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-03T10:42:50.897 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:42:50.897 INFO:teuthology.orchestra.run.smithi050.stderr:Creating mon... 2024-01-03T10:42:51.682 INFO:teuthology.orchestra.run.smithi050.stderr:create mon.smithi050 on 2024-01-03T10:42:51.789 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-03T10:42:51.887 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target → /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target. 2024-01-03T10:42:51.888 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target → /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target. 2024-01-03T10:42:52.101 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Failed to reset failed state of unit ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service: Unit ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service not loaded. 2024-01-03T10:42:52.108 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target.wants/ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service → /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715@.service. 2024-01-03T10:42:52.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:52 smithi050 systemd[1]: Starting Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T10:42:52.540 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: disabled 2024-01-03T10:42:52.549 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:42:52.549 INFO:teuthology.orchestra.run.smithi050.stderr:firewalld.service is not enabled 2024-01-03T10:42:52.550 INFO:teuthology.orchestra.run.smithi050.stderr:Not possible to enable service . firewalld.service is not available 2024-01-03T10:42:52.550 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mon to start... 2024-01-03T10:42:52.550 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mon... 2024-01-03T10:42:52.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:52 smithi050 bash[107261]: 98f9a935149c8275f5986ce248fceb0c9523f69fd3e0040df81a5b8856198261 2024-01-03T10:42:52.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:52 smithi050 systemd[1]: Started Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715. 2024-01-03T10:42:52.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:52 smithi050 ceph-mon[107299]: mkfs c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:52.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:52 smithi050 ceph-mon[107299]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2024-01-03T10:42:53.194 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: cluster: 2024-01-03T10:42:53.194 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: id: c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:53.194 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: services: 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi050 (age 0.619201s) 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: data: 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: pgs: 2024-01-03T10:42:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.531 INFO:teuthology.orchestra.run.smithi050.stderr:mon is available 2024-01-03T10:42:53.531 INFO:teuthology.orchestra.run.smithi050.stderr:Assimilating anything we can from ceph.conf... 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: monmap e1: 1 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: fsmap 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: osdmap e1: 0 total, 0 up, 0 in 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: mgrmap e1: no daemons active 2024-01-03T10:42:53.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:53 smithi050 ceph-mon[107299]: from='client.? 172.21.15.50:0/439832109' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [global] 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: fsid = c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-03T10:42:53.959 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [mgr] 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [osd] 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-03T10:42:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-03T10:42:54.289 INFO:teuthology.orchestra.run.smithi050.stderr:Generating new minimal ceph.conf... 2024-01-03T10:42:54.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:54 smithi050 ceph-mon[107299]: from='client.? 172.21.15.50:0/3680267129' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-03T10:42:54.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:54 smithi050 ceph-mon[107299]: from='client.? 172.21.15.50:0/3680267129' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-03T10:42:55.072 INFO:teuthology.orchestra.run.smithi050.stderr:Restarting the monitor... 2024-01-03T10:42:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 systemd[1]: Stopping Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T10:42:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 bash[107597]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon.smithi050" found: no such container 2024-01-03T10:42:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050[107276]: 2024-01-03T10:42:55.169+0000 7f7cd7b21700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi050 -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 2024-01-03T10:42:55.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050[107276]: 2024-01-03T10:42:55.169+0000 7f7cd7b21700 -1 mon.smithi050@0(leader) e1 *** Got Signal Terminated *** 2024-01-03T10:42:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 bash[107609]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050 2024-01-03T10:42:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 bash[107648]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon.smithi050" found: no such container 2024-01-03T10:42:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 systemd[1]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service: Succeeded. 2024-01-03T10:42:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 systemd[1]: Stopped Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715. 2024-01-03T10:42:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 systemd[1]: Starting Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T10:42:55.939 INFO:teuthology.orchestra.run.smithi050.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-03T10:42:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 bash[107715]: 238c6f63f7a71eba80fff8cccdfa3e3a6bf0ee47aa893d80cb03233572ff00f9 2024-01-03T10:42:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: set uid:gid to 167:167 (ceph:ceph) 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: pidfile_write: ignore empty --pid-file 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 systemd[1]: Started Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715. 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: load: jerasure load: lrc 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: RocksDB version: 6.15.5 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Compile date Apr 18 2022 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: DB SUMMARY 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: DB Session ID: Z5NKKFRO0XZLKRGMPR5J 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: CURRENT file: CURRENT 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: IDENTITY file: IDENTITY 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi050/store.db dir, Total Num: 1, files: 000008.sst 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi050/store.db: 000010.log size: 80763 ; 2024-01-03T10:42:56.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.error_if_exists: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.create_if_missing: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.paranoid_checks: 1 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.env: 0x55eb882b2860 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.fs: Posix File System 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.info_log: 0x55eb8a449fa0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_file_opening_threads: 16 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.statistics: (nil) 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.use_fsync: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_log_file_size: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.log_file_time_to_roll: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.keep_log_file_num: 1000 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.recycle_log_file_num: 0 2024-01-03T10:42:56.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_fallocate: 1 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_mmap_reads: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_mmap_writes: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.use_direct_reads: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.create_missing_column_families: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.db_log_dir: 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi050/store.db 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.table_cache_numshardbits: 6 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.WAL_ttl_seconds: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.WAL_size_limit_MB: 0 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.is_fd_close_on_exec: 1 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.advise_random_on_open: 1 2024-01-03T10:42:56.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.db_write_buffer_size: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.write_buffer_manager: 0x55eb8a53a330 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.use_adaptive_mutex: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.rate_limiter: (nil) 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.wal_recovery_mode: 2 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.enable_thread_tracking: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.enable_pipelined_write: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.unordered_write: 0 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-03T10:42:56.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.row_cache: None 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.wal_filter: None 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_ingest_behind: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.preserve_deletes: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.two_write_queues: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.manual_wal_flush: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.atomic_flush: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.persist_stats_to_disk: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.write_dbid_to_manifest: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.log_readahead_size: 0 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-01-03T10:42:56.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.best_efforts_recovery: 0 2024-01-03T10:42:56.306 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-01-03T10:42:56.306 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.allow_data_in_errors: 0 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.db_host_id: __hostname__ 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_background_jobs: 2 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_background_compactions: -1 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_subcompactions: 1 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.delayed_write_rate : 16777216 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_total_wal_size: 0 2024-01-03T10:42:56.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.stats_dump_period_sec: 600 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.stats_persist_period_sec: 600 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_open_files: -1 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bytes_per_sync: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.wal_bytes_per_sync: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.strict_bytes_per_sync: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_readahead_size: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_background_flushes: -1 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Compression algorithms supported: 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kZSTD supported: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kXpressCompression supported: 0 2024-01-03T10:42:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kLZ4HCCompression supported: 1 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kLZ4Compression supported: 1 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kBZip2Compression supported: 0 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kZlibCompression supported: 1 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: kSnappyCompression supported: 1 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Fast CRC32 supported: Supported on x86 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi050/store.db/MANIFEST-000009 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.merge_operator: 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_filter: None 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_filter_factory: None 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.sst_partitioner_factory: None 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.memtable_factory: SkipListFactory 2024-01-03T10:42:56.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.table_factory: BlockBasedTable 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eb8a415d00) 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: cache_index_and_filter_blocks: 1 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: pin_top_level_index_and_filter: 1 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_type: 0 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: data_block_index_type: 0 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_shortening: 1 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: data_block_hash_table_util_ratio: 0.750000 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: hash_index_allow_collision: 1 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: checksum: 1 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: no_block_cache: 0 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache: 0x55eb8a480170 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_name: BinnedLRUCache 2024-01-03T10:42:56.310 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_options: 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: capacity : 536870912 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: num_shard_bits : 4 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: strict_capacity_limit : 0 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: high_pri_pool_ratio: 0.000 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_compressed: (nil) 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: persistent_cache: (nil) 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_size: 4096 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_size_deviation: 10 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_restart_interval: 16 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_block_restart_interval: 1 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: metadata_block_size: 4096 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: partition_filters: 0 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: use_delta_encoding: 1 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-03T10:42:56.311 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: whole_key_filtering: 1 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: verify_compression: 0 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: read_amp_bytes_per_bit: 0 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: format_version: 4 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: enable_index_compression: 1 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_align: 0 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.write_buffer_size: 33554432 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_write_buffer_number: 2 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression: NoCompression 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression: Disabled 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.prefix_extractor: nullptr 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.num_levels: 7 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-03T10:42:56.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.window_bits: -14 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.level: 32767 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.strategy: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-03T10:42:56.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compression_opts.enabled: false 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.target_file_size_base: 67108864 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.target_file_size_multiplier: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-03T10:42:56.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.arena_block_size: 4194304 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.disable_auto_compactions: 0 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-03T10:42:56.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.table_properties_collectors: 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.inplace_update_support: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.inplace_update_num_locks: 10000 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.memtable_huge_page_size: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.bloom_locality: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.max_successive_merges: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.optimize_filters_for_hits: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.paranoid_file_checks: 0 2024-01-03T10:42:56.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.force_consistency_checks: 1 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.report_bg_io_stats: 0 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.ttl: 2592000 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.periodic_compaction_seconds: 0 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.enable_blob_files: false 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.min_blob_size: 0 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.blob_file_size: 268435456 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.blob_compression_type: NoCompression 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.enable_blob_garbage_collection: false 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi050/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 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278575944153, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-01-03T10:42:56.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: 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. 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278575944943, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77621, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75879, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70335, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1704278575, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "42605ad5-88c5-4062-bcc1-91026e7dfd8a", "db_session_id": "Z5NKKFRO0XZLKRGMPR5J"}} 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278575945324, "job": 1, "event": "recovery_finished"} 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi050/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55eb8a466a80 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: DB pointer 0x55eb8a476000 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** DB Stats ** 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-03T10:42:56.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.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 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:42:56.319 INFO:journalctl@ceph.mon.smithi050.smithi050.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 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative compaction: 0.00 GB write, 21.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval compaction: 0.00 GB write, 21.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2024-01-03T10:42:56.320 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.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 147.2 0.00 0.00 1 0.001 0 0 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-03T10:42:56.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative compaction: 0.00 GB write, 21.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.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 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: starting mon.smithi050 rank 0 at public addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] at bind addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi050 fsid c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???) e1 preinit fsid c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).mds e1 new map 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).mds e1 print_map 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: e1 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.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} 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: legacy client fscid: -1 2024-01-03T10:42:56.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: No filesystems configured 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: mon.smithi050@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expand map: {default=false} 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta from 'false' to 'false' 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expanded map: {default=false} 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expand map: {default=info} 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta from 'info' to 'info' 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expanded map: {default=info} 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expand map: {default=daemon} 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta from 'daemon' to 'daemon' 2024-01-03T10:42:56.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expanded map: {default=daemon} 2024-01-03T10:42:56.324 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expand map: {default=debug} 2024-01-03T10:42:56.324 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta from 'debug' to 'debug' 2024-01-03T10:42:56.324 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:55 smithi050 ceph-mon[107752]: expand_channel_meta expanded map: {default=debug} 2024-01-03T10:42:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-03T10:42:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-03T10:42:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:Creating mgr... 2024-01-03T10:42:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:Verifying port 9283 ... 2024-01-03T10:42:56.872 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Failed to reset failed state of unit ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mgr.smithi050.mlcqlp.service: Unit ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mgr.smithi050.mlcqlp.service not loaded. 2024-01-03T10:42:56.879 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715.target.wants/ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mgr.smithi050.mlcqlp.service → /etc/systemd/system/ceph-c4b54784-aa24-11ee-95a9-87774f69a715@.service. 2024-01-03T10:42:57.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2024-01-03T10:42:57.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: monmap e1: 1 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2024-01-03T10:42:57.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: fsmap 2024-01-03T10:42:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: osdmap e1: 0 total, 0 up, 0 in 2024-01-03T10:42:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: mgrmap e1: no daemons active 2024-01-03T10:42:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:56 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3094165685' entity='client.admin' 2024-01-03T10:42:57.358 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: disabled 2024-01-03T10:42:57.366 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:42:57.366 INFO:teuthology.orchestra.run.smithi050.stderr:firewalld.service is not enabled 2024-01-03T10:42:57.366 INFO:teuthology.orchestra.run.smithi050.stderr:Not possible to enable service . firewalld.service is not available 2024-01-03T10:42:57.374 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: disabled 2024-01-03T10:42:57.382 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:42:57.382 INFO:teuthology.orchestra.run.smithi050.stderr:firewalld.service is not enabled 2024-01-03T10:42:57.383 INFO:teuthology.orchestra.run.smithi050.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-03T10:42:57.383 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mgr to start... 2024-01-03T10:42:57.383 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mgr... 2024-01-03T10:42:57.943 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:42:57.943 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:42:57.943 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsid": "c4b54784-aa24-11ee-95a9-87774f69a715", 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "health": { 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "checks": {}, 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mutes": [] 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum": [ 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 0 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "smithi050" 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-03T10:42:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "monmap": { 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osdmap": { 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgmap": { 2024-01-03T10:42:57.945 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsmap": { 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "available": false, 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modules": [ 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "iostat", 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "nfs", 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "restful" 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "servicemap": { 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modified": "2024-01-03T10:42:52.574283+0000", 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:42:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-03T10:42:57.948 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:42:58.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:42:57 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/626403176' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-03T10:42:59.425 INFO:teuthology.orchestra.run.smithi050.stderr:mgr not available, waiting (1/15)... 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsid": "c4b54784-aa24-11ee-95a9-87774f69a715", 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "health": { 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-03T10:43:01.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "checks": {}, 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mutes": [] 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum": [ 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 0 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "smithi050" 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "monmap": { 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-03T10:43:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osdmap": { 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-03T10:43:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-03T10:43:01.937 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-03T10:43:01.937 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-03T10:43:01.937 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.937 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgmap": { 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsmap": { 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-03T10:43:01.938 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "available": false, 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modules": [ 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "iostat", 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "nfs", 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "restful" 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "servicemap": { 2024-01-03T10:43:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:01.940 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modified": "2024-01-03T10:42:52.574283+0000", 2024-01-03T10:43:01.940 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:43:01.940 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:01.940 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-03T10:43:01.940 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:02.228 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:01 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/974378883' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-03T10:43:02.296 INFO:teuthology.orchestra.run.smithi050.stderr:mgr not available, waiting (2/15)... 2024-01-03T10:43:03.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: Activating manager daemon smithi050.mlcqlp 2024-01-03T10:43:03.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: mgrmap e2: smithi050.mlcqlp(active, starting, since 0.00282449s) 2024-01-03T10:43:03.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: Manager daemon smithi050.mlcqlp is now available 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:03.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:03 smithi050 ceph-mon[107752]: from='mgr.14100 172.21.15.50:0/2452010040' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:04.918 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:43:04.918 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:04.918 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsid": "c4b54784-aa24-11ee-95a9-87774f69a715", 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "health": { 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "checks": {}, 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mutes": [] 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-03T10:43:04.920 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum": [ 2024-01-03T10:43:04.922 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 0 2024-01-03T10:43:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-03T10:43:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "smithi050" 2024-01-03T10:43:04.924 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:04.924 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-03T10:43:04.924 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "monmap": { 2024-01-03T10:43:04.924 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:04.924 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osdmap": { 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-03T10:43:04.925 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.926 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgmap": { 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-03T10:43:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "fsmap": { 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-03T10:43:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-03T10:43:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "available": true, 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modules": [ 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "iostat", 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "nfs", 2024-01-03T10:43:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "restful" 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ], 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "servicemap": { 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "modified": "2024-01-03T10:42:52.574283+0000", 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "services": {} 2024-01-03T10:43:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: }, 2024-01-03T10:43:04.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-03T10:43:04.932 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:05.337 INFO:teuthology.orchestra.run.smithi050.stderr:mgr is available 2024-01-03T10:43:05.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:05 smithi050 ceph-mon[107752]: mgrmap e3: smithi050.mlcqlp(active, since 1.00625s) 2024-01-03T10:43:05.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:05 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1385081499' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-03T10:43:05.904 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:43:05.904 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [global] 2024-01-03T10:43:05.904 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: fsid = c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:43:05.904 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-03T10:43:05.904 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [mgr] 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: [osd] 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-03T10:43:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-03T10:43:06.354 INFO:teuthology.orchestra.run.smithi050.stderr:Enabling cephadm module... 2024-01-03T10:43:06.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:06 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3657871421' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-03T10:43:07.920 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:07 smithi050 ceph-mon[107752]: mgrmap e4: smithi050.mlcqlp(active, since 3s) 2024-01-03T10:43:07.921 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:07 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2665601091' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "available": true, 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "active_name": "smithi050.mlcqlp", 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-03T10:43:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:08.912 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for the mgr to restart... 2024-01-03T10:43:08.912 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mgr epoch 5... 2024-01-03T10:43:09.017 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:08 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2665601091' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-03T10:43:09.017 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:08 smithi050 ceph-mon[107752]: mgrmap e5: smithi050.mlcqlp(active, since 4s) 2024-01-03T10:43:09.017 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:08 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2075473570' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-03T10:43:14.948 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:14.948 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-03T10:43:14.949 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "initialized": true 2024-01-03T10:43:14.949 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: Active manager daemon smithi050.mlcqlp restarted 2024-01-03T10:43:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: Activating manager daemon smithi050.mlcqlp 2024-01-03T10:43:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: osdmap e2: 0 total, 0 up, 0 in 2024-01-03T10:43:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: mgrmap e6: smithi050.mlcqlp(active, starting, since 0.0525221s) 2024-01-03T10:43:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: Manager daemon smithi050.mlcqlp is now available 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:43:15.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:14 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:43:16.286 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:14] ENGINE Bus STARTING 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: mgrmap e7: smithi050.mlcqlp(active, since 1.05493s) 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:15] ENGINE Serving on https://172.21.15.50:7150 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:15] ENGINE Bus STARTED 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:15 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:17.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:17 smithi050 ceph-mon[107752]: mgrmap e8: smithi050.mlcqlp(active, since 2s) 2024-01-03T10:43:17.314 INFO:teuthology.orchestra.run.smithi050.stderr:mgr epoch 5 is available 2024-01-03T10:43:17.314 INFO:teuthology.orchestra.run.smithi050.stderr:Setting orchestrator backend to cephadm... 2024-01-03T10:43:19.492 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: value unchanged 2024-01-03T10:43:19.762 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:19 smithi050 ceph-mon[107752]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:19.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:19 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:19.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:19 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:19.854 INFO:teuthology.orchestra.run.smithi050.stderr:Generating ssh key... 2024-01-03T10:43:20.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:20 smithi050 ceph-mon[107752]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:21 smithi050 ceph-mon[107752]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:21 smithi050 ceph-mon[107752]: Generating ssh key... 2024-01-03T10:43:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:21 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:21 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:21.797 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwsC8kl5e50YGb4+rvL4XzKr07ncffORsI/ezR9+J+GAct71reoys8PEvArbY6Q9LO/etXMWRM/1WyEn1gNDLzugR0uhzOm07Z3uC85kAc6wufFtrhLeX/zOOm7u3zdJqzezKWy86K6zn6mZIfMfeFBwxcf3oo4wFUy6TGwY1yUGtmzsQf8JLZL8yXdcRXv37M4gxiMYUVE5b6S25W6vuOXmEGKNVHd6e+s8jo7yCTe1x/2/cEFES6PUKNpb8nSGKBM+Rqu9G9+NEvyskWKq5uVJPBjxx3LPzNKPrCzhgE+vNzL+f1rXpFBKJgUGpdM2FO9R75IAYHc4egeXQSVnGrZk8DJE0DR/8aNw4L1kac3UGY8OD3UkNvpsC/wL2cXd8ly78iRvaEIbdmsQKv51q6iPrOTfrZiFXGnf8UONeYa/dUasu9zo56rjNrPiJ47rXVOX/ffWbXrnCA1gcIAX2/26loly+EVztwubhoNiVTmGUAT+kpF4cgns2ZVcO/nH0= ceph-c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:43:22.294 INFO:teuthology.orchestra.run.smithi050.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-03T10:43:22.294 INFO:teuthology.orchestra.run.smithi050.stderr:Adding key to root@localhost authorized_keys... 2024-01-03T10:43:22.294 INFO:teuthology.orchestra.run.smithi050.stderr:Adding host smithi050... 2024-01-03T10:43:23.011 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:22 smithi050 ceph-mon[107752]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:23.630 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Added host 'smithi050' with addr '172.21.15.50' 2024-01-03T10:43:23.941 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying mon service with default placement... 2024-01-03T10:43:24.483 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "addr": "172.21.15.50", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: Deploying cephadm binary to smithi050 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: Added host smithi050 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:24.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:24 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:24.918 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying mgr service with default placement... 2024-01-03T10:43:25.560 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-03T10:43:25.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:25 smithi050 ceph-mon[107752]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:25.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:25 smithi050 ceph-mon[107752]: Saving service mon spec with placement count:5 2024-01-03T10:43:25.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:25 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:26.059 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying crash service with default placement... 2024-01-03T10:43:26.692 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-03T10:43:26.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:26 smithi050 ceph-mon[107752]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:26.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:26 smithi050 ceph-mon[107752]: Saving service mgr spec with placement count:2 2024-01-03T10:43:26.963 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:26 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:26.963 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:26 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:27.109 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying prometheus service with default placement... 2024-01-03T10:43:27.668 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: Saving service crash spec with placement * 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:27.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:27 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:27.975 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying grafana service with default placement... 2024-01-03T10:43:28.567 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-03T10:43:29.142 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying node-exporter service with default placement... 2024-01-03T10:43:29.688 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-03T10:43:30.048 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:29 smithi050 ceph-mon[107752]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:29 smithi050 ceph-mon[107752]: Saving service prometheus spec with placement count:1 2024-01-03T10:43:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:29 smithi050 ceph-mon[107752]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:29 smithi050 ceph-mon[107752]: Saving service grafana spec with placement count:1 2024-01-03T10:43:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:29 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:30.159 INFO:teuthology.orchestra.run.smithi050.stderr:Deploying alertmanager service with default placement... 2024-01-03T10:43:30.697 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-03T10:43:30.994 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:30 smithi050 ceph-mon[107752]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:30.995 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:30 smithi050 ceph-mon[107752]: Saving service node-exporter spec with placement * 2024-01-03T10:43:30.995 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:30 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:32.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:31 smithi050 ceph-mon[107752]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:32.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:31 smithi050 ceph-mon[107752]: Saving service alertmanager spec with placement count:1 2024-01-03T10:43:32.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:31 smithi050 ceph-mon[107752]: from='mgr.14118 172.21.15.50:0/1323635170' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:32.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:31 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2002653629' entity='client.admin' 2024-01-03T10:43:32.812 INFO:teuthology.orchestra.run.smithi050.stderr:Enabling the dashboard module... 2024-01-03T10:43:33.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:33 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3697575121' entity='client.admin' 2024-01-03T10:43:33.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:33 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1636285569' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-03T10:43:34.433 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-03T10:43:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "available": true, 2024-01-03T10:43:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "active_name": "smithi050.mlcqlp", 2024-01-03T10:43:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-03T10:43:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:34.736 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:34 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1636285569' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-03T10:43:34.736 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:34 smithi050 ceph-mon[107752]: mgrmap e9: smithi050.mlcqlp(active, since 19s) 2024-01-03T10:43:34.736 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:34 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/783856042' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-03T10:43:34.775 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for the mgr to restart... 2024-01-03T10:43:34.776 INFO:teuthology.orchestra.run.smithi050.stderr:Waiting for mgr epoch 9... 2024-01-03T10:43:40.834 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: { 2024-01-03T10:43:40.834 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-03T10:43:40.834 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: "initialized": true 2024-01-03T10:43:40.834 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: } 2024-01-03T10:43:41.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: Active manager daemon smithi050.mlcqlp restarted 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: Activating manager daemon smithi050.mlcqlp 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: osdmap e3: 0 total, 0 up, 0 in 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: mgrmap e10: smithi050.mlcqlp(active, starting, since 0.0524261s) 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:43:41.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: Manager daemon smithi050.mlcqlp is now available 2024-01-03T10:43:41.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:41.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:43:41.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:43:41.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:43:41.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:40 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:41.216 INFO:teuthology.orchestra.run.smithi050.stderr:mgr epoch 9 is available 2024-01-03T10:43:41.216 INFO:teuthology.orchestra.run.smithi050.stderr:Generating a dashboard self-signed certificate... 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: mgrmap e11: smithi050.mlcqlp(active, since 1.05546s) 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:40] ENGINE Bus STARTING 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:41] ENGINE Serving on https://172.21.15.50:7150 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: [03/Jan/2024:10:43:41] ENGINE Bus STARTED 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:41 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:42.106 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-03T10:43:42.448 INFO:teuthology.orchestra.run.smithi050.stderr:Creating initial admin user... 2024-01-03T10:43:43.222 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$92Hh0yxaOE/qWAMDqNOYcOda0td32lzTxhWdQ8Fk/IshP.Wo5Rm6C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1704278623, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-03T10:43:43.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:43 smithi050 ceph-mon[107752]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:43.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:43 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:43.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:43 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:43.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:43 smithi050 ceph-mon[107752]: mgrmap e12: smithi050.mlcqlp(active, since 2s) 2024-01-03T10:43:43.574 INFO:teuthology.orchestra.run.smithi050.stderr:Fetching dashboard port number... 2024-01-03T10:43:44.100 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: 8443 2024-01-03T10:43:44.491 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: disabled 2024-01-03T10:43:44.499 INFO:teuthology.orchestra.run.smithi050.stderr:systemctl: inactive 2024-01-03T10:43:44.499 INFO:teuthology.orchestra.run.smithi050.stderr:firewalld.service is not enabled 2024-01-03T10:43:44.499 INFO:teuthology.orchestra.run.smithi050.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr:Ceph Dashboard is now available at: 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr: URL: https://smithi050.front.sepia.ceph.com:8443/ 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr: User: admin 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr: Password: dalt5s3vh6 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:44.502 INFO:teuthology.orchestra.run.smithi050.stderr:Enabling autotune for osd_memory_target 2024-01-03T10:43:44.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:44 smithi050 ceph-mon[107752]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:44.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:44 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:44.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:44 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/752175176' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-03T10:43:46.038 INFO:teuthology.orchestra.run.smithi050.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr:You can access the Ceph CLI with: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: ceph telemetry on 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr:For more information see: 2024-01-03T10:43:46.382 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.383 INFO:teuthology.orchestra.run.smithi050.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-03T10:43:46.383 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T10:43:46.383 INFO:teuthology.orchestra.run.smithi050.stderr:Bootstrap complete. 2024-01-03T10:43:46.416 INFO:tasks.cephadm:Fetching config... 2024-01-03T10:43:46.417 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:43:46.417 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-03T10:43:46.435 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-03T10:43:46.436 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:43:46.436 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-03T10:43:46.494 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-03T10:43:46.495 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:43:46.495 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/keyring of=/dev/stdout 2024-01-03T10:43:46.564 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-03T10:43:46.564 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:43:46.565 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-03T10:43:46.624 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-03T10:43:46.624 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwsC8kl5e50YGb4+rvL4XzKr07ncffORsI/ezR9+J+GAct71reoys8PEvArbY6Q9LO/etXMWRM/1WyEn1gNDLzugR0uhzOm07Z3uC85kAc6wufFtrhLeX/zOOm7u3zdJqzezKWy86K6zn6mZIfMfeFBwxcf3oo4wFUy6TGwY1yUGtmzsQf8JLZL8yXdcRXv37M4gxiMYUVE5b6S25W6vuOXmEGKNVHd6e+s8jo7yCTe1x/2/cEFES6PUKNpb8nSGKBM+Rqu9G9+NEvyskWKq5uVJPBjxx3LPzNKPrCzhgE+vNzL+f1rXpFBKJgUGpdM2FO9R75IAYHc4egeXQSVnGrZk8DJE0DR/8aNw4L1kac3UGY8OD3UkNvpsC/wL2cXd8ly78iRvaEIbdmsQKv51q6iPrOTfrZiFXGnf8UONeYa/dUasu9zo56rjNrPiJ47rXVOX/ffWbXrnCA1gcIAX2/26loly+EVztwubhoNiVTmGUAT+kpF4cgns2ZVcO/nH0= ceph-c4b54784-aa24-11ee-95a9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-03T10:43:46.702 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwsC8kl5e50YGb4+rvL4XzKr07ncffORsI/ezR9+J+GAct71reoys8PEvArbY6Q9LO/etXMWRM/1WyEn1gNDLzugR0uhzOm07Z3uC85kAc6wufFtrhLeX/zOOm7u3zdJqzezKWy86K6zn6mZIfMfeFBwxcf3oo4wFUy6TGwY1yUGtmzsQf8JLZL8yXdcRXv37M4gxiMYUVE5b6S25W6vuOXmEGKNVHd6e+s8jo7yCTe1x/2/cEFES6PUKNpb8nSGKBM+Rqu9G9+NEvyskWKq5uVJPBjxx3LPzNKPrCzhgE+vNzL+f1rXpFBKJgUGpdM2FO9R75IAYHc4egeXQSVnGrZk8DJE0DR/8aNw4L1kac3UGY8OD3UkNvpsC/wL2cXd8ly78iRvaEIbdmsQKv51q6iPrOTfrZiFXGnf8UONeYa/dUasu9zo56rjNrPiJ47rXVOX/ffWbXrnCA1gcIAX2/26loly+EVztwubhoNiVTmGUAT+kpF4cgns2ZVcO/nH0= ceph-c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:43:46.714 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwsC8kl5e50YGb4+rvL4XzKr07ncffORsI/ezR9+J+GAct71reoys8PEvArbY6Q9LO/etXMWRM/1WyEn1gNDLzugR0uhzOm07Z3uC85kAc6wufFtrhLeX/zOOm7u3zdJqzezKWy86K6zn6mZIfMfeFBwxcf3oo4wFUy6TGwY1yUGtmzsQf8JLZL8yXdcRXv37M4gxiMYUVE5b6S25W6vuOXmEGKNVHd6e+s8jo7yCTe1x/2/cEFES6PUKNpb8nSGKBM+Rqu9G9+NEvyskWKq5uVJPBjxx3LPzNKPrCzhgE+vNzL+f1rXpFBKJgUGpdM2FO9R75IAYHc4egeXQSVnGrZk8DJE0DR/8aNw4L1kac3UGY8OD3UkNvpsC/wL2cXd8ly78iRvaEIbdmsQKv51q6iPrOTfrZiFXGnf8UONeYa/dUasu9zo56rjNrPiJ47rXVOX/ffWbXrnCA1gcIAX2/26loly+EVztwubhoNiVTmGUAT+kpF4cgns2ZVcO/nH0= ceph-c4b54784-aa24-11ee-95a9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-03T10:43:46.759 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwsC8kl5e50YGb4+rvL4XzKr07ncffORsI/ezR9+J+GAct71reoys8PEvArbY6Q9LO/etXMWRM/1WyEn1gNDLzugR0uhzOm07Z3uC85kAc6wufFtrhLeX/zOOm7u3zdJqzezKWy86K6zn6mZIfMfeFBwxcf3oo4wFUy6TGwY1yUGtmzsQf8JLZL8yXdcRXv37M4gxiMYUVE5b6S25W6vuOXmEGKNVHd6e+s8jo7yCTe1x/2/cEFES6PUKNpb8nSGKBM+Rqu9G9+NEvyskWKq5uVJPBjxx3LPzNKPrCzhgE+vNzL+f1rXpFBKJgUGpdM2FO9R75IAYHc4egeXQSVnGrZk8DJE0DR/8aNw4L1kac3UGY8OD3UkNvpsC/wL2cXd8ly78iRvaEIbdmsQKv51q6iPrOTfrZiFXGnf8UONeYa/dUasu9zo56rjNrPiJ47rXVOX/ffWbXrnCA1gcIAX2/26loly+EVztwubhoNiVTmGUAT+kpF4cgns2ZVcO/nH0= ceph-c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:43:46.771 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-03T10:43:47.105 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:46 smithi050 ceph-mon[107752]: mgrmap e13: smithi050.mlcqlp(active, since 6s) 2024-01-03T10:43:47.106 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:46 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/494454188' entity='client.admin' 2024-01-03T10:43:49.160 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-03T10:43:49.160 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-03T10:43:49.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:49 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1504128935' entity='client.admin' 2024-01-03T10:43:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:51 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:51 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:43:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:51 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:51 smithi050 ceph-mon[107752]: Deploying daemon alertmanager.smithi050 on smithi050 2024-01-03T10:43:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:51 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:52.215 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-01-03T10:43:52.216 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:43:52.216 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-01-03T10:43:52.237 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:43:52.238 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:43:52.299 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-01-03T10:43:52.299 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch host add smithi105 2024-01-03T10:43:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:52 smithi050 ceph-mon[107752]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:56.344 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi105' with addr '172.21.15.105' 2024-01-03T10:43:56.676 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch host ls --format=json 2024-01-03T10:43:57.720 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: Deploying cephadm binary to smithi105 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: Added host smithi105 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-03T10:43:57.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:43:57.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:57 smithi050 ceph-mon[107752]: Deploying daemon crash.smithi050 on smithi050 2024-01-03T10:43:58.334 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:43:58.334 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-01-03T10:43:58.602 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:58 smithi050 ceph-mon[107752]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:43:58.602 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:58 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:58.744 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-03T10:43:58.744 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd crush tunables default 2024-01-03T10:43:59.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:59.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:59.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:43:59.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:43:59.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:43:59.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:43:59 smithi050 ceph-mon[107752]: Deploying daemon grafana.smithi050 on smithi050 2024-01-03T10:44:00.873 INFO:teuthology.orchestra.run.smithi050.stderr:adjusted tunables profile to default 2024-01-03T10:44:01.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:00 smithi050 ceph-mon[107752]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:01.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:00 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:01.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:00 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2743935296' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-03T10:44:01.267 INFO:tasks.cephadm:Adding mon.smithi050 on smithi050 2024-01-03T10:44:01.268 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2024-01-03T10:44:01.268 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch apply mon '2;smithi050:172.21.15.50=smithi050;smithi105:172.21.15.105=smithi105' 2024-01-03T10:44:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:01 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2743935296' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-03T10:44:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:01 smithi050 ceph-mon[107752]: osdmap e4: 0 total, 0 up, 0 in 2024-01-03T10:44:02.662 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2024-01-03T10:44:03.045 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi105.service 2024-01-03T10:44:03.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:03.048 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:03.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Wed 2024-01-03 10:33:47 UTC. -- 2024-01-03T10:44:03.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:02 smithi050 ceph-mon[107752]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:03.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:02 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:03 smithi050 ceph-mon[107752]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi050:172.21.15.50=smithi050;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:44:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:03 smithi050 ceph-mon[107752]: Saving service mon spec with placement smithi050:172.21.15.50=smithi050;smithi105:172.21.15.105=smithi105;count:2 2024-01-03T10:44:04.447 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:04.447 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:04.448 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:05.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:04 smithi050 ceph-mon[107752]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:05.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:04 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/2492135037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:05.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:05.828 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:07.190 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:07.190 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:07.191 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:07.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:06 smithi050 ceph-mon[107752]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:07 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1570658601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:08.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:08.562 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:09.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:08 smithi050 ceph-mon[107752]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:09.927 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:09.927 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:09.928 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:10.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:09 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/3221728887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:11.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:10 smithi050 ceph-mon[107752]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:11.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:10 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:11.292 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:11.292 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:11 smithi050 ceph-mon[107752]: Deploying daemon node-exporter.smithi050 on smithi050 2024-01-03T10:44:12.675 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:12.675 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:12.677 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:13.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:12 smithi050 ceph-mon[107752]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:13.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:12 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/2278643967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:14.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:14.061 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:14.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:14 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:14.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:14 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-03T10:44:15.452 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:15.452 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:15.454 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:15.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:15 smithi050 ceph-mon[107752]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-03T10:44:15.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:15 smithi050 ceph-mon[107752]: mgrmap e14: smithi050.mlcqlp(active, since 34s) 2024-01-03T10:44:16.502 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:16 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/4056823511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:16.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:16.861 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:18.414 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:18.414 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:18.416 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:18.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:18 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/3625072328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:19.796 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:19.797 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:21.328 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:21.328 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:21.329 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:21.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: Active manager daemon smithi050.mlcqlp restarted 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: Activating manager daemon smithi050.mlcqlp 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: osdmap e5: 0 total, 0 up, 0 in 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: mgrmap e15: smithi050.mlcqlp(active, starting, since 0.0523058s) 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: Manager daemon smithi050.mlcqlp is now available 2024-01-03T10:44:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: [03/Jan/2024:10:44:21] ENGINE Bus STARTING 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:21.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:21 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1244079159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:22.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:22.700 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:22.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:22 smithi050 ceph-mon[107752]: [03/Jan/2024:10:44:21] ENGINE Serving on https://172.21.15.50:7150 2024-01-03T10:44:22.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:22 smithi050 ceph-mon[107752]: [03/Jan/2024:10:44:21] ENGINE Bus STARTED 2024-01-03T10:44:22.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:22 smithi050 ceph-mon[107752]: mgrmap e16: smithi050.mlcqlp(active, since 1.05484s) 2024-01-03T10:44:22.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:23 smithi050 ceph-mon[107752]: mgrmap e17: smithi050.mlcqlp(active, since 2s) 2024-01-03T10:44:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:24.422 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:24.422 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:24.424 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:44:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/166276446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:25.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:25 smithi050 ceph-mon[107752]: Deploying daemon crash.smithi105 on smithi105 2024-01-03T10:44:25.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:25.795 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:27.469 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:27.469 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:27.470 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:44:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-03T10:44:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:44:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: Deploying daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:44:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:27 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/2689781506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:29.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:29.116 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:44:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:30.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:29 smithi050 ceph-mon[107752]: Deploying daemon mon.smithi105 on smithi105 2024-01-03T10:44:30.782 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:30.782 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:42:50.529504Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-03T10:44:30.784 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-03T10:44:31.099 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 systemd[1]: Starting Ceph mon.smithi105 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: set uid:gid to 167:167 (ceph:ceph) 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: pidfile_write: ignore empty --pid-file 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: load: jerasure load: lrc 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: RocksDB version: 6.15.5 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Compile date Apr 18 2022 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: DB SUMMARY 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: DB Session ID: NPAQ8N2V6SVH19QDBM6U 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: CURRENT file: CURRENT 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: IDENTITY file: IDENTITY 2024-01-03T10:44:31.727 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi105/store.db dir, Total Num: 0, files: 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi105/store.db: 000004.log size: 511 ; 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.error_if_exists: 0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.create_if_missing: 0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.paranoid_checks: 1 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.env: 0x5616cc800860 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.fs: Posix File System 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.info_log: 0x5616ce251fa0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_file_opening_threads: 16 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.statistics: (nil) 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.use_fsync: 0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_log_file_size: 0 2024-01-03T10:44:31.728 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.log_file_time_to_roll: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.keep_log_file_num: 1000 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.recycle_log_file_num: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_fallocate: 1 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_mmap_reads: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_mmap_writes: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.use_direct_reads: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.create_missing_column_families: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.db_log_dir: 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi105/store.db 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.table_cache_numshardbits: 6 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.WAL_ttl_seconds: 0 2024-01-03T10:44:31.729 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.WAL_size_limit_MB: 0 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.is_fd_close_on_exec: 1 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.advise_random_on_open: 1 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.db_write_buffer_size: 0 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.write_buffer_manager: 0x5616ce342330 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.use_adaptive_mutex: 0 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.rate_limiter: (nil) 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.wal_recovery_mode: 2 2024-01-03T10:44:31.730 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.enable_thread_tracking: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.enable_pipelined_write: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.unordered_write: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.row_cache: None 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.wal_filter: None 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_ingest_behind: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.preserve_deletes: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.two_write_queues: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.manual_wal_flush: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.atomic_flush: 0 2024-01-03T10:44:31.731 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.persist_stats_to_disk: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.write_dbid_to_manifest: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.log_readahead_size: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.best_efforts_recovery: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.allow_data_in_errors: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.db_host_id: __hostname__ 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_background_jobs: 2 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_background_compactions: -1 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_subcompactions: 1 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-03T10:44:31.732 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.delayed_write_rate : 16777216 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_total_wal_size: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.stats_dump_period_sec: 600 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.stats_persist_period_sec: 600 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_open_files: -1 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bytes_per_sync: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.wal_bytes_per_sync: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.strict_bytes_per_sync: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_readahead_size: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_background_flushes: -1 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Compression algorithms supported: 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-03T10:44:31.733 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kZSTD supported: 0 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kXpressCompression supported: 0 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kLZ4HCCompression supported: 1 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kLZ4Compression supported: 1 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kBZip2Compression supported: 0 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kZlibCompression supported: 1 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: kSnappyCompression supported: 1 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Fast CRC32 supported: Supported on x86 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 bash[110394]: 220a5f822b9d87105caf257d5d83de41392690943dd32eb6fd4b38bbbf58b10c 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000003 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.merge_operator: 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_filter: None 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_filter_factory: None 2024-01-03T10:44:31.734 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.sst_partitioner_factory: None 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.memtable_factory: SkipListFactory 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.table_factory: BlockBasedTable 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616ce21dd00) 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: cache_index_and_filter_blocks: 1 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: pin_top_level_index_and_filter: 1 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: index_type: 0 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: data_block_index_type: 0 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: index_shortening: 1 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: data_block_hash_table_util_ratio: 0.750000 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: hash_index_allow_collision: 1 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: checksum: 1 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: no_block_cache: 0 2024-01-03T10:44:31.735 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_cache: 0x5616ce288170 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_cache_name: BinnedLRUCache 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_cache_options: 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: capacity : 536870912 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: num_shard_bits : 4 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: strict_capacity_limit : 0 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: high_pri_pool_ratio: 0.000 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_cache_compressed: (nil) 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: persistent_cache: (nil) 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_size: 4096 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_size_deviation: 10 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_restart_interval: 16 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: index_block_restart_interval: 1 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: metadata_block_size: 4096 2024-01-03T10:44:31.736 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: partition_filters: 0 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: use_delta_encoding: 1 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: whole_key_filtering: 1 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: verify_compression: 0 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: read_amp_bytes_per_bit: 0 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: format_version: 4 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: enable_index_compression: 1 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: block_align: 0 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.write_buffer_size: 33554432 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_write_buffer_number: 2 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression: NoCompression 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression: Disabled 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.prefix_extractor: nullptr 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.num_levels: 7 2024-01-03T10:44:31.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.window_bits: -14 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.level: 32767 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.strategy: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-03T10:44:31.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compression_opts.enabled: false 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.target_file_size_base: 67108864 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.target_file_size_multiplier: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-03T10:44:31.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.arena_block_size: 4194304 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.disable_auto_compactions: 0 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-03T10:44:31.740 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-03T10:44:31.741 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-03T10:44:31.741 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-03T10:44:31.741 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.table_properties_collectors: 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.inplace_update_support: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.inplace_update_num_locks: 10000 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.memtable_huge_page_size: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.bloom_locality: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.max_successive_merges: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.optimize_filters_for_hits: 0 2024-01-03T10:44:31.742 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.paranoid_file_checks: 0 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.force_consistency_checks: 1 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.report_bg_io_stats: 0 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.ttl: 2592000 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.periodic_compaction_seconds: 0 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.enable_blob_files: false 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.min_blob_size: 0 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.blob_file_size: 268435456 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.blob_compression_type: NoCompression 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.enable_blob_garbage_collection: false 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi105/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 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278671438123, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-01-03T10:44:31.743 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: 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. 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278671438397, "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": 1704278671, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ab1920cb-3ead-4e7b-8e89-01b2abbac50e", "db_session_id": "NPAQ8N2V6SVH19QDBM6U"}} 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: EVENT_LOG_v1 {"time_micros": 1704278671438722, "job": 1, "event": "recovery_finished"} 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi105/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5616ce26ea80 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: DB pointer 0x5616ce27e000 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105 does not exist in monmap, will attempt to join an existing cluster 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: using public_addr v2:172.21.15.105:0/0 -> [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: starting mon.smithi105 rank -1 at public addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] at bind addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi105 fsid c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(???) e0 preinit fsid c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 systemd[1]: Started Ceph mon.smithi105 for c4b54784-aa24-11ee-95a9-87774f69a715. 2024-01-03T10:44:31.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** DB Stats ** 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** Compaction Stats [default] ** 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.745 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** Compaction Stats [default] ** 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:44:31.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** Compaction Stats [default] ** 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** Compaction Stats [default] ** 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.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.8 0.00 0.00 1 0.000 0 0 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.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 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).mds e1 new map 2024-01-03T10:44:31.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).mds e1 print_map 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: e1 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.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} 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: legacy client fscid: -1 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout: No filesystems configured 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-03T10:44:31.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14160 172.21.15.50:0/4227617335' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mgrmap e14: smithi050.mlcqlp(active, since 34s) 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/4056823511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/3625072328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Active manager daemon smithi050.mlcqlp restarted 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Activating manager daemon smithi050.mlcqlp 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: osdmap e5: 0 total, 0 up, 0 in 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mgrmap e15: smithi050.mlcqlp(active, starting, since 0.0523058s) 2024-01-03T10:44:31.750 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Manager daemon smithi050.mlcqlp is now available 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.751 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: [03/Jan/2024:10:44:21] ENGINE Bus STARTING 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/1244079159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: [03/Jan/2024:10:44:21] ENGINE Serving on https://172.21.15.50:7150 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: [03/Jan/2024:10:44:21] ENGINE Bus STARTED 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mgrmap e16: smithi050.mlcqlp(active, since 1.05484s) 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mgrmap e17: smithi050.mlcqlp(active, since 2s) 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:44:31.752 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/166276446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Deploying daemon crash.smithi105 on smithi105 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:44:31.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Deploying daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/2689781506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: Deploying daemon mon.smithi105 on smithi105 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expand map: {default=false} 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta from 'false' to 'false' 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expanded map: {default=false} 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expand map: {default=info} 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta from 'info' to 'info' 2024-01-03T10:44:31.754 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expanded map: {default=info} 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expand map: {default=daemon} 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta from 'daemon' to 'daemon' 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expanded map: {default=daemon} 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expand map: {default=debug} 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta from 'debug' to 'debug' 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: expand_channel_meta expanded map: {default=debug} 2024-01-03T10:44:31.755 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:31 smithi105 ceph-mon[110434]: mon.smithi105@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-01-03T10:44:32.175 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-03T10:44:32.175 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mon dump -f json 2024-01-03T10:44:36.794 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-03T10:44:36.794 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","modified":"2024-01-03T10:44:31.466936Z","created":"2024-01-03T10:42:50.529504Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi105","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-03T10:44:36.797 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: mon.smithi050 calling monitor election 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: mon.smithi105 calling monitor election 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/crt"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: mon.smithi050 is new leader, mons smithi050,smithi105 in quorum (ranks 0,1) 2024-01-03T10:44:36.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: monmap e2: 2 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: fsmap 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: osdmap e5: 0 total, 0 up, 0 in 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: mgrmap e17: smithi050.mlcqlp(active, since 16s) 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: Standby manager daemon smithi105.oeotvj started 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/key"}]: dispatch 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: overall HEALTH_OK 2024-01-03T10:44:36.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:37.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:44:37.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: mon.smithi050 calling monitor election 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: mon.smithi105 calling monitor election 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/crt"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: mon.smithi050 is new leader, mons smithi050,smithi105 in quorum (ranks 0,1) 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: monmap e2: 2 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: fsmap 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: osdmap e5: 0 total, 0 up, 0 in 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: mgrmap e17: smithi050.mlcqlp(active, since 16s) 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: Standby manager daemon smithi105.oeotvj started 2024-01-03T10:44:37.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:44:37.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/key"}]: dispatch 2024-01-03T10:44:37.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/1111299594' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:44:37.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: overall HEALTH_OK 2024-01-03T10:44:37.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:37.195 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-03T10:44:37.196 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph config generate-minimal-conf 2024-01-03T10:44:37.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:37 smithi050 ceph-mon[107752]: Deploying daemon node-exporter.smithi105 on smithi105 2024-01-03T10:44:37.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:37 smithi050 ceph-mon[107752]: mgrmap e18: smithi050.mlcqlp(active, since 16s), standbys: smithi105.oeotvj 2024-01-03T10:44:37.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:37 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi105.oeotvj", "id": "smithi105.oeotvj"}]: dispatch 2024-01-03T10:44:37.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:37 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1588237615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:37.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:37 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:37.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:37 smithi105 ceph-mon[110434]: Deploying daemon node-exporter.smithi105 on smithi105 2024-01-03T10:44:37.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:37 smithi105 ceph-mon[110434]: mgrmap e18: smithi050.mlcqlp(active, since 16s), standbys: smithi105.oeotvj 2024-01-03T10:44:37.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:37 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr metadata", "who": "smithi105.oeotvj", "id": "smithi105.oeotvj"}]: dispatch 2024-01-03T10:44:37.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:37 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/1588237615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-03T10:44:37.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:37 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:44:38.669 INFO:teuthology.orchestra.run.smithi050.stdout:# minimal ceph.conf for c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:44:38.670 INFO:teuthology.orchestra.run.smithi050.stdout:[global] 2024-01-03T10:44:38.670 INFO:teuthology.orchestra.run.smithi050.stdout: fsid = c4b54784-aa24-11ee-95a9-87774f69a715 2024-01-03T10:44:38.670 INFO:teuthology.orchestra.run.smithi050.stdout: mon_host = [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-01-03T10:44:38.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:38 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/260417718' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:39.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:38 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/260417718' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:40.255 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-03T10:44:40.256 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:44:40.256 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2024-01-03T10:44:40.290 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:44:40.290 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:40.360 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:44:40.360 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-01-03T10:44:40.392 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:44:40.392 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:40.460 INFO:tasks.cephadm:Deploying OSDs... 2024-01-03T10:44:40.460 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:44:40.460 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2024-01-03T10:44:40.480 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-03T10:44:40.480 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 394220 Links: 1 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-01-03 10:44:11.137049898 +0000 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-01-03 10:41:24.762908722 +0000 2024-01-03T10:44:40.539 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-01-03 10:41:24.762908722 +0000 2024-01-03T10:44:40.540 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-01-03T10:44:40.540 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-03T10:44:40.606 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-01-03T10:44:40.607 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-01-03T10:44:40.607 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 8.9455e-05 s, 5.7 MB/s 2024-01-03T10:44:40.608 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-03T10:44:40.668 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2024-01-03T10:44:40.726 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 395594 Links: 1 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-01-03 10:44:11.137049898 +0000 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-01-03 10:41:25.294895522 +0000 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-01-03 10:41:25.294895522 +0000 2024-01-03T10:44:40.727 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-01-03T10:44:40.727 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-03T10:44:40.793 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-01-03T10:44:40.794 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-01-03T10:44:40.794 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000102168 s, 5.0 MB/s 2024-01-03T10:44:40.795 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-03T10:44:40.854 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2024-01-03T10:44:40.912 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 388984 Links: 1 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-01-03 10:44:11.137049898 +0000 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-01-03 10:41:25.858881527 +0000 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-01-03 10:41:25.858881527 +0000 2024-01-03T10:44:40.913 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-01-03T10:44:40.913 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-03T10:44:40.980 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-01-03T10:44:40.981 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-01-03T10:44:40.981 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000104564 s, 4.9 MB/s 2024-01-03T10:44:40.982 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-03T10:44:41.041 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2024-01-03T10:44:41.100 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 395723 Links: 1 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-01-03 10:44:11.137049898 +0000 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-01-03 10:41:26.375868699 +0000 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-01-03 10:41:26.375868699 +0000 2024-01-03T10:44:41.101 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-01-03T10:44:41.101 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-03T10:44:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-01-03T10:44:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-01-03T10:44:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 9.7874e-05 s, 5.2 MB/s 2024-01-03T10:44:41.168 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-03T10:44:41.227 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-03T10:44:41.227 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-01-03T10:44:41.249 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-03T10:44:41.249 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-01-03T10:44:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:41 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:41 smithi050 ceph-mon[107752]: Deploying daemon prometheus.smithi050 on smithi050 2024-01-03T10:44:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:41 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 391461 Links: 1 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-03 10:44:37.017311421 +0000 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-03 10:41:11.394603005 +0000 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-03 10:41:11.394603005 +0000 2024-01-03T10:44:41.311 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-03T10:44:41.312 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-03T10:44:41.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:41 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:41.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:41 smithi105 ceph-mon[110434]: Deploying daemon prometheus.smithi050 on smithi050 2024-01-03T10:44:41.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:41 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:41.383 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-03T10:44:41.383 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-03T10:44:41.383 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000253014 s, 2.0 MB/s 2024-01-03T10:44:41.384 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-03T10:44:41.446 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-01-03T10:44:41.506 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 382952 Links: 1 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-03 10:44:37.017311421 +0000 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-03 10:41:11.906592758 +0000 2024-01-03T10:44:41.507 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-03 10:41:11.906592758 +0000 2024-01-03T10:44:41.508 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-03T10:44:41.508 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-03T10:44:41.575 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-03T10:44:41.575 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-03T10:44:41.576 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000225721 s, 2.3 MB/s 2024-01-03T10:44:41.577 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-03T10:44:41.637 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-01-03T10:44:41.697 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-03T10:44:41.697 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 390837 Links: 1 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-03 10:44:37.017311421 +0000 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-03 10:41:12.410582670 +0000 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-03 10:41:12.410582670 +0000 2024-01-03T10:44:41.698 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-03T10:44:41.698 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-03T10:44:41.766 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-03T10:44:41.766 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-03T10:44:41.766 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000288045 s, 1.8 MB/s 2024-01-03T10:44:41.767 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-03T10:44:41.827 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 390944 Links: 1 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-03 10:44:37.017311421 +0000 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-03 10:41:13.134568179 +0000 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-03 10:41:13.134568179 +0000 2024-01-03T10:44:41.886 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-03T10:44:41.886 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-03T10:44:41.952 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-03T10:44:41.953 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-03T10:44:41.953 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000237869 s, 2.2 MB/s 2024-01-03T10:44:41.954 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-03T10:44:42.013 INFO:tasks.cephadm:Deploying osd.0 on smithi050 with /dev/vg_nvme/lv_4... 2024-01-03T10:44:42.013 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-03T10:44:42.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:42 smithi050 ceph-mon[107752]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:42 smithi105 ceph-mon[110434]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:44 smithi105 ceph-mon[110434]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:44.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:44 smithi050 ceph-mon[107752]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136623 s, 767 MB/s 2024-01-03T10:44:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-01-03T10:44:46.401 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:46 smithi050 ceph-mon[107752]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:46.495 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_4 2024-01-03T10:44:46.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:46 smithi105 ceph-mon[110434]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:48 smithi050 ceph-mon[107752]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:48 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:44:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:48 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:44:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:48 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:48 smithi105 ceph-mon[110434]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:48 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:44:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:48 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:44:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:48 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:49.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:49 smithi105 ceph-mon[110434]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:44:49.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:49 smithi050 ceph-mon[107752]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:44:50.274 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:50 smithi050 ceph-mon[107752]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:50.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:50 smithi105 ceph-mon[110434]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:52.281 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:52 smithi050 ceph-mon[107752]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:52.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:52 smithi105 ceph-mon[110434]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:44:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/115528779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b92dc2-517c-414e-b368-c0b724da3171"}]: dispatch 2024-01-03T10:44:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/115528779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b92dc2-517c-414e-b368-c0b724da3171"}]': finished 2024-01-03T10:44:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: osdmap e6: 1 total, 0 up, 1 in 2024-01-03T10:44:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:53 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:44:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/115528779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b92dc2-517c-414e-b368-c0b724da3171"}]: dispatch 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/115528779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b92dc2-517c-414e-b368-c0b724da3171"}]': finished 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: osdmap e6: 1 total, 0 up, 1 in 2024-01-03T10:44:54.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:53 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:44:55.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:54 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:55.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:54 smithi105 ceph-mon[110434]: Updating smithi105:/etc/ceph/ceph.conf 2024-01-03T10:44:55.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:54 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:55.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:54 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2436295614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:44:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:54 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:54 smithi050 ceph-mon[107752]: Updating smithi105:/etc/ceph/ceph.conf 2024-01-03T10:44:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:54 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:54 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2436295614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:44:56.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-03T10:44:56.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:44:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:56.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:44:56.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-03T10:44:56.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:56 smithi105 ceph-mon[110434]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:44:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:56 smithi105 ceph-mon[110434]: Reconfiguring mon.smithi050 (unknown last config time)... 2024-01-03T10:44:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:56 smithi105 ceph-mon[110434]: Reconfiguring daemon mon.smithi050 on smithi050 2024-01-03T10:44:57.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:56 smithi050 ceph-mon[107752]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:44:57.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:56 smithi050 ceph-mon[107752]: Reconfiguring mon.smithi050 (unknown last config time)... 2024-01-03T10:44:57.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:56 smithi050 ceph-mon[107752]: Reconfiguring daemon mon.smithi050 on smithi050 2024-01-03T10:44:58.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:57 smithi105 ceph-mon[110434]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:58.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:57 smithi050 ceph-mon[107752]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:44:59.224 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:59.224 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: Reconfiguring mgr.smithi050.mlcqlp (unknown last config time)... 2024-01-03T10:44:59.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:44:59.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:44:59.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:59.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:44:59 smithi050 ceph-mon[107752]: Reconfiguring daemon mgr.smithi050.mlcqlp on smithi050 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: Reconfiguring mgr.smithi050.mlcqlp (unknown last config time)... 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:44:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:44:59 smithi105 ceph-mon[110434]: Reconfiguring daemon mgr.smithi050.mlcqlp on smithi050 2024-01-03T10:45:00.165 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:00 smithi050 ceph-mon[107752]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:00.165 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-03T10:45:00.165 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:00.165 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:00 smithi105 ceph-mon[110434]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-03T10:45:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:01.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:01 smithi050 ceph-mon[107752]: Deploying daemon osd.0 on smithi050 2024-01-03T10:45:01.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:01 smithi050 ceph-mon[107752]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2024-01-03T10:45:01.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:01 smithi050 ceph-mon[107752]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2024-01-03T10:45:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:01 smithi105 ceph-mon[110434]: Deploying daemon osd.0 on smithi050 2024-01-03T10:45:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:01 smithi105 ceph-mon[110434]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2024-01-03T10:45:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:01 smithi105 ceph-mon[110434]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2024-01-03T10:45:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:02 smithi050 ceph-mon[107752]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:02.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:02 smithi105 ceph-mon[110434]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:04.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:04 smithi050 ceph-mon[107752]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:04.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:04 smithi105 ceph-mon[110434]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:06 smithi050 ceph-mon[107752]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:45:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:06 smithi105 ceph-mon[110434]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:45:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:07.091 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 0 on host 'smithi050' 2024-01-03T10:45:07.259 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:07 smithi050 ceph-mon[107752]: Reconfiguring crash.smithi050 (monmap changed)... 2024-01-03T10:45:07.259 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:07 smithi050 ceph-mon[107752]: Reconfiguring daemon crash.smithi050 on smithi050 2024-01-03T10:45:07.259 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:07 smithi050 ceph-mon[107752]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-03T10:45:07.259 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:07 smithi105 ceph-mon[110434]: Reconfiguring crash.smithi050 (monmap changed)... 2024-01-03T10:45:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:07 smithi105 ceph-mon[110434]: Reconfiguring daemon crash.smithi050 on smithi050 2024-01-03T10:45:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:07 smithi105 ceph-mon[110434]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-03T10:45:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:07.656 DEBUG:teuthology.orchestra.run.smithi050:osd.0> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.0.service 2024-01-03T10:45:07.658 INFO:tasks.cephadm:Deploying osd.1 on smithi050 with /dev/vg_nvme/lv_3... 2024-01-03T10:45:07.659 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-03T10:45:07.689 INFO:journalctl@ceph.osd.0.smithi050.stdout:-- Logs begin at Wed 2024-01-03 10:33:43 UTC. -- 2024-01-03T10:45:08.154 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:08.154 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-03T10:45:08.155 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: osdmap e7: 1 total, 0 up, 1 in 2024-01-03T10:45:08.155 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:08.155 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:08.155 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: osdmap e7: 1 total, 0 up, 1 in 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:08 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:08.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0[120101]: 2024-01-03T10:45:08.154+0000 7f6182f09700 -1 osd.0 0 waiting for initial osdmap 2024-01-03T10:45:08.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:08 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0[120101]: 2024-01-03T10:45:08.158+0000 7f617c09d700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:45:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: Reconfiguring grafana.smithi050 (dependencies changed)... 2024-01-03T10:45:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: Reconfiguring daemon grafana.smithi050 on smithi050 2024-01-03T10:45:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: osdmap e8: 1 total, 0 up, 1 in 2024-01-03T10:45:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:09.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: Reconfiguring grafana.smithi050 (dependencies changed)... 2024-01-03T10:45:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: Reconfiguring daemon grafana.smithi050 on smithi050 2024-01-03T10:45:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: from='osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: osdmap e8: 1 total, 0 up, 1 in 2024-01-03T10:45:09.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:09.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:09.681 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-03T10:45:09.681 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-03T10:45:09.681 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-01-03T10:45:09.681 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-01-03T10:45:09.682 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.008088 s, 1.3 GB/s 2024-01-03T10:45:09.682 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-01-03T10:45:10.120 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_3 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004] boot 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: osdmap e9: 1 total, 1 up, 1 in 2024-01-03T10:45:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:10 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:10.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:45:10.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:45:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-03T10:45:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: osd.0 [v2:172.21.15.50:6802/3981363004,v1:172.21.15.50:6803/3981363004] boot 2024-01-03T10:45:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: osdmap e9: 1 total, 1 up, 1 in 2024-01-03T10:45:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:10 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:45:11.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:11 smithi105 ceph-mon[110434]: osdmap e10: 1 total, 1 up, 1 in 2024-01-03T10:45:11.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:11.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:45:11.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:11.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:11 smithi050 ceph-mon[107752]: osdmap e10: 1 total, 1 up, 1 in 2024-01-03T10:45:11.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:11.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-03T10:45:11.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: Reconfiguring crash.smithi105 (monmap changed)... 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: Reconfiguring daemon crash.smithi105 on smithi105 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: Reconfiguring mgr.smithi105.oeotvj (monmap changed)... 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:12 smithi050 ceph-mon[107752]: Reconfiguring daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:45:12.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: Reconfiguring crash.smithi105 (monmap changed)... 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: Reconfiguring daemon crash.smithi105 on smithi105 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: Reconfiguring mgr.smithi105.oeotvj (monmap changed)... 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:12.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:12 smithi105 ceph-mon[110434]: Reconfiguring daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:45:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: Reconfiguring mon.smithi105 (monmap changed)... 2024-01-03T10:45:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: Reconfiguring daemon mon.smithi105 on smithi105 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3369218124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "314444bb-bcc0-4df0-adc8-135735450b67"}]: dispatch 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3369218124' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "314444bb-bcc0-4df0-adc8-135735450b67"}]': finished 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: osdmap e11: 2 total, 1 up, 2 in 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:13.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:45:14.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: Reconfiguring mon.smithi105 (monmap changed)... 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: Reconfiguring daemon mon.smithi105 on smithi105 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3369218124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "314444bb-bcc0-4df0-adc8-135735450b67"}]: dispatch 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3369218124' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "314444bb-bcc0-4df0-adc8-135735450b67"}]': finished 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: osdmap e11: 2 total, 1 up, 2 in 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:14.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:45:14.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:14 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:45:14.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:14 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2181456932' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:15.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:14 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:45:15.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:14 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2181456932' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:15 smithi105 ceph-mon[110434]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:16.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:15 smithi050 ceph-mon[107752]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:17 smithi105 ceph-mon[110434]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:18.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:17 smithi050 ceph-mon[107752]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:19.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-03T10:45:19.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-03T10:45:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:19 smithi105 ceph-mon[110434]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:19 smithi105 ceph-mon[110434]: Deploying daemon osd.1 on smithi050 2024-01-03T10:45:20.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:19 smithi050 ceph-mon[107752]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:20.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:19 smithi050 ceph-mon[107752]: Deploying daemon osd.1 on smithi050 2024-01-03T10:45:21.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:45:21.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:45:21.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:45:21.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:45:22.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:21 smithi105 ceph-mon[110434]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:22.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:21 smithi050 ceph-mon[107752]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:23 smithi050 ceph-mon[107752]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:23 smithi105 ceph-mon[110434]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:24.988 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 1 on host 'smithi050' 2024-01-03T10:45:25.375 DEBUG:teuthology.orchestra.run.smithi050:osd.1> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.1.service 2024-01-03T10:45:25.377 INFO:tasks.cephadm:Deploying osd.2 on smithi050 with /dev/vg_nvme/lv_2... 2024-01-03T10:45:25.378 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-03T10:45:25.409 INFO:journalctl@ceph.osd.1.smithi050.stdout:-- Logs begin at Wed 2024-01-03 10:33:43 UTC. -- 2024-01-03T10:45:26.240 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:26 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T10:45:26.179+0000 7f3b7f4e33c0 -1 osd.1 0 log_to_monitors true 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.50:9093"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.50:9093"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.50:3000"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.50:3000"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:45:26.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.50:9095"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.50:9095"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:25 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.50:9093"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.50:9093"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.50:3000"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.50:3000"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.50:9095"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.50:9095"}]: dispatch 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:26.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:26.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:25 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00852896 s, 1.2 GB/s 2024-01-03T10:45:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-01-03T10:45:27.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:27 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:27.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:27 smithi105 ceph-mon[110434]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-03T10:45:27.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:27.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:27 smithi050 ceph-mon[107752]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-03T10:45:27.964 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_2 2024-01-03T10:45:28.299 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T10:45:28.144+0000 7f3b75ee6700 -1 osd.1 0 waiting for initial osdmap 2024-01-03T10:45:28.299 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T10:45:28.147+0000 7f3b6f07a700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:45:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-mon[107752]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-mon[107752]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-03T10:45:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-mon[107752]: osdmap e12: 2 total, 1 up, 2 in 2024-01-03T10:45:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:28.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:28 smithi050 ceph-mon[107752]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:28 smithi105 ceph-mon[110434]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:28 smithi105 ceph-mon[110434]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-03T10:45:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:28 smithi105 ceph-mon[110434]: osdmap e12: 2 total, 1 up, 2 in 2024-01-03T10:45:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:28 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:28 smithi105 ceph-mon[110434]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:29.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:29 smithi105 ceph-mon[110434]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:29.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:29 smithi105 ceph-mon[110434]: osdmap e13: 2 total, 1 up, 2 in 2024-01-03T10:45:29.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:29 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:29.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:29 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:29.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:29 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:29.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:29 smithi050 ceph-mon[107752]: from='osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:29.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:29 smithi050 ceph-mon[107752]: osdmap e13: 2 total, 1 up, 2 in 2024-01-03T10:45:29.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:29.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:29.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:29 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088] boot 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: osdmap e14: 2 total, 2 up, 2 in 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:30.290 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: osd.1 [v2:172.21.15.50:6810/1102075088,v1:172.21.15.50:6811/1102075088] boot 2024-01-03T10:45:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: osdmap e14: 2 total, 2 up, 2 in 2024-01-03T10:45:30.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:45:30.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:30.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:30.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:31.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:31 smithi050 ceph-mon[107752]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:31.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:31 smithi050 ceph-mon[107752]: osdmap e15: 2 total, 2 up, 2 in 2024-01-03T10:45:31.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:31 smithi105 ceph-mon[110434]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:31.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:31 smithi105 ceph-mon[110434]: osdmap e15: 2 total, 2 up, 2 in 2024-01-03T10:45:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:32.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:32 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:32.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:32.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:32.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:32.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:32.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:32.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:32.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:32 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:33.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi050 2024-01-03T10:45:33.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi050 to 6451M 2024-01-03T10:45:33.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3189391572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b28dd28-2abd-4e0a-bffc-264fc942c88a"}]: dispatch 2024-01-03T10:45:33.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3189391572' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b28dd28-2abd-4e0a-bffc-264fc942c88a"}]': finished 2024-01-03T10:45:33.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: osdmap e16: 3 total, 2 up, 3 in 2024-01-03T10:45:33.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:33.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:33 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:33.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi050 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi050 to 6451M 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3189391572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b28dd28-2abd-4e0a-bffc-264fc942c88a"}]: dispatch 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3189391572' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b28dd28-2abd-4e0a-bffc-264fc942c88a"}]': finished 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: osdmap e16: 3 total, 2 up, 3 in 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:33.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:33 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:34.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:34 smithi105 ceph-mon[110434]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:34.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:34 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/904838323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:34.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:34 smithi050 ceph-mon[107752]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:34.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:34 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/904838323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:35.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:35 smithi050 ceph-mon[107752]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:35.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:35 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:35.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:35 smithi105 ceph-mon[110434]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:35.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:35 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:37 smithi105 ceph-mon[110434]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:37 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:37 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:37 smithi050 ceph-mon[107752]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:37 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:37 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:39.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:38 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi050 2024-01-03T10:45:39.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:38 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-03T10:45:39.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:38 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:38 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi050 2024-01-03T10:45:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:38 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-03T10:45:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:38 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:39 smithi105 ceph-mon[110434]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:39 smithi105 ceph-mon[110434]: Deploying daemon osd.2 on smithi050 2024-01-03T10:45:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:39 smithi050 ceph-mon[107752]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:39 smithi050 ceph-mon[107752]: Deploying daemon osd.2 on smithi050 2024-01-03T10:45:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:41 smithi105 ceph-mon[110434]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:42.261 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:41 smithi050 ceph-mon[107752]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:43.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:43 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:43.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:43 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:43.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:43 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:43.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:43 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:43.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:43 smithi050 ceph-mon[107752]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:43 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:43 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:43 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:43 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:43 smithi105 ceph-mon[110434]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:44.590 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 2 on host 'smithi050' 2024-01-03T10:45:44.724 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:44.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:45.094 DEBUG:teuthology.orchestra.run.smithi050:osd.2> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.2.service 2024-01-03T10:45:45.096 INFO:tasks.cephadm:Deploying osd.3 on smithi050 with /dev/vg_nvme/lv_1... 2024-01-03T10:45:45.096 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-03T10:45:45.127 INFO:journalctl@ceph.osd.2.smithi050.stdout:-- Logs begin at Wed 2024-01-03 10:33:43 UTC. -- 2024-01-03T10:45:45.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:45 smithi050 ceph-mon[107752]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:45.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:45 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:45.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:45 smithi050 ceph-mon[107752]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-03T10:45:45.800 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:45 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T10:45:45.498+0000 7f8d7183d3c0 -1 osd.2 0 log_to_monitors true 2024-01-03T10:45:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:45 smithi105 ceph-mon[110434]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:45 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:45 smithi105 ceph-mon[110434]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-03T10:45:46.669 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T10:45:46.593+0000 7f8d68240700 -1 osd.2 0 waiting for initial osdmap 2024-01-03T10:45:46.670 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T10:45:46.598+0000 7f8d62bd7700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:45:46.670 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-mon[107752]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-03T10:45:46.670 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-mon[107752]: osdmap e17: 3 total, 2 up, 3 in 2024-01-03T10:45:46.670 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:46.670 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:46 smithi050 ceph-mon[107752]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:46.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:46 smithi105 ceph-mon[110434]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-03T10:45:46.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:46 smithi105 ceph-mon[110434]: osdmap e17: 3 total, 2 up, 3 in 2024-01-03T10:45:46.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:46 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:46.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:46 smithi105 ceph-mon[110434]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:45:47.109 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-03T10:45:47.109 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-03T10:45:47.109 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-01-03T10:45:47.109 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-01-03T10:45:47.110 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00803383 s, 1.3 GB/s 2024-01-03T10:45:47.110 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-01-03T10:45:47.584 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_1 2024-01-03T10:45:47.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:47.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:47.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: osdmap e18: 3 total, 2 up, 3 in 2024-01-03T10:45:47.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:47.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:47.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-03T10:45:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: from='osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:45:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: osdmap e18: 3 total, 2 up, 3 in 2024-01-03T10:45:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:47.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:47.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:49.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:48 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:45:49.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:48 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:45:49.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:48 smithi050 ceph-mon[107752]: osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869] boot 2024-01-03T10:45:49.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:48 smithi050 ceph-mon[107752]: osdmap e19: 3 total, 3 up, 3 in 2024-01-03T10:45:49.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:48 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:49.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:48 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:45:49.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:48 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:45:49.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:48 smithi105 ceph-mon[110434]: osd.2 [v2:172.21.15.50:6818/3156747869,v1:172.21.15.50:6819/3156747869] boot 2024-01-03T10:45:49.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:48 smithi105 ceph-mon[110434]: osdmap e19: 3 total, 3 up, 3 in 2024-01-03T10:45:49.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:48 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:45:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: osdmap e20: 3 total, 3 up, 3 in 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:50.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:49 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-03T10:45:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-03T10:45:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: osdmap e20: 3 total, 3 up, 3 in 2024-01-03T10:45:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:50.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:49 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:45:51.027 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:50 smithi050 sudo[130688]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-03T10:45:51.027 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:50 smithi050 sudo[130688]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:51.027 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:50 smithi050 sudo[130688]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:51 smithi050 ceph-mon[107752]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:51 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi050 to 4300M 2024-01-03T10:45:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-01-03T10:45:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:51 smithi050 ceph-mon[107752]: osdmap e21: 3 total, 3 up, 3 in 2024-01-03T10:45:51.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:51 smithi105 ceph-mon[110434]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:45:51.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:51 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi050 to 4300M 2024-01-03T10:45:51.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-01-03T10:45:51.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:51 smithi105 ceph-mon[110434]: osdmap e21: 3 total, 3 up, 3 in 2024-01-03T10:45:51.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130812]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-03T10:45:51.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130812]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:51.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130812]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:52.027 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130912]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-03T10:45:52.027 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130912]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:52.027 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:51 smithi050 sudo[130912]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:52.299 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131048]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-03T10:45:52.299 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131048]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:52.300 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131048]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: pgmap v54: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: osdmap e22: 3 total, 3 up, 3 in 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: mgrmap e19: smithi050.mlcqlp(active, since 90s), standbys: smithi105.oeotvj 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/284114977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3250d0a8-8d11-465b-a660-578fc1cba59f"}]: dispatch 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/284114977' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3250d0a8-8d11-465b-a660-578fc1cba59f"}]': finished 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: osdmap e23: 4 total, 3 up, 4 in 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:45:52.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:52.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: pgmap v54: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: osdmap e22: 3 total, 3 up, 3 in 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: mgrmap e19: smithi050.mlcqlp(active, since 90s), standbys: smithi105.oeotvj 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/284114977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3250d0a8-8d11-465b-a660-578fc1cba59f"}]: dispatch 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/284114977' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3250d0a8-8d11-465b-a660-578fc1cba59f"}]': finished 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: osdmap e23: 4 total, 3 up, 4 in 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:45:52.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:53.032 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131316]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-03T10:45:53.032 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131316]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:53.032 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:52 smithi050 sudo[131316]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:53.299 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131548]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-03T10:45:53.299 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131548]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:53.299 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131548]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:53 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1406610074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:53.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:53 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1406610074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:45:53.953 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131738]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-03T10:45:53.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131738]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:53.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:53 smithi050 sudo[131738]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:54 smithi050 sudo[131989]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-03T10:45:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:54 smithi050 sudo[131989]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:54 smithi050 sudo[131989]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:54 smithi050 ceph-mon[107752]: pgmap v57: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 ceph-mon[110434]: pgmap v57: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113145]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-03T10:45:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113145]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113145]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113148]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-03T10:45:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113148]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-03T10:45:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:54 smithi105 sudo[113148]: pam_unix(sudo:session): session closed for user root 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-03T10:45:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:45:55.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:45:55.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-03T10:45:55.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:55.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:55.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:55.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-03T10:45:55.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:55.500 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:45:56.369 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:56 smithi050 ceph-mon[107752]: pgmap v58: 1 pgs: 1 creating+activating; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:56 smithi105 ceph-mon[110434]: pgmap v58: 1 pgs: 1 creating+activating; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:57.375 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:57 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-03T10:45:57.375 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:57 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:57 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-03T10:45:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:57 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:45:58.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:58 smithi050 ceph-mon[107752]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:58.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:45:58 smithi050 ceph-mon[107752]: Deploying daemon osd.3 on smithi050 2024-01-03T10:45:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:58 smithi105 ceph-mon[110434]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:45:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:45:58 smithi105 ceph-mon[110434]: Deploying daemon osd.3 on smithi050 2024-01-03T10:46:00.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:00 smithi050 ceph-mon[107752]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:00 smithi105 ceph-mon[110434]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:01.660 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:01 smithi050 ceph-mon[107752]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:01.660 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:01 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:01 smithi105 ceph-mon[110434]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:01 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:01 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:01 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:01 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:02.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:01 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:02.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:01 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:02.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:01 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:03.459 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 3 on host 'smithi050' 2024-01-03T10:46:03.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:03 smithi050 ceph-mon[107752]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:03.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:03 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:03.938 DEBUG:teuthology.orchestra.run.smithi050:osd.3> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.3.service 2024-01-03T10:46:03.940 INFO:tasks.cephadm:Deploying osd.4 on smithi105 with /dev/vg_nvme/lv_4... 2024-01-03T10:46:03.940 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-03T10:46:03.971 INFO:journalctl@ceph.osd.3.smithi050.stdout:-- Logs begin at Wed 2024-01-03 10:33:43 UTC. -- 2024-01-03T10:46:03.972 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:03 smithi105 ceph-mon[110434]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:03.972 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:03 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:04.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:04 smithi050 ceph-mon[107752]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-03T10:46:04.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:04.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:04 smithi105 ceph-mon[110434]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-03T10:46:04.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:05.355 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-03T10:46:05.355 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-03T10:46:05.355 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-01-03T10:46:05.355 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-01-03T10:46:05.356 INFO:teuthology.orchestra.run.smithi105.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127803 s, 820 MB/s 2024-01-03T10:46:05.356 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 2024-01-03T10:46:05.356 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-01-03T10:46:05.698 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi105:vg_nvme/lv_4 2024-01-03T10:46:05.799 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3[132738]: 2024-01-03T10:46:05.675+0000 7f357a88d700 -1 osd.3 0 waiting for initial osdmap 2024-01-03T10:46:05.799 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3[132738]: 2024-01-03T10:46:05.680+0000 7f3574a23700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:46:05.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-mon[107752]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:05.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-mon[107752]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-03T10:46:05.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-mon[107752]: osdmap e24: 4 total, 3 up, 4 in 2024-01-03T10:46:05.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:05.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:05 smithi050 ceph-mon[107752]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:46:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:05 smithi105 ceph-mon[110434]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:05 smithi105 ceph-mon[110434]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-03T10:46:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:05 smithi105 ceph-mon[110434]: osdmap e24: 4 total, 3 up, 4 in 2024-01-03T10:46:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:05 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:05 smithi105 ceph-mon[110434]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-01-03T10:46:06.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:06 smithi105 ceph-mon[110434]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:46:06.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:06 smithi105 ceph-mon[110434]: osdmap e25: 4 total, 3 up, 4 in 2024-01-03T10:46:06.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:06.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:06.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:07.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:06 smithi050 ceph-mon[107752]: from='osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-01-03T10:46:07.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:06 smithi050 ceph-mon[107752]: osdmap e25: 4 total, 3 up, 4 in 2024-01-03T10:46:07.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:07.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:07.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:07.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:46:07.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:46:07.944 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648] boot 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: osdmap e26: 4 total, 4 up, 4 in 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi050 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi050 to 3225M 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:07.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:07.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:07.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:07.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:07.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:07.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:08.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:46:08.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:46:08.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2024-01-03T10:46:08.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: osd.3 [v2:172.21.15.50:6826/4241630648,v1:172.21.15.50:6827/4241630648] boot 2024-01-03T10:46:08.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: osdmap e26: 4 total, 4 up, 4 in 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi050 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi050 to 3225M 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:08.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:08.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:09.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:08 smithi050 ceph-mon[107752]: osdmap e27: 4 total, 4 up, 4 in 2024-01-03T10:46:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:08 smithi105 ceph-mon[110434]: osdmap e27: 4 total, 4 up, 4 in 2024-01-03T10:46:10.052 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/3034506751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]: dispatch 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]: dispatch 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]': finished 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: osdmap e28: 5 total, 4 up, 5 in 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:10.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:09 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/2390502193' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/3034506751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]: dispatch 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]: dispatch 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99135fd7-b735-42ab-8271-c11da6616141"}]': finished 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: osdmap e28: 5 total, 4 up, 5 in 2024-01-03T10:46:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:10.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:10.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:10.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:09 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/2390502193' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:11 smithi105 ceph-mon[110434]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:11 smithi050 ceph-mon[107752]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:14.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:13 smithi050 ceph-mon[107752]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:14.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-03T10:46:14.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:14.307 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:13 smithi105 ceph-mon[110434]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:14.307 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-03T10:46:14.307 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:15.260 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:15 smithi105 ceph-mon[110434]: Deploying daemon osd.4 on smithi105 2024-01-03T10:46:15.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:15 smithi050 ceph-mon[107752]: Deploying daemon osd.4 on smithi105 2024-01-03T10:46:16.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:16 smithi105 ceph-mon[110434]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:16.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:16 smithi050 ceph-mon[107752]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:18 smithi105 ceph-mon[110434]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:18 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:18.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:18 smithi050 ceph-mon[107752]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:18.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:18.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:18.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:18.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:18 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:19.445 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 4 on host 'smithi105' 2024-01-03T10:46:19.828 DEBUG:teuthology.orchestra.run.smithi105:osd.4> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.4.service 2024-01-03T10:46:19.831 INFO:tasks.cephadm:Deploying osd.5 on smithi105 with /dev/vg_nvme/lv_3... 2024-01-03T10:46:19.831 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-03T10:46:19.858 INFO:journalctl@ceph.osd.4.smithi105.stdout:-- Logs begin at Wed 2024-01-03 10:33:47 UTC. -- 2024-01-03T10:46:20.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:20.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:20.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:20.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:20.626 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 10:46:20 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T10:46:20.370+0000 7f3347e313c0 -1 osd.4 0 log_to_monitors true 2024-01-03T10:46:21.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:21 smithi105 ceph-mon[110434]: from='osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-03T10:46:21.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:21 smithi105 ceph-mon[110434]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-03T10:46:21.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:46:21.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:46:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:21 smithi050 ceph-mon[107752]: from='osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-03T10:46:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:21 smithi050 ceph-mon[107752]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-03T10:46:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:46:21.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:46:21.735 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-03T10:46:21.735 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-03T10:46:21.735 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-01-03T10:46:21.736 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-01-03T10:46:21.736 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110809 s, 946 MB/s 2024-01-03T10:46:21.736 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-01-03T10:46:22.186 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T10:46:22.109+0000 7f333e834700 -1 osd.4 0 waiting for initial osdmap 2024-01-03T10:46:22.186 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T10:46:22.113+0000 7f33379c8700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: osdmap e29: 5 total, 4 up, 5 in 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: from='osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:22.187 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:22 smithi105 ceph-mon[110434]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:22.188 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi105:vg_nvme/lv_3 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: osdmap e29: 5 total, 4 up, 5 in 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: from='osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:22 smithi050 ceph-mon[107752]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: osdmap e30: 5 total, 4 up, 5 in 2024-01-03T10:46:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi105 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi105 to 15970M 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145] boot 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: osdmap e31: 5 total, 5 up, 5 in 2024-01-03T10:46:23.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:23 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:23.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: osdmap e30: 5 total, 4 up, 5 in 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi105 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi105 to 15970M 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: osd.4 [v2:172.21.15.105:6800/2987315145,v1:172.21.15.105:6801/2987315145] boot 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: osdmap e31: 5 total, 5 up, 5 in 2024-01-03T10:46:23.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:23 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:46:24.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:46:24.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:46:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:24 smithi105 ceph-mon[110434]: osdmap e32: 5 total, 5 up, 5 in 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:24.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:24.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:24 smithi050 ceph-mon[107752]: osdmap e32: 5 total, 5 up, 5 in 2024-01-03T10:46:25.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:25 smithi105 ceph-mon[110434]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:25.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:25 smithi105 ceph-mon[110434]: osdmap e33: 5 total, 5 up, 5 in 2024-01-03T10:46:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:25 smithi050 ceph-mon[107752]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:25.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:25 smithi050 ceph-mon[107752]: osdmap e33: 5 total, 5 up, 5 in 2024-01-03T10:46:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/1087851216' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]: dispatch 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]: dispatch 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]': finished 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: osdmap e34: 6 total, 5 up, 6 in 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:26.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:26 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/119198256' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1087851216' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]: dispatch 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]: dispatch 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52ab6277-c0b1-4b11-a10d-22600e57a833"}]': finished 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: osdmap e34: 6 total, 5 up, 6 in 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:26.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:26 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/119198256' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:27.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:27 smithi050 ceph-mon[107752]: osdmap e35: 6 total, 5 up, 6 in 2024-01-03T10:46:27.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:27 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:27.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:27 smithi050 ceph-mon[107752]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 154 KiB/s, 0 objects/s recovering 2024-01-03T10:46:27.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:27 smithi105 ceph-mon[110434]: osdmap e35: 6 total, 5 up, 6 in 2024-01-03T10:46:27.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:27 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:27.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:27 smithi105 ceph-mon[110434]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 154 KiB/s, 0 objects/s recovering 2024-01-03T10:46:29.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:29 smithi050 ceph-mon[107752]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-01-03T10:46:29.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:29 smithi105 ceph-mon[110434]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-01-03T10:46:30.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-03T10:46:30.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:30 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:30.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-03T10:46:30.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:30 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:32.267 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:31 smithi105 ceph-mon[110434]: Deploying daemon osd.5 on smithi105 2024-01-03T10:46:32.267 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:31 smithi105 ceph-mon[110434]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:46:32.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:31 smithi050 ceph-mon[107752]: Deploying daemon osd.5 on smithi105 2024-01-03T10:46:32.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:31 smithi050 ceph-mon[107752]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:46:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:34 smithi050 ceph-mon[107752]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-01-03T10:46:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:34 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:34 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:34 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:34 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:34.417 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:34 smithi105 ceph-mon[110434]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-01-03T10:46:34.417 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:34 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:34.418 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:34 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:34.418 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:34 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:34.418 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:34 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:35.994 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 5 on host 'smithi105' 2024-01-03T10:46:36.137 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:36 smithi105 ceph-mon[110434]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:36.137 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:36.137 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:36 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:36.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:36 smithi050 ceph-mon[107752]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:36.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:36.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:36 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:36.376 DEBUG:teuthology.orchestra.run.smithi105:osd.5> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.5.service 2024-01-03T10:46:36.378 INFO:tasks.cephadm:Deploying osd.6 on smithi105 with /dev/vg_nvme/lv_2... 2024-01-03T10:46:36.378 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-03T10:46:36.407 INFO:journalctl@ceph.osd.5.smithi105.stdout:-- Logs begin at Wed 2024-01-03 10:33:47 UTC. -- 2024-01-03T10:46:36.997 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 10:46:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T10:46:36.909+0000 7f7b677033c0 -1 osd.5 0 log_to_monitors true 2024-01-03T10:46:37.260 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:37 smithi105 ceph-mon[110434]: from='osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-03T10:46:37.260 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:37 smithi105 ceph-mon[110434]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-03T10:46:37.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:37 smithi050 ceph-mon[107752]: from='osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-03T10:46:37.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:37 smithi050 ceph-mon[107752]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-03T10:46:38.205 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-03T10:46:38.205 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-03T10:46:38.205 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-01-03T10:46:38.205 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-01-03T10:46:38.205 INFO:teuthology.orchestra.run.smithi105.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127171 s, 825 MB/s 2024-01-03T10:46:38.206 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: osdmap e36: 6 total, 5 up, 6 in 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: from='osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:38 smithi050 ceph-mon[107752]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:38.467 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T10:46:38.018+0000 7f7b5e106700 -1 osd.5 0 waiting for initial osdmap 2024-01-03T10:46:38.467 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T10:46:38.023+0000 7f7b5829c700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: osdmap e36: 6 total, 5 up, 6 in 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: from='osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:38.468 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:38 smithi105 ceph-mon[110434]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:38.577 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi105:vg_nvme/lv_2 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: osdmap e37: 6 total, 5 up, 6 in 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:39.189 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:39.190 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:39.190 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: osdmap e37: 6 total, 5 up, 6 in 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:39.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:46:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:46:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi105 2024-01-03T10:46:40.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi105 to 7985M 2024-01-03T10:46:40.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064] boot 2024-01-03T10:46:40.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: osdmap e38: 6 total, 6 up, 6 in 2024-01-03T10:46:40.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:40 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi105 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi105 to 7985M 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: osd.5 [v2:172.21.15.105:6808/2163826064,v1:172.21.15.105:6809/2163826064] boot 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: osdmap e38: 6 total, 6 up, 6 in 2024-01-03T10:46:40.405 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:40 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:46:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:41 smithi050 ceph-mon[107752]: osdmap e39: 6 total, 6 up, 6 in 2024-01-03T10:46:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:41 smithi050 ceph-mon[107752]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:41 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:41 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:41.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:41 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:41.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:41 smithi105 ceph-mon[110434]: osdmap e39: 6 total, 6 up, 6 in 2024-01-03T10:46:41.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:41 smithi105 ceph-mon[110434]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:41.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:41 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:41.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:41 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:41.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:41 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:42.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: osdmap e40: 6 total, 6 up, 6 in 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1761046256' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]: dispatch 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]: dispatch 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]': finished 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: osdmap e41: 7 total, 6 up, 7 in 2024-01-03T10:46:42.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:42 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: osdmap e40: 6 total, 6 up, 6 in 2024-01-03T10:46:42.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/1761046256' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]: dispatch 2024-01-03T10:46:42.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]: dispatch 2024-01-03T10:46:42.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f77af97-88cc-40a8-8950-6b046f106236"}]': finished 2024-01-03T10:46:42.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: osdmap e41: 7 total, 6 up, 7 in 2024-01-03T10:46:42.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:42 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:43.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:43 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/1291532989' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:43.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:43 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/1291532989' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:44.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:44 smithi050 ceph-mon[107752]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:44.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:44 smithi050 ceph-mon[107752]: osdmap e42: 7 total, 6 up, 7 in 2024-01-03T10:46:44.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:44 smithi105 ceph-mon[110434]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:44 smithi105 ceph-mon[110434]: osdmap e42: 7 total, 6 up, 7 in 2024-01-03T10:46:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:45.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:45 smithi105 ceph-mon[110434]: osdmap e43: 7 total, 6 up, 7 in 2024-01-03T10:46:45.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:45 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:45.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:45 smithi050 ceph-mon[107752]: osdmap e43: 7 total, 6 up, 7 in 2024-01-03T10:46:45.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:45 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:46 smithi105 ceph-mon[110434]: pgmap v103: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:46.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:46 smithi050 ceph-mon[107752]: pgmap v103: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:47.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-03T10:46:47.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:47.368 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-03T10:46:47.368 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:48.222 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:48 smithi105 ceph-mon[110434]: pgmap v104: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:48.222 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:48 smithi105 ceph-mon[110434]: Deploying daemon osd.6 on smithi105 2024-01-03T10:46:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:48 smithi050 ceph-mon[107752]: pgmap v104: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:48 smithi050 ceph-mon[107752]: Deploying daemon osd.6 on smithi105 2024-01-03T10:46:50.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:50 smithi105 ceph-mon[110434]: pgmap v105: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:50.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:50 smithi050 ceph-mon[107752]: pgmap v105: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-03T10:46:51.392 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:51 smithi105 ceph-mon[110434]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-03T10:46:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:51 smithi050 ceph-mon[107752]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-03T10:46:52.657 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 6 on host 'smithi105' 2024-01-03T10:46:52.971 DEBUG:teuthology.orchestra.run.smithi105:osd.6> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.6.service 2024-01-03T10:46:52.973 INFO:tasks.cephadm:Deploying osd.7 on smithi105 with /dev/vg_nvme/lv_1... 2024-01-03T10:46:52.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-03T10:46:53.001 INFO:journalctl@ceph.osd.6.smithi105.stdout:-- Logs begin at Wed 2024-01-03 10:33:47 UTC. -- 2024-01-03T10:46:53.138 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.138 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.138 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.138 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:53.138 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:53.139 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:52 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:53.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:52 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:46:53.658 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 10:46:53 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T10:46:53.479+0000 7efebc4603c0 -1 osd.6 0 log_to_monitors true 2024-01-03T10:46:54.232 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:53 smithi105 ceph-mon[110434]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-01-03T10:46:54.232 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:53 smithi105 ceph-mon[110434]: from='osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-03T10:46:54.232 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:53 smithi105 ceph-mon[110434]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-03T10:46:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:53 smithi050 ceph-mon[107752]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-01-03T10:46:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:53 smithi050 ceph-mon[107752]: from='osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-03T10:46:54.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:53 smithi050 ceph-mon[107752]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148112 s, 708 MB/s 2024-01-03T10:46:54.805 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-01-03T10:46:55.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-mon[110434]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-03T10:46:55.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-mon[110434]: osdmap e44: 7 total, 6 up, 7 in 2024-01-03T10:46:55.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:55.238 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-mon[110434]: from='osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:55.239 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-mon[110434]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:55.239 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T10:46:54.983+0000 7efeb2e63700 -1 osd.6 0 waiting for initial osdmap 2024-01-03T10:46:55.239 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 10:46:54 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T10:46:54.990+0000 7efeadffb700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:46:55.284 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch daemon add osd smithi105:vg_nvme/lv_1 2024-01-03T10:46:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:54 smithi050 ceph-mon[107752]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-03T10:46:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:54 smithi050 ceph-mon[107752]: osdmap e44: 7 total, 6 up, 7 in 2024-01-03T10:46:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:54 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:54 smithi050 ceph-mon[107752]: from='osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:54 smithi050 ceph-mon[107752]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: osdmap e45: 7 total, 6 up, 7 in 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.206 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:56.206 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:55 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: osdmap e45: 7 total, 6 up, 7 in 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:46:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:56.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:55 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:46:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:46:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:46:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi105 2024-01-03T10:46:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi105 to 5323M 2024-01-03T10:46:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599] boot 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: osdmap e46: 7 total, 7 up, 7 in 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: osdmap e47: 7 total, 7 up, 7 in 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:57.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:56 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:57.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:46:57.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi105 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi105 to 5323M 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: osd.6 [v2:172.21.15.105:6816/58897599,v1:172.21.15.105:6817/58897599] boot 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: osdmap e46: 7 total, 7 up, 7 in 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:46:57.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: osdmap e47: 7 total, 7 up, 7 in 2024-01-03T10:46:57.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-03T10:46:57.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-03T10:46:57.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:56 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:46:58.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:58 smithi050 ceph-mon[107752]: pgmap v113: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:46:58.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:58 smithi050 ceph-mon[107752]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:58.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:58 smithi050 ceph-mon[107752]: osdmap e48: 7 total, 7 up, 7 in 2024-01-03T10:46:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:58 smithi105 ceph-mon[110434]: pgmap v113: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:46:58.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:58 smithi105 ceph-mon[110434]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:46:58.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:58 smithi105 ceph-mon[110434]: osdmap e48: 7 total, 7 up, 7 in 2024-01-03T10:46:59.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: osdmap e49: 7 total, 7 up, 7 in 2024-01-03T10:46:59.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/845976265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]: dispatch 2024-01-03T10:46:59.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]: dispatch 2024-01-03T10:46:59.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]': finished 2024-01-03T10:46:59.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: osdmap e50: 8 total, 7 up, 8 in 2024-01-03T10:46:59.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:46:59.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:46:59 smithi050 ceph-mon[107752]: from='client.? 172.21.15.105:0/3056770615' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:46:59.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: osdmap e49: 7 total, 7 up, 7 in 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/845976265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]: dispatch 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]: dispatch 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "742179d9-3eff-4e35-a906-adf2ba8a0a2b"}]': finished 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: osdmap e50: 8 total, 7 up, 8 in 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:46:59.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:46:59 smithi105 ceph-mon[110434]: from='client.? 172.21.15.105:0/3056770615' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-03T10:47:00.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:00 smithi050 ceph-mon[107752]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:00 smithi105 ceph-mon[110434]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:02.137 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:02 smithi105 ceph-mon[110434]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:02 smithi050 ceph-mon[107752]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:04 smithi050 ceph-mon[107752]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:47:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-03T10:47:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:04.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:04 smithi105 ceph-mon[110434]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:47:04.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-03T10:47:04.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:05.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:05 smithi050 ceph-mon[107752]: Deploying daemon osd.7 on smithi105 2024-01-03T10:47:05.371 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:05 smithi105 ceph-mon[110434]: Deploying daemon osd.7 on smithi105 2024-01-03T10:47:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:06 smithi050 ceph-mon[107752]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-01-03T10:47:06.428 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:06 smithi105 ceph-mon[110434]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-01-03T10:47:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:07 smithi105 ceph-mon[110434]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-01-03T10:47:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:47:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:47:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:07 smithi050 ceph-mon[107752]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-01-03T10:47:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:47:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:47:09.107 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 7 on host 'smithi105' 2024-01-03T10:47:09.474 DEBUG:teuthology.orchestra.run.smithi105:osd.7> sudo journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.7.service 2024-01-03T10:47:09.477 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-03T10:47:09.477 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd stat -f json 2024-01-03T10:47:09.504 INFO:journalctl@ceph.osd.7.smithi105.stdout:-- Logs begin at Wed 2024-01-03 10:33:47 UTC. -- 2024-01-03T10:47:10.407 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:10 smithi050 ceph-mon[107752]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-01-03T10:47:10.407 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:10 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:10.407 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:10 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:10.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 10:47:10 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T10:47:10.152+0000 7f34fb4573c0 -1 osd.7 0 log_to_monitors true 2024-01-03T10:47:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:10 smithi105 ceph-mon[110434]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-01-03T10:47:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:10 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:10.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:10 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:10.954 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:11.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:11 smithi050 ceph-mon[107752]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-03T10:47:11.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:11 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1062988697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-03T10:47:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1704278815,"num_in_osds":8,"osd_in_since":1704278818,"num_remapped_pgs":0} 2024-01-03T10:47:11.351 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:11 smithi105 ceph-mon[110434]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-03T10:47:11.351 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:11 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1062988697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-03T10:47:12.326 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd stat -f json 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: osdmap e51: 8 total, 7 up, 8 in 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.363 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:47:12.364 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T10:47:12.114+0000 7f34f1e5a700 -1 osd.7 0 waiting for initial osdmap 2024-01-03T10:47:12.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T10:47:12.124+0000 7f34eafee700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-03T10:47:12.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: osdmap e51: 8 total, 7 up, 8 in 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:47:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:47:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:47:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: Detected new or changed devices on smithi105 2024-01-03T10:47:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi105 to 3992M 2024-01-03T10:47:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:47:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: osdmap e52: 8 total, 7 up, 8 in 2024-01-03T10:47:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:13.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:13 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: Detected new or changed devices on smithi105 2024-01-03T10:47:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi105 to 3992M 2024-01-03T10:47:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: from='osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-03T10:47:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: osdmap e52: 8 total, 7 up, 8 in 2024-01-03T10:47:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:13.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:13 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:13.735 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:14.099 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1704278833,"num_in_osds":8,"osd_in_since":1704278818,"num_remapped_pgs":1} 2024-01-03T10:47:14.099 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd dump --format=json 2024-01-03T10:47:14.372 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:14.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: purged_snaps scrub starts 2024-01-03T10:47:14.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: purged_snaps scrub ok 2024-01-03T10:47:14.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:14.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:14.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012] boot 2024-01-03T10:47:14.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: osdmap e53: 8 total, 8 up, 8 in 2024-01-03T10:47:14.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:14.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:14 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2219033925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: purged_snaps scrub starts 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: purged_snaps scrub ok 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: osd.7 [v2:172.21.15.105:6824/322589012,v1:172.21.15.105:6825/322589012] boot 2024-01-03T10:47:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: osdmap e53: 8 total, 8 up, 8 in 2024-01-03T10:47:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:47:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:14 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2219033925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-03T10:47:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:15 smithi105 ceph-mon[110434]: osdmap e54: 8 total, 8 up, 8 in 2024-01-03T10:47:15.508 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:15.508 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":55,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","created":"2024-01-03T10:42:52.573694+0000","modified":"2024-01-03T10:47:15.122520+0000","last_up_change":"2024-01-03T10:47:13.112803+0000","last_in_change":"2024-01-03T10:46:58.276330+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":"2024-01-03T10:45:48.963276+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b92dc2-517c-414e-b368-c0b724da3171","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6803","nonce":3981363004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6805","nonce":3981363004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6809","nonce":3981363004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6807","nonce":3981363004}]},"public_addr":"172.21.15.50:6803/3981363004","cluster_addr":"172.21.15.50:6805/3981363004","heartbeat_back_addr":"172.21.15.50:6809/3981363004","heartbeat_front_addr":"172.21.15.50:6807/3981363004","state":["exists","up"]},{"osd":1,"uuid":"314444bb-bcc0-4df0-adc8-135735450b67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6811","nonce":1102075088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6813","nonce":1102075088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6817","nonce":1102075088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6815","nonce":1102075088}]},"public_addr":"172.21.15.50:6811/1102075088","cluster_addr":"172.21.15.50:6813/1102075088","heartbeat_back_addr":"172.21.15.50:6817/1102075088","heartbeat_front_addr":"172.21.15.50:6815/1102075088","state":["exists","up"]},{"osd":2,"uuid":"7b28dd28-2abd-4e0a-bffc-264fc942c88a","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.50:6818","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6819","nonce":3156747869}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6821","nonce":3156747869}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6825","nonce":3156747869}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6823","nonce":3156747869}]},"public_addr":"172.21.15.50:6819/3156747869","cluster_addr":"172.21.15.50:6821/3156747869","heartbeat_back_addr":"172.21.15.50:6825/3156747869","heartbeat_front_addr":"172.21.15.50:6823/3156747869","state":["exists","up"]},{"osd":3,"uuid":"3250d0a8-8d11-465b-a660-578fc1cba59f","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.50:6826","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6827","nonce":4241630648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6829","nonce":4241630648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6833","nonce":4241630648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6831","nonce":4241630648}]},"public_addr":"172.21.15.50:6827/4241630648","cluster_addr":"172.21.15.50:6829/4241630648","heartbeat_back_addr":"172.21.15.50:6833/4241630648","heartbeat_front_addr":"172.21.15.50:6831/4241630648","state":["exists","up"]},{"osd":4,"uuid":"99135fd7-b735-42ab-8271-c11da6616141","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.105:6800","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6801","nonce":2987315145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6803","nonce":2987315145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6807","nonce":2987315145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6805","nonce":2987315145}]},"public_addr":"172.21.15.105:6801/2987315145","cluster_addr":"172.21.15.105:6803/2987315145","heartbeat_back_addr":"172.21.15.105:6807/2987315145","heartbeat_front_addr":"172.21.15.105:6805/2987315145","state":["exists","up"]},{"osd":5,"uuid":"52ab6277-c0b1-4b11-a10d-22600e57a833","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6809","nonce":2163826064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6811","nonce":2163826064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6815","nonce":2163826064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6813","nonce":2163826064}]},"public_addr":"172.21.15.105:6809/2163826064","cluster_addr":"172.21.15.105:6811/2163826064","heartbeat_back_addr":"172.21.15.105:6815/2163826064","heartbeat_front_addr":"172.21.15.105:6813/2163826064","state":["exists","up"]},{"osd":6,"uuid":"8f77af97-88cc-40a8-8950-6b046f106236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6817","nonce":58897599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6819","nonce":58897599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6823","nonce":58897599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6821","nonce":58897599}]},"public_addr":"172.21.15.105:6817/58897599","cluster_addr":"172.21.15.105:6819/58897599","heartbeat_back_addr":"172.21.15.105:6823/58897599","heartbeat_front_addr":"172.21.15.105:6821/58897599","state":["exists","up"]},{"osd":7,"uuid":"742179d9-3eff-4e35-a906-adf2ba8a0a2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6825","nonce":322589012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6827","nonce":322589012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6831","nonce":322589012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6829","nonce":322589012}]},"public_addr":"172.21.15.105:6825/322589012","cluster_addr":"172.21.15.105:6827/322589012","heartbeat_back_addr":"172.21.15.105:6831/322589012","heartbeat_front_addr":"172.21.15.105:6829/322589012","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":"2024-01-03T10:45:07.398873+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":"2024-01-03T10:45:27.207699+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":"2024-01-03T10:45:46.527961+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":"2024-01-03T10:46:04.893915+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":"2024-01-03T10:46:21.395439+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":"2024-01-03T10:46:37.885028+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":"2024-01-03T10:46:54.481333+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":"2024-01-03T10:47:11.111812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.50:6800/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/1344049977":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/928286130":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/4102316919":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/3109226548":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/592161316":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/2676622508":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6800/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3240277788":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6800/94560921":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6801/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3973869343":"2024-01-04T10:43:13.886356+0000","172.21.15.50:0/751538007":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/94560921":"2024-01-04T10:43:13.886356+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}} 2024-01-03T10:47:15.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:15 smithi050 ceph-mon[107752]: osdmap e54: 8 total, 8 up, 8 in 2024-01-03T10:47:15.882 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-01-03T10:45:48.963276+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-01-03T10:47:15.883 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-01-03T10:47:16.119 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:16.128 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:16 smithi050 ceph-mon[107752]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:16.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:16 smithi050 ceph-mon[107752]: osdmap e55: 8 total, 8 up, 8 in 2024-01-03T10:47:16.440 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:16 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/259721419' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:16.440 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:16 smithi050 ceph-mon[107752]: osdmap e56: 8 total, 8 up, 8 in 2024-01-03T10:47:16.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:16 smithi105 ceph-mon[110434]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:16.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:16 smithi105 ceph-mon[110434]: osdmap e55: 8 total, 8 up, 8 in 2024-01-03T10:47:16.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:16 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/259721419' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:16.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:16 smithi105 ceph-mon[110434]: osdmap e56: 8 total, 8 up, 8 in 2024-01-03T10:47:17.388 INFO:teuthology.orchestra.run.smithi050.stdout:pg_num: 1 2024-01-03T10:47:17.725 INFO:tasks.cephadm:Setting up client nodes... 2024-01-03T10:47:17.726 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-03T10:47:18.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:18 smithi050 ceph-mon[107752]: pgmap v132: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2024-01-03T10:47:18.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:18 smithi050 ceph-mon[107752]: osdmap e57: 8 total, 8 up, 8 in 2024-01-03T10:47:18.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:18 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2255435983' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-01-03T10:47:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:18 smithi105 ceph-mon[110434]: pgmap v132: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2024-01-03T10:47:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:18 smithi105 ceph-mon[110434]: osdmap e57: 8 total, 8 up, 8 in 2024-01-03T10:47:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:18 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2255435983' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-01-03T10:47:19.200 INFO:teuthology.orchestra.run.smithi050.stdout:[client.0] 2024-01-03T10:47:19.200 INFO:teuthology.orchestra.run.smithi050.stdout: key = AQA3O5VlTb+7CxAARRosg3851Y4DdHDMH2jG4w== 2024-01-03T10:47:19.575 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-01-03T10:47:19.575 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-03T10:47:19.575 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-03T10:47:19.616 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-03T10:47:19.617 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-03T10:47:19.617 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph mgr dump --format=json 2024-01-03T10:47:19.887 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:20.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:20 smithi050 ceph-mon[107752]: pgmap v134: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 45 KiB/s, 0 objects/s recovering 2024-01-03T10:47:20.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:20 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1375248301' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-03T10:47:20.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:20 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1375248301' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-03T10:47:20.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:20 smithi105 ceph-mon[110434]: pgmap v134: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 45 KiB/s, 0 objects/s recovering 2024-01-03T10:47:20.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:20 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1375248301' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-03T10:47:20.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:20 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1375248301' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-03T10:47:21.098 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:21.294 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:47:21.294 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:47:21.490 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":19,"active_gid":14202,"active_name":"smithi050.mlcqlp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":199533440},{"type":"v1","addr":"172.21.15.50:6801","nonce":199533440}]},"active_addr":"172.21.15.50:6801/199533440","active_change":"2024-01-03T10:44:20.390826+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14220,"name":"smithi105.oeotvj","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.50:8443/","prometheus":"http://172.21.15.50: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.50:0","nonce":252899812}]},{"addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":3272134606}]},{"addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":3109187241}]},{"addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":4139689563}]}]}} 2024-01-03T10:47:21.493 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-03T10:47:21.493 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-03T10:47:21.493 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd dump --format=json 2024-01-03T10:47:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:47:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:47:21.727 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:22.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:22 smithi050 ceph-mon[107752]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:47:22.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:22 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1057477331' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-03T10:47:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:22 smithi105 ceph-mon[110434]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-03T10:47:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:22 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1057477331' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-03T10:47:22.879 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:22.879 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":57,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","created":"2024-01-03T10:42:52.573694+0000","modified":"2024-01-03T10:47:17.006420+0000","last_up_change":"2024-01-03T10:47:13.112803+0000","last_in_change":"2024-01-03T10:46:58.276330+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":"2024-01-03T10:45:48.963276+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b92dc2-517c-414e-b368-c0b724da3171","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.50:6802","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6803","nonce":3981363004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6805","nonce":3981363004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6809","nonce":3981363004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6807","nonce":3981363004}]},"public_addr":"172.21.15.50:6803/3981363004","cluster_addr":"172.21.15.50:6805/3981363004","heartbeat_back_addr":"172.21.15.50:6809/3981363004","heartbeat_front_addr":"172.21.15.50:6807/3981363004","state":["exists","up"]},{"osd":1,"uuid":"314444bb-bcc0-4df0-adc8-135735450b67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6811","nonce":1102075088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6813","nonce":1102075088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6817","nonce":1102075088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6815","nonce":1102075088}]},"public_addr":"172.21.15.50:6811/1102075088","cluster_addr":"172.21.15.50:6813/1102075088","heartbeat_back_addr":"172.21.15.50:6817/1102075088","heartbeat_front_addr":"172.21.15.50:6815/1102075088","state":["exists","up"]},{"osd":2,"uuid":"7b28dd28-2abd-4e0a-bffc-264fc942c88a","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.50:6818","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6819","nonce":3156747869}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6821","nonce":3156747869}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6825","nonce":3156747869}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6823","nonce":3156747869}]},"public_addr":"172.21.15.50:6819/3156747869","cluster_addr":"172.21.15.50:6821/3156747869","heartbeat_back_addr":"172.21.15.50:6825/3156747869","heartbeat_front_addr":"172.21.15.50:6823/3156747869","state":["exists","up"]},{"osd":3,"uuid":"3250d0a8-8d11-465b-a660-578fc1cba59f","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.50:6826","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6827","nonce":4241630648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6829","nonce":4241630648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6833","nonce":4241630648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6831","nonce":4241630648}]},"public_addr":"172.21.15.50:6827/4241630648","cluster_addr":"172.21.15.50:6829/4241630648","heartbeat_back_addr":"172.21.15.50:6833/4241630648","heartbeat_front_addr":"172.21.15.50:6831/4241630648","state":["exists","up"]},{"osd":4,"uuid":"99135fd7-b735-42ab-8271-c11da6616141","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.105:6800","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6801","nonce":2987315145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6803","nonce":2987315145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6807","nonce":2987315145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6805","nonce":2987315145}]},"public_addr":"172.21.15.105:6801/2987315145","cluster_addr":"172.21.15.105:6803/2987315145","heartbeat_back_addr":"172.21.15.105:6807/2987315145","heartbeat_front_addr":"172.21.15.105:6805/2987315145","state":["exists","up"]},{"osd":5,"uuid":"52ab6277-c0b1-4b11-a10d-22600e57a833","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6809","nonce":2163826064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6811","nonce":2163826064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6815","nonce":2163826064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6813","nonce":2163826064}]},"public_addr":"172.21.15.105:6809/2163826064","cluster_addr":"172.21.15.105:6811/2163826064","heartbeat_back_addr":"172.21.15.105:6815/2163826064","heartbeat_front_addr":"172.21.15.105:6813/2163826064","state":["exists","up"]},{"osd":6,"uuid":"8f77af97-88cc-40a8-8950-6b046f106236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6817","nonce":58897599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6819","nonce":58897599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6823","nonce":58897599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6821","nonce":58897599}]},"public_addr":"172.21.15.105:6817/58897599","cluster_addr":"172.21.15.105:6819/58897599","heartbeat_back_addr":"172.21.15.105:6823/58897599","heartbeat_front_addr":"172.21.15.105:6821/58897599","state":["exists","up"]},{"osd":7,"uuid":"742179d9-3eff-4e35-a906-adf2ba8a0a2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6825","nonce":322589012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6827","nonce":322589012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6831","nonce":322589012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6829","nonce":322589012}]},"public_addr":"172.21.15.105:6825/322589012","cluster_addr":"172.21.15.105:6827/322589012","heartbeat_back_addr":"172.21.15.105:6831/322589012","heartbeat_front_addr":"172.21.15.105:6829/322589012","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":"2024-01-03T10:45:07.398873+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":"2024-01-03T10:45:27.207699+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":"2024-01-03T10:45:46.527961+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":"2024-01-03T10:46:04.893915+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":"2024-01-03T10:46:21.395439+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":"2024-01-03T10:46:37.885028+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":"2024-01-03T10:46:54.481333+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":"2024-01-03T10:47:11.111812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6800/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/1344049977":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/928286130":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/4102316919":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/3109226548":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/592161316":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/2676622508":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6800/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3240277788":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6800/94560921":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6801/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3973869343":"2024-01-04T10:43:13.886356+0000","172.21.15.50:0/751538007":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/94560921":"2024-01-04T10:43:13.886356+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}} 2024-01-03T10:47:23.205 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:23 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3500308376' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:23.257 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-03T10:47:23.258 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd dump --format=json 2024-01-03T10:47:23.488 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:23 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3500308376' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:24.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:24 smithi050 ceph-mon[107752]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-01-03T10:47:24.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:24 smithi105 ceph-mon[110434]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-01-03T10:47:24.735 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:24.738 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":57,"fsid":"c4b54784-aa24-11ee-95a9-87774f69a715","created":"2024-01-03T10:42:52.573694+0000","modified":"2024-01-03T10:47:17.006420+0000","last_up_change":"2024-01-03T10:47:13.112803+0000","last_in_change":"2024-01-03T10:46:58.276330+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":"2024-01-03T10:45:48.963276+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b92dc2-517c-414e-b368-c0b724da3171","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.50:6802","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6803","nonce":3981363004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6805","nonce":3981363004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6809","nonce":3981363004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":3981363004},{"type":"v1","addr":"172.21.15.50:6807","nonce":3981363004}]},"public_addr":"172.21.15.50:6803/3981363004","cluster_addr":"172.21.15.50:6805/3981363004","heartbeat_back_addr":"172.21.15.50:6809/3981363004","heartbeat_front_addr":"172.21.15.50:6807/3981363004","state":["exists","up"]},{"osd":1,"uuid":"314444bb-bcc0-4df0-adc8-135735450b67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6811","nonce":1102075088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6813","nonce":1102075088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6817","nonce":1102075088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1102075088},{"type":"v1","addr":"172.21.15.50:6815","nonce":1102075088}]},"public_addr":"172.21.15.50:6811/1102075088","cluster_addr":"172.21.15.50:6813/1102075088","heartbeat_back_addr":"172.21.15.50:6817/1102075088","heartbeat_front_addr":"172.21.15.50:6815/1102075088","state":["exists","up"]},{"osd":2,"uuid":"7b28dd28-2abd-4e0a-bffc-264fc942c88a","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.50:6818","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6819","nonce":3156747869}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6821","nonce":3156747869}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6825","nonce":3156747869}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":3156747869},{"type":"v1","addr":"172.21.15.50:6823","nonce":3156747869}]},"public_addr":"172.21.15.50:6819/3156747869","cluster_addr":"172.21.15.50:6821/3156747869","heartbeat_back_addr":"172.21.15.50:6825/3156747869","heartbeat_front_addr":"172.21.15.50:6823/3156747869","state":["exists","up"]},{"osd":3,"uuid":"3250d0a8-8d11-465b-a660-578fc1cba59f","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.50:6826","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6827","nonce":4241630648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6829","nonce":4241630648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6833","nonce":4241630648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":4241630648},{"type":"v1","addr":"172.21.15.50:6831","nonce":4241630648}]},"public_addr":"172.21.15.50:6827/4241630648","cluster_addr":"172.21.15.50:6829/4241630648","heartbeat_back_addr":"172.21.15.50:6833/4241630648","heartbeat_front_addr":"172.21.15.50:6831/4241630648","state":["exists","up"]},{"osd":4,"uuid":"99135fd7-b735-42ab-8271-c11da6616141","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.105:6800","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6801","nonce":2987315145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6803","nonce":2987315145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6807","nonce":2987315145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2987315145},{"type":"v1","addr":"172.21.15.105:6805","nonce":2987315145}]},"public_addr":"172.21.15.105:6801/2987315145","cluster_addr":"172.21.15.105:6803/2987315145","heartbeat_back_addr":"172.21.15.105:6807/2987315145","heartbeat_front_addr":"172.21.15.105:6805/2987315145","state":["exists","up"]},{"osd":5,"uuid":"52ab6277-c0b1-4b11-a10d-22600e57a833","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6809","nonce":2163826064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6811","nonce":2163826064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6815","nonce":2163826064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2163826064},{"type":"v1","addr":"172.21.15.105:6813","nonce":2163826064}]},"public_addr":"172.21.15.105:6809/2163826064","cluster_addr":"172.21.15.105:6811/2163826064","heartbeat_back_addr":"172.21.15.105:6815/2163826064","heartbeat_front_addr":"172.21.15.105:6813/2163826064","state":["exists","up"]},{"osd":6,"uuid":"8f77af97-88cc-40a8-8950-6b046f106236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6817","nonce":58897599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6819","nonce":58897599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6823","nonce":58897599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":58897599},{"type":"v1","addr":"172.21.15.105:6821","nonce":58897599}]},"public_addr":"172.21.15.105:6817/58897599","cluster_addr":"172.21.15.105:6819/58897599","heartbeat_back_addr":"172.21.15.105:6823/58897599","heartbeat_front_addr":"172.21.15.105:6821/58897599","state":["exists","up"]},{"osd":7,"uuid":"742179d9-3eff-4e35-a906-adf2ba8a0a2b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6825","nonce":322589012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6827","nonce":322589012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6831","nonce":322589012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":322589012},{"type":"v1","addr":"172.21.15.105:6829","nonce":322589012}]},"public_addr":"172.21.15.105:6825/322589012","cluster_addr":"172.21.15.105:6827/322589012","heartbeat_back_addr":"172.21.15.105:6831/322589012","heartbeat_front_addr":"172.21.15.105:6829/322589012","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":"2024-01-03T10:45:07.398873+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":"2024-01-03T10:45:27.207699+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":"2024-01-03T10:45:46.527961+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":"2024-01-03T10:46:04.893915+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":"2024-01-03T10:46:21.395439+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":"2024-01-03T10:46:37.885028+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":"2024-01-03T10:46:54.481333+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":"2024-01-03T10:47:11.111812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6800/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/1344049977":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/928286130":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/4102316919":"2024-01-04T10:44:20.390465+0000","172.21.15.50:0/3109226548":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/592161316":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/2676622508":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6800/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3240277788":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6800/94560921":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/3869552591":"2024-01-04T10:44:20.390465+0000","172.21.15.50:6801/792646193":"2024-01-04T10:43:39.767249+0000","172.21.15.50:0/3973869343":"2024-01-04T10:43:13.886356+0000","172.21.15.50:0/751538007":"2024-01-04T10:43:13.886356+0000","172.21.15.50:6801/94560921":"2024-01-04T10:43:13.886356+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}} 2024-01-03T10:47:25.102 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-03T10:47:25.102 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-03T10:47:25.102 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-03T10:47:25.103 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-03T10:47:25.103 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-03T10:47:25.104 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-03T10:47:25.104 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-03T10:47:25.105 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-03T10:47:25.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:25 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2321710235' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:25.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:25 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2321710235' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-03T10:47:25.501 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:26.180 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:26.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:26 smithi050 ceph-mon[107752]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s, 0 objects/s recovering 2024-01-03T10:47:26.433 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:26 smithi105 ceph-mon[110434]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s, 0 objects/s recovering 2024-01-03T10:47:26.533 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:26.584 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:28.144 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:28.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:28 smithi050 ceph-mon[107752]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s, 0 objects/s recovering 2024-01-03T10:47:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:28 smithi105 ceph-mon[110434]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s, 0 objects/s recovering 2024-01-03T10:47:28.735 INFO:teuthology.orchestra.run.smithi050.stdout:38654705694 2024-01-03T10:47:28.735 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-03T10:47:29.821 INFO:teuthology.orchestra.run.smithi050.stdout:163208757260 2024-01-03T10:47:29.822 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-03T10:47:29.955 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:30.241 INFO:teuthology.orchestra.run.smithi050.stdout:197568495625 2024-01-03T10:47:30.241 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-03T10:47:30.257 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:30.268 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:30 smithi050 ceph-mon[107752]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s, 0 objects/s recovering 2024-01-03T10:47:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:30 smithi105 ceph-mon[110434]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s, 0 objects/s recovering 2024-01-03T10:47:31.562 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:31.591 INFO:teuthology.orchestra.run.smithi050.stdout:133143986192 2024-01-03T10:47:31.591 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-03T10:47:32.104 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:32 smithi050 ceph-mon[107752]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s, 0 objects/s recovering 2024-01-03T10:47:32.252 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:32.304 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:32 smithi105 ceph-mon[110434]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s, 0 objects/s recovering 2024-01-03T10:47:32.498 INFO:teuthology.orchestra.run.smithi050.stdout:60129542172 2024-01-03T10:47:32.498 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-03T10:47:33.308 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:34 smithi050 ceph-mon[107752]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:34.472 INFO:teuthology.orchestra.run.smithi050.stdout:111669149716 2024-01-03T10:47:34.472 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-03T10:47:34.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:34 smithi105 ceph-mon[110434]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:34.640 INFO:teuthology.orchestra.run.smithi050.stdout:227633266695 2024-01-03T10:47:34.640 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-03T10:47:35.510 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:35.577 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:35.593 INFO:teuthology.orchestra.run.smithi050.stdout:197568495626 2024-01-03T10:47:35.848 INFO:teuthology.orchestra.run.smithi050.stdout:163208757262 2024-01-03T10:47:36.127 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:36 smithi050 ceph-mon[107752]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:36.127 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:36 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/836053321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-03T10:47:36.127 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:36 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1815429888' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-03T10:47:36.144 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2024-01-03T10:47:36.144 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:36.185 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:36 smithi105 ceph-mon[110434]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:36 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/836053321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-03T10:47:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:36 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1815429888' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-03T10:47:36.900 INFO:teuthology.orchestra.run.smithi050.stdout:133143986193 2024-01-03T10:47:37.204 INFO:teuthology.orchestra.run.smithi050.stdout:38654705696 2024-01-03T10:47:37.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:37 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3825699646' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-03T10:47:37.438 INFO:teuthology.orchestra.run.smithi050.stdout:81604378648 2024-01-03T10:47:37.439 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-03T10:47:37.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:37 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3825699646' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-03T10:47:38.073 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757262 for osd.5 2024-01-03T10:47:38.073 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:38 smithi050 ceph-mon[107752]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:38.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:38 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2429770506' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-03T10:47:38.329 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986193 for osd.4 2024-01-03T10:47:38.330 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:38 smithi105 ceph-mon[110434]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:38 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2429770506' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-03T10:47:38.850 INFO:teuthology.orchestra.run.smithi050.stdout:60129542173 2024-01-03T10:47:39.271 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:39.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:39 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/851182538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-03T10:47:39.320 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705696 for osd.0 2024-01-03T10:47:39.320 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:39.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:39 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/851182538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-03T10:47:39.632 INFO:teuthology.orchestra.run.smithi050.stdout:111669149718 2024-01-03T10:47:39.849 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2024-01-03T10:47:39.849 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:40.012 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149718 for osd.3 2024-01-03T10:47:40.013 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:40.150 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:40 smithi050 ceph-mon[107752]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:40.150 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:40 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/14582865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-03T10:47:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:40 smithi105 ceph-mon[110434]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:40 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/14582865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-03T10:47:40.813 INFO:teuthology.orchestra.run.smithi050.stdout:227633266696 2024-01-03T10:47:41.085 INFO:teuthology.orchestra.run.smithi050.stdout:81604378649 2024-01-03T10:47:41.183 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2024-01-03T10:47:41.183 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:41.291 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:41 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2172245568' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-03T10:47:41.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:41 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2172245568' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-03T10:47:41.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2024-01-03T10:47:41.503 DEBUG:teuthology.parallel:result is None 2024-01-03T10:47:41.503 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-03T10:47:41.503 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph pg dump --format=json 2024-01-03T10:47:41.735 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:42.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:42 smithi050 ceph-mon[107752]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:42.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:42 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/69282649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-03T10:47:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:42 smithi105 ceph-mon[110434]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:42 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/69282649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-03T10:47:42.961 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:42.963 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2024-01-03T10:47:43.379 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2024-01-03T10:47:42.478524+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":48488,"kb_used_data":6120,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912728,"statfs":{"total":767960285184,"available":767910633472,"internally_reserved":0,"allocated":6266880,"data_stored":3473240,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002269"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":57,"state":"active+clean","last_fresh":"2024-01-03T10:47:17.014732+0000","last_change":"2024-01-03T10:47:17.014732+0000","last_active":"2024-01-03T10:47:17.014732+0000","last_peered":"2024-01-03T10:47:17.014732+0000","last_clean":"2024-01-03T10:47:17.014732+0000","last_became_active":"2024-01-03T10:47:17.014201+0000","last_became_peered":"2024-01-03T10:47:17.014201+0000","last_unstale":"2024-01-03T10:47:17.014732+0000","last_undegraded":"2024-01-03T10:47:17.014732+0000","last_fullsized":"2024-01-03T10:47:17.014732+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-03T10:45:49.017600+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-03T10:45:49.017600+0000","last_clean_scrub_stamp":"2024-01-03T10:45:49.017600+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 @ 2024-01-04T20:08:42.044166+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":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":764560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51200000000000001}]},{"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.47099999999999997}]},{"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.42199999999999999}]},{"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.58499999999999996}]},{"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.48899999999999999}]},{"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.60699999999999998}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":764610,"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.36599999999999999}]},{"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.40899999999999997}]},{"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.35499999999999998}]},{"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.44700000000000001}]},{"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.46100000000000002}]},{"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.54900000000000004}]},{"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.52500000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:31 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.33700000000000002,"15min":0.31900000000000001},"min":{"1min":0.28299999999999997,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.371,"15min":0.35099999999999998},"min":{"1min":0.29699999999999999,"5min":0.248,"15min":0.248},"max":{"1min":1.7070000000000001,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":0.27300000000000002}]},{"osd":2,"last update":"Wed Jan 3 10:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.31}]},{"osd":3,"last update":"Wed Jan 3 10:47:08 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.375}]},{"osd":4,"last update":"Wed Jan 3 10:47:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.55600000000000005}]},{"osd":5,"last update":"Wed Jan 3 10:47:39 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.48099999999999998}]},{"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.5}]},{"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.57199999999999995}]}]},{"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":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":764883,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Jan 3 10:47:31 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39000000000000001,"15min":0.38600000000000001},"min":{"1min":0.28899999999999998,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.437,"15min":0.40999999999999998},"min":{"1min":0.27700000000000002,"5min":0.219,"15min":0.219},"max":{"1min":4.702,"5min":4.702,"15min":4.702},"last":0.40799999999999997}]},{"osd":2,"last update":"Wed Jan 3 10:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39700000000000002}]},{"osd":3,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.443}]},{"osd":4,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":4.7629999999999999,"5min":4.7629999999999999,"15min":4.7629999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":11.896000000000001,"5min":11.896000000000001,"15min":11.896000000000001},"last":0.73599999999999999}]},{"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.82299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]},{"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.84099999999999997}]}]},{"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":6212,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738940,"statfs":{"total":95995035648,"available":95988674560,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.746},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":1.1919999999999999}]},{"osd":1,"last update":"Wed Jan 3 10:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":1.054},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.85599999999999998}]},{"osd":3,"last update":"Wed Jan 3 10:47:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":1.3089999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":1.0309999999999999}]},{"osd":4,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":1.0780000000000001}]},{"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.2809999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1359999999999999}]},{"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.70399999999999996}]}]},{"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":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.26300000000000001},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.307}]},{"osd":1,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.32500000000000001}]},{"osd":2,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.39500000000000002}]},{"osd":4,"last update":"Wed Jan 3 10:47:26 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.46700000000000003}]},{"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.56999999999999995}]},{"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.58999999999999997}]},{"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.47199999999999998}]}]},{"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":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":235690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.60999999999999999}]},{"osd":1,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.66800000000000004}]},{"osd":2,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.67700000000000005}]},{"osd":3,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.157,"5min":1.157,"15min":1.157},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.68500000000000005}]},{"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.53900000000000003}]},{"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.64800000000000002}]},{"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.63300000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":235632,"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.35299999999999998}]},{"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.371}]},{"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.40699999999999997}]},{"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.46200000000000002}]},{"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.54200000000000004}]},{"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.43099999999999999}]},{"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.56399999999999995}]}]}],"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}]}} 2024-01-03T10:47:43.380 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph pg dump --format=json 2024-01-03T10:47:43.616 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:44.400 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:44 smithi050 ceph-mon[107752]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:44.400 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:44 smithi050 ceph-mon[107752]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:47:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:44 smithi105 ceph-mon[110434]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:44 smithi105 ceph-mon[110434]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:47:44.781 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:44.783 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2024-01-03T10:47:45.203 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-01-03T10:47:44.478827+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":48488,"kb_used_data":6120,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912728,"statfs":{"total":767960285184,"available":767910633472,"internally_reserved":0,"allocated":6266880,"data_stored":3473240,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002114"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":57,"state":"active+clean","last_fresh":"2024-01-03T10:47:17.014732+0000","last_change":"2024-01-03T10:47:17.014732+0000","last_active":"2024-01-03T10:47:17.014732+0000","last_peered":"2024-01-03T10:47:17.014732+0000","last_clean":"2024-01-03T10:47:17.014732+0000","last_became_active":"2024-01-03T10:47:17.014201+0000","last_became_peered":"2024-01-03T10:47:17.014201+0000","last_unstale":"2024-01-03T10:47:17.014732+0000","last_undegraded":"2024-01-03T10:47:17.014732+0000","last_fullsized":"2024-01-03T10:47:17.014732+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-03T10:45:49.017600+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-03T10:45:49.017600+0000","last_clean_scrub_stamp":"2024-01-03T10:45:49.017600+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 @ 2024-01-04T20:08:42.044166+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":53,"seq":227633266698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":764560,"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.48099999999999998}]},{"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.34699999999999998}]},{"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.53700000000000003}]},{"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.46400000000000002}]},{"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.54600000000000004}]},{"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.55500000000000005}]},{"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.56599999999999995}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":764610,"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.36599999999999999}]},{"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.40899999999999997}]},{"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.35499999999999998}]},{"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.44700000000000001}]},{"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.46100000000000002}]},{"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.54900000000000004}]},{"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.52500000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:31 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.33700000000000002,"15min":0.31900000000000001},"min":{"1min":0.28299999999999997,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.371,"15min":0.35099999999999998},"min":{"1min":0.29699999999999999,"5min":0.248,"15min":0.248},"max":{"1min":1.7070000000000001,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":0.27300000000000002}]},{"osd":2,"last update":"Wed Jan 3 10:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.31}]},{"osd":3,"last update":"Wed Jan 3 10:47:08 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.375}]},{"osd":4,"last update":"Wed Jan 3 10:47:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.55600000000000005}]},{"osd":5,"last update":"Wed Jan 3 10:47:39 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.48099999999999998}]},{"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.5}]},{"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.57199999999999995}]}]},{"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":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":764883,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Jan 3 10:47:31 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39000000000000001,"15min":0.38600000000000001},"min":{"1min":0.28899999999999998,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.437,"15min":0.40999999999999998},"min":{"1min":0.27700000000000002,"5min":0.219,"15min":0.219},"max":{"1min":4.702,"5min":4.702,"15min":4.702},"last":0.40799999999999997}]},{"osd":2,"last update":"Wed Jan 3 10:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39700000000000002}]},{"osd":3,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.443}]},{"osd":4,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":4.7629999999999999,"5min":4.7629999999999999,"15min":4.7629999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":11.896000000000001,"5min":11.896000000000001,"15min":11.896000000000001},"last":0.73599999999999999}]},{"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.82299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]},{"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.84099999999999997}]}]},{"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":6212,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738940,"statfs":{"total":95995035648,"available":95988674560,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.34799999999999998}]},{"osd":1,"last update":"Wed Jan 3 10:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.36199999999999999}]},{"osd":3,"last update":"Wed Jan 3 10:47:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.376},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.39100000000000001}]},{"osd":4,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.441}]},{"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.41899999999999998}]},{"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.47799999999999998}]},{"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.59799999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":235955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.39000000000000001}]},{"osd":1,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.38}]},{"osd":2,"last update":"Wed Jan 3 10:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.36299999999999999}]},{"osd":4,"last update":"Wed Jan 3 10:47:26 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.54500000000000004}]},{"osd":5,"last update":"Wed Jan 3 10:47:39 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.63600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.745}]},{"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.55800000000000005}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":235690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.56799999999999995}]},{"osd":1,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.503},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.621}]},{"osd":2,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.47899999999999998}]},{"osd":3,"last update":"Wed Jan 3 10:47:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.157,"5min":1.157,"15min":1.157},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.53500000000000003}]},{"osd":5,"last update":"Wed Jan 3 10:47:43 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.436}]},{"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.63}]},{"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":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":235632,"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":"Wed Jan 3 10:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.621},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.48599999999999999}]},{"osd":1,"last update":"Wed Jan 3 10:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.501},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.53600000000000003}]},{"osd":2,"last update":"Wed Jan 3 10:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.58599999999999997}]},{"osd":3,"last update":"Wed Jan 3 10:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.55600000000000005}]},{"osd":4,"last update":"Wed Jan 3 10:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.42699999999999999}]},{"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.45100000000000001}]},{"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.36399999999999999}]}]}],"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}]}} 2024-01-03T10:47:45.204 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-03T10:47:45.204 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-03T10:47:45.204 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-03T10:47:45.204 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph health --format=json 2024-01-03T10:47:45.437 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/mon.smithi050/config 2024-01-03T10:47:46.141 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:46 smithi050 ceph-mon[107752]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:46.141 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:46 smithi050 ceph-mon[107752]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:47:46.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:46 smithi105 ceph-mon[110434]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:46.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:46 smithi105 ceph-mon[110434]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:47:46.541 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:47:46.541 INFO:teuthology.orchestra.run.smithi050.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-03T10:47:46.928 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-03T10:47:46.928 INFO:tasks.cephadm:Setup complete, yielding 2024-01-03T10:47:46.928 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-03T10:47:46.937 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:47:46.938 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph orch status' 2024-01-03T10:47:47.263 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:47 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/240282382' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-03T10:47:47.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:47 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/240282382' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-03T10:47:48.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:48 smithi050 ceph-mon[107752]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:48.374 INFO:teuthology.orchestra.run.smithi050.stdout:Backend: cephadm 2024-01-03T10:47:48.374 INFO:teuthology.orchestra.run.smithi050.stdout:Available: Yes 2024-01-03T10:47:48.374 INFO:teuthology.orchestra.run.smithi050.stdout:Paused: No 2024-01-03T10:47:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:48 smithi105 ceph-mon[110434]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:48.752 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-03T10:47:50.171 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (2m) 100s ago 3m 15.1M - ba2b418f427c 0b3b0aaf88be 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (3m) 100s ago 3m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (3m) 41s ago 3m - - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (2m) 100s ago 3m 49.5M - 8.3.5 dad864ee21e9 adf799855a43 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (4m) 100s ago 4m 462M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (3m) 41s ago 3m - - 17.2.0 e1d6a67b021e 1ffd394fea98 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (4m) 100s ago 4m 58.5M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (3m) 41s ago 3m - 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:47:50.172 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (3m) 100s ago 3m 22.1M - 1dbe0e931976 2365dfc6eb8c 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (3m) 41s ago 3m - - 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (2m) 100s ago 2m 41.0M 3225M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (2m) 100s ago 2m 45.8M 3225M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (2m) 100s ago 2m 35.6M 3225M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (109s) 100s ago 109s 30.7M 3225M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (93s) 41s ago 93s - 3992M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (76s) 41s ago 76s - 3992M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (60s) 41s ago 59s - 3992M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (43s) 41s ago 43s - 3992M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:47:50.173 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (2m) 100s ago 2m 50.0M - 514e6a882f6e 42b351e1f174 2024-01-03T10:47:50.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:50 smithi050 ceph-mon[107752]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:50.341 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:50 smithi050 ceph-mon[107752]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:50.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:50 smithi105 ceph-mon[110434]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:50.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:50 smithi105 ceph-mon[110434]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:50.553 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-03T10:47:51.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:51 smithi050 ceph-mon[107752]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:51.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:51 smithi105 ceph-mon[110434]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:crash 2/2 102s ago 4m * 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:mgr 2/2 102s ago 4m count:2 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:mon 2/2 102s ago 3m smithi050:172.21.15.50=smithi050;smithi105:172.21.15.105=smithi105;count:2 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:osd 8 102s ago - 2024-01-03T10:47:52.021 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2024-01-03T10:47:52.376 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:52 smithi050 ceph-mon[107752]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:52.410 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-03T10:47:52.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:52 smithi105 ceph-mon[110434]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:53.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:53 smithi105 ceph-mon[110434]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:53.507 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:53 smithi050 ceph-mon[107752]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:53.892 INFO:teuthology.orchestra.run.smithi050.stdout:HOST ADDR LABELS STATUS 2024-01-03T10:47:53.892 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 172.21.15.50 2024-01-03T10:47:53.892 INFO:teuthology.orchestra.run.smithi050.stdout:smithi105 172.21.15.105 2024-01-03T10:47:53.892 INFO:teuthology.orchestra.run.smithi050.stdout:2 hosts in cluster 2024-01-03T10:47:54.226 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:54 smithi050 ceph-mon[107752]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:54.277 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-03T10:47:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:54 smithi105 ceph-mon[110434]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:55.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:55 smithi050 ceph-mon[107752]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:55.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:55 smithi105 ceph-mon[110434]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:55.763 INFO:teuthology.orchestra.run.smithi050.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2024-01-03T10:47:55.764 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001F480DGN 480G LVM detected, locked 2024-01-03T10:47:55.764 INFO:teuthology.orchestra.run.smithi050.stdout:smithi105 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400TR400BGN 400G LVM detected, locked 2024-01-03T10:47:56.135 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-03T10:47:56.145 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:47:56.145 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-03T10:47:56.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ systemctl stop nfs-server 2024-01-03T10:47:56.182 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi105.front.sepia.ceph.com 2024-01-03T10:47:56.183 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-03T10:47:56.223 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2024-01-03T10:47:56.230 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-03T10:47:56.239 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:47:56.239 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-03T10:47:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:56 smithi105 ceph-mon[110434]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:56.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:56 smithi050 ceph-mon[107752]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:57.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:57 smithi050 ceph-mon[107752]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:57 smithi105 ceph-mon[110434]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:58 smithi105 ceph-mon[110434]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:58 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-03T10:47:58.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:58 smithi050 ceph-mon[107752]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:47:58.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:58 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-03T10:47:59.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:59 smithi050 ceph-mon[107752]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:59.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-03T10:47:59.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:59 smithi050 ceph-mon[107752]: osdmap e58: 8 total, 8 up, 8 in 2024-01-03T10:47:59.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:59 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-03T10:47:59.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:47:59 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050[107729]: 2024-01-03T10:47:59.106+0000 7fd2e2ee8700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-03T10:47:59.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:59 smithi105 ceph-mon[110434]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:47:59.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-03T10:47:59.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:59 smithi105 ceph-mon[110434]: osdmap e58: 8 total, 8 up, 8 in 2024-01-03T10:47:59.469 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:47:59 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-03T10:47:59.512 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-03T10:47:59.521 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-01-03T10:47:59.522 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch ls -f json 2024-01-03T10:48:00.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: pgmap v155: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: osdmap e59: 8 total, 8 up, 8 in 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: osdmap e60: 8 total, 8 up, 8 in 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: fsmap foofs:0 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: Saving service mds.foofs spec with placement count:2 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:00.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:00.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.eqkcvm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-03T10:48:00.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.eqkcvm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-03T10:48:00.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:00 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: pgmap v155: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-03T10:48:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: osdmap e59: 8 total, 8 up, 8 in 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: osdmap e60: 8 total, 8 up, 8 in 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: fsmap foofs:0 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: Saving service mds.foofs spec with placement count:2 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:00.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.eqkcvm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-03T10:48:00.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.eqkcvm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-03T10:48:00.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:00 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:01.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:01 smithi050 ceph-mon[107752]: Deploying daemon mds.foofs.smithi050.eqkcvm on smithi050 2024-01-03T10:48:01.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:01 smithi050 ceph-mon[107752]: osdmap e61: 8 total, 8 up, 8 in 2024-01-03T10:48:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:01 smithi105 ceph-mon[110434]: Deploying daemon mds.foofs.smithi050.eqkcvm on smithi050 2024-01-03T10:48:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:01 smithi105 ceph-mon[110434]: osdmap e61: 8 total, 8 up, 8 in 2024-01-03T10:48:01.560 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:48:01.561 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-03T10:43:30.694591Z", "last_refresh": "2024-01-03T10:46:09.388674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-03T10:43:26.689476Z", "last_refresh": "2024-01-03T10:46:09.388757Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-03T10:43:28.564190Z", "last_refresh": "2024-01-03T10:46:09.388823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-03T10:47:59.134001Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-03T10:47:59.126688Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-03T10:43:25.557543Z", "last_refresh": "2024-01-03T10:46:09.388598Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-03T10:44:02.659423Z", "last_refresh": "2024-01-03T10:46:09.388442Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-03T10:43:29.685181Z", "last_refresh": "2024-01-03T10:46:09.388886Z", "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": "2024-01-03T10:46:09.389013Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-03T10:43:27.664372Z", "last_refresh": "2024-01-03T10:46:09.388950Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-03T10:48:01.938 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: pgmap v159: 65 pgs: 18 active+clean, 1 active, 5 creating+activating, 12 creating+peering, 29 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: osdmap e62: 8 total, 8 up, 8 in 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.ejerfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.ejerfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-03T10:48:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:02 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: pgmap v159: 65 pgs: 18 active+clean, 1 active, 5 creating+activating, 12 creating+peering, 29 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:02.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: osdmap e62: 8 total, 8 up, 8 in 2024-01-03T10:48:02.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:02.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.ejerfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-03T10:48:02.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.ejerfb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-03T10:48:02.396 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:02 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:02.939 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch ls -f json 2024-01-03T10:48:03.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:03.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: Deploying daemon mds.foofs.smithi105.ejerfb on smithi105 2024-01-03T10:48:03.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: mds.? [v2:172.21.15.50:6834/3104291279,v1:172.21.15.50:6835/3104291279] up:boot 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: daemon mds.foofs.smithi050.eqkcvm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: Cluster is now healthy 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: fsmap foofs:0 1 up:standby 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.eqkcvm"}]: dispatch 2024-01-03T10:48:03.265 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:creating} 2024-01-03T10:48:03.266 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:03 smithi050 ceph-mon[107752]: daemon mds.foofs.smithi050.eqkcvm is now active in filesystem foofs as rank 0 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: Deploying daemon mds.foofs.smithi105.ejerfb on smithi105 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: mds.? [v2:172.21.15.50:6834/3104291279,v1:172.21.15.50:6835/3104291279] up:boot 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: daemon mds.foofs.smithi050.eqkcvm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-03T10:48:03.399 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: Cluster is now healthy 2024-01-03T10:48:03.400 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: fsmap foofs:0 1 up:standby 2024-01-03T10:48:03.400 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.eqkcvm"}]: dispatch 2024-01-03T10:48:03.400 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:creating} 2024-01-03T10:48:03.400 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:03 smithi105 ceph-mon[110434]: daemon mds.foofs.smithi050.eqkcvm is now active in filesystem foofs as rank 0 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: pgmap v161: 65 pgs: 25 active+clean, 1 active, 5 creating+activating, 12 creating+peering, 22 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: mds.? [v2:172.21.15.50:6834/3104291279,v1:172.21.15.50:6835/3104291279] up:active 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:04.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:04 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:04.488 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:48:04.489 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-03T10:43:30.694591Z", "last_refresh": "2024-01-03T10:46:09.388674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-03T10:43:26.689476Z", "last_refresh": "2024-01-03T10:46:09.388757Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-03T10:43:28.564190Z", "last_refresh": "2024-01-03T10:46:09.388823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-03T10:47:59.134001Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-03T10:47:59.126688Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-03T10:43:25.557543Z", "last_refresh": "2024-01-03T10:46:09.388598Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-03T10:44:02.659423Z", "last_refresh": "2024-01-03T10:46:09.388442Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-03T10:43:29.685181Z", "last_refresh": "2024-01-03T10:46:09.388886Z", "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": "2024-01-03T10:46:09.389013Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-03T10:43:27.664372Z", "last_refresh": "2024-01-03T10:46:09.388950Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-03T10:48:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: pgmap v161: 65 pgs: 25 active+clean, 1 active, 5 creating+activating, 12 creating+peering, 22 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-03T10:48:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: mds.? [v2:172.21.15.50:6834/3104291279,v1:172.21.15.50:6835/3104291279] up:active 2024-01-03T10:48:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 2024-01-03T10:48:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:04.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:04.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:04.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:04 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:05.040 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-03T10:48:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:05 smithi105 ceph-mon[110434]: mds.? [v2:172.21.15.105:6832/2144122625,v1:172.21.15.105:6833/2144122625] up:boot 2024-01-03T10:48:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:05 smithi105 ceph-mon[110434]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 1 up:standby 2024-01-03T10:48:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:05 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.ejerfb"}]: dispatch 2024-01-03T10:48:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:05 smithi105 ceph-mon[110434]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 1 up:standby 2024-01-03T10:48:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:05 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:05.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:05 smithi050 ceph-mon[107752]: mds.? [v2:172.21.15.105:6832/2144122625,v1:172.21.15.105:6833/2144122625] up:boot 2024-01-03T10:48:05.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:05 smithi050 ceph-mon[107752]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 1 up:standby 2024-01-03T10:48:05.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:05 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.ejerfb"}]: dispatch 2024-01-03T10:48:05.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:05 smithi050 ceph-mon[107752]: fsmap foofs:1 {0=foofs.smithi050.eqkcvm=up:active} 1 up:standby 2024-01-03T10:48:05.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:05 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:06.041 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- ceph orch ls -f json 2024-01-03T10:48:06.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:06 smithi050 ceph-mon[107752]: pgmap v162: 65 pgs: 62 active+clean, 3 creating+activating; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 190 B/s wr, 4 op/s 2024-01-03T10:48:06.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:06 smithi050 ceph-mon[107752]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:06.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:06 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:06 smithi105 ceph-mon[110434]: pgmap v162: 65 pgs: 62 active+clean, 3 creating+activating; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 190 B/s wr, 4 op/s 2024-01-03T10:48:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:06 smithi105 ceph-mon[110434]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:06 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:07.605 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:48:07.605 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-03T10:43:30.694591Z", "last_refresh": "2024-01-03T10:48:06.981576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-03T10:43:26.689476Z", "last_refresh": "2024-01-03T10:48:04.869490Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-03T10:43:28.564190Z", "last_refresh": "2024-01-03T10:48:06.981704Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-03T10:47:59.134001Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-03T10:47:59.126688Z", "last_refresh": "2024-01-03T10:48:04.870230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-03T10:43:25.557543Z", "last_refresh": "2024-01-03T10:48:04.869636Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-03T10:44:02.659423Z", "last_refresh": "2024-01-03T10:48:04.869710Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-03T10:43:29.685181Z", "last_refresh": "2024-01-03T10:48:04.869777Z", "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": "2024-01-03T10:48:04.869841Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-03T10:43:27.664372Z", "last_refresh": "2024-01-03T10:48:06.981828Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-03T10:48:07.986 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-01-03T10:48:07.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:07.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:07.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:07.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:08.034 INFO:tasks.cephadm:mds.foofs has 2/2 2024-01-03T10:48:08.035 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-03T10:48:08.044 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:48:08.044 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:07 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:07 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:09.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:08 smithi050 ceph-mon[107752]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:08 smithi105 ceph-mon[110434]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-03T10:48:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:09 smithi050 ceph-mon[107752]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-01-03T10:48:10.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:09 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-03T10:48:10.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:09 smithi105 ceph-mon[110434]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-01-03T10:48:10.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:09 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-03T10:48:11.032 INFO:teuthology.orchestra.run.smithi050.stdout:NFS Cluster Created Successfully 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: osdmap e63: 8 total, 8 up, 8 in 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-03T10:48:11.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:11 smithi050 ceph-mon[107752]: osdmap e64: 8 total, 8 up, 8 in 2024-01-03T10:48:11.461 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-03T10:48:11.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: osdmap e63: 8 total, 8 up, 8 in 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-03T10:48:11.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:11 smithi105 ceph-mon[110434]: osdmap e64: 8 total, 8 up, 8 in 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: pgmap v166: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: Saving service nfs.foo spec with placement count:2 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: Creating key for client.nfs.foo.0.0.smithi050.bjambf 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-03T10:48:12.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-03T10:48:12.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:12 smithi050 ceph-mon[107752]: osdmap e65: 8 total, 8 up, 8 in 2024-01-03T10:48:12.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: pgmap v166: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-01-03T10:48:12.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: Saving service nfs.foo spec with placement count:2 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: Creating key for client.nfs.foo.0.0.smithi050.bjambf 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-03T10:48:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-03T10:48:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-03T10:48:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.bjambf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-03T10:48:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:12.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:12 smithi105 ceph-mon[110434]: osdmap e65: 8 total, 8 up, 8 in 2024-01-03T10:48:13.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:13 smithi050 ceph-mon[107752]: Rados config object exists: conf-nfs.foo 2024-01-03T10:48:13.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:13 smithi050 ceph-mon[107752]: Creating key for client.nfs.foo.0.0.smithi050.bjambf-rgw 2024-01-03T10:48:13.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:13 smithi050 ceph-mon[107752]: Deploying daemon nfs.foo.0.0.smithi050.bjambf on smithi050 2024-01-03T10:48:13.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:13 smithi050 ceph-mon[107752]: mgrmap e20: smithi050.mlcqlp(active, since 3m), standbys: smithi105.oeotvj 2024-01-03T10:48:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:13 smithi105 ceph-mon[110434]: Rados config object exists: conf-nfs.foo 2024-01-03T10:48:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:13 smithi105 ceph-mon[110434]: Creating key for client.nfs.foo.0.0.smithi050.bjambf-rgw 2024-01-03T10:48:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:13 smithi105 ceph-mon[110434]: Deploying daemon nfs.foo.0.0.smithi050.bjambf on smithi050 2024-01-03T10:48:13.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:13 smithi105 ceph-mon[110434]: mgrmap e20: smithi050.mlcqlp(active, since 3m), standbys: smithi105.oeotvj 2024-01-03T10:48:13.686 INFO:teuthology.orchestra.run.smithi050.stderr:Invalid command: Unexpected argument '--clusterid' 2024-01-03T10:48:13.687 INFO:teuthology.orchestra.run.smithi050.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2024-01-03T10:48:13.687 INFO:teuthology.orchestra.run.smithi050.stderr:Error EINVAL: invalid command 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout: "bind": "/fake", 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout: "fs": "foofs", 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout: "path": "/", 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout: "cluster": "foo", 2024-01-03T10:48:14.052 INFO:teuthology.orchestra.run.smithi050.stdout: "mode": "RW" 2024-01-03T10:48:14.053 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:48:14.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: pgmap v169: 97 pgs: 13 creating+peering, 19 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-01-03T10:48:14.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:14.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-03T10:48:14.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-03T10:48:14.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-03T10:48:14.288 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-03T10:48:14.288 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:14 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:14.467 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-01-03T10:48:14.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: pgmap v169: 97 pgs: 13 creating+peering, 19 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-03T10:48:14.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:14 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:15.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:15 smithi050 ceph-mon[107752]: Creating key for client.nfs.foo.1.0.smithi105.xvwfzp 2024-01-03T10:48:15.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:15 smithi050 ceph-mon[107752]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-03T10:48:15.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:15 smithi050 ceph-mon[107752]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:15.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:15 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 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 2024-01-03T10:48:15.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:15 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 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 2024-01-03T10:48:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:15 smithi105 ceph-mon[110434]: Creating key for client.nfs.foo.1.0.smithi105.xvwfzp 2024-01-03T10:48:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:15 smithi105 ceph-mon[110434]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-03T10:48:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:15 smithi105 ceph-mon[110434]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:15 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 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 2024-01-03T10:48:15.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:15 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 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 2024-01-03T10:48:16.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:16 smithi050 ceph-mon[107752]: pgmap v170: 97 pgs: 13 creating+peering, 84 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-03T10:48:16.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:16 smithi105 ceph-mon[110434]: pgmap v170: 97 pgs: 13 creating+peering, 84 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-03T10:48:17.226 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:17.227 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-03T10:48:17.227 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-03T10:48:17.227 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-03T10:48:17.227 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-03T10:48:17.227 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:17 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:17.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:17.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-03T10:48:17.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-03T10:48:17.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-03T10:48:17.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi105.xvwfzp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-03T10:48:17.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:17 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:18 smithi105 ceph-mon[110434]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 157 B/s rd, 473 B/s wr, 1 op/s 2024-01-03T10:48:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:18 smithi105 ceph-mon[110434]: Rados config object exists: conf-nfs.foo 2024-01-03T10:48:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:18 smithi105 ceph-mon[110434]: Creating key for client.nfs.foo.1.0.smithi105.xvwfzp-rgw 2024-01-03T10:48:18.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:18 smithi105 ceph-mon[110434]: Deploying daemon nfs.foo.1.0.smithi105.xvwfzp on smithi105 2024-01-03T10:48:18.394 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:18 smithi050 ceph-mon[107752]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 157 B/s rd, 473 B/s wr, 1 op/s 2024-01-03T10:48:18.394 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:18 smithi050 ceph-mon[107752]: Rados config object exists: conf-nfs.foo 2024-01-03T10:48:18.395 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:18 smithi050 ceph-mon[107752]: Creating key for client.nfs.foo.1.0.smithi105.xvwfzp-rgw 2024-01-03T10:48:18.395 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:18 smithi050 ceph-mon[107752]: Deploying daemon nfs.foo.1.0.smithi105.xvwfzp on smithi105 2024-01-03T10:48:19.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:19 smithi105 ceph-mon[110434]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:19.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:19 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:19.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:19 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:19.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:19 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:19.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:19 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:19 smithi050 ceph-mon[107752]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:19 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:19 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:19 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:19 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:20 smithi105 ceph-mon[110434]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-01-03T10:48:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:20 smithi105 ceph-mon[110434]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:20 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:20.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:20 smithi050 ceph-mon[107752]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-01-03T10:48:20.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:20 smithi050 ceph-mon[107752]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:20.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:20 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:48:21.325 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-01-03T10:48:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-03T10:48:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-01-03T10:48:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-01-03T10:48:21.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:48:21.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:48:21.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-03T10:48:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]': finished 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: osdmap e66: 8 total, 8 up, 8 in 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:22.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:22 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]': finished 2024-01-03T10:48:22.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: osdmap e66: 8 total, 8 up, 8 in 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:22 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:22.584 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2024-01-03T10:48:22.957 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-03T10:48:22.966 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:48:22.967 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-01-03T10:48:22.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ mkdir /mnt/foo 2024-01-03T10:48:23.002 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-01-03T10:48:23.070 INFO:teuthology.orchestra.run.smithi050.stderr:++ hostname 2024-01-03T10:48:23.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ mount -t nfs smithi050:/fake /mnt/foo -o sync 2024-01-03T10:48:23.183 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:23 smithi050 ceph-mon[107752]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:23.184 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:23 smithi050 ceph-mon[107752]: osdmap e67: 8 total, 8 up, 8 in 2024-01-03T10:48:23.492 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-01-03T10:48:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:23 smithi105 ceph-mon[110434]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:23 smithi105 ceph-mon[110434]: osdmap e67: 8 total, 8 up, 8 in 2024-01-03T10:48:23.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ echo test 2024-01-03T10:48:23.609 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-01-03T10:48:23.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ sync 2024-01-03T10:48:24.097 INFO:teuthology.run_tasks:Running task parallel... 2024-01-03T10:48:24.106 INFO:teuthology.task.parallel:starting parallel... 2024-01-03T10:48:24.107 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-03T10:48:24.107 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-03T10:48:24.107 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:48:24.108 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-03T10:48:24.108 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-03T10:48:24.108 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-01-03T10:48:24.109 INFO:teuthology.task.exec:Executing custom commands... 2024-01-03T10:48:24.109 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:48:24.109 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-01-03T10:48:24.209 INFO:teuthology.orchestra.run.smithi050.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-03T10:48:24.209 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T10:48:24.209 INFO:teuthology.orchestra.run.smithi050.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-01-03T10:48:24.215 INFO:teuthology.orchestra.run.smithi050.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-03T10:48:24.316 INFO:teuthology.orchestra.run.smithi050.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-03T10:48:24.316 INFO:teuthology.orchestra.run.smithi050.stdout:releasing clients 2024-01-03T10:48:24.329 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:24 smithi050 ceph-mon[107752]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-01-03T10:48:24.329 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:24 smithi050 ceph-mon[107752]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:24.414 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:24 smithi105 ceph-mon[110434]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-01-03T10:48:24.414 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:24 smithi105 ceph-mon[110434]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:25.316 INFO:teuthology.orchestra.run.smithi050.stdout: 5 86 19.73 MB/sec warmup 1 sec latency 227.135 ms 2024-01-03T10:48:26.184 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:26 smithi050 ceph-mon[107752]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.5 KiB/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:26.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:26 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:26.316 INFO:teuthology.orchestra.run.smithi050.stdout: 5 183 18.44 MB/sec warmup 2 sec latency 149.115 ms 2024-01-03T10:48:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:26 smithi105 ceph-mon[110434]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.5 KiB/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:26 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:26.750 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-03T10:48:27.316 INFO:teuthology.orchestra.run.smithi050.stdout: 5 302 18.55 MB/sec warmup 3 sec latency 148.819 ms 2024-01-03T10:48:28.272 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:28 smithi050 ceph-mon[107752]: pgmap v178: 97 pgs: 97 active+clean; 7.9 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1008 KiB/s wr, 97 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:28.318 INFO:teuthology.orchestra.run.smithi050.stdout: 5 416 18.36 MB/sec warmup 4 sec latency 147.912 ms 2024-01-03T10:48:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:28 smithi105 ceph-mon[110434]: pgmap v178: 97 pgs: 97 active+clean; 7.9 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1008 KiB/s wr, 97 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:29.318 INFO:teuthology.orchestra.run.smithi050.stdout: 5 536 18.67 MB/sec warmup 5 sec latency 167.496 ms 2024-01-03T10:48:29.356 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph config set global log_to_journald false --force' 2024-01-03T10:48:30.150 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:30 smithi050 ceph-mon[107752]: pgmap v179: 97 pgs: 97 active+clean; 28 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.6 MiB/s wr, 144 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:30.321 INFO:teuthology.orchestra.run.smithi050.stdout: 5 797 17.84 MB/sec warmup 6 sec latency 116.153 ms 2024-01-03T10:48:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:30 smithi105 ceph-mon[110434]: pgmap v179: 97 pgs: 97 active+clean; 28 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.6 MiB/s wr, 144 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:31.321 INFO:teuthology.orchestra.run.smithi050.stdout: 5 1073 16.22 MB/sec warmup 7 sec latency 95.466 ms 2024-01-03T10:48:32.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:32 smithi050 ceph-mon[107752]: pgmap v180: 97 pgs: 97 active+clean; 86 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 9.2 MiB/s wr, 243 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:32.212 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph mgr module enable nfs --force' 2024-01-03T10:48:32.321 INFO:teuthology.orchestra.run.smithi050.stdout: 5 1514 16.29 MB/sec warmup 8 sec latency 94.156 ms 2024-01-03T10:48:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:32 smithi105 ceph-mon[110434]: pgmap v180: 97 pgs: 97 active+clean; 86 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 9.2 MiB/s wr, 243 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:33.322 INFO:teuthology.orchestra.run.smithi050.stdout: 5 2122 14.91 MB/sec warmup 9 sec latency 102.305 ms 2024-01-03T10:48:34.200 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:34 smithi050 ceph-mon[107752]: pgmap v181: 97 pgs: 97 active+clean; 91 MiB data, 134 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 8.9 MiB/s wr, 312 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:34.324 INFO:teuthology.orchestra.run.smithi050.stdout: 5 2577 14.89 MB/sec warmup 10 sec latency 120.158 ms 2024-01-03T10:48:34.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:34 smithi105 ceph-mon[110434]: pgmap v181: 97 pgs: 97 active+clean; 91 MiB data, 134 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 8.9 MiB/s wr, 312 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:35.123 INFO:teuthology.orchestra.run.smithi050.stderr:module 'nfs' is already enabled 2024-01-03T10:48:35.212 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:35 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2004599009' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-03T10:48:35.212 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:35 smithi050 ceph-mon[107752]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-03T10:48:35.324 INFO:teuthology.orchestra.run.smithi050.stdout: 5 3116 15.53 MB/sec warmup 11 sec latency 127.845 ms 2024-01-03T10:48:35.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:35 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2004599009' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-03T10:48:35.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:35 smithi105 ceph-mon[110434]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-03T10:48:35.904 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-03T10:48:36.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:36 smithi050 ceph-mon[107752]: pgmap v182: 97 pgs: 97 active+clean; 114 MiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 10 MiB/s wr, 532 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:36.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:36 smithi050 ceph-mon[107752]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2024-01-03T10:48:36.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:36 smithi050 ceph-mon[107752]: mgrmap e21: smithi050.mlcqlp(active, since 4m), standbys: smithi105.oeotvj 2024-01-03T10:48:36.333 INFO:teuthology.orchestra.run.smithi050.stdout: 5 3528 15.62 MB/sec warmup 12 sec latency 125.856 ms 2024-01-03T10:48:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:36 smithi105 ceph-mon[110434]: pgmap v182: 97 pgs: 97 active+clean; 114 MiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 10 MiB/s wr, 532 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:36 smithi105 ceph-mon[110434]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2024-01-03T10:48:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:36 smithi105 ceph-mon[110434]: mgrmap e21: smithi050.mlcqlp(active, since 4m), standbys: smithi105.oeotvj 2024-01-03T10:48:37.338 INFO:teuthology.orchestra.run.smithi050.stdout: 5 3794 15.11 MB/sec warmup 13 sec latency 121.892 ms 2024-01-03T10:48:38.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:38 smithi050 ceph-mon[107752]: pgmap v183: 97 pgs: 97 active+clean; 119 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 11 MiB/s wr, 582 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:38.313 INFO:teuthology.orchestra.run.smithi050.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:48:38.338 INFO:teuthology.orchestra.run.smithi050.stdout: 5 4043 14.28 MB/sec warmup 14 sec latency 144.743 ms 2024-01-03T10:48:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:38 smithi105 ceph-mon[110434]: pgmap v183: 97 pgs: 97 active+clean; 119 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 11 MiB/s wr, 582 op/s; 0 B/s, 0 objects/s recovering 2024-01-03T10:48:38.800 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-03T10:48:38.801 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T10:48:38.801 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- 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' 2024-01-03T10:48:39.338 INFO:teuthology.orchestra.run.smithi050.stdout: 5 4408 13.56 MB/sec warmup 15 sec latency 122.054 ms 2024-01-03T10:48:39.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:39.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:48:39.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:39 smithi050 ceph-mon[107752]: pgmap v184: 97 pgs: 97 active+clean; 122 MiB data, 199 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 11 MiB/s wr, 545 op/s 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:48:39.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 2024-01-03T10:48:39.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:39 smithi105 ceph-mon[110434]: pgmap v184: 97 pgs: 97 active+clean; 122 MiB data, 199 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 11 MiB/s wr, 545 op/s 2024-01-03T10:48:40.343 INFO:teuthology.orchestra.run.smithi050.stdout: 5 4758 13.32 MB/sec warmup 16 sec latency 138.258 ms 2024-01-03T10:48:41.343 INFO:teuthology.orchestra.run.smithi050.stdout: 5 5021 12.93 MB/sec warmup 17 sec latency 92.215 ms 2024-01-03T10:48:41.437 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:48:42.056 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:42 smithi050 ceph-mon[107752]: pgmap v185: 97 pgs: 97 active+clean; 132 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 647 op/s 2024-01-03T10:48:42.343 INFO:teuthology.orchestra.run.smithi050.stdout: 5 5331 12.60 MB/sec warmup 18 sec latency 110.974 ms 2024-01-03T10:48:42.410 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:48:42.410 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (3m) 20s ago 4m 26.9M - ba2b418f427c 0b3b0aaf88be 2024-01-03T10:48:42.410 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (4m) 20s ago 4m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:48:42.410 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (4m) 22s ago 4m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:48:42.410 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (3m) 20s ago 4m 50.1M - 8.3.5 dad864ee21e9 adf799855a43 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (40s) 20s ago 40s 14.9M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (39s) 22s ago 38s 13.3M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (4m) 22s ago 4m 423M - 17.2.0 e1d6a67b021e 1ffd394fea98 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (5m) 20s ago 5m 77.5M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (4m) 22s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (28s) 20s ago 28s 55.9M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (24s) 22s ago 24s 20.2M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (4m) 20s ago 4m 22.2M - 1dbe0e931976 2365dfc6eb8c 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (4m) 22s ago 4m 25.7M - 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:48:42.411 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (3m) 20s ago 3m 58.0M 3225M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (3m) 20s ago 3m 60.0M 3225M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (3m) 20s ago 3m 48.2M 3225M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (2m) 20s ago 2m 50.3M 3225M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (2m) 22s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (2m) 22s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (112s) 22s ago 112s 50.2M 3992M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (95s) 22s ago 95s 49.5M 3992M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:48:42.412 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (3m) 20s ago 3m 63.2M - 514e6a882f6e 42b351e1f174 2024-01-03T10:48:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:42 smithi105 ceph-mon[110434]: pgmap v185: 97 pgs: 97 active+clean; 132 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 647 op/s 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:48:43.018 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:48:43.019 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:48:43.087 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:43 smithi050 ceph-mon[107752]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:43.087 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:43 smithi050 ceph-mon[107752]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:43.088 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:43 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3404405226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:48:43.343 INFO:teuthology.orchestra.run.smithi050.stdout: 5 5613 12.13 MB/sec warmup 19 sec latency 111.393 ms 2024-01-03T10:48:43.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:43 smithi105 ceph-mon[110434]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:43.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:43 smithi105 ceph-mon[110434]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:43.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:43 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3404405226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28", 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "", 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 image" 2024-01-03T10:48:43.517 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:48:44.078 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:48:44.108 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:44 smithi050 ceph-mon[107752]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:44.108 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:44 smithi050 ceph-mon[107752]: pgmap v186: 97 pgs: 97 active+clean; 136 MiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 6.6 MiB/s wr, 626 op/s 2024-01-03T10:48:44.351 INFO:teuthology.orchestra.run.smithi050.stdout: 5 5845 11.66 MB/sec warmup 20 sec latency 155.403 ms 2024-01-03T10:48:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:44 smithi105 ceph-mon[110434]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:44.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:44 smithi105 ceph-mon[110434]: pgmap v186: 97 pgs: 97 active+clean; 136 MiB data, 254 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 6.6 MiB/s wr, 626 op/s 2024-01-03T10:48:45.139 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:45 smithi050 ceph-mon[107752]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:45.139 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:45 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2886491574' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:48:45.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 6199 11.85 MB/sec warmup 21 sec latency 123.282 ms 2024-01-03T10:48:45.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:45 smithi105 ceph-mon[110434]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:48:45.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:45 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2886491574' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:48:46.185 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:46 smithi050 ceph-mon[107752]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.8 MiB/s wr, 641 op/s 2024-01-03T10:48:46.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 6467 11.62 MB/sec warmup 22 sec latency 133.001 ms 2024-01-03T10:48:46.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:46 smithi105 ceph-mon[110434]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.8 MiB/s wr, 641 op/s 2024-01-03T10:48:47.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 6682 11.58 MB/sec warmup 23 sec latency 194.409 ms 2024-01-03T10:48:48.243 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:48 smithi050 ceph-mon[107752]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 297 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 404 op/s 2024-01-03T10:48:48.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 6998 11.67 MB/sec warmup 24 sec latency 130.477 ms 2024-01-03T10:48:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:48 smithi105 ceph-mon[110434]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 297 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 404 op/s 2024-01-03T10:48:49.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 7227 11.54 MB/sec warmup 25 sec latency 143.529 ms 2024-01-03T10:48:50.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:50 smithi050 ceph-mon[107752]: pgmap v189: 97 pgs: 97 active+clean; 132 MiB data, 312 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2024-01-03T10:48:50.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 7477 11.30 MB/sec warmup 26 sec latency 129.130 ms 2024-01-03T10:48:50.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:50 smithi105 ceph-mon[110434]: pgmap v189: 97 pgs: 97 active+clean; 132 MiB data, 312 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2024-01-03T10:48:51.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 7686 10.98 MB/sec warmup 27 sec latency 128.197 ms 2024-01-03T10:48:52.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:52 smithi050 ceph-mon[107752]: pgmap v190: 97 pgs: 97 active+clean; 140 MiB data, 326 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2024-01-03T10:48:52.350 INFO:teuthology.orchestra.run.smithi050.stdout: 5 7952 10.69 MB/sec warmup 28 sec latency 133.933 ms 2024-01-03T10:48:52.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:52 smithi105 ceph-mon[110434]: pgmap v190: 97 pgs: 97 active+clean; 140 MiB data, 326 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2024-01-03T10:48:53.358 INFO:teuthology.orchestra.run.smithi050.stdout: 5 8213 10.55 MB/sec warmup 29 sec latency 148.604 ms 2024-01-03T10:48:54.354 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:54 smithi050 ceph-mon[107752]: pgmap v191: 97 pgs: 97 active+clean; 140 MiB data, 342 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2024-01-03T10:48:54.359 INFO:teuthology.orchestra.run.smithi050.stdout: 5 8524 10.51 MB/sec warmup 30 sec latency 141.867 ms 2024-01-03T10:48:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:54 smithi105 ceph-mon[110434]: pgmap v191: 97 pgs: 97 active+clean; 140 MiB data, 342 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2024-01-03T10:48:55.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 8857 10.39 MB/sec warmup 31 sec latency 147.429 ms 2024-01-03T10:48:56.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 9204 10.16 MB/sec warmup 32 sec latency 120.091 ms 2024-01-03T10:48:56.389 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:56 smithi050 ceph-mon[107752]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2024-01-03T10:48:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:56 smithi105 ceph-mon[110434]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2024-01-03T10:48:57.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 9442 9.98 MB/sec warmup 33 sec latency 122.802 ms 2024-01-03T10:48:58.195 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:48:58 smithi050 ceph-mon[107752]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 399 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.2 MiB/s wr, 374 op/s 2024-01-03T10:48:58.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 9736 10.03 MB/sec warmup 34 sec latency 122.513 ms 2024-01-03T10:48:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:48:58 smithi105 ceph-mon[110434]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 399 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.2 MiB/s wr, 374 op/s 2024-01-03T10:48:59.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 10109 10.19 MB/sec warmup 35 sec latency 136.496 ms 2024-01-03T10:49:00.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:00 smithi050 ceph-mon[107752]: pgmap v194: 97 pgs: 97 active+clean; 138 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-01-03T10:49:00.363 INFO:teuthology.orchestra.run.smithi050.stdout: 5 10548 10.44 MB/sec warmup 36 sec latency 205.944 ms 2024-01-03T10:49:00.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:00 smithi105 ceph-mon[110434]: pgmap v194: 97 pgs: 97 active+clean; 138 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-01-03T10:49:01.369 INFO:teuthology.orchestra.run.smithi050.stdout: 5 10798 10.38 MB/sec warmup 37 sec latency 145.529 ms 2024-01-03T10:49:02.283 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:02 smithi050 ceph-mon[107752]: pgmap v195: 97 pgs: 97 active+clean; 148 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2024-01-03T10:49:02.373 INFO:teuthology.orchestra.run.smithi050.stdout: 5 11022 10.24 MB/sec warmup 38 sec latency 110.467 ms 2024-01-03T10:49:02.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:02 smithi105 ceph-mon[110434]: pgmap v195: 97 pgs: 97 active+clean; 148 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2024-01-03T10:49:03.373 INFO:teuthology.orchestra.run.smithi050.stdout: 5 11178 10.04 MB/sec warmup 39 sec latency 169.483 ms 2024-01-03T10:49:04.337 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:04 smithi050 ceph-mon[107752]: pgmap v196: 97 pgs: 97 active+clean; 148 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 384 op/s 2024-01-03T10:49:04.373 INFO:teuthology.orchestra.run.smithi050.stdout: 5 11453 9.86 MB/sec warmup 40 sec latency 116.704 ms 2024-01-03T10:49:04.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:04 smithi105 ceph-mon[110434]: pgmap v196: 97 pgs: 97 active+clean; 148 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 384 op/s 2024-01-03T10:49:05.373 INFO:teuthology.orchestra.run.smithi050.stdout: 5 11729 9.78 MB/sec warmup 41 sec latency 116.250 ms 2024-01-03T10:49:06.367 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:06 smithi050 ceph-mon[107752]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2024-01-03T10:49:06.374 INFO:teuthology.orchestra.run.smithi050.stdout: 5 11933 9.67 MB/sec warmup 42 sec latency 140.531 ms 2024-01-03T10:49:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:06 smithi105 ceph-mon[110434]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2024-01-03T10:49:07.374 INFO:teuthology.orchestra.run.smithi050.stdout: 5 12217 9.62 MB/sec warmup 43 sec latency 148.090 ms 2024-01-03T10:49:08.375 INFO:teuthology.orchestra.run.smithi050.stdout: 5 12479 9.45 MB/sec warmup 44 sec latency 116.618 ms 2024-01-03T10:49:08.395 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:08 smithi050 ceph-mon[107752]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.2 MiB/s wr, 364 op/s 2024-01-03T10:49:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:08 smithi105 ceph-mon[110434]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.2 MiB/s wr, 364 op/s 2024-01-03T10:49:09.382 INFO:teuthology.orchestra.run.smithi050.stdout: 5 12820 9.39 MB/sec warmup 45 sec latency 117.237 ms 2024-01-03T10:49:10.391 INFO:teuthology.orchestra.run.smithi050.stdout: 5 13140 9.39 MB/sec warmup 46 sec latency 134.277 ms 2024-01-03T10:49:10.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:10 smithi050 ceph-mon[107752]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2024-01-03T10:49:10.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:10 smithi105 ceph-mon[110434]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2024-01-03T10:49:11.391 INFO:teuthology.orchestra.run.smithi050.stdout: 5 13619 9.59 MB/sec warmup 47 sec latency 123.472 ms 2024-01-03T10:49:11.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: pgmap v200: 97 pgs: 97 active+clean; 151 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: Upgrade: Target is version 19.0.0-471-g9b340408 (unknown) 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81, digests ['quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81'] 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: Upgrade: Need to upgrade myself (mgr.smithi050.mlcqlp) 2024-01-03T10:49:11.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:11 smithi050 ceph-mon[107752]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81 on smithi105 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: pgmap v200: 97 pgs: 97 active+clean; 151 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: Upgrade: Target is version 19.0.0-471-g9b340408 (unknown) 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81, digests ['quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81'] 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: Upgrade: Need to upgrade myself (mgr.smithi050.mlcqlp) 2024-01-03T10:49:12.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:11 smithi105 ceph-mon[110434]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81 on smithi105 2024-01-03T10:49:12.392 INFO:teuthology.orchestra.run.smithi050.stdout: 5 14065 9.80 MB/sec warmup 48 sec latency 128.836 ms 2024-01-03T10:49:13.397 INFO:teuthology.orchestra.run.smithi050.stdout: 5 14400 9.81 MB/sec warmup 49 sec latency 138.484 ms 2024-01-03T10:49:14.005 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:13 smithi050 ceph-mon[107752]: pgmap v201: 97 pgs: 97 active+clean; 152 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2024-01-03T10:49:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:13 smithi105 ceph-mon[110434]: pgmap v201: 97 pgs: 97 active+clean; 152 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2024-01-03T10:49:14.400 INFO:teuthology.orchestra.run.smithi050.stdout: 5 14771 9.72 MB/sec warmup 50 sec latency 87.987 ms 2024-01-03T10:49:14.555 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:49:15.398 INFO:teuthology.orchestra.run.smithi050.stdout: 5 15058 9.64 MB/sec warmup 51 sec latency 98.397 ms 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (4m) 53s ago 5m 26.9M - ba2b418f427c 0b3b0aaf88be 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (5m) 53s ago 5m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (4m) 55s ago 4m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (4m) 53s ago 5m 50.1M - 8.3.5 dad864ee21e9 adf799855a43 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (73s) 53s ago 73s 14.9M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:49:15.403 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (72s) 55s ago 71s 13.3M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (6m) 53s ago 6m 476M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (4m) 55s ago 4m 423M - 17.2.0 e1d6a67b021e 1ffd394fea98 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (6m) 53s ago 6m 77.5M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (4m) 55s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (61s) 53s ago 61s 55.9M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (57s) 55s ago 57s 20.2M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (5m) 53s ago 5m 22.2M - 1dbe0e931976 2365dfc6eb8c 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (4m) 55s ago 4m 25.7M - 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (4m) 53s ago 4m 58.0M 3225M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (3m) 53s ago 3m 60.0M 3225M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (3m) 53s ago 3m 48.2M 3225M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (3m) 53s ago 3m 50.3M 3225M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:49:15.404 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (2m) 55s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:49:15.405 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (2m) 55s ago 2m 48.8M 3992M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:49:15.405 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (2m) 55s ago 2m 50.2M 3992M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:49:15.405 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (2m) 55s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:49:15.405 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (4m) 53s ago 4m 63.2M - 514e6a882f6e 42b351e1f174 2024-01-03T10:49:15.888 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:49:15.888 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:49:15.888 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:15.888 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:15.888 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:49:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:49:16.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:15 smithi050 ceph-mon[107752]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:16.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:15 smithi050 ceph-mon[107752]: pgmap v202: 97 pgs: 97 active+clean; 164 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 410 op/s 2024-01-03T10:49:16.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:15 smithi050 ceph-mon[107752]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:16.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:15 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1668048601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:49:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:15 smithi105 ceph-mon[110434]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:15 smithi105 ceph-mon[110434]: pgmap v202: 97 pgs: 97 active+clean; 164 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 410 op/s 2024-01-03T10:49:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:15 smithi105 ceph-mon[110434]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:15 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1668048601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:49:16.353 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:49:16.353 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:49:16.353 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:49:16.353 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:49:16.353 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "0/23 daemons upgraded", 2024-01-03T10:49:16.354 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81 image on host smithi105" 2024-01-03T10:49:16.354 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:49:16.398 INFO:teuthology.orchestra.run.smithi050.stdout: 5 15290 9.55 MB/sec warmup 52 sec latency 120.116 ms 2024-01-03T10:49:16.859 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:49:17.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:17 smithi050 ceph-mon[107752]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:17.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:17 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2661779827' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:49:17.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 15634 9.52 MB/sec warmup 53 sec latency 85.995 ms 2024-01-03T10:49:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:17 smithi105 ceph-mon[110434]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:17 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2661779827' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:49:18.085 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:18 smithi050 ceph-mon[107752]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:18.085 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:18 smithi050 ceph-mon[107752]: pgmap v203: 97 pgs: 97 active+clean; 170 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 428 op/s 2024-01-03T10:49:18.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 16047 9.48 MB/sec warmup 54 sec latency 122.681 ms 2024-01-03T10:49:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:18 smithi105 ceph-mon[110434]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:18 smithi105 ceph-mon[110434]: pgmap v203: 97 pgs: 97 active+clean; 170 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 428 op/s 2024-01-03T10:49:19.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 16402 9.45 MB/sec warmup 55 sec latency 140.603 ms 2024-01-03T10:49:20.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:20 smithi050 ceph-mon[107752]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 540 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2024-01-03T10:49:20.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 16862 9.55 MB/sec warmup 56 sec latency 133.112 ms 2024-01-03T10:49:20.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:20 smithi105 ceph-mon[110434]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 540 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2024-01-03T10:49:21.091 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:21.091 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:21 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:21.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 17323 9.73 MB/sec warmup 57 sec latency 113.610 ms 2024-01-03T10:49:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:21.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:21 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.mlcqlp/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:22.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:22 smithi050 ceph-mon[107752]: pgmap v205: 97 pgs: 97 active+clean; 167 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.5 MiB/s wr, 600 op/s 2024-01-03T10:49:22.407 INFO:teuthology.orchestra.run.smithi050.stdout: 5 17608 9.67 MB/sec warmup 58 sec latency 129.015 ms 2024-01-03T10:49:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:22 smithi105 ceph-mon[110434]: pgmap v205: 97 pgs: 97 active+clean; 167 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.5 MiB/s wr, 600 op/s 2024-01-03T10:49:23.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 17951 9.72 MB/sec warmup 59 sec latency 127.679 ms 2024-01-03T10:49:24.169 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:24 smithi050 ceph-mon[107752]: pgmap v206: 97 pgs: 97 active+clean; 166 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2024-01-03T10:49:24.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 18189 9.64 MB/sec warmup 60 sec latency 128.086 ms 2024-01-03T10:49:24.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:24 smithi105 ceph-mon[110434]: pgmap v206: 97 pgs: 97 active+clean; 166 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2024-01-03T10:49:25.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 18468 9.60 MB/sec warmup 61 sec latency 125.549 ms 2024-01-03T10:49:26.197 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:26 smithi050 ceph-mon[107752]: pgmap v207: 97 pgs: 97 active+clean; 175 MiB data, 632 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 532 op/s 2024-01-03T10:49:26.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 18915 9.60 MB/sec warmup 62 sec latency 122.962 ms 2024-01-03T10:49:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:26 smithi105 ceph-mon[110434]: pgmap v207: 97 pgs: 97 active+clean; 175 MiB data, 632 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 532 op/s 2024-01-03T10:49:27.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 19448 9.62 MB/sec warmup 63 sec latency 129.709 ms 2024-01-03T10:49:28.215 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:28 smithi050 ceph-mon[107752]: pgmap v208: 97 pgs: 97 active+clean; 181 MiB data, 674 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2024-01-03T10:49:28.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 19852 9.62 MB/sec warmup 64 sec latency 128.768 ms 2024-01-03T10:49:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:28 smithi105 ceph-mon[110434]: pgmap v208: 97 pgs: 97 active+clean; 181 MiB data, 674 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2024-01-03T10:49:29.408 INFO:teuthology.orchestra.run.smithi050.stdout: 5 20358 9.67 MB/sec warmup 65 sec latency 126.793 ms 2024-01-03T10:49:30.254 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:30 smithi050 ceph-mon[107752]: pgmap v209: 97 pgs: 97 active+clean; 179 MiB data, 698 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2024-01-03T10:49:30.409 INFO:teuthology.orchestra.run.smithi050.stdout: 5 20762 9.77 MB/sec warmup 66 sec latency 129.303 ms 2024-01-03T10:49:30.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:30 smithi105 ceph-mon[110434]: pgmap v209: 97 pgs: 97 active+clean; 179 MiB data, 698 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2024-01-03T10:49:31.409 INFO:teuthology.orchestra.run.smithi050.stdout: 5 21145 9.79 MB/sec warmup 67 sec latency 119.679 ms 2024-01-03T10:49:32.280 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:32 smithi050 ceph-mon[107752]: pgmap v210: 97 pgs: 97 active+clean; 180 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2024-01-03T10:49:32.409 INFO:teuthology.orchestra.run.smithi050.stdout: 5 21429 9.77 MB/sec warmup 68 sec latency 139.505 ms 2024-01-03T10:49:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:32 smithi105 ceph-mon[110434]: pgmap v210: 97 pgs: 97 active+clean; 180 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2024-01-03T10:49:33.415 INFO:teuthology.orchestra.run.smithi050.stdout: 5 21777 9.79 MB/sec warmup 69 sec latency 142.623 ms 2024-01-03T10:49:34.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:34 smithi050 ceph-mon[107752]: pgmap v211: 97 pgs: 97 active+clean; 180 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 390 op/s 2024-01-03T10:49:34.422 INFO:teuthology.orchestra.run.smithi050.stdout: 5 22072 9.72 MB/sec warmup 70 sec latency 202.613 ms 2024-01-03T10:49:34.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:34 smithi105 ceph-mon[110434]: pgmap v211: 97 pgs: 97 active+clean; 180 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 390 op/s 2024-01-03T10:49:35.423 INFO:teuthology.orchestra.run.smithi050.stdout: 5 22462 9.72 MB/sec warmup 71 sec latency 122.758 ms 2024-01-03T10:49:36.135 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:36 smithi050 ceph-mon[107752]: pgmap v212: 97 pgs: 97 active+clean; 192 MiB data, 733 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2024-01-03T10:49:36.428 INFO:teuthology.orchestra.run.smithi050.stdout: 5 22781 9.69 MB/sec warmup 72 sec latency 134.263 ms 2024-01-03T10:49:36.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:36 smithi105 ceph-mon[110434]: pgmap v212: 97 pgs: 97 active+clean; 192 MiB data, 733 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2024-01-03T10:49:37.428 INFO:teuthology.orchestra.run.smithi050.stdout: 5 23211 9.66 MB/sec warmup 73 sec latency 131.555 ms 2024-01-03T10:49:38.196 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:38 smithi050 ceph-mon[107752]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 558 op/s 2024-01-03T10:49:38.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 23522 9.63 MB/sec warmup 74 sec latency 122.636 ms 2024-01-03T10:49:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:38 smithi105 ceph-mon[110434]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.9 MiB/s wr, 558 op/s 2024-01-03T10:49:39.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 23844 9.65 MB/sec warmup 75 sec latency 136.620 ms 2024-01-03T10:49:40.245 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:40 smithi050 ceph-mon[107752]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 760 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-03T10:49:40.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 24212 9.69 MB/sec warmup 76 sec latency 113.570 ms 2024-01-03T10:49:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:40 smithi105 ceph-mon[110434]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 760 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-03T10:49:41.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 24650 9.74 MB/sec warmup 77 sec latency 140.633 ms 2024-01-03T10:49:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:42 smithi105 ceph-mon[110434]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2024-01-03T10:49:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:42 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:42 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:49:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:42 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:49:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:42 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:49:42.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:42 smithi050 ceph-mon[107752]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2024-01-03T10:49:42.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:42 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:42.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:42 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.oeotvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:49:42.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:42 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:49:42.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:42 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:49:42.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 25052 9.76 MB/sec warmup 78 sec latency 122.682 ms 2024-01-03T10:49:43.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:43 smithi050 ceph-mon[107752]: Upgrade: Updating mgr.smithi105.oeotvj 2024-01-03T10:49:43.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:43 smithi050 ceph-mon[107752]: Deploying daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:49:43.277 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:43 smithi105 ceph-mon[110434]: Upgrade: Updating mgr.smithi105.oeotvj 2024-01-03T10:49:43.277 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:43 smithi105 ceph-mon[110434]: Deploying daemon mgr.smithi105.oeotvj on smithi105 2024-01-03T10:49:43.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 25420 9.76 MB/sec warmup 79 sec latency 119.610 ms 2024-01-03T10:49:44.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:44 smithi050 ceph-mon[107752]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2024-01-03T10:49:44.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:44.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:44.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:49:44.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:44 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:49:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:44 smithi105 ceph-mon[110434]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2024-01-03T10:49:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:49:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:44 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:49:44.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 25830 9.73 MB/sec warmup 80 sec latency 128.950 ms 2024-01-03T10:49:45.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 26272 9.78 MB/sec warmup 81 sec latency 128.773 ms 2024-01-03T10:49:46.335 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:46 smithi050 ceph-mon[107752]: pgmap v217: 97 pgs: 97 active+clean; 200 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 557 op/s 2024-01-03T10:49:46.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 26713 9.78 MB/sec warmup 82 sec latency 128.569 ms 2024-01-03T10:49:46.460 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:46 smithi105 ceph-mon[110434]: pgmap v217: 97 pgs: 97 active+clean; 200 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 557 op/s 2024-01-03T10:49:47.325 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:49:47.432 INFO:teuthology.orchestra.run.smithi050.stdout: 5 27203 9.83 MB/sec warmup 83 sec latency 128.399 ms 2024-01-03T10:49:47.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:47.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:47 smithi105 ceph-mon[110434]: pgmap v218: 97 pgs: 97 active+clean; 209 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2024-01-03T10:49:47.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:47 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:47.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:47 smithi105 ceph-mon[110434]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:47.609 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:47.609 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:47 smithi050 ceph-mon[107752]: pgmap v218: 97 pgs: 97 active+clean; 209 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2024-01-03T10:49:47.609 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:47 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:47.610 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:47 smithi050 ceph-mon[107752]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (4m) 86s ago 5m 26.9M - ba2b418f427c 0b3b0aaf88be 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (5m) 86s ago 5m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (5m) 1s ago 5m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (4m) 86s ago 5m 50.1M - 8.3.5 dad864ee21e9 adf799855a43 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (106s) 86s ago 106s 14.9M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (104s) 1s ago 104s 13.6M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:49:48.125 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (6m) 86s ago 6m 476M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (4s) 1s ago 5m 49.4M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (6m) 86s ago 6m 77.5M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (5m) 1s ago 5m 54.0M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (94s) 86s ago 94s 55.9M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (90s) 1s ago 89s 80.7M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (5m) 86s ago 5m 22.2M - 1dbe0e931976 2365dfc6eb8c 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (5m) 1s ago 5m 27.4M - 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (4m) 86s ago 4m 58.0M 3225M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (4m) 86s ago 4m 60.0M 3225M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (4m) 86s ago 4m 48.2M 3225M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (3m) 86s ago 3m 50.3M 3225M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (3m) 1s ago 3m 436M 3992M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:49:48.126 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (3m) 1s ago 3m 407M 3992M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:49:48.127 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (2m) 1s ago 2m 369M 3992M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:49:48.127 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (2m) 1s ago 2m 681M 3992M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:49:48.127 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (4m) 86s ago 4m 63.2M - 514e6a882f6e 42b351e1f174 2024-01-03T10:49:48.438 INFO:teuthology.orchestra.run.smithi050.stdout: 5 27506 9.81 MB/sec warmup 84 sec latency 101.338 ms 2024-01-03T10:49:48.637 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:49:48.637 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-03T10:49:48.638 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:49:48.639 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:49:48.652 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:48 smithi050 ceph-mon[107752]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:48.652 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:48 smithi050 ceph-mon[107752]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:48.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:48 smithi105 ceph-mon[110434]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:48.738 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:48 smithi105 ceph-mon[110434]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:49.057 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:49:49.057 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:49:49.058 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:49:49.058 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:49:49.058 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:49:49.058 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons" 2024-01-03T10:49:49.058 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:49:49.438 INFO:teuthology.orchestra.run.smithi050.stdout: 5 27801 9.79 MB/sec warmup 85 sec latency 119.265 ms 2024-01-03T10:49:49.555 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:49:49.684 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:49 smithi050 ceph-mon[107752]: pgmap v219: 97 pgs: 97 active+clean; 209 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2024-01-03T10:49:49.684 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:49 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1470673141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:49:49.684 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:49 smithi050 ceph-mon[107752]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:49.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:49 smithi105 ceph-mon[110434]: pgmap v219: 97 pgs: 97 active+clean; 209 MiB data, 868 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2024-01-03T10:49:49.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:49 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1470673141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:49:49.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:49 smithi105 ceph-mon[110434]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:49:50.438 INFO:teuthology.orchestra.run.smithi050.stdout: 5 28162 9.86 MB/sec warmup 86 sec latency 126.400 ms 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/490519418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: Upgrade: Need to upgrade myself (mgr.smithi050.mlcqlp) 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: Failing over to other MGR 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr fail", "who": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:49:50.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: osdmap e68: 8 total, 8 up, 8 in 2024-01-03T10:49:50.716 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:50 smithi050 ceph-mon[107752]: Standby manager daemon smithi050.mlcqlp started 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/490519418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: Upgrade: Need to upgrade myself (mgr.smithi050.mlcqlp) 2024-01-03T10:49:50.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: Failing over to other MGR 2024-01-03T10:49:50.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "mgr fail", "who": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:49:50.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: osdmap e68: 8 total, 8 up, 8 in 2024-01-03T10:49:50.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:50 smithi105 ceph-mon[110434]: Standby manager daemon smithi050.mlcqlp started 2024-01-03T10:49:51.438 INFO:teuthology.orchestra.run.smithi050.stdout: 5 28452 9.83 MB/sec warmup 87 sec latency 205.720 ms 2024-01-03T10:49:51.741 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:51 smithi050 ceph-mon[107752]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "mgr fail", "who": "smithi050.mlcqlp"}]': finished 2024-01-03T10:49:51.741 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:51 smithi050 ceph-mon[107752]: mgrmap e22: smithi105.oeotvj(active, starting, since 1.01491s), standbys: smithi050.mlcqlp 2024-01-03T10:49:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:51 smithi105 ceph-mon[110434]: from='mgr.14202 172.21.15.50:0/134575164' entity='mgr.smithi050.mlcqlp' cmd='[{"prefix": "mgr fail", "who": "smithi050.mlcqlp"}]': finished 2024-01-03T10:49:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:51 smithi105 ceph-mon[110434]: mgrmap e22: smithi105.oeotvj(active, starting, since 1.01491s), standbys: smithi050.mlcqlp 2024-01-03T10:49:52.449 INFO:teuthology.orchestra.run.smithi050.stdout: 5 28791 9.78 MB/sec warmup 88 sec latency 128.061 ms 2024-01-03T10:49:52.747 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/crt"}]: dispatch 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: Active manager daemon smithi105.oeotvj restarted 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: Activating manager daemon smithi105.oeotvj 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/key"}]: dispatch 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: osdmap e69: 8 total, 8 up, 8 in 2024-01-03T10:49:52.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:52 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/crt"}]: dispatch 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: Active manager daemon smithi105.oeotvj restarted 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: Activating manager daemon smithi105.oeotvj 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.oeotvj/key"}]: dispatch 2024-01-03T10:49:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: osdmap e69: 8 total, 8 up, 8 in 2024-01-03T10:49:52.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:52 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:49:53.449 INFO:teuthology.orchestra.run.smithi050.stdout: 5 29050 9.71 MB/sec warmup 89 sec latency 119.971 ms 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: mgrmap e23: smithi105.oeotvj(active, starting, since 0.404538s), standbys: smithi050.mlcqlp 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.eqkcvm"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.ejerfb"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr metadata", "who": "smithi105.oeotvj", "id": "smithi105.oeotvj"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:49:53.757 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: Manager daemon smithi105.oeotvj is now available 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:53.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:53.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:53.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:53.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:53.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: mgrmap e23: smithi105.oeotvj(active, starting, since 0.404538s), standbys: smithi050.mlcqlp 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.eqkcvm"}]: dispatch 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.ejerfb"}]: dispatch 2024-01-03T10:49:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr metadata", "who": "smithi105.oeotvj", "id": "smithi105.oeotvj"}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr metadata", "who": "smithi050.mlcqlp", "id": "smithi050.mlcqlp"}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: Manager daemon smithi105.oeotvj is now available 2024-01-03T10:49:53.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/mirror_snapshot_schedule"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.oeotvj/trash_purge_schedule"}]: dispatch 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:53.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:49:54.449 INFO:teuthology.orchestra.run.smithi050.stdout: 5 29332 9.70 MB/sec warmup 90 sec latency 132.306 ms 2024-01-03T10:49:54.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:54 smithi050 ceph-mon[107752]: Deploying cephadm binary to smithi105 2024-01-03T10:49:54.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:54 smithi050 ceph-mon[107752]: mgrmap e24: smithi105.oeotvj(active, since 1.47s), standbys: smithi050.mlcqlp 2024-01-03T10:49:54.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:54 smithi050 ceph-mon[107752]: pgmap v3: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:54 smithi105 ceph-mon[110434]: Deploying cephadm binary to smithi105 2024-01-03T10:49:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:54 smithi105 ceph-mon[110434]: mgrmap e24: smithi105.oeotvj(active, since 1.47s), standbys: smithi050.mlcqlp 2024-01-03T10:49:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:54 smithi105 ceph-mon[110434]: pgmap v3: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:55.449 INFO:teuthology.orchestra.run.smithi050.stdout: 5 29720 9.75 MB/sec warmup 91 sec latency 123.026 ms 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: [03/Jan/2024:10:49:54] ENGINE Bus STARTING 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: [03/Jan/2024:10:49:54] ENGINE Serving on http://172.21.15.105:8765 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: [03/Jan/2024:10:49:54] ENGINE Serving on https://172.21.15.105:7150 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: [03/Jan/2024:10:49:54] ENGINE Bus STARTED 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: pgmap v4: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:55.810 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:55 smithi050 ceph-mon[107752]: mgrmap e25: smithi105.oeotvj(active, since 2s), standbys: smithi050.mlcqlp 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: [03/Jan/2024:10:49:54] ENGINE Bus STARTING 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: [03/Jan/2024:10:49:54] ENGINE Serving on http://172.21.15.105:8765 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: [03/Jan/2024:10:49:54] ENGINE Serving on https://172.21.15.105:7150 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: [03/Jan/2024:10:49:54] ENGINE Bus STARTED 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: pgmap v4: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:55 smithi105 ceph-mon[110434]: mgrmap e25: smithi105.oeotvj(active, since 2s), standbys: smithi050.mlcqlp 2024-01-03T10:49:56.456 INFO:teuthology.orchestra.run.smithi050.stdout: 5 30029 9.72 MB/sec warmup 92 sec latency 138.991 ms 2024-01-03T10:49:56.828 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:56 smithi050 ceph-mon[107752]: Deploying cephadm binary to smithi050 2024-01-03T10:49:56.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:56 smithi105 ceph-mon[110434]: Deploying cephadm binary to smithi050 2024-01-03T10:49:57.459 INFO:teuthology.orchestra.run.smithi050.stdout: 5 30424 9.72 MB/sec warmup 93 sec latency 107.555 ms 2024-01-03T10:49:57.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:57 smithi050 ceph-mon[107752]: pgmap v5: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:57.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:57 smithi050 ceph-mon[107752]: mgrmap e26: smithi105.oeotvj(active, since 4s), standbys: smithi050.mlcqlp 2024-01-03T10:49:57.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:57 smithi105 ceph-mon[110434]: pgmap v5: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:49:57.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:57 smithi105 ceph-mon[110434]: mgrmap e26: smithi105.oeotvj(active, since 4s), standbys: smithi050.mlcqlp 2024-01-03T10:49:58.459 INFO:teuthology.orchestra.run.smithi050.stdout: 5 30673 9.65 MB/sec warmup 94 sec latency 126.747 ms 2024-01-03T10:49:59.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 30958 9.63 MB/sec warmup 95 sec latency 124.862 ms 2024-01-03T10:49:59.646 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.020 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: pgmap v6: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: Standby manager daemon smithi050.mlcqlp restarted 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: Standby manager daemon smithi050.mlcqlp started 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.mlcqlp/crt"}]: dispatch 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.mlcqlp/key"}]: dispatch 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:49:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: pgmap v6: 97 pgs: 97 active+clean; 216 MiB data, 937 MiB used, 714 GiB / 715 GiB avail 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: Standby manager daemon smithi050.mlcqlp restarted 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: Standby manager daemon smithi050.mlcqlp started 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.mlcqlp/crt"}]: dispatch 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.mlcqlp/key"}]: dispatch 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.? 172.21.15.50:0/3540214409' entity='mgr.smithi050.mlcqlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-03T10:50:00.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:49:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:00.470 INFO:teuthology.orchestra.run.smithi050.stdout: 5 31293 9.65 MB/sec warmup 96 sec latency 196.224 ms 2024-01-03T10:50:00.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:00 smithi050 ceph-mon[107752]: mgrmap e27: smithi105.oeotvj(active, since 7s), standbys: smithi050.mlcqlp 2024-01-03T10:50:00.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:00 smithi050 ceph-mon[107752]: overall HEALTH_OK 2024-01-03T10:50:00.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:00 smithi105 ceph-mon[110434]: mgrmap e27: smithi105.oeotvj(active, since 7s), standbys: smithi050.mlcqlp 2024-01-03T10:50:00.827 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:00 smithi105 ceph-mon[110434]: overall HEALTH_OK 2024-01-03T10:50:01.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 31644 9.68 MB/sec warmup 97 sec latency 128.969 ms 2024-01-03T10:50:01.681 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:01 smithi050 ceph-mon[107752]: pgmap v7: 97 pgs: 97 active+clean; 220 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.3 MiB/s wr, 350 op/s 2024-01-03T10:50:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:01 smithi105 ceph-mon[110434]: pgmap v7: 97 pgs: 97 active+clean; 220 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.3 MiB/s wr, 350 op/s 2024-01-03T10:50:02.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 31993 9.69 MB/sec warmup 98 sec latency 125.958 ms 2024-01-03T10:50:02.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:02.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:02.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi105 to 2712M 2024-01-03T10:50:02.946 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:02 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:02.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi105 to 2712M 2024-01-03T10:50:02.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:02 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:03.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 32362 9.67 MB/sec warmup 99 sec latency 129.002 ms 2024-01-03T10:50:03.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:03 smithi050 ceph-mon[107752]: pgmap v8: 97 pgs: 97 active+clean; 220 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.5 MiB/s wr, 271 op/s 2024-01-03T10:50:03.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:03 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:03.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:03 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:03.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:03 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:03 smithi105 ceph-mon[110434]: pgmap v8: 97 pgs: 97 active+clean; 220 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.5 MiB/s wr, 271 op/s 2024-01-03T10:50:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:03 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:03 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:03 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 32757 9.65 MB/sec warmup 100 sec latency 138.257 ms 2024-01-03T10:50:04.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: Adjusting osd_memory_target on smithi050 to 1945M 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:50:04.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:04 smithi050 ceph-mon[107752]: Updating smithi105:/etc/ceph/ceph.conf 2024-01-03T10:50:04.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: Adjusting osd_memory_target on smithi050 to 1945M 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:04.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:50:04.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T10:50:04.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: Updating smithi050:/etc/ceph/ceph.conf 2024-01-03T10:50:04.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:04 smithi105 ceph-mon[110434]: Updating smithi105:/etc/ceph/ceph.conf 2024-01-03T10:50:05.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 33067 9.64 MB/sec warmup 101 sec latency 132.154 ms 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: Updating smithi050:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.conf 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: Updating smithi105:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.conf 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: pgmap v9: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: Updating smithi050:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.client.admin.keyring 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.004 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: Updating smithi050:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.conf 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: Updating smithi105:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.conf 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: pgmap v9: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: Updating smithi050:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.client.admin.keyring 2024-01-03T10:50:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:06.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 33425 9.66 MB/sec warmup 102 sec latency 141.422 ms 2024-01-03T10:50:07.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:06 smithi050 ceph-mon[107752]: Updating smithi105:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.client.admin.keyring 2024-01-03T10:50:07.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:06 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:06 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:06 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.009 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:06 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:06 smithi105 ceph-mon[110434]: Updating smithi105:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/config/ceph.client.admin.keyring 2024-01-03T10:50:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:06 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:06 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:06 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:06 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 33815 9.66 MB/sec warmup 103 sec latency 123.706 ms 2024-01-03T10:50:08.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:07 smithi050 ceph-mon[107752]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2024-01-03T10:50:08.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:07 smithi050 ceph-mon[107752]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2024-01-03T10:50:08.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:07 smithi050 ceph-mon[107752]: pgmap v10: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-03T10:50:08.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:07 smithi105 ceph-mon[110434]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2024-01-03T10:50:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:07 smithi105 ceph-mon[110434]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2024-01-03T10:50:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:07 smithi105 ceph-mon[110434]: pgmap v10: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-03T10:50:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:08.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 34129 9.63 MB/sec warmup 104 sec latency 125.841 ms 2024-01-03T10:50:09.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 34428 9.62 MB/sec warmup 105 sec latency 133.654 ms 2024-01-03T10:50:10.112 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:09 smithi050 ceph-mon[107752]: pgmap v11: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-03T10:50:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:09 smithi105 ceph-mon[110434]: pgmap v11: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-03T10:50:10.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 34876 9.65 MB/sec warmup 106 sec latency 126.125 ms 2024-01-03T10:50:11.472 INFO:teuthology.orchestra.run.smithi050.stdout: 5 35291 9.69 MB/sec warmup 107 sec latency 134.826 ms 2024-01-03T10:50:12.140 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:11 smithi050 ceph-mon[107752]: pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2024-01-03T10:50:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:11 smithi105 ceph-mon[110434]: pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2024-01-03T10:50:12.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 35703 9.71 MB/sec warmup 108 sec latency 129.333 ms 2024-01-03T10:50:13.151 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:12 smithi050 ceph-mon[107752]: pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-03T10:50:13.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:12 smithi105 ceph-mon[110434]: pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-03T10:50:13.469 INFO:teuthology.orchestra.run.smithi050.stdout: 5 36026 9.67 MB/sec warmup 109 sec latency 128.658 ms 2024-01-03T10:50:14.470 INFO:teuthology.orchestra.run.smithi050.stdout: 5 36390 9.65 MB/sec warmup 110 sec latency 120.544 ms 2024-01-03T10:50:15.478 INFO:teuthology.orchestra.run.smithi050.stdout: 5 36736 9.68 MB/sec warmup 111 sec latency 134.373 ms 2024-01-03T10:50:15.943 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:15 smithi050 ceph-mon[107752]: pgmap v14: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2024-01-03T10:50:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:15 smithi105 ceph-mon[110434]: pgmap v14: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2024-01-03T10:50:16.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 37143 9.70 MB/sec warmup 112 sec latency 87.723 ms 2024-01-03T10:50:17.211 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:17 smithi050 ceph-mon[107752]: pgmap v15: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2024-01-03T10:50:17.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 37556 9.66 MB/sec warmup 113 sec latency 108.280 ms 2024-01-03T10:50:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:17 smithi105 ceph-mon[110434]: pgmap v15: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2024-01-03T10:50:18.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 37903 9.67 MB/sec warmup 114 sec latency 134.410 ms 2024-01-03T10:50:19.236 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: Reconfiguring grafana.smithi050 (dependencies changed)... 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: Regenerating cephadm self-signed grafana TLS certificates 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: Reconfiguring daemon grafana.smithi050 on smithi050 2024-01-03T10:50:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:19 smithi050 ceph-mon[107752]: pgmap v16: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2024-01-03T10:50:19.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 38223 9.68 MB/sec warmup 115 sec latency 151.164 ms 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: Reconfiguring grafana.smithi050 (dependencies changed)... 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: Regenerating cephadm self-signed grafana TLS certificates 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-03T10:50:19.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: Reconfiguring daemon grafana.smithi050 on smithi050 2024-01-03T10:50:19.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:19 smithi105 ceph-mon[110434]: pgmap v16: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2024-01-03T10:50:20.096 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:50:20.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 38596 9.72 MB/sec warmup 116 sec latency 124.495 ms 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (6m) 18s ago 6m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (5m) 22s ago 5m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (5m) 18s ago 6m 60.4M - 8.3.5 dad864ee21e9 adf799855a43 2024-01-03T10:50:21.081 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (2m) 18s ago 2m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (2m) 22s ago 2m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (7m) 18s ago 7m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (37s) 22s ago 5m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (7m) 18s ago 7m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (5m) 22s ago 5m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (2m) 18s ago 2m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (2m) 22s ago 2m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (6m) 18s ago 6m 24.4M - 1.3.1 1dbe0e931976 2365dfc6eb8c 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (5m) 22s ago 5m 26.2M - 1.3.1 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (5m) 18s ago 5m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (4m) 18s ago 4m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (4m) 18s ago 4m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (4m) 18s ago 4m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:50:21.082 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (4m) 22s ago 4m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:50:21.083 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (3m) 22s ago 3m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:50:21.083 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (3m) 22s ago 3m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:50:21.083 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (3m) 22s ago 3m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:50:21.083 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (5m) 18s ago 5m 65.7M - 2.33.4 514e6a882f6e 42b351e1f174 2024-01-03T10:50:21.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 38917 9.73 MB/sec warmup 117 sec latency 128.496 ms 2024-01-03T10:50:21.693 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:50:21.693 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:50:21.693 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:50:21.694 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:50:21.695 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:50:21.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:21 smithi050 ceph-mon[107752]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:21.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:21 smithi050 ceph-mon[107752]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:21.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:21 smithi050 ceph-mon[107752]: pgmap v17: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2024-01-03T10:50:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:21 smithi105 ceph-mon[110434]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:21 smithi105 ceph-mon[110434]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:21 smithi105 ceph-mon[110434]: pgmap v17: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2024-01-03T10:50:22.185 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:50:22.185 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:50:22.185 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:50:22.185 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:50:22.186 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:50:22.186 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:50:22.186 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "", 2024-01-03T10:50:22.186 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:50:22.186 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:50:22.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 39121 9.68 MB/sec warmup 118 sec latency 127.743 ms 2024-01-03T10:50:22.782 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:50:22.839 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:22 smithi050 ceph-mon[107752]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:22.839 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:22 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1080355201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:50:22.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:22 smithi105 ceph-mon[110434]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:22.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:22 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1080355201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:50:23.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 39414 9.63 MB/sec warmup 119 sec latency 123.008 ms 2024-01-03T10:50:23.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:23 smithi050 ceph-mon[107752]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:23.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:23 smithi050 ceph-mon[107752]: pgmap v18: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2024-01-03T10:50:23.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:23.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:23 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/625844324' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:50:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:23 smithi105 ceph-mon[110434]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:23 smithi105 ceph-mon[110434]: pgmap v18: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2024-01-03T10:50:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:23 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/625844324' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:50:25.486 INFO:teuthology.orchestra.run.smithi050.stdout: 5 39957 3.72 MB/sec execute 1 sec latency 135.949 ms 2024-01-03T10:50:25.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:25 smithi050 ceph-mon[107752]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 635 op/s 2024-01-03T10:50:25.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:25 smithi105 ceph-mon[110434]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 635 op/s 2024-01-03T10:50:26.495 INFO:teuthology.orchestra.run.smithi050.stdout: 5 40195 4.77 MB/sec execute 2 sec latency 142.660 ms 2024-01-03T10:50:27.224 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:27 smithi050 ceph-mon[107752]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-01-03T10:50:27.494 INFO:teuthology.orchestra.run.smithi050.stdout: 5 40450 6.16 MB/sec execute 3 sec latency 122.722 ms 2024-01-03T10:50:27.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:27 smithi105 ceph-mon[110434]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-01-03T10:50:28.498 INFO:teuthology.orchestra.run.smithi050.stdout: 5 40675 6.17 MB/sec execute 4 sec latency 119.710 ms 2024-01-03T10:50:29.498 INFO:teuthology.orchestra.run.smithi050.stdout: 5 40865 6.02 MB/sec execute 5 sec latency 116.861 ms 2024-01-03T10:50:29.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:29 smithi050 ceph-mon[107752]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-01-03T10:50:29.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:29 smithi105 ceph-mon[110434]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-01-03T10:50:30.498 INFO:teuthology.orchestra.run.smithi050.stdout: 5 41181 6.12 MB/sec execute 6 sec latency 122.999 ms 2024-01-03T10:50:31.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 41473 6.30 MB/sec execute 7 sec latency 119.015 ms 2024-01-03T10:50:31.808 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:31 smithi050 ceph-mon[107752]: pgmap v22: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2024-01-03T10:50:31.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:31 smithi105 ceph-mon[110434]: pgmap v22: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2024-01-03T10:50:32.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 41656 6.12 MB/sec execute 8 sec latency 116.668 ms 2024-01-03T10:50:33.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 41945 6.67 MB/sec execute 9 sec latency 141.122 ms 2024-01-03T10:50:33.840 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:33 smithi050 ceph-mon[107752]: pgmap v23: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:50:33.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:33 smithi105 ceph-mon[110434]: pgmap v23: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:50:34.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 42278 7.07 MB/sec execute 10 sec latency 134.419 ms 2024-01-03T10:50:35.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 42669 7.31 MB/sec execute 11 sec latency 138.113 ms 2024-01-03T10:50:35.900 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:35 smithi050 ceph-mon[107752]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2024-01-03T10:50:35.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:35 smithi105 ceph-mon[110434]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2024-01-03T10:50:36.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 42871 7.09 MB/sec execute 12 sec latency 142.285 ms 2024-01-03T10:50:37.202 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:37 smithi050 ceph-mon[107752]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2024-01-03T10:50:37.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:37 smithi105 ceph-mon[110434]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2024-01-03T10:50:37.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 43139 6.84 MB/sec execute 13 sec latency 144.424 ms 2024-01-03T10:50:38.244 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:38.508 INFO:teuthology.orchestra.run.smithi050.stdout: 5 43483 7.19 MB/sec execute 14 sec latency 181.328 ms 2024-01-03T10:50:39.268 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:39 smithi050 ceph-mon[107752]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2024-01-03T10:50:39.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:39 smithi105 ceph-mon[110434]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2024-01-03T10:50:39.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 43896 7.32 MB/sec execute 15 sec latency 139.833 ms 2024-01-03T10:50:40.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 44207 7.35 MB/sec execute 16 sec latency 119.885 ms 2024-01-03T10:50:41.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 44519 7.47 MB/sec execute 17 sec latency 125.599 ms 2024-01-03T10:50:41.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:41 smithi050 ceph-mon[107752]: pgmap v27: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2024-01-03T10:50:41.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:41 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:41.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:41 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:41 smithi105 ceph-mon[110434]: pgmap v27: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2024-01-03T10:50:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:41 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:41 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:42.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 44988 7.75 MB/sec execute 18 sec latency 114.775 ms 2024-01-03T10:50:42.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:42 smithi050 ceph-mon[107752]: Reconfiguring node-exporter.smithi050 (dependencies changed)... 2024-01-03T10:50:42.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:42 smithi050 ceph-mon[107752]: Reconfiguring daemon node-exporter.smithi050 on smithi050 2024-01-03T10:50:42.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:42 smithi105 ceph-mon[110434]: Reconfiguring node-exporter.smithi050 (dependencies changed)... 2024-01-03T10:50:42.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:42 smithi105 ceph-mon[110434]: Reconfiguring daemon node-exporter.smithi050 on smithi050 2024-01-03T10:50:43.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 45265 7.72 MB/sec execute 19 sec latency 125.786 ms 2024-01-03T10:50:43.871 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:43 smithi050 ceph-mon[107752]: pgmap v28: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2024-01-03T10:50:43.871 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:43 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:43.871 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:43 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:43 smithi105 ceph-mon[110434]: pgmap v28: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2024-01-03T10:50:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:43 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:43 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:44.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 45617 8.14 MB/sec execute 20 sec latency 136.421 ms 2024-01-03T10:50:44.899 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:44 smithi050 ceph-mon[107752]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2024-01-03T10:50:44.899 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:44 smithi050 ceph-mon[107752]: Reconfiguring daemon prometheus.smithi050 on smithi050 2024-01-03T10:50:44.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:44 smithi105 ceph-mon[110434]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2024-01-03T10:50:44.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:44 smithi105 ceph-mon[110434]: Reconfiguring daemon prometheus.smithi050 on smithi050 2024-01-03T10:50:45.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 45976 8.01 MB/sec execute 21 sec latency 114.206 ms 2024-01-03T10:50:45.919 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:45 smithi050 ceph-mon[107752]: pgmap v29: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2024-01-03T10:50:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:45 smithi105 ceph-mon[110434]: pgmap v29: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2024-01-03T10:50:46.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 46320 8.11 MB/sec execute 22 sec latency 106.026 ms 2024-01-03T10:50:47.187 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:47 smithi050 ceph-mon[107752]: pgmap v30: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2024-01-03T10:50:47.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:47 smithi105 ceph-mon[110434]: pgmap v30: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2024-01-03T10:50:47.511 INFO:teuthology.orchestra.run.smithi050.stdout: 5 46617 8.14 MB/sec execute 23 sec latency 147.642 ms 2024-01-03T10:50:48.512 INFO:teuthology.orchestra.run.smithi050.stdout: 5 46939 8.18 MB/sec execute 24 sec latency 129.665 ms 2024-01-03T10:50:49.512 INFO:teuthology.orchestra.run.smithi050.stdout: 5 47316 8.12 MB/sec execute 25 sec latency 105.680 ms 2024-01-03T10:50:49.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:49 smithi050 ceph-mon[107752]: pgmap v31: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2024-01-03T10:50:49.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:49 smithi105 ceph-mon[110434]: pgmap v31: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2024-01-03T10:50:50.517 INFO:teuthology.orchestra.run.smithi050.stdout: 5 47595 8.02 MB/sec execute 26 sec latency 128.017 ms 2024-01-03T10:50:51.512 INFO:teuthology.orchestra.run.smithi050.stdout: 5 47969 8.22 MB/sec execute 27 sec latency 131.543 ms 2024-01-03T10:50:51.787 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:51 smithi050 ceph-mon[107752]: pgmap v32: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 593 op/s 2024-01-03T10:50:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:51 smithi105 ceph-mon[110434]: pgmap v32: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 593 op/s 2024-01-03T10:50:52.519 INFO:teuthology.orchestra.run.smithi050.stdout: 5 48558 8.37 MB/sec execute 28 sec latency 126.047 ms 2024-01-03T10:50:52.804 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:53.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:50:53.304 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:50:53.520 INFO:teuthology.orchestra.run.smithi050.stdout: 5 48898 8.52 MB/sec execute 29 sec latency 123.337 ms 2024-01-03T10:50:53.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:53 smithi050 ceph-mon[107752]: pgmap v33: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2024-01-03T10:50:54.245 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:50:54.245 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:50:54.245 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (6m) 51s ago 6m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:50:54.245 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (6m) 55s ago 6m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (2m) 51s ago 2m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (2m) 55s ago 2m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (7m) 51s ago 7m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (70s) 55s ago 6m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (7m) 51s ago 8m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (6m) 55s ago 6m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (2m) 51s ago 2m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (2m) 55s ago 2m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (6m) 55s ago 6m 26.2M - 1.3.1 1dbe0e931976 2a7ea3cbbf1a 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (5m) 51s ago 5m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (5m) 51s ago 5m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (5m) 51s ago 5m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:50:54.246 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (4m) 51s ago 4m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:50:54.247 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (4m) 55s ago 4m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:50:54.247 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (4m) 55s ago 4m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:50:54.247 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (4m) 55s ago 4m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:50:54.247 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (3m) 55s ago 3m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:50:54.247 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (6m) 51s ago 6m 65.7M - 2.33.4 514e6a882f6e 42b351e1f174 2024-01-03T10:50:54.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:53 smithi105 ceph-mon[110434]: pgmap v33: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2024-01-03T10:50:54.521 INFO:teuthology.orchestra.run.smithi050.stdout: 5 49244 8.56 MB/sec execute 30 sec latency 86.287 ms 2024-01-03T10:50:54.823 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:50:54.823 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:50:54.824 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:50:54.825 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:50:54.825 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:50:54.825 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:50:54.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:54 smithi050 ceph-mon[107752]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:54.854 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:54 smithi050 ceph-mon[107752]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:54 smithi105 ceph-mon[110434]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:54.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:54 smithi105 ceph-mon[110434]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "", 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:50:55.281 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:50:55.521 INFO:teuthology.orchestra.run.smithi050.stdout: 5 49517 8.49 MB/sec execute 31 sec latency 107.419 ms 2024-01-03T10:50:55.865 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:50:55.885 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:55 smithi050 ceph-mon[107752]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:55.885 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:55 smithi050 ceph-mon[107752]: pgmap v34: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 642 op/s 2024-01-03T10:50:55.885 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:55 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3368361801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:50:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:55 smithi105 ceph-mon[110434]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:55 smithi105 ceph-mon[110434]: pgmap v34: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 642 op/s 2024-01-03T10:50:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:55 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3368361801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:50:56.523 INFO:teuthology.orchestra.run.smithi050.stdout: 5 49779 8.46 MB/sec execute 32 sec latency 124.215 ms 2024-01-03T10:50:56.896 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:56 smithi050 ceph-mon[107752]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:56.896 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:56 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1551251870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:50:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:56 smithi105 ceph-mon[110434]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:50:57.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:56 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1551251870' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:50:57.532 INFO:teuthology.orchestra.run.smithi050.stdout: 5 50092 8.50 MB/sec execute 33 sec latency 128.341 ms 2024-01-03T10:50:57.904 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:57 smithi050 ceph-mon[107752]: pgmap v35: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2024-01-03T10:50:57.904 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:57 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:57.904 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:57 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:58.173 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:57 smithi105 ceph-mon[110434]: pgmap v35: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2024-01-03T10:50:58.173 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:57 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:58.173 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:57 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:58.532 INFO:teuthology.orchestra.run.smithi050.stdout: 5 50454 8.50 MB/sec execute 34 sec latency 119.886 ms 2024-01-03T10:50:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:58 smithi105 ceph-mon[110434]: Reconfiguring node-exporter.smithi105 (dependencies changed)... 2024-01-03T10:50:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:58 smithi105 ceph-mon[110434]: Reconfiguring daemon node-exporter.smithi105 on smithi105 2024-01-03T10:50:58.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:58 smithi050 ceph-mon[107752]: Reconfiguring node-exporter.smithi105 (dependencies changed)... 2024-01-03T10:50:58.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:58 smithi050 ceph-mon[107752]: Reconfiguring daemon node-exporter.smithi105 on smithi105 2024-01-03T10:50:59.532 INFO:teuthology.orchestra.run.smithi050.stdout: 5 50710 8.44 MB/sec execute 35 sec latency 126.003 ms 2024-01-03T10:50:59.931 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: pgmap v36: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050.front.sepia.ceph.com:9093"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050.front.sepia.ceph.com:9093"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050.front.sepia.ceph.com:3000"}]: dispatch 2024-01-03T10:50:59.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050.front.sepia.ceph.com:3000"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050.front.sepia.ceph.com:9095"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050.front.sepia.ceph.com:9095"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: Upgrade: Need to upgrade myself (mgr.smithi105.oeotvj) 2024-01-03T10:50:59.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:50:59 smithi050 ceph-mon[107752]: Upgrade: Need to upgrade myself (mgr.smithi105.oeotvj) 2024-01-03T10:51:00.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: pgmap v36: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2024-01-03T10:51:00.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:00.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:00.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050.front.sepia.ceph.com:9093"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050.front.sepia.ceph.com:9093"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050.front.sepia.ceph.com:3000"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050.front.sepia.ceph.com:3000"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050.front.sepia.ceph.com:9095"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050.front.sepia.ceph.com:9095"}]: dispatch 2024-01-03T10:51:00.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:00.250 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:51:00.250 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: Upgrade: Need to upgrade myself (mgr.smithi105.oeotvj) 2024-01-03T10:51:00.250 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:50:59 smithi105 ceph-mon[110434]: Upgrade: Need to upgrade myself (mgr.smithi105.oeotvj) 2024-01-03T10:51:00.532 INFO:teuthology.orchestra.run.smithi050.stdout: 5 51069 8.48 MB/sec execute 36 sec latency 122.731 ms 2024-01-03T10:51:01.533 INFO:teuthology.orchestra.run.smithi050.stdout: 5 51466 8.48 MB/sec execute 37 sec latency 209.103 ms 2024-01-03T10:51:01.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:01 smithi050 ceph-mon[107752]: pgmap v37: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 615 op/s 2024-01-03T10:51:02.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:01 smithi105 ceph-mon[110434]: pgmap v37: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 615 op/s 2024-01-03T10:51:02.541 INFO:teuthology.orchestra.run.smithi050.stdout: 5 51880 8.52 MB/sec execute 38 sec latency 123.646 ms 2024-01-03T10:51:03.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: Upgrade: Updating mgr.smithi050.mlcqlp 2024-01-03T10:51:03.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:03.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:51:03.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:51:03.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:51:03.232 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:51:03.232 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: Deploying daemon mgr.smithi050.mlcqlp on smithi050 2024-01-03T10:51:03.232 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:03 smithi050 ceph-mon[107752]: pgmap v38: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2024-01-03T10:51:03.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: Upgrade: Updating mgr.smithi050.mlcqlp 2024-01-03T10:51:03.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:51:03.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:51:03.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.mlcqlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-03T10:51:03.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-03T10:51:03.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T10:51:03.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: Deploying daemon mgr.smithi050.mlcqlp on smithi050 2024-01-03T10:51:03.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:03 smithi105 ceph-mon[110434]: pgmap v38: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2024-01-03T10:51:03.541 INFO:teuthology.orchestra.run.smithi050.stdout: 5 52243 8.56 MB/sec execute 39 sec latency 131.809 ms 2024-01-03T10:51:04.544 INFO:teuthology.orchestra.run.smithi050.stdout: 5 52588 8.64 MB/sec execute 40 sec latency 128.772 ms 2024-01-03T10:51:05.544 INFO:teuthology.orchestra.run.smithi050.stdout: 5 52908 8.71 MB/sec execute 41 sec latency 199.583 ms 2024-01-03T10:51:05.716 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:05 smithi050 ceph-mon[107752]: pgmap v39: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 636 op/s 2024-01-03T10:51:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:05 smithi105 ceph-mon[110434]: pgmap v39: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 636 op/s 2024-01-03T10:51:06.544 INFO:teuthology.orchestra.run.smithi050.stdout: 5 53296 8.82 MB/sec execute 42 sec latency 146.800 ms 2024-01-03T10:51:07.261 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:07 smithi050 ceph-mon[107752]: pgmap v40: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2024-01-03T10:51:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:07 smithi105 ceph-mon[110434]: pgmap v40: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2024-01-03T10:51:07.544 INFO:teuthology.orchestra.run.smithi050.stdout: 5 53586 8.70 MB/sec execute 43 sec latency 150.454 ms 2024-01-03T10:51:08.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:08.546 INFO:teuthology.orchestra.run.smithi050.stdout: 5 53822 8.58 MB/sec execute 44 sec latency 143.701 ms 2024-01-03T10:51:09.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:09 smithi050 ceph-mon[107752]: pgmap v41: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2024-01-03T10:51:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:09 smithi105 ceph-mon[110434]: pgmap v41: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2024-01-03T10:51:09.547 INFO:teuthology.orchestra.run.smithi050.stdout: 5 54197 8.61 MB/sec execute 45 sec latency 122.499 ms 2024-01-03T10:51:10.547 INFO:teuthology.orchestra.run.smithi050.stdout: 5 54510 8.70 MB/sec execute 46 sec latency 122.358 ms 2024-01-03T10:51:11.547 INFO:teuthology.orchestra.run.smithi050.stdout: 5 54895 8.70 MB/sec execute 47 sec latency 125.143 ms 2024-01-03T10:51:11.875 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:11 smithi050 ceph-mon[107752]: pgmap v42: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2024-01-03T10:51:12.000 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:11 smithi105 ceph-mon[110434]: pgmap v42: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2024-01-03T10:51:12.547 INFO:teuthology.orchestra.run.smithi050.stdout: 5 55241 8.72 MB/sec execute 48 sec latency 104.633 ms 2024-01-03T10:51:13.548 INFO:teuthology.orchestra.run.smithi050.stdout: 5 55616 8.70 MB/sec execute 49 sec latency 108.016 ms 2024-01-03T10:51:13.910 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:13 smithi050 ceph-mon[107752]: pgmap v43: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2024-01-03T10:51:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:13 smithi105 ceph-mon[110434]: pgmap v43: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2024-01-03T10:51:14.551 INFO:teuthology.orchestra.run.smithi050.stdout: 5 55932 8.64 MB/sec execute 50 sec latency 131.706 ms 2024-01-03T10:51:15.551 INFO:teuthology.orchestra.run.smithi050.stdout: 5 56205 8.67 MB/sec execute 51 sec latency 122.467 ms 2024-01-03T10:51:15.966 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:15 smithi050 ceph-mon[107752]: pgmap v44: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 614 op/s 2024-01-03T10:51:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:15 smithi105 ceph-mon[110434]: pgmap v44: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 614 op/s 2024-01-03T10:51:16.559 INFO:teuthology.orchestra.run.smithi050.stdout: 5 56558 8.74 MB/sec execute 52 sec latency 140.718 ms 2024-01-03T10:51:17.257 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:17 smithi050 ceph-mon[107752]: pgmap v45: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:51:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:17 smithi105 ceph-mon[110434]: pgmap v45: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:51:17.559 INFO:teuthology.orchestra.run.smithi050.stdout: 5 56875 8.76 MB/sec execute 53 sec latency 133.398 ms 2024-01-03T10:51:18.559 INFO:teuthology.orchestra.run.smithi050.stdout: 5 57209 8.72 MB/sec execute 54 sec latency 122.688 ms 2024-01-03T10:51:19.559 INFO:teuthology.orchestra.run.smithi050.stdout: 5 57445 8.62 MB/sec execute 55 sec latency 125.615 ms 2024-01-03T10:51:19.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:19 smithi050 ceph-mon[107752]: pgmap v46: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:51:19.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:19 smithi105 ceph-mon[110434]: pgmap v46: 97 pgs: 97 active+clean; 310 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:51:20.559 INFO:teuthology.orchestra.run.smithi050.stdout: 5 57704 8.65 MB/sec execute 56 sec latency 128.471 ms 2024-01-03T10:51:21.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 58076 8.66 MB/sec execute 57 sec latency 128.248 ms 2024-01-03T10:51:21.867 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:21 smithi050 ceph-mon[107752]: pgmap v47: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 589 op/s 2024-01-03T10:51:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:21 smithi105 ceph-mon[110434]: pgmap v47: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 589 op/s 2024-01-03T10:51:22.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 58420 8.75 MB/sec execute 58 sec latency 95.674 ms 2024-01-03T10:51:22.901 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:22.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:23.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 58723 8.71 MB/sec execute 59 sec latency 125.790 ms 2024-01-03T10:51:23.919 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:23 smithi050 ceph-mon[107752]: pgmap v48: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2024-01-03T10:51:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:23 smithi105 ceph-mon[110434]: pgmap v48: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2024-01-03T10:51:24.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 59047 8.60 MB/sec execute 60 sec latency 129.102 ms 2024-01-03T10:51:25.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 59498 8.65 MB/sec execute 61 sec latency 128.818 ms 2024-01-03T10:51:25.940 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:25 smithi050 ceph-mon[107752]: pgmap v49: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2024-01-03T10:51:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:25 smithi105 ceph-mon[110434]: pgmap v49: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2024-01-03T10:51:26.367 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:51:26.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 59930 8.80 MB/sec execute 62 sec latency 130.208 ms 2024-01-03T10:51:26.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:26 smithi050 ceph-mon[107752]: mgrmap e28: smithi105.oeotvj(active, since 93s), standbys: smithi050.mlcqlp 2024-01-03T10:51:27.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:26 smithi105 ceph-mon[110434]: mgrmap e28: smithi105.oeotvj(active, since 93s), standbys: smithi050.mlcqlp 2024-01-03T10:51:27.298 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (7m) 84s ago 7m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (7m) 88s ago 7m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (3m) 84s ago 3m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (3m) 88s ago 3m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (8m) 84s ago 8m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (103s) 88s ago 6m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (8m) 84s ago 8m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (6m) 88s ago 6m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (3m) 84s ago 3m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:51:27.299 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (3m) 88s ago 3m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 starting - - - - 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (6m) 84s ago 6m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (6m) 84s ago 6m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (5m) 84s ago 5m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (5m) 84s ago 5m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (5m) 88s ago 5m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (4m) 88s ago 4m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (4m) 88s ago 4m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (4m) 88s ago 4m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:51:27.300 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T10:51:27.562 INFO:teuthology.orchestra.run.smithi050.stdout: 5 60317 8.86 MB/sec execute 63 sec latency 114.412 ms 2024-01-03T10:51:27.913 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:51:27.914 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:51:27.915 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:51:27.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:27 smithi050 ceph-mon[107752]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:27.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:27 smithi050 ceph-mon[107752]: pgmap v50: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2024-01-03T10:51:27.962 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:27 smithi050 ceph-mon[107752]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:28.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:27 smithi105 ceph-mon[110434]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:28.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:27 smithi105 ceph-mon[110434]: pgmap v50: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2024-01-03T10:51:28.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:27 smithi105 ceph-mon[110434]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:51:28.440 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:51:28.441 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons", 2024-01-03T10:51:28.441 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:51:28.441 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:51:28.561 INFO:teuthology.orchestra.run.smithi050.stdout: 5 60630 8.81 MB/sec execute 64 sec latency 107.526 ms 2024-01-03T10:51:28.967 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:28 smithi050 ceph-mon[107752]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:28.967 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:28 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1116844085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:51:29.029 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:51:29.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:28 smithi105 ceph-mon[110434]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:29.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:28 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1116844085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:51:29.571 INFO:teuthology.orchestra.run.smithi050.stdout: 5 60861 8.75 MB/sec execute 65 sec latency 134.566 ms 2024-01-03T10:51:29.984 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:29 smithi050 ceph-mon[107752]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:29.984 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:29 smithi050 ceph-mon[107752]: pgmap v51: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2024-01-03T10:51:29.985 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:29 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/382987787' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:51:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:29 smithi105 ceph-mon[110434]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:51:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:29 smithi105 ceph-mon[110434]: pgmap v51: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2024-01-03T10:51:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:29 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/382987787' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:51:30.578 INFO:teuthology.orchestra.run.smithi050.stdout: 5 61149 8.72 MB/sec execute 66 sec latency 125.590 ms 2024-01-03T10:51:31.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 61518 8.74 MB/sec execute 67 sec latency 140.377 ms 2024-01-03T10:51:32.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:31 smithi050 ceph-mon[107752]: pgmap v52: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2024-01-03T10:51:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:31 smithi105 ceph-mon[110434]: pgmap v52: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2024-01-03T10:51:32.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 61848 8.73 MB/sec execute 68 sec latency 146.706 ms 2024-01-03T10:51:33.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 62111 8.72 MB/sec execute 69 sec latency 125.770 ms 2024-01-03T10:51:34.085 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:33 smithi050 ceph-mon[107752]: pgmap v53: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2024-01-03T10:51:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:33 smithi105 ceph-mon[110434]: pgmap v53: 97 pgs: 97 active+clean; 328 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2024-01-03T10:51:34.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 62462 8.73 MB/sec execute 70 sec latency 104.101 ms 2024-01-03T10:51:35.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 62877 8.73 MB/sec execute 71 sec latency 129.797 ms 2024-01-03T10:51:36.115 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:35 smithi050 ceph-mon[107752]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 601 op/s 2024-01-03T10:51:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:35 smithi105 ceph-mon[110434]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 601 op/s 2024-01-03T10:51:36.577 INFO:teuthology.orchestra.run.smithi050.stdout: 5 63261 8.78 MB/sec execute 72 sec latency 195.956 ms 2024-01-03T10:51:37.142 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:37 smithi050 ceph-mon[107752]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-03T10:51:37.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:37 smithi105 ceph-mon[110434]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-03T10:51:37.578 INFO:teuthology.orchestra.run.smithi050.stdout: 5 63631 8.83 MB/sec execute 73 sec latency 212.649 ms 2024-01-03T10:51:38.159 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:38.578 INFO:teuthology.orchestra.run.smithi050.stdout: 5 63967 8.83 MB/sec execute 74 sec latency 122.607 ms 2024-01-03T10:51:39.184 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:39 smithi050 ceph-mon[107752]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-03T10:51:39.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:39 smithi105 ceph-mon[110434]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-03T10:51:39.578 INFO:teuthology.orchestra.run.smithi050.stdout: 5 64261 8.79 MB/sec execute 75 sec latency 130.290 ms 2024-01-03T10:51:40.581 INFO:teuthology.orchestra.run.smithi050.stdout: 5 64507 8.74 MB/sec execute 76 sec latency 129.223 ms 2024-01-03T10:51:41.584 INFO:teuthology.orchestra.run.smithi050.stdout: 5 64796 8.76 MB/sec execute 77 sec latency 122.369 ms 2024-01-03T10:51:41.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:41 smithi050 ceph-mon[107752]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 620 op/s 2024-01-03T10:51:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:41 smithi105 ceph-mon[110434]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 620 op/s 2024-01-03T10:51:42.584 INFO:teuthology.orchestra.run.smithi050.stdout: 5 65110 8.77 MB/sec execute 78 sec latency 128.539 ms 2024-01-03T10:51:43.594 INFO:teuthology.orchestra.run.smithi050.stdout: 5 65495 8.83 MB/sec execute 79 sec latency 123.735 ms 2024-01-03T10:51:43.819 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:43 smithi050 ceph-mon[107752]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2024-01-03T10:51:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:43 smithi105 ceph-mon[110434]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2024-01-03T10:51:44.594 INFO:teuthology.orchestra.run.smithi050.stdout: 5 65761 8.77 MB/sec execute 80 sec latency 140.340 ms 2024-01-03T10:51:45.597 INFO:teuthology.orchestra.run.smithi050.stdout: 5 66098 8.76 MB/sec execute 81 sec latency 97.315 ms 2024-01-03T10:51:45.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:45 smithi050 ceph-mon[107752]: pgmap v59: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2024-01-03T10:51:46.000 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:45 smithi105 ceph-mon[110434]: pgmap v59: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 586 op/s 2024-01-03T10:51:46.597 INFO:teuthology.orchestra.run.smithi050.stdout: 5 66442 8.77 MB/sec execute 82 sec latency 125.981 ms 2024-01-03T10:51:47.384 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:47 smithi050 ceph-mon[107752]: pgmap v60: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:47.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:47 smithi105 ceph-mon[110434]: pgmap v60: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:47.598 INFO:teuthology.orchestra.run.smithi050.stdout: 5 66781 8.77 MB/sec execute 83 sec latency 126.917 ms 2024-01-03T10:51:48.599 INFO:teuthology.orchestra.run.smithi050.stdout: 5 67192 8.79 MB/sec execute 84 sec latency 111.756 ms 2024-01-03T10:51:49.599 INFO:teuthology.orchestra.run.smithi050.stdout: 5 67572 8.81 MB/sec execute 85 sec latency 122.970 ms 2024-01-03T10:51:49.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:49 smithi050 ceph-mon[107752]: pgmap v61: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:49.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:49 smithi105 ceph-mon[110434]: pgmap v61: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:50.600 INFO:teuthology.orchestra.run.smithi050.stdout: 5 67984 8.79 MB/sec execute 86 sec latency 206.031 ms 2024-01-03T10:51:51.600 INFO:teuthology.orchestra.run.smithi050.stdout: 5 68406 8.87 MB/sec execute 87 sec latency 128.553 ms 2024-01-03T10:51:51.719 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:51 smithi050 ceph-mon[107752]: pgmap v62: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2024-01-03T10:51:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:51 smithi105 ceph-mon[110434]: pgmap v62: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2024-01-03T10:51:52.600 INFO:teuthology.orchestra.run.smithi050.stdout: 5 68754 8.90 MB/sec execute 88 sec latency 148.672 ms 2024-01-03T10:51:53.600 INFO:teuthology.orchestra.run.smithi050.stdout: 5 69161 8.92 MB/sec execute 89 sec latency 148.964 ms 2024-01-03T10:51:53.760 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:53 smithi050 ceph-mon[107752]: pgmap v63: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:53.760 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:53 smithi105 ceph-mon[110434]: pgmap v63: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2024-01-03T10:51:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:51:54.600 INFO:teuthology.orchestra.run.smithi050.stdout: 5 69596 8.91 MB/sec execute 90 sec latency 109.775 ms 2024-01-03T10:51:55.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 69991 8.93 MB/sec execute 91 sec latency 133.901 ms 2024-01-03T10:51:55.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:55 smithi050 ceph-mon[107752]: pgmap v64: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.5 MiB/s wr, 652 op/s 2024-01-03T10:51:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:55 smithi105 ceph-mon[110434]: pgmap v64: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.5 MiB/s wr, 652 op/s 2024-01-03T10:51:56.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 70437 8.99 MB/sec execute 92 sec latency 97.210 ms 2024-01-03T10:51:57.307 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:57 smithi050 ceph-mon[107752]: pgmap v65: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2024-01-03T10:51:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:57 smithi105 ceph-mon[110434]: pgmap v65: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2024-01-03T10:51:57.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 70720 9.00 MB/sec execute 93 sec latency 125.950 ms 2024-01-03T10:51:58.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 71045 8.94 MB/sec execute 94 sec latency 140.163 ms 2024-01-03T10:51:59.551 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:51:59.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 71316 8.92 MB/sec execute 95 sec latency 125.660 ms 2024-01-03T10:51:59.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:51:59 smithi050 ceph-mon[107752]: pgmap v66: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2024-01-03T10:51:59.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:51:59 smithi105 ceph-mon[110434]: pgmap v66: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 467 op/s 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (8m) 117s ago 8m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (7m) 2m ago 7m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (3m) 117s ago 3m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (3m) 2m ago 3m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (9m) 117s ago 9m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (2m) 2m ago 7m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:52:00.483 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (9m) 117s ago 9m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (7m) 2m ago 7m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (3m) 117s ago 3m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (3m) 2m ago 3m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 starting - - - - 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (6m) 117s ago 6m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (6m) 117s ago 6m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (6m) 117s ago 6m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (6m) 117s ago 5m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (5m) 2m ago 5m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (5m) 2m ago 5m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (5m) 2m ago 5m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (4m) 2m ago 4m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:52:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T10:52:00.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 71530 8.89 MB/sec execute 96 sec latency 131.941 ms 2024-01-03T10:52:00.870 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:00 smithi050 ceph-mon[107752]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:00.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:00 smithi105 ceph-mon[110434]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:52:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:52:01.068 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:52:01.524 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons", 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:52:01.525 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:52:01.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 71907 8.96 MB/sec execute 97 sec latency 128.897 ms 2024-01-03T10:52:01.900 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:01 smithi050 ceph-mon[107752]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:01.900 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:01 smithi050 ceph-mon[107752]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:01.900 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:01 smithi050 ceph-mon[107752]: pgmap v67: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 740 op/s 2024-01-03T10:52:01.900 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:01 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2446420128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:52:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:01 smithi105 ceph-mon[110434]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:01 smithi105 ceph-mon[110434]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:01 smithi105 ceph-mon[110434]: pgmap v67: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 740 op/s 2024-01-03T10:52:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:01 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2446420128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:52:02.116 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:52:02.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 72245 8.94 MB/sec execute 98 sec latency 123.761 ms 2024-01-03T10:52:02.919 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:02 smithi050 ceph-mon[107752]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:02.919 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:02 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/503436329' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:52:03.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:02 smithi105 ceph-mon[110434]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:03.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:02 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/503436329' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:52:03.601 INFO:teuthology.orchestra.run.smithi050.stdout: 5 72536 8.94 MB/sec execute 99 sec latency 140.241 ms 2024-01-03T10:52:03.949 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:03 smithi050 ceph-mon[107752]: pgmap v68: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 531 op/s 2024-01-03T10:52:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:03 smithi105 ceph-mon[110434]: pgmap v68: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 531 op/s 2024-01-03T10:52:04.603 INFO:teuthology.orchestra.run.smithi050.stdout: 5 72804 8.92 MB/sec execute 100 sec latency 139.454 ms 2024-01-03T10:52:05.605 INFO:teuthology.orchestra.run.smithi050.stdout: 5 73107 8.90 MB/sec execute 101 sec latency 121.822 ms 2024-01-03T10:52:05.972 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:05 smithi050 ceph-mon[107752]: pgmap v69: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.6 MiB/s wr, 707 op/s 2024-01-03T10:52:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:05 smithi105 ceph-mon[110434]: pgmap v69: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.6 MiB/s wr, 707 op/s 2024-01-03T10:52:06.605 INFO:teuthology.orchestra.run.smithi050.stdout: 5 73506 8.92 MB/sec execute 102 sec latency 140.675 ms 2024-01-03T10:52:07.268 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:07 smithi050 ceph-mon[107752]: pgmap v70: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 448 op/s 2024-01-03T10:52:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:07 smithi105 ceph-mon[110434]: pgmap v70: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 448 op/s 2024-01-03T10:52:07.605 INFO:teuthology.orchestra.run.smithi050.stdout: 5 73744 8.88 MB/sec execute 103 sec latency 117.466 ms 2024-01-03T10:52:08.289 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:08.605 INFO:teuthology.orchestra.run.smithi050.stdout: 5 74128 8.91 MB/sec execute 104 sec latency 125.429 ms 2024-01-03T10:52:09.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:09 smithi050 ceph-mon[107752]: pgmap v71: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 448 op/s 2024-01-03T10:52:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:09 smithi105 ceph-mon[110434]: pgmap v71: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 448 op/s 2024-01-03T10:52:09.606 INFO:teuthology.orchestra.run.smithi050.stdout: 5 74557 8.90 MB/sec execute 105 sec latency 125.747 ms 2024-01-03T10:52:10.614 INFO:teuthology.orchestra.run.smithi050.stdout: 5 74868 8.87 MB/sec execute 106 sec latency 212.869 ms 2024-01-03T10:52:11.614 INFO:teuthology.orchestra.run.smithi050.stdout: 5 75247 8.93 MB/sec execute 107 sec latency 125.262 ms 2024-01-03T10:52:11.840 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:11 smithi050 ceph-mon[107752]: pgmap v72: 97 pgs: 97 active+clean; 366 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 648 op/s 2024-01-03T10:52:11.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:11 smithi105 ceph-mon[110434]: pgmap v72: 97 pgs: 97 active+clean; 366 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 648 op/s 2024-01-03T10:52:12.614 INFO:teuthology.orchestra.run.smithi050.stdout: 5 75658 8.96 MB/sec execute 108 sec latency 125.444 ms 2024-01-03T10:52:13.623 INFO:teuthology.orchestra.run.smithi050.stdout: 5 75999 8.97 MB/sec execute 109 sec latency 140.036 ms 2024-01-03T10:52:13.869 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:13 smithi050 ceph-mon[107752]: pgmap v73: 97 pgs: 97 active+clean; 366 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2024-01-03T10:52:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:13 smithi105 ceph-mon[110434]: pgmap v73: 97 pgs: 97 active+clean; 366 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2024-01-03T10:52:14.622 INFO:teuthology.orchestra.run.smithi050.stdout: 5 76247 8.96 MB/sec execute 110 sec latency 126.392 ms 2024-01-03T10:52:15.622 INFO:teuthology.orchestra.run.smithi050.stdout: 5 76504 8.94 MB/sec execute 111 sec latency 125.055 ms 2024-01-03T10:52:15.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:15 smithi050 ceph-mon[107752]: pgmap v74: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 591 op/s 2024-01-03T10:52:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:15 smithi105 ceph-mon[110434]: pgmap v74: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 591 op/s 2024-01-03T10:52:16.622 INFO:teuthology.orchestra.run.smithi050.stdout: 5 76865 8.92 MB/sec execute 112 sec latency 128.912 ms 2024-01-03T10:52:17.215 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:17 smithi050 ceph-mon[107752]: pgmap v75: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2024-01-03T10:52:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:17 smithi105 ceph-mon[110434]: pgmap v75: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2024-01-03T10:52:17.622 INFO:teuthology.orchestra.run.smithi050.stdout: 5 77181 8.91 MB/sec execute 113 sec latency 134.378 ms 2024-01-03T10:52:18.623 INFO:teuthology.orchestra.run.smithi050.stdout: 5 77534 8.93 MB/sec execute 114 sec latency 134.645 ms 2024-01-03T10:52:19.623 INFO:teuthology.orchestra.run.smithi050.stdout: 5 77853 8.89 MB/sec execute 115 sec latency 126.445 ms 2024-01-03T10:52:19.782 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:19 smithi050 ceph-mon[107752]: pgmap v76: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2024-01-03T10:52:19.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:19 smithi105 ceph-mon[110434]: pgmap v76: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2024-01-03T10:52:20.623 INFO:teuthology.orchestra.run.smithi050.stdout: 5 78163 8.90 MB/sec execute 116 sec latency 128.748 ms 2024-01-03T10:52:21.630 INFO:teuthology.orchestra.run.smithi050.stdout: 5 78502 8.92 MB/sec execute 117 sec latency 128.273 ms 2024-01-03T10:52:21.813 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:21 smithi050 ceph-mon[107752]: pgmap v77: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2024-01-03T10:52:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:21 smithi105 ceph-mon[110434]: pgmap v77: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2024-01-03T10:52:22.633 INFO:teuthology.orchestra.run.smithi050.stdout: 5 78939 8.95 MB/sec execute 118 sec latency 128.347 ms 2024-01-03T10:52:22.852 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:23.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:23.632 INFO:teuthology.orchestra.run.smithi050.stdout: 5 79244 8.94 MB/sec execute 119 sec latency 134.751 ms 2024-01-03T10:52:23.862 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:23 smithi050 ceph-mon[107752]: pgmap v78: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2024-01-03T10:52:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:23 smithi105 ceph-mon[110434]: pgmap v78: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2024-01-03T10:52:24.632 INFO:teuthology.orchestra.run.smithi050.stdout: 5 79568 8.94 MB/sec execute 120 sec latency 144.612 ms 2024-01-03T10:52:25.632 INFO:teuthology.orchestra.run.smithi050.stdout: 5 79960 8.98 MB/sec execute 121 sec latency 112.507 ms 2024-01-03T10:52:25.903 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:25 smithi050 ceph-mon[107752]: pgmap v79: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 608 op/s 2024-01-03T10:52:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:25 smithi105 ceph-mon[110434]: pgmap v79: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 608 op/s 2024-01-03T10:52:26.632 INFO:teuthology.orchestra.run.smithi050.stdout: 5 80332 8.95 MB/sec execute 122 sec latency 130.035 ms 2024-01-03T10:52:27.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:27 smithi050 ceph-mon[107752]: pgmap v80: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2024-01-03T10:52:27.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:27 smithi105 ceph-mon[110434]: pgmap v80: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2024-01-03T10:52:27.634 INFO:teuthology.orchestra.run.smithi050.stdout: 5 80637 8.96 MB/sec execute 123 sec latency 131.470 ms 2024-01-03T10:52:28.634 INFO:teuthology.orchestra.run.smithi050.stdout: 5 81039 8.96 MB/sec execute 124 sec latency 125.597 ms 2024-01-03T10:52:29.634 INFO:teuthology.orchestra.run.smithi050.stdout: 5 81349 8.97 MB/sec execute 125 sec latency 131.987 ms 2024-01-03T10:52:29.743 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:29 smithi050 ceph-mon[107752]: pgmap v81: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2024-01-03T10:52:29.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:29 smithi105 ceph-mon[110434]: pgmap v81: 97 pgs: 97 active+clean; 363 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2024-01-03T10:52:30.634 INFO:teuthology.orchestra.run.smithi050.stdout: 5 81653 8.95 MB/sec execute 126 sec latency 127.084 ms 2024-01-03T10:52:31.641 INFO:teuthology.orchestra.run.smithi050.stdout: 5 81944 8.95 MB/sec execute 127 sec latency 139.111 ms 2024-01-03T10:52:31.793 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:31 smithi050 ceph-mon[107752]: pgmap v82: 97 pgs: 97 active+clean; 366 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2024-01-03T10:52:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:31 smithi105 ceph-mon[110434]: pgmap v82: 97 pgs: 97 active+clean; 366 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2024-01-03T10:52:32.655 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:52:32.655 INFO:teuthology.orchestra.run.smithi050.stdout: 5 82244 8.94 MB/sec execute 128 sec latency 125.071 ms 2024-01-03T10:52:33.575 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:52:33.575 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:52:33.575 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (8m) 2m ago 8m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:52:33.575 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (8m) 2m ago 8m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:52:33.575 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (4m) 2m ago 4m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (4m) 2m ago 4m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (9m) 2m ago 9m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (2m) 2m ago 8m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (9m) 2m ago 9m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (8m) 2m ago 8m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (4m) 2m ago 4m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 starting - - - - 2024-01-03T10:52:33.576 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (7m) 2m ago 7m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (7m) 2m ago 7m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (6m) 2m ago 6m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (6m) 2m ago 6m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (6m) 2m ago 6m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (6m) 2m ago 5m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (5m) 2m ago 5m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:52:33.577 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (5m) 2m ago 5m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:52:33.578 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T10:52:33.652 INFO:teuthology.orchestra.run.smithi050.stdout: 5 82558 8.93 MB/sec execute 129 sec latency 125.699 ms 2024-01-03T10:52:33.818 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:33 smithi050 ceph-mon[107752]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:33.979 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:33 smithi050 ceph-mon[107752]: pgmap v83: 97 pgs: 97 active+clean; 366 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2024-01-03T10:52:34.162 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:52:34.162 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:52:34.163 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:52:34.164 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:52:34.164 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:52:34.164 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:52:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:33 smithi105 ceph-mon[110434]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:33 smithi105 ceph-mon[110434]: pgmap v83: 97 pgs: 97 active+clean; 366 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2024-01-03T10:52:34.652 INFO:teuthology.orchestra.run.smithi050.stdout: 5 82820 8.90 MB/sec execute 130 sec latency 140.859 ms 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons", 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:52:34.700 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:52:34.839 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:34 smithi050 ceph-mon[107752]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:34.839 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:34 smithi050 ceph-mon[107752]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:34.840 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:34 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2067608752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:52:35.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:34 smithi105 ceph-mon[110434]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:35.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:34 smithi105 ceph-mon[110434]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:35.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:34 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2067608752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:52:35.375 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:52:35.652 INFO:teuthology.orchestra.run.smithi050.stdout: 5 83154 8.94 MB/sec execute 131 sec latency 92.590 ms 2024-01-03T10:52:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:35 smithi050 ceph-mon[107752]: pgmap v84: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 600 op/s 2024-01-03T10:52:35.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:35 smithi050 ceph-mon[107752]: from='client.24559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:35.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:35 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1033745911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:52:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:35 smithi105 ceph-mon[110434]: pgmap v84: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 600 op/s 2024-01-03T10:52:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:35 smithi105 ceph-mon[110434]: from='client.24559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:52:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:35 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1033745911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:52:36.652 INFO:teuthology.orchestra.run.smithi050.stdout: 5 83449 8.91 MB/sec execute 132 sec latency 127.378 ms 2024-01-03T10:52:37.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:37 smithi050 ceph-mon[107752]: pgmap v85: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2024-01-03T10:52:37.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:37 smithi105 ceph-mon[110434]: pgmap v85: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2024-01-03T10:52:37.654 INFO:teuthology.orchestra.run.smithi050.stdout: 5 83865 8.94 MB/sec execute 133 sec latency 125.383 ms 2024-01-03T10:52:38.376 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:38.654 INFO:teuthology.orchestra.run.smithi050.stdout: 5 84178 8.93 MB/sec execute 134 sec latency 128.197 ms 2024-01-03T10:52:39.382 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:39 smithi050 ceph-mon[107752]: pgmap v86: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2024-01-03T10:52:39.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:39 smithi105 ceph-mon[110434]: pgmap v86: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2024-01-03T10:52:39.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 84506 8.92 MB/sec execute 135 sec latency 125.714 ms 2024-01-03T10:52:40.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 84789 8.90 MB/sec execute 136 sec latency 127.435 ms 2024-01-03T10:52:41.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 85162 8.93 MB/sec execute 137 sec latency 148.009 ms 2024-01-03T10:52:41.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:41 smithi050 ceph-mon[107752]: pgmap v87: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 591 op/s 2024-01-03T10:52:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:41 smithi105 ceph-mon[110434]: pgmap v87: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 591 op/s 2024-01-03T10:52:42.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 85517 8.92 MB/sec execute 138 sec latency 125.798 ms 2024-01-03T10:52:43.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 85821 8.92 MB/sec execute 139 sec latency 125.378 ms 2024-01-03T10:52:43.956 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:43 smithi050 ceph-mon[107752]: pgmap v88: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2024-01-03T10:52:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:43 smithi105 ceph-mon[110434]: pgmap v88: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2024-01-03T10:52:44.660 INFO:teuthology.orchestra.run.smithi050.stdout: 5 86146 8.91 MB/sec execute 140 sec latency 131.412 ms 2024-01-03T10:52:45.663 INFO:teuthology.orchestra.run.smithi050.stdout: 5 86455 8.88 MB/sec execute 141 sec latency 136.663 ms 2024-01-03T10:52:46.016 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:45 smithi050 ceph-mon[107752]: pgmap v89: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 581 op/s 2024-01-03T10:52:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:45 smithi105 ceph-mon[110434]: pgmap v89: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 581 op/s 2024-01-03T10:52:46.663 INFO:teuthology.orchestra.run.smithi050.stdout: 5 86761 8.91 MB/sec execute 142 sec latency 131.832 ms 2024-01-03T10:52:47.293 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:47 smithi050 ceph-mon[107752]: pgmap v90: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2024-01-03T10:52:47.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:47 smithi105 ceph-mon[110434]: pgmap v90: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2024-01-03T10:52:47.668 INFO:teuthology.orchestra.run.smithi050.stdout: 5 87115 8.94 MB/sec execute 143 sec latency 137.621 ms 2024-01-03T10:52:48.671 INFO:teuthology.orchestra.run.smithi050.stdout: 5 87494 8.93 MB/sec execute 144 sec latency 131.588 ms 2024-01-03T10:52:49.668 INFO:teuthology.orchestra.run.smithi050.stdout: 5 87792 8.91 MB/sec execute 145 sec latency 135.334 ms 2024-01-03T10:52:49.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:49 smithi050 ceph-mon[107752]: pgmap v91: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2024-01-03T10:52:49.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:49 smithi105 ceph-mon[110434]: pgmap v91: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2024-01-03T10:52:50.668 INFO:teuthology.orchestra.run.smithi050.stdout: 5 88000 8.88 MB/sec execute 146 sec latency 132.774 ms 2024-01-03T10:52:51.674 INFO:teuthology.orchestra.run.smithi050.stdout: 5 88344 8.91 MB/sec execute 147 sec latency 202.699 ms 2024-01-03T10:52:51.872 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:51 smithi050 ceph-mon[107752]: pgmap v92: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 594 op/s 2024-01-03T10:52:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:51 smithi105 ceph-mon[110434]: pgmap v92: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 594 op/s 2024-01-03T10:52:52.675 INFO:teuthology.orchestra.run.smithi050.stdout: 5 88665 8.89 MB/sec execute 148 sec latency 128.416 ms 2024-01-03T10:52:52.910 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:52.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:52:53.674 INFO:teuthology.orchestra.run.smithi050.stdout: 5 88986 8.90 MB/sec execute 149 sec latency 122.911 ms 2024-01-03T10:52:53.943 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:53 smithi050 ceph-mon[107752]: pgmap v93: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:52:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:53 smithi105 ceph-mon[110434]: pgmap v93: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-03T10:52:54.675 INFO:teuthology.orchestra.run.smithi050.stdout: 5 89296 8.90 MB/sec execute 150 sec latency 125.443 ms 2024-01-03T10:52:55.679 INFO:teuthology.orchestra.run.smithi050.stdout: 5 89583 8.88 MB/sec execute 151 sec latency 134.070 ms 2024-01-03T10:52:55.887 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:55 smithi050 ceph-mon[107752]: pgmap v94: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2024-01-03T10:52:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:55 smithi105 ceph-mon[110434]: pgmap v94: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2024-01-03T10:52:56.683 INFO:teuthology.orchestra.run.smithi050.stdout: 5 89856 8.86 MB/sec execute 152 sec latency 121.412 ms 2024-01-03T10:52:57.433 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:57 smithi050 ceph-mon[107752]: pgmap v95: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2024-01-03T10:52:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:57 smithi105 ceph-mon[110434]: pgmap v95: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2024-01-03T10:52:57.686 INFO:teuthology.orchestra.run.smithi050.stdout: 5 90093 8.84 MB/sec execute 153 sec latency 125.489 ms 2024-01-03T10:52:58.686 INFO:teuthology.orchestra.run.smithi050.stdout: 5 90439 8.88 MB/sec execute 154 sec latency 124.699 ms 2024-01-03T10:52:59.691 INFO:teuthology.orchestra.run.smithi050.stdout: 5 90711 8.86 MB/sec execute 155 sec latency 125.432 ms 2024-01-03T10:52:59.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:52:59 smithi050 ceph-mon[107752]: pgmap v96: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2024-01-03T10:52:59.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:52:59 smithi105 ceph-mon[110434]: pgmap v96: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2024-01-03T10:53:00.695 INFO:teuthology.orchestra.run.smithi050.stdout: 5 91080 8.88 MB/sec execute 156 sec latency 120.480 ms 2024-01-03T10:53:01.695 INFO:teuthology.orchestra.run.smithi050.stdout: 5 91317 8.84 MB/sec execute 157 sec latency 119.380 ms 2024-01-03T10:53:01.820 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:01 smithi050 ceph-mon[107752]: pgmap v97: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 552 op/s 2024-01-03T10:53:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:01 smithi105 ceph-mon[110434]: pgmap v97: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 552 op/s 2024-01-03T10:53:02.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 91661 8.83 MB/sec execute 158 sec latency 128.094 ms 2024-01-03T10:53:03.695 INFO:teuthology.orchestra.run.smithi050.stdout: 5 92034 8.83 MB/sec execute 159 sec latency 134.574 ms 2024-01-03T10:53:03.875 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:03 smithi050 ceph-mon[107752]: pgmap v98: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-03T10:53:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:03 smithi105 ceph-mon[110434]: pgmap v98: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-03T10:53:04.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 92338 8.84 MB/sec execute 160 sec latency 149.238 ms 2024-01-03T10:53:05.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 92635 8.84 MB/sec execute 161 sec latency 141.211 ms 2024-01-03T10:53:05.901 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:53:05.944 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:05 smithi050 ceph-mon[107752]: pgmap v99: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2024-01-03T10:53:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:05 smithi105 ceph-mon[110434]: pgmap v99: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2024-01-03T10:53:06.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 92881 8.81 MB/sec execute 162 sec latency 125.835 ms 2024-01-03T10:53:06.878 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:53:06.878 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:53:06.878 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (9m) 3m ago 9m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:53:06.878 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (8m) 3m ago 8m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (5m) 3m ago 5m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (10m) 3m ago 10m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (3m) 3m ago 8m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:53:06.879 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (10m) 3m ago 10m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (8m) 3m ago 8m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (4m) 3m ago 4m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (4m) 3m ago 4m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 starting - - - - 2024-01-03T10:53:06.880 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (8m) 3m ago 8m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (7m) 3m ago 7m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (7m) 3m ago 7m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (7m) 3m ago 7m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (6m) 3m ago 6m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (6m) 3m ago 6m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (6m) 3m ago 6m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (6m) 3m ago 5m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:53:06.881 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T10:53:06.952 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:06 smithi050 ceph-mon[107752]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:07.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:06 smithi105 ceph-mon[110434]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:53:07.470 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:53:07.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 93173 8.81 MB/sec execute 163 sec latency 120.338 ms 2024-01-03T10:53:07.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:07 smithi050 ceph-mon[107752]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:07.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:07 smithi050 ceph-mon[107752]: pgmap v100: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:07.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:07 smithi050 ceph-mon[107752]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:07.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:07 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/41138864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:53:07.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:07.977 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons", 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:53:07.978 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:53:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:07 smithi105 ceph-mon[110434]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:07 smithi105 ceph-mon[110434]: pgmap v100: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:07 smithi105 ceph-mon[110434]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:07 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/41138864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:53:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:08.551 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:53:08.696 INFO:teuthology.orchestra.run.smithi050.stdout: 5 93419 8.81 MB/sec execute 164 sec latency 146.635 ms 2024-01-03T10:53:09.001 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:08 smithi050 ceph-mon[107752]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:09.001 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:08 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/1536565040' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:53:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:08 smithi105 ceph-mon[110434]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:08 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/1536565040' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:53:09.700 INFO:teuthology.orchestra.run.smithi050.stdout: 5 93684 8.81 MB/sec execute 165 sec latency 130.037 ms 2024-01-03T10:53:10.014 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:09 smithi050 ceph-mon[107752]: pgmap v101: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:09 smithi105 ceph-mon[110434]: pgmap v101: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:10.700 INFO:teuthology.orchestra.run.smithi050.stdout: 5 93941 8.82 MB/sec execute 166 sec latency 199.607 ms 2024-01-03T10:53:11.700 INFO:teuthology.orchestra.run.smithi050.stdout: 5 94215 8.81 MB/sec execute 167 sec latency 122.713 ms 2024-01-03T10:53:12.054 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:11 smithi050 ceph-mon[107752]: pgmap v102: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2024-01-03T10:53:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:11 smithi105 ceph-mon[110434]: pgmap v102: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2024-01-03T10:53:12.704 INFO:teuthology.orchestra.run.smithi050.stdout: 5 94489 8.79 MB/sec execute 168 sec latency 134.700 ms 2024-01-03T10:53:13.705 INFO:teuthology.orchestra.run.smithi050.stdout: 5 94709 8.77 MB/sec execute 169 sec latency 122.651 ms 2024-01-03T10:53:13.866 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:13 smithi050 ceph-mon[107752]: pgmap v103: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2024-01-03T10:53:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:13 smithi105 ceph-mon[110434]: pgmap v103: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2024-01-03T10:53:14.705 INFO:teuthology.orchestra.run.smithi050.stdout: 5 94975 8.73 MB/sec execute 170 sec latency 122.788 ms 2024-01-03T10:53:15.705 INFO:teuthology.orchestra.run.smithi050.stdout: 5 95225 8.71 MB/sec execute 171 sec latency 134.661 ms 2024-01-03T10:53:15.938 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:15 smithi050 ceph-mon[107752]: pgmap v104: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2024-01-03T10:53:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:15 smithi105 ceph-mon[110434]: pgmap v104: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2024-01-03T10:53:16.712 INFO:teuthology.orchestra.run.smithi050.stdout: 5 95479 8.71 MB/sec execute 172 sec latency 136.867 ms 2024-01-03T10:53:17.228 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:17 smithi050 ceph-mon[107752]: pgmap v105: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2024-01-03T10:53:17.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:17 smithi105 ceph-mon[110434]: pgmap v105: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2024-01-03T10:53:17.712 INFO:teuthology.orchestra.run.smithi050.stdout: 5 95792 8.72 MB/sec execute 173 sec latency 169.195 ms 2024-01-03T10:53:18.716 INFO:teuthology.orchestra.run.smithi050.stdout: 5 96125 8.71 MB/sec execute 174 sec latency 136.823 ms 2024-01-03T10:53:19.716 INFO:teuthology.orchestra.run.smithi050.stdout: 5 96361 8.70 MB/sec execute 175 sec latency 120.004 ms 2024-01-03T10:53:19.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:19 smithi050 ceph-mon[107752]: pgmap v106: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2024-01-03T10:53:19.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:19 smithi105 ceph-mon[110434]: pgmap v106: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2024-01-03T10:53:20.724 INFO:teuthology.orchestra.run.smithi050.stdout: 5 96560 8.68 MB/sec execute 176 sec latency 147.122 ms 2024-01-03T10:53:21.724 INFO:teuthology.orchestra.run.smithi050.stdout: 5 96812 8.67 MB/sec execute 177 sec latency 136.554 ms 2024-01-03T10:53:21.875 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:21 smithi050 ceph-mon[107752]: pgmap v107: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:53:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:21 smithi105 ceph-mon[110434]: pgmap v107: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:53:22.735 INFO:teuthology.orchestra.run.smithi050.stdout: 5 97098 8.67 MB/sec execute 178 sec latency 119.760 ms 2024-01-03T10:53:22.896 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:22.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:23.735 INFO:teuthology.orchestra.run.smithi050.stdout: 5 97358 8.66 MB/sec execute 179 sec latency 123.283 ms 2024-01-03T10:53:23.914 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:23 smithi050 ceph-mon[107752]: pgmap v108: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2024-01-03T10:53:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:23 smithi105 ceph-mon[110434]: pgmap v108: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 332 op/s 2024-01-03T10:53:24.735 INFO:teuthology.orchestra.run.smithi050.stdout: 5 97636 8.68 MB/sec execute 180 sec latency 125.950 ms 2024-01-03T10:53:25.735 INFO:teuthology.orchestra.run.smithi050.stdout: 5 98010 8.68 MB/sec execute 181 sec latency 126.928 ms 2024-01-03T10:53:25.969 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:25 smithi050 ceph-mon[107752]: pgmap v109: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2024-01-03T10:53:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:25 smithi105 ceph-mon[110434]: pgmap v109: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2024-01-03T10:53:26.743 INFO:teuthology.orchestra.run.smithi050.stdout: 5 98292 8.66 MB/sec execute 182 sec latency 131.592 ms 2024-01-03T10:53:27.232 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:27 smithi050 ceph-mon[107752]: pgmap v110: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T10:53:27.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:27 smithi105 ceph-mon[110434]: pgmap v110: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T10:53:27.743 INFO:teuthology.orchestra.run.smithi050.stdout: 5 98500 8.63 MB/sec execute 183 sec latency 125.593 ms 2024-01-03T10:53:28.743 INFO:teuthology.orchestra.run.smithi050.stdout: 5 98798 8.63 MB/sec execute 184 sec latency 209.157 ms 2024-01-03T10:53:29.743 INFO:teuthology.orchestra.run.smithi050.stdout: 5 99123 8.64 MB/sec execute 185 sec latency 118.324 ms 2024-01-03T10:53:29.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:29 smithi050 ceph-mon[107752]: pgmap v111: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T10:53:29.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:29 smithi105 ceph-mon[110434]: pgmap v111: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T10:53:30.743 INFO:teuthology.orchestra.run.smithi050.stdout: 5 99440 8.63 MB/sec execute 186 sec latency 128.886 ms 2024-01-03T10:53:31.758 INFO:teuthology.orchestra.run.smithi050.stdout: 5 99753 8.65 MB/sec execute 187 sec latency 140.874 ms 2024-01-03T10:53:31.858 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:31 smithi050 ceph-mon[107752]: pgmap v112: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2024-01-03T10:53:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:31 smithi105 ceph-mon[110434]: pgmap v112: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2024-01-03T10:53:32.752 INFO:teuthology.orchestra.run.smithi050.stdout: 5 100041 8.64 MB/sec execute 188 sec latency 102.331 ms 2024-01-03T10:53:33.753 INFO:teuthology.orchestra.run.smithi050.stdout: 5 100345 8.63 MB/sec execute 189 sec latency 123.766 ms 2024-01-03T10:53:33.892 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:33 smithi050 ceph-mon[107752]: pgmap v113: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-03T10:53:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:33 smithi105 ceph-mon[110434]: pgmap v113: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-03T10:53:34.753 INFO:teuthology.orchestra.run.smithi050.stdout: 5 100594 8.61 MB/sec execute 190 sec latency 136.356 ms 2024-01-03T10:53:35.753 INFO:teuthology.orchestra.run.smithi050.stdout: 5 100873 8.61 MB/sec execute 191 sec latency 133.376 ms 2024-01-03T10:53:35.951 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:35 smithi050 ceph-mon[107752]: pgmap v114: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2024-01-03T10:53:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:35 smithi105 ceph-mon[110434]: pgmap v114: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2024-01-03T10:53:36.761 INFO:teuthology.orchestra.run.smithi050.stdout: 5 101119 8.61 MB/sec execute 192 sec latency 126.987 ms 2024-01-03T10:53:37.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:37 smithi050 ceph-mon[107752]: pgmap v115: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:53:37.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:37 smithi105 ceph-mon[110434]: pgmap v115: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:53:37.767 INFO:teuthology.orchestra.run.smithi050.stdout: 5 101454 8.62 MB/sec execute 193 sec latency 86.421 ms 2024-01-03T10:53:38.236 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:38.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:38.774 INFO:teuthology.orchestra.run.smithi050.stdout: 5 101684 8.60 MB/sec execute 194 sec latency 122.784 ms 2024-01-03T10:53:39.056 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:53:39.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:39 smithi050 ceph-mon[107752]: pgmap v116: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:53:39.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:39 smithi105 ceph-mon[110434]: pgmap v116: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:53:39.774 INFO:teuthology.orchestra.run.smithi050.stdout: 5 101943 8.58 MB/sec execute 195 sec latency 129.078 ms 2024-01-03T10:53:40.011 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T10:53:40.011 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (9m) 3m ago 9m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (9m) 3m ago 9m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (5m) 3m ago 5m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (10m) 3m ago 10m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (3m) 3m ago 9m 498M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (10m) 3m ago 10m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (9m) 3m ago 9m 59.7M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T10:53:40.012 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (5m) 3m ago 5m 81.4M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 starting - - - - 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (8m) 3m ago 8m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (8m) 3m ago 8m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (7m) 3m ago 7m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (7m) 3m ago 7m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (7m) 3m ago 7m 485M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (7m) 3m ago 7m 469M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (6m) 3m ago 6m 465M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (6m) 3m ago 6m 751M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T10:53:40.013 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T10:53:40.279 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:40 smithi050 ceph-mon[107752]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.279 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:40 smithi050 ceph-mon[107752]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.279 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:40 smithi050 ceph-mon[107752]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:40 smithi105 ceph-mon[110434]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:40 smithi105 ceph-mon[110434]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:40 smithi105 ceph-mon[110434]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:40.598 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T10:53:40.599 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:53:40.774 INFO:teuthology.orchestra.run.smithi050.stdout: 5 102204 8.57 MB/sec execute 196 sec latency 128.390 ms 2024-01-03T10:53:41.051 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T10:53:41.051 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T10:53:41.051 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T10:53:41.051 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T10:53:41.051 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T10:53:41.052 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T10:53:41.052 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Currently upgrading mgr daemons", 2024-01-03T10:53:41.052 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": false 2024-01-03T10:53:41.052 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T10:53:41.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:41 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2501749867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:53:41.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:41 smithi050 ceph-mon[107752]: pgmap v117: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-01-03T10:53:41.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:41 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2501749867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T10:53:41.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:41 smithi105 ceph-mon[110434]: pgmap v117: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-01-03T10:53:41.639 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_OK 2024-01-03T10:53:41.782 INFO:teuthology.orchestra.run.smithi050.stdout: 5 102492 8.57 MB/sec execute 197 sec latency 117.022 ms 2024-01-03T10:53:42.329 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:42 smithi050 ceph-mon[107752]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:42.330 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:42 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/200558754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:53:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:42 smithi105 ceph-mon[110434]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:53:42.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:42 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/200558754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T10:53:42.782 INFO:teuthology.orchestra.run.smithi050.stdout: 5 102843 8.58 MB/sec execute 198 sec latency 117.172 ms 2024-01-03T10:53:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:43 smithi050 ceph-mon[107752]: pgmap v118: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2024-01-03T10:53:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:43 smithi105 ceph-mon[110434]: pgmap v118: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2024-01-03T10:53:43.782 INFO:teuthology.orchestra.run.smithi050.stdout: 5 103194 8.58 MB/sec execute 199 sec latency 132.806 ms 2024-01-03T10:53:44.787 INFO:teuthology.orchestra.run.smithi050.stdout: 5 103498 8.58 MB/sec execute 200 sec latency 125.593 ms 2024-01-03T10:53:45.797 INFO:teuthology.orchestra.run.smithi050.stdout: 5 103841 8.58 MB/sec execute 201 sec latency 135.212 ms 2024-01-03T10:53:45.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:45 smithi050 ceph-mon[107752]: pgmap v119: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-01-03T10:53:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:45 smithi105 ceph-mon[110434]: pgmap v119: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-01-03T10:53:46.797 INFO:teuthology.orchestra.run.smithi050.stdout: 5 104128 8.56 MB/sec execute 202 sec latency 153.462 ms 2024-01-03T10:53:47.468 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:47 smithi050 ceph-mon[107752]: pgmap v120: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-03T10:53:47.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:47 smithi105 ceph-mon[110434]: pgmap v120: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-03T10:53:47.797 INFO:teuthology.orchestra.run.smithi050.stdout: 5 104423 8.58 MB/sec execute 203 sec latency 136.597 ms 2024-01-03T10:53:48.797 INFO:teuthology.orchestra.run.smithi050.stdout: 5 104736 8.59 MB/sec execute 204 sec latency 127.394 ms 2024-01-03T10:53:49.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:49 smithi050 ceph-mon[107752]: pgmap v121: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-03T10:53:49.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 105078 8.59 MB/sec execute 205 sec latency 106.966 ms 2024-01-03T10:53:49.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:49 smithi105 ceph-mon[110434]: pgmap v121: 97 pgs: 97 active+clean; 364 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-03T10:53:50.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 105390 8.58 MB/sec execute 206 sec latency 128.772 ms 2024-01-03T10:53:51.795 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:51 smithi050 ceph-mon[107752]: pgmap v122: 97 pgs: 97 active+clean; 368 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2024-01-03T10:53:51.804 INFO:teuthology.orchestra.run.smithi050.stdout: 5 105642 8.56 MB/sec execute 207 sec latency 144.238 ms 2024-01-03T10:53:52.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:51 smithi105 ceph-mon[110434]: pgmap v122: 97 pgs: 97 active+clean; 368 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2024-01-03T10:53:52.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 105920 8.55 MB/sec execute 208 sec latency 150.172 ms 2024-01-03T10:53:52.837 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:53.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:53:53.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 106240 8.55 MB/sec execute 209 sec latency 134.449 ms 2024-01-03T10:53:53.862 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:53 smithi050 ceph-mon[107752]: pgmap v123: 97 pgs: 97 active+clean; 368 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2024-01-03T10:53:54.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:53 smithi105 ceph-mon[110434]: pgmap v123: 97 pgs: 97 active+clean; 368 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2024-01-03T10:53:54.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 106481 8.54 MB/sec execute 210 sec latency 127.260 ms 2024-01-03T10:53:55.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 106777 8.55 MB/sec execute 211 sec latency 141.088 ms 2024-01-03T10:53:55.951 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:55 smithi050 ceph-mon[107752]: pgmap v124: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2024-01-03T10:53:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:55 smithi105 ceph-mon[110434]: pgmap v124: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2024-01-03T10:53:56.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 107033 8.55 MB/sec execute 212 sec latency 131.287 ms 2024-01-03T10:53:57.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:57 smithi050 ceph-mon[107752]: pgmap v125: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:57.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:57 smithi105 ceph-mon[110434]: pgmap v125: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:53:57.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 107325 8.54 MB/sec execute 213 sec latency 122.929 ms 2024-01-03T10:53:58.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 107621 8.54 MB/sec execute 214 sec latency 124.783 ms 2024-01-03T10:53:59.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 107824 8.53 MB/sec execute 215 sec latency 131.960 ms 2024-01-03T10:53:59.819 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:53:59 smithi050 ceph-mon[107752]: pgmap v126: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:54:00.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:53:59 smithi105 ceph-mon[110434]: pgmap v126: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2024-01-03T10:54:00.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 108125 8.53 MB/sec execute 216 sec latency 122.158 ms 2024-01-03T10:54:01.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 108419 8.52 MB/sec execute 217 sec latency 174.843 ms 2024-01-03T10:54:01.870 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:01 smithi050 ceph-mon[107752]: pgmap v127: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2024-01-03T10:54:02.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:01 smithi105 ceph-mon[110434]: pgmap v127: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2024-01-03T10:54:02.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 108693 8.52 MB/sec execute 218 sec latency 143.943 ms 2024-01-03T10:54:03.800 INFO:teuthology.orchestra.run.smithi050.stdout: 5 108958 8.52 MB/sec execute 219 sec latency 119.783 ms 2024-01-03T10:54:03.894 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:03 smithi050 ceph-mon[107752]: pgmap v128: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2024-01-03T10:54:04.033 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:03 smithi105 ceph-mon[110434]: pgmap v128: 97 pgs: 97 active+clean; 364 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2024-01-03T10:54:04.801 INFO:teuthology.orchestra.run.smithi050.stdout: 5 109176 8.50 MB/sec execute 220 sec latency 122.807 ms 2024-01-03T10:54:05.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:05 smithi050 ceph-mon[107752]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T10:54:05.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:05 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:05.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:05 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:54:05.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:05 smithi050 ceph-mon[107752]: pgmap v129: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2024-01-03T10:54:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:05 smithi105 ceph-mon[110434]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T10:54:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:05 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:05.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:05 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T10:54:05.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:05 smithi105 ceph-mon[110434]: pgmap v129: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2024-01-03T10:54:05.806 INFO:teuthology.orchestra.run.smithi050.stdout: 5 109442 8.47 MB/sec execute 221 sec latency 142.469 ms 2024-01-03T10:54:06.196 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:06 smithi050 ceph-mon[107752]: Health check failed: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-01-03T10:54:06.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:06 smithi105 ceph-mon[110434]: Health check failed: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-01-03T10:54:06.806 INFO:teuthology.orchestra.run.smithi050.stdout: 5 109735 8.47 MB/sec execute 222 sec latency 143.415 ms 2024-01-03T10:54:07.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:07 smithi050 ceph-mon[107752]: pgmap v130: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2024-01-03T10:54:07.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:07.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:07 smithi105 ceph-mon[110434]: pgmap v130: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2024-01-03T10:54:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:07.806 INFO:teuthology.orchestra.run.smithi050.stdout: 5 110029 8.46 MB/sec execute 223 sec latency 124.707 ms 2024-01-03T10:54:08.765 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:08 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:08.765 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:08.806 INFO:teuthology.orchestra.run.smithi050.stdout: 5 110401 8.50 MB/sec execute 224 sec latency 128.460 ms 2024-01-03T10:54:08.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:08 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T10:54:08.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:09 smithi050 ceph-mon[107752]: pgmap v131: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2024-01-03T10:54:09.809 INFO:teuthology.orchestra.run.smithi050.stdout: 5 110704 8.49 MB/sec execute 225 sec latency 211.410 ms 2024-01-03T10:54:09.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:09 smithi105 ceph-mon[110434]: pgmap v131: 97 pgs: 97 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2024-01-03T10:54:10.809 INFO:teuthology.orchestra.run.smithi050.stdout: 5 111042 8.49 MB/sec execute 226 sec latency 119.665 ms 2024-01-03T10:54:11.805 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:11 smithi050 ceph-mon[107752]: pgmap v132: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2024-01-03T10:54:11.811 INFO:teuthology.orchestra.run.smithi050.stdout: 5 111277 8.48 MB/sec execute 227 sec latency 127.846 ms 2024-01-03T10:54:12.149 INFO:teuthology.orchestra.run.smithi050.stdout:true 2024-01-03T10:54:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:11 smithi105 ceph-mon[110434]: pgmap v132: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2024-01-03T10:54:12.628 INFO:teuthology.orchestra.run.smithi050.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed." 2024-01-03T10:54:12.812 INFO:teuthology.orchestra.run.smithi050.stdout: 5 111579 8.48 MB/sec execute 228 sec latency 134.223 ms 2024-01-03T10:54:13.812 INFO:teuthology.orchestra.run.smithi050.stdout: 5 111917 8.49 MB/sec execute 229 sec latency 148.204 ms 2024-01-03T10:54:13.853 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:13 smithi050 ceph-mon[107752]: pgmap v133: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2024-01-03T10:54:13.853 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:13 smithi050 ceph-mon[107752]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:54:13.853 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:13 smithi050 ceph-mon[107752]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:54:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:13 smithi105 ceph-mon[110434]: pgmap v133: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2024-01-03T10:54:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:13 smithi105 ceph-mon[110434]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:54:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:13 smithi105 ceph-mon[110434]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T10:54:14.816 INFO:teuthology.orchestra.run.smithi050.stdout: 5 112215 8.49 MB/sec execute 230 sec latency 131.425 ms 2024-01-03T10:54:15.823 INFO:teuthology.orchestra.run.smithi050.stdout: 5 112498 8.49 MB/sec execute 231 sec latency 133.888 ms 2024-01-03T10:54:15.930 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:15 smithi050 ceph-mon[107752]: pgmap v134: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2024-01-03T10:54:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:15 smithi105 ceph-mon[110434]: pgmap v134: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2024-01-03T10:54:16.823 INFO:teuthology.orchestra.run.smithi050.stdout: 5 112814 8.47 MB/sec execute 232 sec latency 107.220 ms 2024-01-03T10:54:17.828 INFO:teuthology.orchestra.run.smithi050.stdout: 5 113149 8.47 MB/sec execute 233 sec latency 125.604 ms 2024-01-03T10:54:17.970 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:17 smithi050 ceph-mon[107752]: pgmap v135: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2024-01-03T10:54:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:17 smithi105 ceph-mon[110434]: pgmap v135: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2024-01-03T10:54:18.828 INFO:teuthology.orchestra.run.smithi050.stdout: 5 113465 8.47 MB/sec execute 234 sec latency 199.217 ms 2024-01-03T10:54:19.828 INFO:teuthology.orchestra.run.smithi050.stdout: 5 113709 8.46 MB/sec execute 235 sec latency 163.245 ms 2024-01-03T10:54:20.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:19 smithi050 ceph-mon[107752]: pgmap v136: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2024-01-03T10:54:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:19 smithi105 ceph-mon[110434]: pgmap v136: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2024-01-03T10:54:20.828 INFO:teuthology.orchestra.run.smithi050.stdout: 5 114059 8.49 MB/sec execute 236 sec latency 208.867 ms 2024-01-03T10:54:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:21 smithi050 ceph-mon[107752]: pgmap v137: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2024-01-03T10:54:21.838 INFO:teuthology.orchestra.run.smithi050.stdout: 5 114403 8.50 MB/sec execute 237 sec latency 125.256 ms 2024-01-03T10:54:22.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:21 smithi105 ceph-mon[110434]: pgmap v137: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2024-01-03T10:54:22.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:22.839 INFO:teuthology.orchestra.run.smithi050.stdout: 5 114801 8.49 MB/sec execute 238 sec latency 131.290 ms 2024-01-03T10:54:23.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:23.838 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:23 smithi050 ceph-mon[107752]: pgmap v138: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2024-01-03T10:54:23.844 INFO:teuthology.orchestra.run.smithi050.stdout: 5 115167 8.49 MB/sec execute 239 sec latency 147.476 ms 2024-01-03T10:54:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:23 smithi105 ceph-mon[110434]: pgmap v138: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2024-01-03T10:54:24.844 INFO:teuthology.orchestra.run.smithi050.stdout: 5 115463 8.49 MB/sec execute 240 sec latency 141.977 ms 2024-01-03T10:54:25.845 INFO:teuthology.orchestra.run.smithi050.stdout: 5 115780 8.50 MB/sec execute 241 sec latency 190.843 ms 2024-01-03T10:54:25.882 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:25 smithi050 ceph-mon[107752]: pgmap v139: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2024-01-03T10:54:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:25 smithi105 ceph-mon[110434]: pgmap v139: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2024-01-03T10:54:26.844 INFO:teuthology.orchestra.run.smithi050.stdout: 5 116147 8.50 MB/sec execute 242 sec latency 98.335 ms 2024-01-03T10:54:27.851 INFO:teuthology.orchestra.run.smithi050.stdout: 5 116516 8.49 MB/sec execute 243 sec latency 129.121 ms 2024-01-03T10:54:27.931 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:27 smithi050 ceph-mon[107752]: pgmap v140: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2024-01-03T10:54:28.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:27 smithi105 ceph-mon[110434]: pgmap v140: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2024-01-03T10:54:28.851 INFO:teuthology.orchestra.run.smithi050.stdout: 5 116841 8.49 MB/sec execute 244 sec latency 128.347 ms 2024-01-03T10:54:29.860 INFO:teuthology.orchestra.run.smithi050.stdout: 5 117144 8.51 MB/sec execute 245 sec latency 138.193 ms 2024-01-03T10:54:29.981 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:29 smithi050 ceph-mon[107752]: pgmap v141: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2024-01-03T10:54:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:29 smithi105 ceph-mon[110434]: pgmap v141: 97 pgs: 97 active+clean; 366 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2024-01-03T10:54:30.860 INFO:teuthology.orchestra.run.smithi050.stdout: 5 117518 8.53 MB/sec execute 246 sec latency 125.707 ms 2024-01-03T10:54:31.860 INFO:teuthology.orchestra.run.smithi050.stdout: 5 117778 8.52 MB/sec execute 247 sec latency 128.282 ms 2024-01-03T10:54:32.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:31 smithi050 ceph-mon[107752]: pgmap v142: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 593 op/s 2024-01-03T10:54:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:31 smithi105 ceph-mon[110434]: pgmap v142: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 593 op/s 2024-01-03T10:54:32.860 INFO:teuthology.orchestra.run.smithi050.stdout: 5 117997 8.50 MB/sec execute 248 sec latency 142.684 ms 2024-01-03T10:54:33.860 INFO:teuthology.orchestra.run.smithi050.stdout: 5 118246 8.48 MB/sec execute 249 sec latency 143.284 ms 2024-01-03T10:54:33.864 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:33 smithi050 ceph-mon[107752]: pgmap v143: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2024-01-03T10:54:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:33 smithi105 ceph-mon[110434]: pgmap v143: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2024-01-03T10:54:34.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 118487 8.46 MB/sec execute 250 sec latency 126.085 ms 2024-01-03T10:54:35.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 118841 8.47 MB/sec execute 251 sec latency 173.354 ms 2024-01-03T10:54:35.901 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:35 smithi050 ceph-mon[107752]: pgmap v144: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 581 op/s 2024-01-03T10:54:36.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:35 smithi105 ceph-mon[110434]: pgmap v144: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 581 op/s 2024-01-03T10:54:36.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 119163 8.47 MB/sec execute 252 sec latency 196.874 ms 2024-01-03T10:54:37.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 119582 8.48 MB/sec execute 253 sec latency 128.833 ms 2024-01-03T10:54:37.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:37 smithi050 ceph-mon[107752]: pgmap v145: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2024-01-03T10:54:37.945 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:37 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:37 smithi105 ceph-mon[110434]: pgmap v145: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2024-01-03T10:54:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:37 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:38.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 119888 8.48 MB/sec execute 254 sec latency 130.617 ms 2024-01-03T10:54:39.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 120165 8.48 MB/sec execute 255 sec latency 123.681 ms 2024-01-03T10:54:39.982 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:39 smithi050 ceph-mon[107752]: pgmap v146: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2024-01-03T10:54:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:39 smithi105 ceph-mon[110434]: pgmap v146: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2024-01-03T10:54:40.866 INFO:teuthology.orchestra.run.smithi050.stdout: 5 120583 8.51 MB/sec execute 256 sec latency 147.500 ms 2024-01-03T10:54:41.876 INFO:teuthology.orchestra.run.smithi050.stdout: 5 120878 8.52 MB/sec execute 257 sec latency 132.021 ms 2024-01-03T10:54:42.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:41 smithi050 ceph-mon[107752]: pgmap v147: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 570 op/s 2024-01-03T10:54:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:41 smithi105 ceph-mon[110434]: pgmap v147: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 570 op/s 2024-01-03T10:54:42.876 INFO:teuthology.orchestra.run.smithi050.stdout: 5 121106 8.51 MB/sec execute 258 sec latency 211.530 ms 2024-01-03T10:54:43.876 INFO:teuthology.orchestra.run.smithi050.stdout: 5 121359 8.50 MB/sec execute 259 sec latency 90.606 ms 2024-01-03T10:54:44.067 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:43 smithi050 ceph-mon[107752]: pgmap v148: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2024-01-03T10:54:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:43 smithi105 ceph-mon[110434]: pgmap v148: 97 pgs: 97 active+clean; 357 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2024-01-03T10:54:44.881 INFO:teuthology.orchestra.run.smithi050.stdout: 5 121609 8.48 MB/sec execute 260 sec latency 130.206 ms 2024-01-03T10:54:45.881 INFO:teuthology.orchestra.run.smithi050.stdout: 5 121904 8.47 MB/sec execute 261 sec latency 137.578 ms 2024-01-03T10:54:46.118 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:45 smithi050 ceph-mon[107752]: pgmap v149: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2024-01-03T10:54:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:45 smithi105 ceph-mon[110434]: pgmap v149: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2024-01-03T10:54:46.882 INFO:teuthology.orchestra.run.smithi050.stdout: 5 122114 8.46 MB/sec execute 262 sec latency 192.691 ms 2024-01-03T10:54:47.882 INFO:teuthology.orchestra.run.smithi050.stdout: 5 122331 8.44 MB/sec execute 263 sec latency 153.782 ms 2024-01-03T10:54:47.903 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:47 smithi050 ceph-mon[107752]: pgmap v150: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2024-01-03T10:54:48.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:47 smithi105 ceph-mon[110434]: pgmap v150: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2024-01-03T10:54:48.889 INFO:teuthology.orchestra.run.smithi050.stdout: 5 122677 8.45 MB/sec execute 264 sec latency 106.978 ms 2024-01-03T10:54:49.873 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:49 smithi050 ceph-mon[107752]: pgmap v151: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2024-01-03T10:54:49.889 INFO:teuthology.orchestra.run.smithi050.stdout: 5 122942 8.43 MB/sec execute 265 sec latency 125.933 ms 2024-01-03T10:54:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:49 smithi105 ceph-mon[110434]: pgmap v151: 97 pgs: 97 active+clean; 364 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2024-01-03T10:54:50.889 INFO:teuthology.orchestra.run.smithi050.stdout: 5 123257 8.43 MB/sec execute 266 sec latency 125.883 ms 2024-01-03T10:54:51.891 INFO:teuthology.orchestra.run.smithi050.stdout: 5 123543 8.44 MB/sec execute 267 sec latency 132.698 ms 2024-01-03T10:54:52.005 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:51 smithi050 ceph-mon[107752]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2024-01-03T10:54:52.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:51 smithi105 ceph-mon[110434]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2024-01-03T10:54:52.890 INFO:teuthology.orchestra.run.smithi050.stdout: 5 123833 8.45 MB/sec execute 268 sec latency 136.707 ms 2024-01-03T10:54:53.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:53.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:54:53.891 INFO:teuthology.orchestra.run.smithi050.stdout: 5 124082 8.45 MB/sec execute 269 sec latency 134.356 ms 2024-01-03T10:54:54.068 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:53 smithi050 ceph-mon[107752]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2024-01-03T10:54:54.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:53 smithi105 ceph-mon[110434]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2024-01-03T10:54:54.891 INFO:teuthology.orchestra.run.smithi050.stdout: 5 124357 8.46 MB/sec execute 270 sec latency 122.862 ms 2024-01-03T10:54:55.896 INFO:teuthology.orchestra.run.smithi050.stdout: 5 124625 8.44 MB/sec execute 271 sec latency 125.870 ms 2024-01-03T10:54:56.106 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:55 smithi050 ceph-mon[107752]: pgmap v154: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 512 op/s 2024-01-03T10:54:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:55 smithi105 ceph-mon[110434]: pgmap v154: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 512 op/s 2024-01-03T10:54:56.896 INFO:teuthology.orchestra.run.smithi050.stdout: 5 124895 8.43 MB/sec execute 272 sec latency 129.831 ms 2024-01-03T10:54:57.904 INFO:teuthology.orchestra.run.smithi050.stdout: 5 125194 8.44 MB/sec execute 273 sec latency 108.749 ms 2024-01-03T10:54:58.148 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:54:58 smithi050 ceph-mon[107752]: pgmap v155: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2024-01-03T10:54:58.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:54:58 smithi105 ceph-mon[110434]: pgmap v155: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2024-01-03T10:54:58.904 INFO:teuthology.orchestra.run.smithi050.stdout: 5 125463 8.41 MB/sec execute 274 sec latency 136.418 ms 2024-01-03T10:54:59.904 INFO:teuthology.orchestra.run.smithi050.stdout: 5 125744 8.40 MB/sec execute 275 sec latency 125.044 ms 2024-01-03T10:55:00.201 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:00 smithi050 ceph-mon[107752]: pgmap v156: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2024-01-03T10:55:00.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:00 smithi105 ceph-mon[110434]: pgmap v156: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2024-01-03T10:55:00.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 126023 8.40 MB/sec execute 276 sec latency 128.863 ms 2024-01-03T10:55:01.254 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:01 smithi050 ceph-mon[107752]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2024-01-03T10:55:01.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:01 smithi105 ceph-mon[110434]: pgmap v157: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2024-01-03T10:55:01.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 126296 8.39 MB/sec execute 277 sec latency 125.437 ms 2024-01-03T10:55:02.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 126638 8.40 MB/sec execute 278 sec latency 116.676 ms 2024-01-03T10:55:03.443 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:03 smithi050 ceph-mon[107752]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2024-01-03T10:55:03.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:03 smithi105 ceph-mon[110434]: pgmap v158: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2024-01-03T10:55:03.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 126938 8.40 MB/sec execute 279 sec latency 128.717 ms 2024-01-03T10:55:04.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 127215 8.41 MB/sec execute 280 sec latency 144.158 ms 2024-01-03T10:55:05.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:05 smithi050 ceph-mon[107752]: pgmap v159: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2024-01-03T10:55:05.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:05 smithi105 ceph-mon[110434]: pgmap v159: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2024-01-03T10:55:05.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 127467 8.40 MB/sec execute 281 sec latency 128.732 ms 2024-01-03T10:55:06.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 127717 8.41 MB/sec execute 282 sec latency 135.439 ms 2024-01-03T10:55:07.286 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:07 smithi050 ceph-mon[107752]: pgmap v160: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 347 op/s 2024-01-03T10:55:07.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:07 smithi105 ceph-mon[110434]: pgmap v160: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 347 op/s 2024-01-03T10:55:07.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 128028 8.40 MB/sec execute 283 sec latency 137.457 ms 2024-01-03T10:55:08.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:08.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:08.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 128274 8.41 MB/sec execute 284 sec latency 157.328 ms 2024-01-03T10:55:09.353 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:09 smithi050 ceph-mon[107752]: pgmap v161: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 347 op/s 2024-01-03T10:55:09.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:09 smithi105 ceph-mon[110434]: pgmap v161: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 347 op/s 2024-01-03T10:55:09.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 128500 8.40 MB/sec execute 285 sec latency 125.200 ms 2024-01-03T10:55:10.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 128744 8.39 MB/sec execute 286 sec latency 128.158 ms 2024-01-03T10:55:11.437 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:11 smithi050 ceph-mon[107752]: pgmap v162: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2024-01-03T10:55:11.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:11 smithi105 ceph-mon[110434]: pgmap v162: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2024-01-03T10:55:11.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 129012 8.37 MB/sec execute 287 sec latency 131.415 ms 2024-01-03T10:55:12.907 INFO:teuthology.orchestra.run.smithi050.stdout: 5 129277 8.36 MB/sec execute 288 sec latency 123.259 ms 2024-01-03T10:55:13.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:13 smithi050 ceph-mon[107752]: pgmap v163: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:55:13.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:13 smithi105 ceph-mon[110434]: pgmap v163: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:55:13.908 INFO:teuthology.orchestra.run.smithi050.stdout: 5 129455 8.34 MB/sec execute 289 sec latency 126.732 ms 2024-01-03T10:55:14.908 INFO:teuthology.orchestra.run.smithi050.stdout: 5 129717 8.34 MB/sec execute 290 sec latency 119.475 ms 2024-01-03T10:55:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:15 smithi050 ceph-mon[107752]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:55:15.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:15 smithi105 ceph-mon[110434]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:55:15.908 INFO:teuthology.orchestra.run.smithi050.stdout: 5 130069 8.35 MB/sec execute 291 sec latency 118.593 ms 2024-01-03T10:55:16.910 INFO:teuthology.orchestra.run.smithi050.stdout: 5 130398 8.35 MB/sec execute 292 sec latency 146.035 ms 2024-01-03T10:55:17.396 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:17 smithi050 ceph-mon[107752]: pgmap v165: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2024-01-03T10:55:17.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:17 smithi105 ceph-mon[110434]: pgmap v165: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2024-01-03T10:55:17.912 INFO:teuthology.orchestra.run.smithi050.stdout: 5 130665 8.35 MB/sec execute 293 sec latency 120.200 ms 2024-01-03T10:55:18.912 INFO:teuthology.orchestra.run.smithi050.stdout: 5 130884 8.34 MB/sec execute 294 sec latency 148.035 ms 2024-01-03T10:55:19.438 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:19 smithi050 ceph-mon[107752]: pgmap v166: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2024-01-03T10:55:19.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:19 smithi105 ceph-mon[110434]: pgmap v166: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2024-01-03T10:55:19.912 INFO:teuthology.orchestra.run.smithi050.stdout: 5 131204 8.36 MB/sec execute 295 sec latency 134.429 ms 2024-01-03T10:55:20.916 INFO:teuthology.orchestra.run.smithi050.stdout: 5 131427 8.35 MB/sec execute 296 sec latency 196.886 ms 2024-01-03T10:55:21.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:21 smithi050 ceph-mon[107752]: pgmap v167: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2024-01-03T10:55:21.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:21 smithi105 ceph-mon[110434]: pgmap v167: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2024-01-03T10:55:21.916 INFO:teuthology.orchestra.run.smithi050.stdout: 5 131704 8.35 MB/sec execute 297 sec latency 125.729 ms 2024-01-03T10:55:22.919 INFO:teuthology.orchestra.run.smithi050.stdout: 5 131910 8.34 MB/sec execute 298 sec latency 141.913 ms 2024-01-03T10:55:23.565 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:23 smithi050 ceph-mon[107752]: pgmap v168: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2024-01-03T10:55:23.565 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:23.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:23 smithi105 ceph-mon[110434]: pgmap v168: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2024-01-03T10:55:23.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:23.920 INFO:teuthology.orchestra.run.smithi050.stdout: 5 132130 8.33 MB/sec execute 299 sec latency 126.101 ms 2024-01-03T10:55:24.921 INFO:teuthology.orchestra.run.smithi050.stdout: 5 132390 8.31 MB/sec execute 300 sec latency 119.252 ms 2024-01-03T10:55:25.360 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:25 smithi050 ceph-mon[107752]: pgmap v169: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2024-01-03T10:55:25.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:25 smithi105 ceph-mon[110434]: pgmap v169: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2024-01-03T10:55:25.928 INFO:teuthology.orchestra.run.smithi050.stdout: 5 132636 8.30 MB/sec execute 301 sec latency 128.661 ms 2024-01-03T10:55:26.937 INFO:teuthology.orchestra.run.smithi050.stdout: 5 132912 8.30 MB/sec execute 302 sec latency 130.683 ms 2024-01-03T10:55:27.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:27 smithi050 ceph-mon[107752]: pgmap v170: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2024-01-03T10:55:27.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:27 smithi105 ceph-mon[110434]: pgmap v170: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2024-01-03T10:55:27.937 INFO:teuthology.orchestra.run.smithi050.stdout: 5 133199 8.29 MB/sec execute 303 sec latency 125.796 ms 2024-01-03T10:55:28.937 INFO:teuthology.orchestra.run.smithi050.stdout: 5 133586 8.30 MB/sec execute 304 sec latency 125.732 ms 2024-01-03T10:55:29.453 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:29 smithi050 ceph-mon[107752]: pgmap v171: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2024-01-03T10:55:29.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:29 smithi105 ceph-mon[110434]: pgmap v171: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2024-01-03T10:55:29.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 133932 8.30 MB/sec execute 305 sec latency 131.421 ms 2024-01-03T10:55:30.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 134352 8.32 MB/sec execute 306 sec latency 134.455 ms 2024-01-03T10:55:31.506 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:31 smithi050 ceph-mon[107752]: pgmap v172: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-01-03T10:55:31.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:31 smithi105 ceph-mon[110434]: pgmap v172: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-01-03T10:55:31.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 134674 8.33 MB/sec execute 307 sec latency 137.640 ms 2024-01-03T10:55:32.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 134945 8.33 MB/sec execute 308 sec latency 126.789 ms 2024-01-03T10:55:33.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:33 smithi050 ceph-mon[107752]: pgmap v173: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2024-01-03T10:55:33.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:33 smithi105 ceph-mon[110434]: pgmap v173: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2024-01-03T10:55:33.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 135207 8.33 MB/sec execute 309 sec latency 149.505 ms 2024-01-03T10:55:34.945 INFO:teuthology.orchestra.run.smithi050.stdout: 5 135494 8.33 MB/sec execute 310 sec latency 126.656 ms 2024-01-03T10:55:35.507 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:35 smithi050 ceph-mon[107752]: pgmap v174: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2024-01-03T10:55:35.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:35 smithi105 ceph-mon[110434]: pgmap v174: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2024-01-03T10:55:35.944 INFO:teuthology.orchestra.run.smithi050.stdout: 5 135789 8.32 MB/sec execute 311 sec latency 139.569 ms 2024-01-03T10:55:36.952 INFO:teuthology.orchestra.run.smithi050.stdout: 5 136057 8.30 MB/sec execute 312 sec latency 122.338 ms 2024-01-03T10:55:37.640 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:37 smithi050 ceph-mon[107752]: pgmap v175: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-03T10:55:37.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:37 smithi105 ceph-mon[110434]: pgmap v175: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-03T10:55:37.953 INFO:teuthology.orchestra.run.smithi050.stdout: 5 136354 8.30 MB/sec execute 313 sec latency 135.899 ms 2024-01-03T10:55:38.667 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:38.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:38.953 INFO:teuthology.orchestra.run.smithi050.stdout: 5 136747 8.31 MB/sec execute 314 sec latency 127.231 ms 2024-01-03T10:55:39.688 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:39 smithi050 ceph-mon[107752]: pgmap v176: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-03T10:55:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:39 smithi105 ceph-mon[110434]: pgmap v176: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-03T10:55:39.953 INFO:teuthology.orchestra.run.smithi050.stdout: 5 137200 8.32 MB/sec execute 315 sec latency 125.813 ms 2024-01-03T10:55:40.959 INFO:teuthology.orchestra.run.smithi050.stdout: 5 137478 8.31 MB/sec execute 316 sec latency 125.786 ms 2024-01-03T10:55:41.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:41 smithi050 ceph-mon[107752]: pgmap v177: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2024-01-03T10:55:41.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:41 smithi105 ceph-mon[110434]: pgmap v177: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2024-01-03T10:55:41.959 INFO:teuthology.orchestra.run.smithi050.stdout: 5 137838 8.32 MB/sec execute 317 sec latency 116.335 ms 2024-01-03T10:55:42.959 INFO:teuthology.orchestra.run.smithi050.stdout: 5 138154 8.32 MB/sec execute 318 sec latency 191.136 ms 2024-01-03T10:55:43.529 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:43 smithi050 ceph-mon[107752]: pgmap v178: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2024-01-03T10:55:43.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:43 smithi105 ceph-mon[110434]: pgmap v178: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2024-01-03T10:55:43.959 INFO:teuthology.orchestra.run.smithi050.stdout: 5 138416 8.33 MB/sec execute 319 sec latency 122.881 ms 2024-01-03T10:55:44.968 INFO:teuthology.orchestra.run.smithi050.stdout: 5 138721 8.35 MB/sec execute 320 sec latency 125.517 ms 2024-01-03T10:55:45.600 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:45 smithi050 ceph-mon[107752]: pgmap v179: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 581 op/s 2024-01-03T10:55:45.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:45 smithi105 ceph-mon[110434]: pgmap v179: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 581 op/s 2024-01-03T10:55:45.970 INFO:teuthology.orchestra.run.smithi050.stdout: 5 139015 8.34 MB/sec execute 321 sec latency 122.800 ms 2024-01-03T10:55:46.970 INFO:teuthology.orchestra.run.smithi050.stdout: 5 139281 8.33 MB/sec execute 322 sec latency 129.144 ms 2024-01-03T10:55:47.622 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:47 smithi050 ceph-mon[107752]: pgmap v180: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2024-01-03T10:55:47.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:47 smithi105 ceph-mon[110434]: pgmap v180: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2024-01-03T10:55:47.970 INFO:teuthology.orchestra.run.smithi050.stdout: 5 139568 8.32 MB/sec execute 323 sec latency 127.640 ms 2024-01-03T10:55:48.974 INFO:teuthology.orchestra.run.smithi050.stdout: 5 139813 8.31 MB/sec execute 324 sec latency 128.564 ms 2024-01-03T10:55:49.679 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:49 smithi050 ceph-mon[107752]: pgmap v181: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2024-01-03T10:55:49.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:49 smithi105 ceph-mon[110434]: pgmap v181: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2024-01-03T10:55:49.974 INFO:teuthology.orchestra.run.smithi050.stdout: 5 140201 8.33 MB/sec execute 325 sec latency 117.221 ms 2024-01-03T10:55:50.974 INFO:teuthology.orchestra.run.smithi050.stdout: 5 140572 8.32 MB/sec execute 326 sec latency 101.358 ms 2024-01-03T10:55:51.734 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:51 smithi050 ceph-mon[107752]: pgmap v182: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2024-01-03T10:55:51.979 INFO:teuthology.orchestra.run.smithi050.stdout: 5 140887 8.31 MB/sec execute 327 sec latency 140.085 ms 2024-01-03T10:55:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:51 smithi105 ceph-mon[110434]: pgmap v182: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2024-01-03T10:55:52.996 INFO:teuthology.orchestra.run.smithi050.stdout: 5 141178 8.32 MB/sec execute 329 sec latency 133.436 ms 2024-01-03T10:55:53.544 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:53 smithi050 ceph-mon[107752]: pgmap v183: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-01-03T10:55:53.544 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:53.996 INFO:teuthology.orchestra.run.smithi050.stdout: 5 141486 8.32 MB/sec execute 330 sec latency 116.751 ms 2024-01-03T10:55:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:53 smithi105 ceph-mon[110434]: pgmap v183: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-01-03T10:55:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:55:54.996 INFO:teuthology.orchestra.run.smithi050.stdout: 5 141742 8.31 MB/sec execute 331 sec latency 124.306 ms 2024-01-03T10:55:55.618 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:55 smithi050 ceph-mon[107752]: pgmap v184: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2024-01-03T10:55:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:55 smithi105 ceph-mon[110434]: pgmap v184: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2024-01-03T10:55:56.002 INFO:teuthology.orchestra.run.smithi050.stdout: 5 142056 8.33 MB/sec execute 332 sec latency 119.862 ms 2024-01-03T10:55:57.002 INFO:teuthology.orchestra.run.smithi050.stdout: 5 142233 8.32 MB/sec execute 333 sec latency 121.937 ms 2024-01-03T10:55:57.670 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:57 smithi050 ceph-mon[107752]: pgmap v185: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2024-01-03T10:55:57.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:57 smithi105 ceph-mon[110434]: pgmap v185: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2024-01-03T10:55:58.002 INFO:teuthology.orchestra.run.smithi050.stdout: 5 142535 8.31 MB/sec execute 334 sec latency 127.568 ms 2024-01-03T10:55:59.002 INFO:teuthology.orchestra.run.smithi050.stdout: 5 142841 8.30 MB/sec execute 335 sec latency 142.747 ms 2024-01-03T10:55:59.734 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:55:59 smithi050 ceph-mon[107752]: pgmap v186: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2024-01-03T10:55:59.954 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:55:59 smithi105 ceph-mon[110434]: pgmap v186: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2024-01-03T10:56:00.002 INFO:teuthology.orchestra.run.smithi050.stdout: 5 143140 8.31 MB/sec execute 336 sec latency 135.792 ms 2024-01-03T10:56:01.006 INFO:teuthology.orchestra.run.smithi050.stdout: 5 143424 8.31 MB/sec execute 337 sec latency 126.879 ms 2024-01-03T10:56:01.783 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:01 smithi050 ceph-mon[107752]: pgmap v187: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2024-01-03T10:56:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:01 smithi105 ceph-mon[110434]: pgmap v187: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2024-01-03T10:56:02.006 INFO:teuthology.orchestra.run.smithi050.stdout: 5 143792 8.32 MB/sec execute 338 sec latency 168.210 ms 2024-01-03T10:56:03.006 INFO:teuthology.orchestra.run.smithi050.stdout: 5 144104 8.30 MB/sec execute 339 sec latency 119.763 ms 2024-01-03T10:56:03.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:03 smithi050 ceph-mon[107752]: pgmap v188: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2024-01-03T10:56:03.999 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:03 smithi105 ceph-mon[110434]: pgmap v188: 97 pgs: 97 active+clean; 357 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2024-01-03T10:56:04.006 INFO:teuthology.orchestra.run.smithi050.stdout: 5 144391 8.29 MB/sec execute 340 sec latency 125.701 ms 2024-01-03T10:56:05.006 INFO:teuthology.orchestra.run.smithi050.stdout: 5 144589 8.28 MB/sec execute 341 sec latency 122.324 ms 2024-01-03T10:56:05.898 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:05 smithi050 ceph-mon[107752]: pgmap v189: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 550 op/s 2024-01-03T10:56:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:05 smithi105 ceph-mon[110434]: pgmap v189: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 550 op/s 2024-01-03T10:56:06.015 INFO:teuthology.orchestra.run.smithi050.stdout: 5 144876 8.30 MB/sec execute 342 sec latency 129.578 ms 2024-01-03T10:56:07.019 INFO:teuthology.orchestra.run.smithi050.stdout: 5 145175 8.29 MB/sec execute 343 sec latency 122.598 ms 2024-01-03T10:56:07.688 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:07 smithi050 ceph-mon[107752]: pgmap v190: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2024-01-03T10:56:07.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:07 smithi105 ceph-mon[110434]: pgmap v190: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2024-01-03T10:56:08.022 INFO:teuthology.orchestra.run.smithi050.stdout: 5 145441 8.31 MB/sec execute 344 sec latency 123.939 ms 2024-01-03T10:56:08.724 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:08.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:09.022 INFO:teuthology.orchestra.run.smithi050.stdout: 5 145629 8.29 MB/sec execute 345 sec latency 122.629 ms 2024-01-03T10:56:09.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:09 smithi050 ceph-mon[107752]: pgmap v191: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2024-01-03T10:56:09.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:09 smithi105 ceph-mon[110434]: pgmap v191: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2024-01-03T10:56:10.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 145881 8.30 MB/sec execute 346 sec latency 139.088 ms 2024-01-03T10:56:11.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 146105 8.29 MB/sec execute 347 sec latency 122.394 ms 2024-01-03T10:56:11.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:11 smithi050 ceph-mon[107752]: pgmap v192: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 507 op/s 2024-01-03T10:56:11.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:11 smithi105 ceph-mon[110434]: pgmap v192: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 507 op/s 2024-01-03T10:56:12.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 146351 8.27 MB/sec execute 348 sec latency 110.704 ms 2024-01-03T10:56:13.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 146536 8.26 MB/sec execute 349 sec latency 119.479 ms 2024-01-03T10:56:13.901 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:13 smithi050 ceph-mon[107752]: pgmap v193: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2024-01-03T10:56:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:13 smithi105 ceph-mon[110434]: pgmap v193: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2024-01-03T10:56:14.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 146814 8.26 MB/sec execute 350 sec latency 142.613 ms 2024-01-03T10:56:15.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 147177 8.26 MB/sec execute 351 sec latency 107.236 ms 2024-01-03T10:56:15.675 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:15 smithi050 ceph-mon[107752]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:56:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:15 smithi105 ceph-mon[110434]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2024-01-03T10:56:16.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 147574 8.26 MB/sec execute 352 sec latency 123.061 ms 2024-01-03T10:56:17.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 147877 8.25 MB/sec execute 353 sec latency 190.637 ms 2024-01-03T10:56:17.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:17 smithi050 ceph-mon[107752]: pgmap v195: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2024-01-03T10:56:17.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:17 smithi105 ceph-mon[110434]: pgmap v195: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2024-01-03T10:56:18.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 148225 8.26 MB/sec execute 354 sec latency 128.685 ms 2024-01-03T10:56:19.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 148674 8.28 MB/sec execute 355 sec latency 125.873 ms 2024-01-03T10:56:19.760 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:19 smithi050 ceph-mon[107752]: pgmap v196: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2024-01-03T10:56:19.956 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:19 smithi105 ceph-mon[110434]: pgmap v196: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2024-01-03T10:56:20.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 148990 8.29 MB/sec execute 356 sec latency 129.484 ms 2024-01-03T10:56:21.023 INFO:teuthology.orchestra.run.smithi050.stdout: 5 149278 8.30 MB/sec execute 357 sec latency 138.880 ms 2024-01-03T10:56:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:21 smithi050 ceph-mon[107752]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2024-01-03T10:56:21.998 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:21 smithi105 ceph-mon[110434]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2024-01-03T10:56:22.032 INFO:teuthology.orchestra.run.smithi050.stdout: 5 149544 8.29 MB/sec execute 358 sec latency 126.117 ms 2024-01-03T10:56:23.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 149831 8.28 MB/sec execute 359 sec latency 120.904 ms 2024-01-03T10:56:23.821 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:23 smithi050 ceph-mon[107752]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2024-01-03T10:56:23.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:23 smithi105 ceph-mon[110434]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2024-01-03T10:56:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:24.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 150068 8.27 MB/sec execute 360 sec latency 132.796 ms 2024-01-03T10:56:25.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 150325 8.27 MB/sec execute 361 sec latency 125.696 ms 2024-01-03T10:56:25.855 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:25 smithi050 ceph-mon[107752]: pgmap v199: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2024-01-03T10:56:25.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:25 smithi105 ceph-mon[110434]: pgmap v199: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2024-01-03T10:56:26.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 150703 8.27 MB/sec execute 362 sec latency 169.178 ms 2024-01-03T10:56:27.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 151085 8.28 MB/sec execute 363 sec latency 140.332 ms 2024-01-03T10:56:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:27 smithi050 ceph-mon[107752]: pgmap v200: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-03T10:56:27.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:27 smithi105 ceph-mon[110434]: pgmap v200: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-03T10:56:28.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 151308 8.26 MB/sec execute 364 sec latency 122.352 ms 2024-01-03T10:56:29.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 151601 8.26 MB/sec execute 365 sec latency 123.340 ms 2024-01-03T10:56:29.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:29 smithi050 ceph-mon[107752]: pgmap v201: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-03T10:56:30.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 151807 8.25 MB/sec execute 366 sec latency 155.915 ms 2024-01-03T10:56:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:29 smithi105 ceph-mon[110434]: pgmap v201: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-03T10:56:31.042 INFO:teuthology.orchestra.run.smithi050.stdout: 5 152061 8.25 MB/sec execute 367 sec latency 135.156 ms 2024-01-03T10:56:31.988 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:31 smithi050 ceph-mon[107752]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2024-01-03T10:56:32.043 INFO:teuthology.orchestra.run.smithi050.stdout: 5 152293 8.26 MB/sec execute 368 sec latency 137.131 ms 2024-01-03T10:56:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:31 smithi105 ceph-mon[110434]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2024-01-03T10:56:33.043 INFO:teuthology.orchestra.run.smithi050.stdout: 5 152534 8.26 MB/sec execute 369 sec latency 196.571 ms 2024-01-03T10:56:34.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:33 smithi050 ceph-mon[107752]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-03T10:56:34.050 INFO:teuthology.orchestra.run.smithi050.stdout: 5 152839 8.26 MB/sec execute 370 sec latency 128.681 ms 2024-01-03T10:56:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:33 smithi105 ceph-mon[110434]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-03T10:56:35.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 153118 8.27 MB/sec execute 371 sec latency 122.077 ms 2024-01-03T10:56:35.830 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:35 smithi050 ceph-mon[107752]: pgmap v204: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 511 op/s 2024-01-03T10:56:36.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 153344 8.25 MB/sec execute 372 sec latency 128.607 ms 2024-01-03T10:56:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:35 smithi105 ceph-mon[110434]: pgmap v204: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 511 op/s 2024-01-03T10:56:37.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 153633 8.24 MB/sec execute 373 sec latency 119.348 ms 2024-01-03T10:56:37.883 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:37 smithi050 ceph-mon[107752]: pgmap v205: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2024-01-03T10:56:37.883 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:37 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:38.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 153913 8.23 MB/sec execute 374 sec latency 142.565 ms 2024-01-03T10:56:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:37 smithi105 ceph-mon[110434]: pgmap v205: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2024-01-03T10:56:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:37 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:39.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 154226 8.23 MB/sec execute 375 sec latency 125.439 ms 2024-01-03T10:56:39.935 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:39 smithi050 ceph-mon[107752]: pgmap v206: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2024-01-03T10:56:40.053 INFO:teuthology.orchestra.run.smithi050.stdout: 5 154574 8.24 MB/sec execute 376 sec latency 125.456 ms 2024-01-03T10:56:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:39 smithi105 ceph-mon[110434]: pgmap v206: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2024-01-03T10:56:41.057 INFO:teuthology.orchestra.run.smithi050.stdout: 5 154874 8.24 MB/sec execute 377 sec latency 197.038 ms 2024-01-03T10:56:41.952 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:41 smithi050 ceph-mon[107752]: pgmap v207: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2024-01-03T10:56:42.054 INFO:teuthology.orchestra.run.smithi050.stdout: 5 155199 8.24 MB/sec execute 378 sec latency 116.368 ms 2024-01-03T10:56:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:41 smithi105 ceph-mon[110434]: pgmap v207: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2024-01-03T10:56:43.059 INFO:teuthology.orchestra.run.smithi050.stdout: 5 155489 8.24 MB/sec execute 379 sec latency 134.765 ms 2024-01-03T10:56:44.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:43 smithi050 ceph-mon[107752]: pgmap v208: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-01-03T10:56:44.059 INFO:teuthology.orchestra.run.smithi050.stdout: 5 155818 8.24 MB/sec execute 380 sec latency 122.876 ms 2024-01-03T10:56:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:43 smithi105 ceph-mon[110434]: pgmap v208: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-01-03T10:56:45.059 INFO:teuthology.orchestra.run.smithi050.stdout: 5 156034 8.24 MB/sec execute 381 sec latency 195.375 ms 2024-01-03T10:56:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:45 smithi050 ceph-mon[107752]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2024-01-03T10:56:46.060 INFO:teuthology.orchestra.run.smithi050.stdout: 5 156351 8.25 MB/sec execute 382 sec latency 134.484 ms 2024-01-03T10:56:46.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:45 smithi105 ceph-mon[110434]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2024-01-03T10:56:47.059 INFO:teuthology.orchestra.run.smithi050.stdout: 5 156607 8.25 MB/sec execute 383 sec latency 134.618 ms 2024-01-03T10:56:47.912 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:47 smithi050 ceph-mon[107752]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2024-01-03T10:56:48.059 INFO:teuthology.orchestra.run.smithi050.stdout: 5 156852 8.24 MB/sec execute 384 sec latency 137.118 ms 2024-01-03T10:56:48.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:47 smithi105 ceph-mon[110434]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2024-01-03T10:56:49.065 INFO:teuthology.orchestra.run.smithi050.stdout: 5 157068 8.23 MB/sec execute 385 sec latency 125.534 ms 2024-01-03T10:56:49.937 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:49 smithi050 ceph-mon[107752]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2024-01-03T10:56:50.065 INFO:teuthology.orchestra.run.smithi050.stdout: 5 157312 8.22 MB/sec execute 386 sec latency 128.511 ms 2024-01-03T10:56:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:49 smithi105 ceph-mon[110434]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2024-01-03T10:56:51.065 INFO:teuthology.orchestra.run.smithi050.stdout: 5 157612 8.23 MB/sec execute 387 sec latency 128.346 ms 2024-01-03T10:56:52.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:51 smithi050 ceph-mon[107752]: pgmap v212: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2024-01-03T10:56:52.065 INFO:teuthology.orchestra.run.smithi050.stdout: 5 157850 8.21 MB/sec execute 388 sec latency 119.649 ms 2024-01-03T10:56:52.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:51 smithi105 ceph-mon[110434]: pgmap v212: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2024-01-03T10:56:53.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:53.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 158203 8.22 MB/sec execute 389 sec latency 132.375 ms 2024-01-03T10:56:53.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:56:54.059 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:53 smithi050 ceph-mon[107752]: pgmap v213: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-03T10:56:54.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 158466 8.21 MB/sec execute 390 sec latency 120.172 ms 2024-01-03T10:56:54.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:53 smithi105 ceph-mon[110434]: pgmap v213: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-03T10:56:55.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 158816 8.21 MB/sec execute 391 sec latency 125.119 ms 2024-01-03T10:56:56.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 159091 8.22 MB/sec execute 392 sec latency 122.552 ms 2024-01-03T10:56:56.123 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:55 smithi050 ceph-mon[107752]: pgmap v214: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2024-01-03T10:56:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:55 smithi105 ceph-mon[110434]: pgmap v214: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2024-01-03T10:56:57.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 159405 8.22 MB/sec execute 393 sec latency 138.131 ms 2024-01-03T10:56:57.914 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:57 smithi050 ceph-mon[107752]: pgmap v215: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2024-01-03T10:56:58.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 159621 8.21 MB/sec execute 394 sec latency 134.087 ms 2024-01-03T10:56:58.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:57 smithi105 ceph-mon[110434]: pgmap v215: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2024-01-03T10:56:59.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 159946 8.22 MB/sec execute 395 sec latency 130.618 ms 2024-01-03T10:56:59.951 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:56:59 smithi050 ceph-mon[107752]: pgmap v216: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2024-01-03T10:57:00.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 160310 8.22 MB/sec execute 396 sec latency 121.015 ms 2024-01-03T10:57:00.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:56:59 smithi105 ceph-mon[110434]: pgmap v216: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2024-01-03T10:57:01.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 160560 8.21 MB/sec execute 397 sec latency 132.000 ms 2024-01-03T10:57:02.001 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:01 smithi050 ceph-mon[107752]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2024-01-03T10:57:02.067 INFO:teuthology.orchestra.run.smithi050.stdout: 5 160850 8.21 MB/sec execute 398 sec latency 137.429 ms 2024-01-03T10:57:02.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:01 smithi105 ceph-mon[110434]: pgmap v217: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2024-01-03T10:57:03.068 INFO:teuthology.orchestra.run.smithi050.stdout: 5 161176 8.22 MB/sec execute 399 sec latency 129.428 ms 2024-01-03T10:57:04.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:03 smithi050 ceph-mon[107752]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2024-01-03T10:57:04.068 INFO:teuthology.orchestra.run.smithi050.stdout: 5 161408 8.21 MB/sec execute 400 sec latency 128.040 ms 2024-01-03T10:57:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:03 smithi105 ceph-mon[110434]: pgmap v218: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2024-01-03T10:57:05.068 INFO:teuthology.orchestra.run.smithi050.stdout: 5 161706 8.21 MB/sec execute 401 sec latency 125.927 ms 2024-01-03T10:57:06.068 INFO:teuthology.orchestra.run.smithi050.stdout: 5 161917 8.19 MB/sec execute 402 sec latency 122.510 ms 2024-01-03T10:57:06.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:05 smithi050 ceph-mon[107752]: pgmap v219: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2024-01-03T10:57:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:05 smithi105 ceph-mon[110434]: pgmap v219: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2024-01-03T10:57:07.068 INFO:teuthology.orchestra.run.smithi050.stdout: 5 162154 8.19 MB/sec execute 403 sec latency 134.585 ms 2024-01-03T10:57:08.076 INFO:teuthology.orchestra.run.smithi050.stdout: 5 162378 8.19 MB/sec execute 404 sec latency 136.555 ms 2024-01-03T10:57:08.153 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:07 smithi050 ceph-mon[107752]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2024-01-03T10:57:08.153 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:07 smithi105 ceph-mon[110434]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2024-01-03T10:57:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:09.076 INFO:teuthology.orchestra.run.smithi050.stdout: 5 162691 8.19 MB/sec execute 405 sec latency 178.823 ms 2024-01-03T10:57:09.993 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:09 smithi050 ceph-mon[107752]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2024-01-03T10:57:10.076 INFO:teuthology.orchestra.run.smithi050.stdout: 5 162910 8.18 MB/sec execute 406 sec latency 116.789 ms 2024-01-03T10:57:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:09 smithi105 ceph-mon[110434]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2024-01-03T10:57:11.076 INFO:teuthology.orchestra.run.smithi050.stdout: 5 163146 8.18 MB/sec execute 407 sec latency 130.696 ms 2024-01-03T10:57:12.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:11 smithi050 ceph-mon[107752]: pgmap v222: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2024-01-03T10:57:12.085 INFO:teuthology.orchestra.run.smithi050.stdout: 5 163428 8.19 MB/sec execute 408 sec latency 132.857 ms 2024-01-03T10:57:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:11 smithi105 ceph-mon[110434]: pgmap v222: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2024-01-03T10:57:13.085 INFO:teuthology.orchestra.run.smithi050.stdout: 5 163638 8.18 MB/sec execute 409 sec latency 110.758 ms 2024-01-03T10:57:14.095 INFO:teuthology.orchestra.run.smithi050.stdout: 5 163894 8.18 MB/sec execute 410 sec latency 135.720 ms 2024-01-03T10:57:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:13 smithi050 ceph-mon[107752]: pgmap v223: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 333 op/s 2024-01-03T10:57:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:13 smithi105 ceph-mon[110434]: pgmap v223: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 333 op/s 2024-01-03T10:57:15.095 INFO:teuthology.orchestra.run.smithi050.stdout: 5 164077 8.17 MB/sec execute 411 sec latency 138.756 ms 2024-01-03T10:57:16.096 INFO:teuthology.orchestra.run.smithi050.stdout: 5 164226 8.16 MB/sec execute 412 sec latency 144.592 ms 2024-01-03T10:57:16.233 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:15 smithi050 ceph-mon[107752]: pgmap v224: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2024-01-03T10:57:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:15 smithi105 ceph-mon[110434]: pgmap v224: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2024-01-03T10:57:17.096 INFO:teuthology.orchestra.run.smithi050.stdout: 5 164442 8.16 MB/sec execute 413 sec latency 121.980 ms 2024-01-03T10:57:18.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:17 smithi050 ceph-mon[107752]: pgmap v225: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2024-01-03T10:57:18.096 INFO:teuthology.orchestra.run.smithi050.stdout: 5 164655 8.14 MB/sec execute 414 sec latency 113.786 ms 2024-01-03T10:57:18.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:17 smithi105 ceph-mon[110434]: pgmap v225: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2024-01-03T10:57:19.096 INFO:teuthology.orchestra.run.smithi050.stdout: 5 164864 8.14 MB/sec execute 415 sec latency 202.646 ms 2024-01-03T10:57:20.073 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:20 smithi050 ceph-mon[107752]: pgmap v226: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2024-01-03T10:57:20.096 INFO:teuthology.orchestra.run.smithi050.stdout: 5 165080 8.13 MB/sec execute 416 sec latency 130.803 ms 2024-01-03T10:57:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:20 smithi105 ceph-mon[110434]: pgmap v226: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2024-01-03T10:57:21.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 165304 8.13 MB/sec execute 417 sec latency 188.329 ms 2024-01-03T10:57:22.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 165506 8.11 MB/sec execute 418 sec latency 128.074 ms 2024-01-03T10:57:22.121 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:22 smithi050 ceph-mon[107752]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2024-01-03T10:57:22.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:22 smithi105 ceph-mon[110434]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2024-01-03T10:57:23.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 165755 8.11 MB/sec execute 419 sec latency 131.683 ms 2024-01-03T10:57:23.145 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:23.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:24.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 166010 8.10 MB/sec execute 420 sec latency 205.998 ms 2024-01-03T10:57:24.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:24 smithi050 ceph-mon[107752]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2024-01-03T10:57:24.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:24 smithi105 ceph-mon[110434]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2024-01-03T10:57:25.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 166227 8.10 MB/sec execute 421 sec latency 136.199 ms 2024-01-03T10:57:26.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 166458 8.10 MB/sec execute 422 sec latency 148.034 ms 2024-01-03T10:57:26.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:26 smithi050 ceph-mon[107752]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-03T10:57:26.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:26 smithi105 ceph-mon[110434]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-03T10:57:27.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 166668 8.10 MB/sec execute 423 sec latency 119.939 ms 2024-01-03T10:57:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:28 smithi050 ceph-mon[107752]: pgmap v230: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2024-01-03T10:57:28.103 INFO:teuthology.orchestra.run.smithi050.stdout: 5 166912 8.11 MB/sec execute 424 sec latency 124.679 ms 2024-01-03T10:57:28.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:28 smithi105 ceph-mon[110434]: pgmap v230: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2024-01-03T10:57:29.102 INFO:teuthology.orchestra.run.smithi050.stdout: 5 167190 8.10 MB/sec execute 425 sec latency 132.990 ms 2024-01-03T10:57:30.107 INFO:teuthology.orchestra.run.smithi050.stdout: 5 167470 8.10 MB/sec execute 426 sec latency 134.052 ms 2024-01-03T10:57:30.147 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:30 smithi050 ceph-mon[107752]: pgmap v231: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2024-01-03T10:57:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:30 smithi105 ceph-mon[110434]: pgmap v231: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2024-01-03T10:57:31.108 INFO:teuthology.orchestra.run.smithi050.stdout: 5 167683 8.09 MB/sec execute 427 sec latency 129.002 ms 2024-01-03T10:57:32.107 INFO:teuthology.orchestra.run.smithi050.stdout: 5 167875 8.08 MB/sec execute 428 sec latency 139.236 ms 2024-01-03T10:57:32.186 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:32 smithi050 ceph-mon[107752]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-03T10:57:32.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:32 smithi105 ceph-mon[110434]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-03T10:57:33.116 INFO:teuthology.orchestra.run.smithi050.stdout: 5 168131 8.08 MB/sec execute 429 sec latency 131.019 ms 2024-01-03T10:57:34.116 INFO:teuthology.orchestra.run.smithi050.stdout: 5 168422 8.07 MB/sec execute 430 sec latency 125.671 ms 2024-01-03T10:57:34.246 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:34 smithi050 ceph-mon[107752]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2024-01-03T10:57:34.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:34 smithi105 ceph-mon[110434]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2024-01-03T10:57:35.116 INFO:teuthology.orchestra.run.smithi050.stdout: 5 168674 8.07 MB/sec execute 431 sec latency 138.260 ms 2024-01-03T10:57:35.284 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:35 smithi050 ceph-mon[107752]: pgmap v234: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2024-01-03T10:57:35.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:35 smithi105 ceph-mon[110434]: pgmap v234: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2024-01-03T10:57:36.119 INFO:teuthology.orchestra.run.smithi050.stdout: 5 168876 8.06 MB/sec execute 432 sec latency 136.308 ms 2024-01-03T10:57:37.119 INFO:teuthology.orchestra.run.smithi050.stdout: 5 169158 8.06 MB/sec execute 433 sec latency 133.535 ms 2024-01-03T10:57:37.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:37 smithi050 ceph-mon[107752]: pgmap v235: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2024-01-03T10:57:37.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:37 smithi105 ceph-mon[110434]: pgmap v235: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2024-01-03T10:57:38.119 INFO:teuthology.orchestra.run.smithi050.stdout: 5 169442 8.06 MB/sec execute 434 sec latency 130.213 ms 2024-01-03T10:57:38.378 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:38.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:39.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 169690 8.05 MB/sec execute 435 sec latency 128.589 ms 2024-01-03T10:57:39.391 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:39 smithi050 ceph-mon[107752]: pgmap v236: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2024-01-03T10:57:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:39 smithi105 ceph-mon[110434]: pgmap v236: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2024-01-03T10:57:40.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 169976 8.06 MB/sec execute 436 sec latency 125.734 ms 2024-01-03T10:57:41.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 170220 8.05 MB/sec execute 437 sec latency 138.070 ms 2024-01-03T10:57:41.447 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:41 smithi050 ceph-mon[107752]: pgmap v237: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2024-01-03T10:57:41.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:41 smithi105 ceph-mon[110434]: pgmap v237: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2024-01-03T10:57:42.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 170513 8.07 MB/sec execute 438 sec latency 125.481 ms 2024-01-03T10:57:43.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 170825 8.06 MB/sec execute 439 sec latency 122.714 ms 2024-01-03T10:57:43.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:43 smithi050 ceph-mon[107752]: pgmap v238: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2024-01-03T10:57:43.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:43 smithi105 ceph-mon[110434]: pgmap v238: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2024-01-03T10:57:44.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 171114 8.06 MB/sec execute 440 sec latency 128.670 ms 2024-01-03T10:57:45.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 171376 8.06 MB/sec execute 441 sec latency 129.874 ms 2024-01-03T10:57:45.516 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:45 smithi050 ceph-mon[107752]: pgmap v239: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2024-01-03T10:57:45.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:45 smithi105 ceph-mon[110434]: pgmap v239: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2024-01-03T10:57:46.120 INFO:teuthology.orchestra.run.smithi050.stdout: 5 171604 8.05 MB/sec execute 442 sec latency 109.784 ms 2024-01-03T10:57:47.126 INFO:teuthology.orchestra.run.smithi050.stdout: 5 171922 8.05 MB/sec execute 443 sec latency 144.812 ms 2024-01-03T10:57:47.584 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:47 smithi050 ceph-mon[107752]: pgmap v240: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2024-01-03T10:57:47.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:47 smithi105 ceph-mon[110434]: pgmap v240: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2024-01-03T10:57:48.126 INFO:teuthology.orchestra.run.smithi050.stdout: 5 172192 8.05 MB/sec execute 444 sec latency 123.016 ms 2024-01-03T10:57:49.135 INFO:teuthology.orchestra.run.smithi050.stdout: 5 172476 8.05 MB/sec execute 445 sec latency 125.735 ms 2024-01-03T10:57:49.628 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:49 smithi050 ceph-mon[107752]: pgmap v241: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2024-01-03T10:57:49.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:49 smithi105 ceph-mon[110434]: pgmap v241: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2024-01-03T10:57:50.135 INFO:teuthology.orchestra.run.smithi050.stdout: 5 172817 8.05 MB/sec execute 446 sec latency 133.670 ms 2024-01-03T10:57:51.137 INFO:teuthology.orchestra.run.smithi050.stdout: 5 173139 8.05 MB/sec execute 447 sec latency 125.855 ms 2024-01-03T10:57:51.437 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:51 smithi050 ceph-mon[107752]: pgmap v242: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2024-01-03T10:57:51.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:51 smithi105 ceph-mon[110434]: pgmap v242: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2024-01-03T10:57:52.136 INFO:teuthology.orchestra.run.smithi050.stdout: 5 173424 8.05 MB/sec execute 448 sec latency 127.862 ms 2024-01-03T10:57:53.136 INFO:teuthology.orchestra.run.smithi050.stdout: 5 173711 8.05 MB/sec execute 449 sec latency 125.084 ms 2024-01-03T10:57:53.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:53 smithi050 ceph-mon[107752]: pgmap v243: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2024-01-03T10:57:53.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:53.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:53 smithi105 ceph-mon[110434]: pgmap v243: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2024-01-03T10:57:53.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:57:54.136 INFO:teuthology.orchestra.run.smithi050.stdout: 5 174065 8.06 MB/sec execute 450 sec latency 128.392 ms 2024-01-03T10:57:55.142 INFO:teuthology.orchestra.run.smithi050.stdout: 5 174384 8.06 MB/sec execute 451 sec latency 133.879 ms 2024-01-03T10:57:55.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:55 smithi050 ceph-mon[107752]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2024-01-03T10:57:55.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:55 smithi105 ceph-mon[110434]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2024-01-03T10:57:56.144 INFO:teuthology.orchestra.run.smithi050.stdout: 5 174601 8.05 MB/sec execute 452 sec latency 129.672 ms 2024-01-03T10:57:57.144 INFO:teuthology.orchestra.run.smithi050.stdout: 5 174835 8.05 MB/sec execute 453 sec latency 139.437 ms 2024-01-03T10:57:57.516 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:57 smithi050 ceph-mon[107752]: pgmap v245: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2024-01-03T10:57:57.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:57 smithi105 ceph-mon[110434]: pgmap v245: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2024-01-03T10:57:58.144 INFO:teuthology.orchestra.run.smithi050.stdout: 5 175121 8.05 MB/sec execute 454 sec latency 129.723 ms 2024-01-03T10:57:59.148 INFO:teuthology.orchestra.run.smithi050.stdout: 5 175387 8.04 MB/sec execute 455 sec latency 141.908 ms 2024-01-03T10:57:59.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:57:59 smithi050 ceph-mon[107752]: pgmap v246: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2024-01-03T10:57:59.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:57:59 smithi105 ceph-mon[110434]: pgmap v246: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2024-01-03T10:58:00.148 INFO:teuthology.orchestra.run.smithi050.stdout: 5 175698 8.04 MB/sec execute 456 sec latency 130.293 ms 2024-01-03T10:58:01.148 INFO:teuthology.orchestra.run.smithi050.stdout: 5 175875 8.04 MB/sec execute 457 sec latency 125.179 ms 2024-01-03T10:58:01.632 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:01 smithi050 ceph-mon[107752]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2024-01-03T10:58:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:01 smithi105 ceph-mon[110434]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2024-01-03T10:58:02.151 INFO:teuthology.orchestra.run.smithi050.stdout: 5 176143 8.04 MB/sec execute 458 sec latency 116.935 ms 2024-01-03T10:58:03.158 INFO:teuthology.orchestra.run.smithi050.stdout: 5 176463 8.03 MB/sec execute 459 sec latency 125.567 ms 2024-01-03T10:58:03.706 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:03 smithi050 ceph-mon[107752]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2024-01-03T10:58:03.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:03 smithi105 ceph-mon[110434]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2024-01-03T10:58:04.158 INFO:teuthology.orchestra.run.smithi050.stdout: 5 176755 8.03 MB/sec execute 460 sec latency 120.883 ms 2024-01-03T10:58:05.161 INFO:teuthology.orchestra.run.smithi050.stdout: 5 176993 8.03 MB/sec execute 461 sec latency 125.140 ms 2024-01-03T10:58:05.541 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:05 smithi050 ceph-mon[107752]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2024-01-03T10:58:05.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:05 smithi105 ceph-mon[110434]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2024-01-03T10:58:06.159 INFO:teuthology.orchestra.run.smithi050.stdout: 5 177258 8.03 MB/sec execute 462 sec latency 122.541 ms 2024-01-03T10:58:07.159 INFO:teuthology.orchestra.run.smithi050.stdout: 5 177693 8.04 MB/sec execute 463 sec latency 125.779 ms 2024-01-03T10:58:07.568 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:07 smithi050 ceph-mon[107752]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2024-01-03T10:58:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:07 smithi105 ceph-mon[110434]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2024-01-03T10:58:08.159 INFO:teuthology.orchestra.run.smithi050.stdout: 5 178014 8.04 MB/sec execute 464 sec latency 211.412 ms 2024-01-03T10:58:08.583 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:08.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:09.159 INFO:teuthology.orchestra.run.smithi050.stdout: 5 178193 8.03 MB/sec execute 465 sec latency 129.901 ms 2024-01-03T10:58:09.626 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:09 smithi050 ceph-mon[107752]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2024-01-03T10:58:09.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:09 smithi105 ceph-mon[110434]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2024-01-03T10:58:10.164 INFO:teuthology.orchestra.run.smithi050.stdout: 5 178415 8.04 MB/sec execute 466 sec latency 187.438 ms 2024-01-03T10:58:11.164 INFO:teuthology.orchestra.run.smithi050.stdout: 5 178650 8.03 MB/sec execute 467 sec latency 128.561 ms 2024-01-03T10:58:11.686 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:11 smithi050 ceph-mon[107752]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2024-01-03T10:58:11.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:11 smithi105 ceph-mon[110434]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2024-01-03T10:58:12.164 INFO:teuthology.orchestra.run.smithi050.stdout: 5 178844 8.03 MB/sec execute 468 sec latency 187.805 ms 2024-01-03T10:58:13.174 INFO:teuthology.orchestra.run.smithi050.stdout: 5 179036 8.02 MB/sec execute 469 sec latency 111.782 ms 2024-01-03T10:58:13.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:13 smithi050 ceph-mon[107752]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2024-01-03T10:58:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:13 smithi105 ceph-mon[110434]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2024-01-03T10:58:14.175 INFO:teuthology.orchestra.run.smithi050.stdout: 5 179314 8.02 MB/sec execute 470 sec latency 131.395 ms 2024-01-03T10:58:15.175 INFO:teuthology.orchestra.run.smithi050.stdout: 5 179593 8.01 MB/sec execute 471 sec latency 145.889 ms 2024-01-03T10:58:15.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:15 smithi050 ceph-mon[107752]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2024-01-03T10:58:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:15 smithi105 ceph-mon[110434]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2024-01-03T10:58:16.175 INFO:teuthology.orchestra.run.smithi050.stdout: 5 179963 8.01 MB/sec execute 472 sec latency 121.711 ms 2024-01-03T10:58:17.176 INFO:teuthology.orchestra.run.smithi050.stdout: 5 180273 8.01 MB/sec execute 473 sec latency 113.714 ms 2024-01-03T10:58:17.587 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:17 smithi050 ceph-mon[107752]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2024-01-03T10:58:17.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:17 smithi105 ceph-mon[110434]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2024-01-03T10:58:18.183 INFO:teuthology.orchestra.run.smithi050.stdout: 5 180505 8.01 MB/sec execute 474 sec latency 116.362 ms 2024-01-03T10:58:19.183 INFO:teuthology.orchestra.run.smithi050.stdout: 5 180809 8.01 MB/sec execute 475 sec latency 101.339 ms 2024-01-03T10:58:19.651 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:19 smithi050 ceph-mon[107752]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2024-01-03T10:58:19.959 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:19 smithi105 ceph-mon[110434]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2024-01-03T10:58:20.189 INFO:teuthology.orchestra.run.smithi050.stdout: 5 181057 8.01 MB/sec execute 476 sec latency 128.296 ms 2024-01-03T10:58:21.189 INFO:teuthology.orchestra.run.smithi050.stdout: 5 181389 8.01 MB/sec execute 477 sec latency 106.631 ms 2024-01-03T10:58:21.800 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:21 smithi050 ceph-mon[107752]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2024-01-03T10:58:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:21 smithi105 ceph-mon[110434]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2024-01-03T10:58:22.189 INFO:teuthology.orchestra.run.smithi050.stdout: 5 181594 8.01 MB/sec execute 478 sec latency 194.362 ms 2024-01-03T10:58:23.195 INFO:teuthology.orchestra.run.smithi050.stdout: 5 181880 8.01 MB/sec execute 479 sec latency 138.755 ms 2024-01-03T10:58:23.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:23 smithi050 ceph-mon[107752]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2024-01-03T10:58:23.600 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:23 smithi105 ceph-mon[110434]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2024-01-03T10:58:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:24.195 INFO:teuthology.orchestra.run.smithi050.stdout: 5 182178 8.01 MB/sec execute 480 sec latency 144.542 ms 2024-01-03T10:58:25.195 INFO:teuthology.orchestra.run.smithi050.stdout: 5 182487 8.01 MB/sec execute 481 sec latency 126.014 ms 2024-01-03T10:58:25.640 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:25 smithi050 ceph-mon[107752]: pgmap v259: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2024-01-03T10:58:25.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:25 smithi105 ceph-mon[110434]: pgmap v259: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2024-01-03T10:58:26.204 INFO:teuthology.orchestra.run.smithi050.stdout: 5 182724 8.01 MB/sec execute 482 sec latency 125.031 ms 2024-01-03T10:58:27.204 INFO:teuthology.orchestra.run.smithi050.stdout: 5 183016 8.00 MB/sec execute 483 sec latency 88.348 ms 2024-01-03T10:58:27.672 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:27 smithi050 ceph-mon[107752]: pgmap v260: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:58:27.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:27 smithi105 ceph-mon[110434]: pgmap v260: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:58:28.204 INFO:teuthology.orchestra.run.smithi050.stdout: 5 183299 7.99 MB/sec execute 484 sec latency 125.377 ms 2024-01-03T10:58:29.204 INFO:teuthology.orchestra.run.smithi050.stdout: 5 183613 8.00 MB/sec execute 485 sec latency 169.508 ms 2024-01-03T10:58:29.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:29 smithi050 ceph-mon[107752]: pgmap v261: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:58:29.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:29 smithi105 ceph-mon[110434]: pgmap v261: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:58:30.204 INFO:teuthology.orchestra.run.smithi050.stdout: 5 183882 8.00 MB/sec execute 486 sec latency 122.568 ms 2024-01-03T10:58:31.214 INFO:teuthology.orchestra.run.smithi050.stdout: 5 184272 8.01 MB/sec execute 487 sec latency 116.501 ms 2024-01-03T10:58:31.798 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:31 smithi050 ceph-mon[107752]: pgmap v262: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2024-01-03T10:58:31.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:31 smithi105 ceph-mon[110434]: pgmap v262: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2024-01-03T10:58:32.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 184615 8.01 MB/sec execute 488 sec latency 105.793 ms 2024-01-03T10:58:33.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 184902 8.01 MB/sec execute 489 sec latency 125.912 ms 2024-01-03T10:58:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:33 smithi050 ceph-mon[107752]: pgmap v263: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2024-01-03T10:58:33.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:33 smithi105 ceph-mon[110434]: pgmap v263: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2024-01-03T10:58:34.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 185097 8.01 MB/sec execute 490 sec latency 145.912 ms 2024-01-03T10:58:35.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 185324 8.00 MB/sec execute 491 sec latency 147.222 ms 2024-01-03T10:58:35.638 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:35 smithi050 ceph-mon[107752]: pgmap v264: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2024-01-03T10:58:35.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:35 smithi105 ceph-mon[110434]: pgmap v264: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2024-01-03T10:58:36.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 185553 8.00 MB/sec execute 492 sec latency 147.756 ms 2024-01-03T10:58:37.216 INFO:teuthology.orchestra.run.smithi050.stdout: 5 185749 8.00 MB/sec execute 493 sec latency 149.827 ms 2024-01-03T10:58:37.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:37 smithi050 ceph-mon[107752]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:58:37.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:37 smithi105 ceph-mon[110434]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:58:38.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 185918 7.99 MB/sec execute 494 sec latency 141.232 ms 2024-01-03T10:58:38.720 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:38.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:39.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 186103 7.98 MB/sec execute 495 sec latency 129.718 ms 2024-01-03T10:58:39.743 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:39 smithi050 ceph-mon[107752]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:58:39.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:39 smithi105 ceph-mon[110434]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2024-01-03T10:58:40.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 186346 7.97 MB/sec execute 496 sec latency 119.630 ms 2024-01-03T10:58:41.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 186599 7.97 MB/sec execute 497 sec latency 128.919 ms 2024-01-03T10:58:41.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:41 smithi050 ceph-mon[107752]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2024-01-03T10:58:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:41 smithi105 ceph-mon[110434]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2024-01-03T10:58:42.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 186765 7.96 MB/sec execute 498 sec latency 111.673 ms 2024-01-03T10:58:43.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 187030 7.95 MB/sec execute 499 sec latency 168.566 ms 2024-01-03T10:58:43.862 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:43 smithi050 ceph-mon[107752]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 312 op/s 2024-01-03T10:58:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:43 smithi105 ceph-mon[110434]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 312 op/s 2024-01-03T10:58:44.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 187391 7.96 MB/sec execute 500 sec latency 128.711 ms 2024-01-03T10:58:45.222 INFO:teuthology.orchestra.run.smithi050.stdout: 5 187723 7.96 MB/sec execute 501 sec latency 134.642 ms 2024-01-03T10:58:45.675 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:45 smithi050 ceph-mon[107752]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2024-01-03T10:58:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:45 smithi105 ceph-mon[110434]: pgmap v269: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2024-01-03T10:58:46.230 INFO:teuthology.orchestra.run.smithi050.stdout: 5 188052 7.97 MB/sec execute 502 sec latency 125.505 ms 2024-01-03T10:58:47.236 INFO:teuthology.orchestra.run.smithi050.stdout: 5 188323 7.97 MB/sec execute 503 sec latency 103.689 ms 2024-01-03T10:58:47.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:47 smithi050 ceph-mon[107752]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2024-01-03T10:58:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:47 smithi105 ceph-mon[110434]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2024-01-03T10:58:48.237 INFO:teuthology.orchestra.run.smithi050.stdout: 5 188565 7.97 MB/sec execute 504 sec latency 128.602 ms 2024-01-03T10:58:49.237 INFO:teuthology.orchestra.run.smithi050.stdout: 5 188840 7.97 MB/sec execute 505 sec latency 134.244 ms 2024-01-03T10:58:49.805 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:49 smithi050 ceph-mon[107752]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2024-01-03T10:58:49.959 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:49 smithi105 ceph-mon[110434]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2024-01-03T10:58:50.236 INFO:teuthology.orchestra.run.smithi050.stdout: 5 189087 7.97 MB/sec execute 506 sec latency 138.594 ms 2024-01-03T10:58:51.237 INFO:teuthology.orchestra.run.smithi050.stdout: 5 189321 7.97 MB/sec execute 507 sec latency 128.407 ms 2024-01-03T10:58:51.855 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:51 smithi050 ceph-mon[107752]: pgmap v272: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2024-01-03T10:58:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:51 smithi105 ceph-mon[110434]: pgmap v272: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2024-01-03T10:58:52.237 INFO:teuthology.orchestra.run.smithi050.stdout: 5 189552 7.96 MB/sec execute 508 sec latency 130.054 ms 2024-01-03T10:58:53.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 189824 7.95 MB/sec execute 509 sec latency 133.288 ms 2024-01-03T10:58:53.890 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:53 smithi050 ceph-mon[107752]: pgmap v273: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2024-01-03T10:58:53.890 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:53 smithi105 ceph-mon[110434]: pgmap v273: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2024-01-03T10:58:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:58:54.241 INFO:teuthology.orchestra.run.smithi050.stdout: 5 190121 7.95 MB/sec execute 510 sec latency 129.778 ms 2024-01-03T10:58:55.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 190372 7.94 MB/sec execute 511 sec latency 134.988 ms 2024-01-03T10:58:55.904 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:55 smithi050 ceph-mon[107752]: pgmap v274: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-03T10:58:55.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:55 smithi105 ceph-mon[110434]: pgmap v274: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-03T10:58:56.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 190719 7.94 MB/sec execute 512 sec latency 125.553 ms 2024-01-03T10:58:57.243 INFO:teuthology.orchestra.run.smithi050.stdout: 5 191042 7.95 MB/sec execute 513 sec latency 122.290 ms 2024-01-03T10:58:57.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:57 smithi050 ceph-mon[107752]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:58:57.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:57 smithi105 ceph-mon[110434]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:58:58.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 191392 7.96 MB/sec execute 514 sec latency 128.995 ms 2024-01-03T10:58:59.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 191668 7.95 MB/sec execute 515 sec latency 130.604 ms 2024-01-03T10:58:59.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:58:59 smithi050 ceph-mon[107752]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:58:59.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:58:59 smithi105 ceph-mon[110434]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2024-01-03T10:59:00.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 191930 7.96 MB/sec execute 516 sec latency 125.317 ms 2024-01-03T10:59:01.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 192190 7.96 MB/sec execute 517 sec latency 142.038 ms 2024-01-03T10:59:01.808 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:01 smithi050 ceph-mon[107752]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2024-01-03T10:59:02.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 192418 7.96 MB/sec execute 518 sec latency 128.694 ms 2024-01-03T10:59:02.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:01 smithi105 ceph-mon[110434]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2024-01-03T10:59:03.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 192675 7.96 MB/sec execute 519 sec latency 128.437 ms 2024-01-03T10:59:03.852 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:03 smithi050 ceph-mon[107752]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 346 op/s 2024-01-03T10:59:04.242 INFO:teuthology.orchestra.run.smithi050.stdout: 5 192916 7.95 MB/sec execute 520 sec latency 138.427 ms 2024-01-03T10:59:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:03 smithi105 ceph-mon[110434]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 346 op/s 2024-01-03T10:59:05.246 INFO:teuthology.orchestra.run.smithi050.stdout: 5 193128 7.94 MB/sec execute 521 sec latency 126.109 ms 2024-01-03T10:59:05.893 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:05 smithi050 ceph-mon[107752]: pgmap v279: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-01-03T10:59:06.246 INFO:teuthology.orchestra.run.smithi050.stdout: 5 193330 7.94 MB/sec execute 522 sec latency 133.240 ms 2024-01-03T10:59:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:05 smithi105 ceph-mon[110434]: pgmap v279: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-01-03T10:59:07.246 INFO:teuthology.orchestra.run.smithi050.stdout: 5 193543 7.93 MB/sec execute 523 sec latency 122.576 ms 2024-01-03T10:59:07.953 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:07 smithi050 ceph-mon[107752]: pgmap v280: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:59:07.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:08.246 INFO:teuthology.orchestra.run.smithi050.stdout: 5 193771 7.93 MB/sec execute 524 sec latency 127.209 ms 2024-01-03T10:59:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:07 smithi105 ceph-mon[110434]: pgmap v280: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:59:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:09.255 INFO:teuthology.orchestra.run.smithi050.stdout: 5 193986 7.92 MB/sec execute 525 sec latency 134.182 ms 2024-01-03T10:59:10.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:09 smithi050 ceph-mon[107752]: pgmap v281: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:59:10.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:09 smithi105 ceph-mon[110434]: pgmap v281: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2024-01-03T10:59:10.255 INFO:teuthology.orchestra.run.smithi050.stdout: 5 194223 7.92 MB/sec execute 526 sec latency 138.968 ms 2024-01-03T10:59:11.255 INFO:teuthology.orchestra.run.smithi050.stdout: 5 194473 7.91 MB/sec execute 527 sec latency 122.506 ms 2024-01-03T10:59:11.858 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:11 smithi050 ceph-mon[107752]: pgmap v282: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2024-01-03T10:59:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:11 smithi105 ceph-mon[110434]: pgmap v282: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2024-01-03T10:59:12.255 INFO:teuthology.orchestra.run.smithi050.stdout: 5 194681 7.91 MB/sec execute 528 sec latency 127.830 ms 2024-01-03T10:59:13.255 INFO:teuthology.orchestra.run.smithi050.stdout: 5 194871 7.90 MB/sec execute 529 sec latency 207.977 ms 2024-01-03T10:59:13.920 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:13 smithi050 ceph-mon[107752]: pgmap v283: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2024-01-03T10:59:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:13 smithi105 ceph-mon[110434]: pgmap v283: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2024-01-03T10:59:14.259 INFO:teuthology.orchestra.run.smithi050.stdout: 5 195156 7.90 MB/sec execute 530 sec latency 133.288 ms 2024-01-03T10:59:15.259 INFO:teuthology.orchestra.run.smithi050.stdout: 5 195433 7.91 MB/sec execute 531 sec latency 135.153 ms 2024-01-03T10:59:15.968 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:15 smithi050 ceph-mon[107752]: pgmap v284: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 427 op/s 2024-01-03T10:59:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:15 smithi105 ceph-mon[110434]: pgmap v284: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 427 op/s 2024-01-03T10:59:16.261 INFO:teuthology.orchestra.run.smithi050.stdout: 5 195684 7.91 MB/sec execute 532 sec latency 138.806 ms 2024-01-03T10:59:17.261 INFO:teuthology.orchestra.run.smithi050.stdout: 5 195924 7.91 MB/sec execute 533 sec latency 145.303 ms 2024-01-03T10:59:18.062 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:17 smithi050 ceph-mon[107752]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 277 op/s 2024-01-03T10:59:18.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:17 smithi105 ceph-mon[110434]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 277 op/s 2024-01-03T10:59:18.260 INFO:teuthology.orchestra.run.smithi050.stdout: 5 196163 7.91 MB/sec execute 534 sec latency 196.483 ms 2024-01-03T10:59:19.261 INFO:teuthology.orchestra.run.smithi050.stdout: 5 196450 7.91 MB/sec execute 535 sec latency 123.280 ms 2024-01-03T10:59:20.101 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:19 smithi050 ceph-mon[107752]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 277 op/s 2024-01-03T10:59:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:19 smithi105 ceph-mon[110434]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 277 op/s 2024-01-03T10:59:20.261 INFO:teuthology.orchestra.run.smithi050.stdout: 5 196739 7.90 MB/sec execute 536 sec latency 111.567 ms 2024-01-03T10:59:21.261 INFO:teuthology.orchestra.run.smithi050.stdout: 5 196952 7.89 MB/sec execute 537 sec latency 121.514 ms 2024-01-03T10:59:21.919 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:21 smithi050 ceph-mon[107752]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2024-01-03T10:59:22.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:21 smithi105 ceph-mon[110434]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2024-01-03T10:59:22.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 197307 7.90 MB/sec execute 538 sec latency 205.408 ms 2024-01-03T10:59:22.944 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:23.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:23.265 INFO:teuthology.orchestra.run.smithi050.stdout: 5 197613 7.90 MB/sec execute 539 sec latency 123.497 ms 2024-01-03T10:59:23.973 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:23 smithi050 ceph-mon[107752]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 287 op/s 2024-01-03T10:59:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:23 smithi105 ceph-mon[110434]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.2 MiB/s wr, 287 op/s 2024-01-03T10:59:24.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 197978 7.90 MB/sec execute 540 sec latency 125.886 ms 2024-01-03T10:59:25.267 INFO:teuthology.orchestra.run.smithi050.stdout: 5 198307 7.90 MB/sec execute 541 sec latency 125.994 ms 2024-01-03T10:59:26.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:25 smithi050 ceph-mon[107752]: pgmap v289: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2024-01-03T10:59:26.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:25 smithi105 ceph-mon[110434]: pgmap v289: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2024-01-03T10:59:26.268 INFO:teuthology.orchestra.run.smithi050.stdout: 5 198553 7.89 MB/sec execute 542 sec latency 119.130 ms 2024-01-03T10:59:27.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 198811 7.90 MB/sec execute 543 sec latency 130.937 ms 2024-01-03T10:59:28.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:27 smithi050 ceph-mon[107752]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2024-01-03T10:59:28.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:27 smithi105 ceph-mon[110434]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2024-01-03T10:59:28.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 199177 7.91 MB/sec execute 544 sec latency 133.204 ms 2024-01-03T10:59:29.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 199487 7.91 MB/sec execute 545 sec latency 138.011 ms 2024-01-03T10:59:30.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:29 smithi050 ceph-mon[107752]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2024-01-03T10:59:30.250 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:29 smithi105 ceph-mon[110434]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2024-01-03T10:59:30.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 199728 7.91 MB/sec execute 546 sec latency 145.462 ms 2024-01-03T10:59:31.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 199988 7.91 MB/sec execute 547 sec latency 141.624 ms 2024-01-03T10:59:32.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:31 smithi050 ceph-mon[107752]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2024-01-03T10:59:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:31 smithi105 ceph-mon[110434]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2024-01-03T10:59:32.264 INFO:teuthology.orchestra.run.smithi050.stdout: 5 200227 7.90 MB/sec execute 548 sec latency 123.578 ms 2024-01-03T10:59:33.269 INFO:teuthology.orchestra.run.smithi050.stdout: 5 200479 7.89 MB/sec execute 549 sec latency 125.571 ms 2024-01-03T10:59:34.184 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:33 smithi050 ceph-mon[107752]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2024-01-03T10:59:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:33 smithi105 ceph-mon[110434]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2024-01-03T10:59:34.269 INFO:teuthology.orchestra.run.smithi050.stdout: 5 200696 7.89 MB/sec execute 550 sec latency 131.879 ms 2024-01-03T10:59:35.269 INFO:teuthology.orchestra.run.smithi050.stdout: 5 201016 7.90 MB/sec execute 551 sec latency 141.395 ms 2024-01-03T10:59:35.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:35 smithi050 ceph-mon[107752]: pgmap v294: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2024-01-03T10:59:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:35 smithi105 ceph-mon[110434]: pgmap v294: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2024-01-03T10:59:36.276 INFO:teuthology.orchestra.run.smithi050.stdout: 5 201315 7.89 MB/sec execute 552 sec latency 119.510 ms 2024-01-03T10:59:37.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 201646 7.89 MB/sec execute 553 sec latency 122.833 ms 2024-01-03T10:59:38.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:37 smithi050 ceph-mon[107752]: pgmap v295: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:59:38.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:37 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:37 smithi105 ceph-mon[110434]: pgmap v295: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:59:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:37 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:38.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 201863 7.89 MB/sec execute 554 sec latency 128.221 ms 2024-01-03T10:59:39.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 202145 7.89 MB/sec execute 555 sec latency 122.220 ms 2024-01-03T10:59:40.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:39 smithi050 ceph-mon[107752]: pgmap v296: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:59:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:39 smithi105 ceph-mon[110434]: pgmap v296: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2024-01-03T10:59:40.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 202447 7.90 MB/sec execute 556 sec latency 130.335 ms 2024-01-03T10:59:41.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 202778 7.90 MB/sec execute 557 sec latency 125.592 ms 2024-01-03T10:59:42.142 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:41 smithi050 ceph-mon[107752]: pgmap v297: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2024-01-03T10:59:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:41 smithi105 ceph-mon[110434]: pgmap v297: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2024-01-03T10:59:42.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 202955 7.90 MB/sec execute 558 sec latency 165.561 ms 2024-01-03T10:59:43.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 203082 7.89 MB/sec execute 559 sec latency 149.976 ms 2024-01-03T10:59:44.212 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:43 smithi050 ceph-mon[107752]: pgmap v298: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2024-01-03T10:59:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:43 smithi105 ceph-mon[110434]: pgmap v298: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2024-01-03T10:59:44.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 203290 7.89 MB/sec execute 560 sec latency 148.967 ms 2024-01-03T10:59:45.274 INFO:teuthology.orchestra.run.smithi050.stdout: 5 203489 7.88 MB/sec execute 561 sec latency 122.492 ms 2024-01-03T10:59:46.001 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:45 smithi050 ceph-mon[107752]: pgmap v299: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2024-01-03T10:59:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:45 smithi105 ceph-mon[110434]: pgmap v299: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2024-01-03T10:59:46.276 INFO:teuthology.orchestra.run.smithi050.stdout: 5 203727 7.87 MB/sec execute 562 sec latency 157.169 ms 2024-01-03T10:59:47.276 INFO:teuthology.orchestra.run.smithi050.stdout: 5 203933 7.86 MB/sec execute 563 sec latency 140.875 ms 2024-01-03T10:59:48.071 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:48 smithi050 ceph-mon[107752]: pgmap v300: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2024-01-03T10:59:48.282 INFO:teuthology.orchestra.run.smithi050.stdout: 5 204143 7.86 MB/sec execute 564 sec latency 120.394 ms 2024-01-03T10:59:48.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:48 smithi105 ceph-mon[110434]: pgmap v300: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2024-01-03T10:59:49.282 INFO:teuthology.orchestra.run.smithi050.stdout: 5 204333 7.86 MB/sec execute 565 sec latency 178.667 ms 2024-01-03T10:59:50.128 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:50 smithi050 ceph-mon[107752]: pgmap v301: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2024-01-03T10:59:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:50 smithi105 ceph-mon[110434]: pgmap v301: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2024-01-03T10:59:50.282 INFO:teuthology.orchestra.run.smithi050.stdout: 5 204612 7.86 MB/sec execute 566 sec latency 124.723 ms 2024-01-03T10:59:51.289 INFO:teuthology.orchestra.run.smithi050.stdout: 5 204898 7.85 MB/sec execute 567 sec latency 112.694 ms 2024-01-03T10:59:52.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:52 smithi050 ceph-mon[107752]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2024-01-03T10:59:52.289 INFO:teuthology.orchestra.run.smithi050.stdout: 5 205154 7.85 MB/sec execute 568 sec latency 129.275 ms 2024-01-03T10:59:52.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:52 smithi105 ceph-mon[110434]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2024-01-03T10:59:53.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:53.289 INFO:teuthology.orchestra.run.smithi050.stdout: 5 205415 7.85 MB/sec execute 569 sec latency 121.049 ms 2024-01-03T10:59:53.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T10:59:54.288 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:54 smithi050 ceph-mon[107752]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2024-01-03T10:59:54.289 INFO:teuthology.orchestra.run.smithi050.stdout: 5 205651 7.85 MB/sec execute 570 sec latency 134.662 ms 2024-01-03T10:59:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:54 smithi105 ceph-mon[110434]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2024-01-03T10:59:55.289 INFO:teuthology.orchestra.run.smithi050.stdout: 5 205936 7.86 MB/sec execute 571 sec latency 136.104 ms 2024-01-03T10:59:56.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:56 smithi050 ceph-mon[107752]: pgmap v304: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2024-01-03T10:59:56.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 206184 7.85 MB/sec execute 572 sec latency 125.425 ms 2024-01-03T10:59:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:56 smithi105 ceph-mon[110434]: pgmap v304: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2024-01-03T10:59:57.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 206374 7.85 MB/sec execute 573 sec latency 116.823 ms 2024-01-03T10:59:57.675 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:57 smithi050 ceph-mon[107752]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2024-01-03T10:59:57.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:57 smithi105 ceph-mon[110434]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2024-01-03T10:59:58.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 206569 7.84 MB/sec execute 574 sec latency 125.691 ms 2024-01-03T10:59:59.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 206708 7.83 MB/sec execute 575 sec latency 130.089 ms 2024-01-03T10:59:59.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 10:59:59 smithi050 ceph-mon[107752]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2024-01-03T10:59:59.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 10:59:59 smithi105 ceph-mon[110434]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2024-01-03T11:00:00.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 206887 7.83 MB/sec execute 576 sec latency 152.669 ms 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: Upgrade daemon: mgr.smithi050.mlcqlp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi050.mlcqlp ... 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: Traceback (most recent call last): 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: "__main__", mod_spec) 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: exec(code, run_globals) 2024-01-03T11:00:00.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5499, in 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5487, in main 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: File "/tmp/tmpy0zdbqza.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-03T11:00:00.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:00 smithi050 ceph-mon[107752]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: Upgrade daemon: mgr.smithi050.mlcqlp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi050.mlcqlp ... 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-03T11:00:00.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: Traceback (most recent call last): 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: "__main__", mod_spec) 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: exec(code, run_globals) 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5499, in 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5487, in main 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: File "/tmp/tmpy0zdbqza.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-03T11:00:00.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:00 smithi105 ceph-mon[110434]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-03T11:00:01.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 207103 7.82 MB/sec execute 577 sec latency 150.490 ms 2024-01-03T11:00:01.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:01 smithi050 ceph-mon[107752]: pgmap v307: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2024-01-03T11:00:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:01 smithi105 ceph-mon[110434]: pgmap v307: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2024-01-03T11:00:02.290 INFO:teuthology.orchestra.run.smithi050.stdout: 5 207361 7.82 MB/sec execute 578 sec latency 128.681 ms 2024-01-03T11:00:03.293 INFO:teuthology.orchestra.run.smithi050.stdout: 5 207614 7.82 MB/sec execute 579 sec latency 116.700 ms 2024-01-03T11:00:03.579 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:03 smithi050 ceph-mon[107752]: pgmap v308: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 279 op/s 2024-01-03T11:00:03.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:03 smithi105 ceph-mon[110434]: pgmap v308: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 279 op/s 2024-01-03T11:00:04.293 INFO:teuthology.orchestra.run.smithi050.stdout: 5 207820 7.81 MB/sec execute 580 sec latency 122.348 ms 2024-01-03T11:00:05.300 INFO:teuthology.orchestra.run.smithi050.stdout: 5 208110 7.82 MB/sec execute 581 sec latency 138.822 ms 2024-01-03T11:00:05.626 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:05 smithi050 ceph-mon[107752]: pgmap v309: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2024-01-03T11:00:05.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:05 smithi105 ceph-mon[110434]: pgmap v309: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2024-01-03T11:00:06.299 INFO:teuthology.orchestra.run.smithi050.stdout: 5 208317 7.81 MB/sec execute 582 sec latency 143.530 ms 2024-01-03T11:00:07.301 INFO:teuthology.orchestra.run.smithi050.stdout: 5 208684 7.81 MB/sec execute 583 sec latency 120.341 ms 2024-01-03T11:00:07.683 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:07 smithi050 ceph-mon[107752]: pgmap v310: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 268 op/s 2024-01-03T11:00:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:07 smithi105 ceph-mon[110434]: pgmap v310: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 268 op/s 2024-01-03T11:00:08.306 INFO:teuthology.orchestra.run.smithi050.stdout: 5 208918 7.81 MB/sec execute 584 sec latency 199.648 ms 2024-01-03T11:00:08.502 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:08.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:09.306 INFO:teuthology.orchestra.run.smithi050.stdout: 5 209127 7.81 MB/sec execute 585 sec latency 129.776 ms 2024-01-03T11:00:09.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:09 smithi050 ceph-mon[107752]: pgmap v311: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 268 op/s 2024-01-03T11:00:09.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:09 smithi105 ceph-mon[110434]: pgmap v311: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 268 op/s 2024-01-03T11:00:10.306 INFO:teuthology.orchestra.run.smithi050.stdout: 5 209461 7.82 MB/sec execute 586 sec latency 100.716 ms 2024-01-03T11:00:11.317 INFO:teuthology.orchestra.run.smithi050.stdout: 5 209741 7.81 MB/sec execute 587 sec latency 125.777 ms 2024-01-03T11:00:11.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:11 smithi050 ceph-mon[107752]: pgmap v312: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2024-01-03T11:00:11.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:11 smithi105 ceph-mon[110434]: pgmap v312: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2024-01-03T11:00:12.325 INFO:teuthology.orchestra.run.smithi050.stdout: 5 210026 7.82 MB/sec execute 588 sec latency 128.654 ms 2024-01-03T11:00:13.325 INFO:teuthology.orchestra.run.smithi050.stdout: 5 210251 7.81 MB/sec execute 589 sec latency 129.876 ms 2024-01-03T11:00:13.532 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:13 smithi050 ceph-mon[107752]: pgmap v313: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 296 op/s 2024-01-03T11:00:13.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:13 smithi105 ceph-mon[110434]: pgmap v313: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 296 op/s 2024-01-03T11:00:14.325 INFO:teuthology.orchestra.run.smithi050.stdout: 5 210443 7.80 MB/sec execute 590 sec latency 119.911 ms 2024-01-03T11:00:15.325 INFO:teuthology.orchestra.run.smithi050.stdout: 5 210715 7.80 MB/sec execute 591 sec latency 128.773 ms 2024-01-03T11:00:15.564 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:15 smithi050 ceph-mon[107752]: pgmap v314: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2024-01-03T11:00:15.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:15 smithi105 ceph-mon[110434]: pgmap v314: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2024-01-03T11:00:16.325 INFO:teuthology.orchestra.run.smithi050.stdout: 5 210998 7.80 MB/sec execute 592 sec latency 125.357 ms 2024-01-03T11:00:17.331 INFO:teuthology.orchestra.run.smithi050.stdout: 5 211258 7.79 MB/sec execute 593 sec latency 185.523 ms 2024-01-03T11:00:17.618 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:17 smithi050 ceph-mon[107752]: pgmap v315: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T11:00:17.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:17 smithi105 ceph-mon[110434]: pgmap v315: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T11:00:18.331 INFO:teuthology.orchestra.run.smithi050.stdout: 5 211593 7.80 MB/sec execute 594 sec latency 174.630 ms 2024-01-03T11:00:19.331 INFO:teuthology.orchestra.run.smithi050.stdout: 5 211848 7.80 MB/sec execute 595 sec latency 124.200 ms 2024-01-03T11:00:19.662 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:19 smithi050 ceph-mon[107752]: pgmap v316: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T11:00:19.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:19 smithi105 ceph-mon[110434]: pgmap v316: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2024-01-03T11:00:20.331 INFO:teuthology.orchestra.run.smithi050.stdout: 5 212119 7.80 MB/sec execute 596 sec latency 109.620 ms 2024-01-03T11:00:21.331 INFO:teuthology.orchestra.run.smithi050.stdout: 5 212381 7.79 MB/sec execute 597 sec latency 125.620 ms 2024-01-03T11:00:21.714 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:21 smithi050 ceph-mon[107752]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-03T11:00:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:21 smithi105 ceph-mon[110434]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-03T11:00:22.340 INFO:teuthology.orchestra.run.smithi050.stdout: 5 212625 7.80 MB/sec execute 598 sec latency 127.986 ms 2024-01-03T11:00:23.340 INFO:teuthology.orchestra.run.smithi050.stdout: 5 212812 7.79 MB/sec execute 599 sec latency 202.481 ms 2024-01-03T11:00:23.524 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:23 smithi050 ceph-mon[107752]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2024-01-03T11:00:23.524 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:23 smithi105 ceph-mon[110434]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2024-01-03T11:00:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:24.340 INFO:teuthology.orchestra.run.smithi050.stdout: 5 213134 7.80 MB/sec execute 600 sec latency 145.933 ms 2024-01-03T11:00:25.345 INFO:teuthology.orchestra.run.smithi050.stdout: 5 cleanup 601 sec 2024-01-03T11:00:25.461 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002e600000007' failed - Device or resource busy 2024-01-03T11:00:25.463 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002d700000006' failed - Device or resource busy 2024-01-03T11:00:25.463 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002d50000000b' failed - Device or resource busy 2024-01-03T11:00:25.543 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000094280000000a' failed - Device or resource busy 2024-01-03T11:00:25.545 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002e70000000c' failed - Device or resource busy 2024-01-03T11:00:25.545 INFO:teuthology.orchestra.run.smithi050.stdout:[210821] unlink './clients/client2/~dmtmp/PARADOX/.nfs000001000000944000000008' failed - Device or resource busy 2024-01-03T11:00:25.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:25 smithi050 ceph-mon[107752]: pgmap v319: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2024-01-03T11:00:25.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:25 smithi105 ceph-mon[110434]: pgmap v319: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2024-01-03T11:00:26.345 INFO:teuthology.orchestra.run.smithi050.stdout: 2 cleanup 602 sec 2024-01-03T11:00:27.345 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 603 sec 2024-01-03T11:00:27.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:27 smithi050 ceph-mon[107752]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2024-01-03T11:00:27.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:27 smithi105 ceph-mon[110434]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2024-01-03T11:00:28.345 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 604 sec 2024-01-03T11:00:29.345 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 605 sec 2024-01-03T11:00:29.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:29 smithi050 ceph-mon[107752]: pgmap v321: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2024-01-03T11:00:29.956 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:29 smithi105 ceph-mon[110434]: pgmap v321: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2024-01-03T11:00:30.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 606 sec 2024-01-03T11:00:31.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 607 sec 2024-01-03T11:00:31.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:31 smithi050 ceph-mon[107752]: pgmap v322: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 3.9 MiB/s wr, 400 op/s 2024-01-03T11:00:31.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:31 smithi105 ceph-mon[110434]: pgmap v322: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 3.9 MiB/s wr, 400 op/s 2024-01-03T11:00:32.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 608 sec 2024-01-03T11:00:33.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 609 sec 2024-01-03T11:00:33.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:33 smithi050 ceph-mon[107752]: pgmap v323: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.4 MiB/s wr, 238 op/s 2024-01-03T11:00:33.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:33 smithi105 ceph-mon[110434]: pgmap v323: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.4 MiB/s wr, 238 op/s 2024-01-03T11:00:34.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 610 sec 2024-01-03T11:00:35.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 611 sec 2024-01-03T11:00:35.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:35 smithi050 ceph-mon[107752]: pgmap v324: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.4 MiB/s wr, 240 op/s 2024-01-03T11:00:35.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:35 smithi105 ceph-mon[110434]: pgmap v324: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.4 MiB/s wr, 240 op/s 2024-01-03T11:00:36.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 612 sec 2024-01-03T11:00:37.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 613 sec 2024-01-03T11:00:37.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:37 smithi105 ceph-mon[110434]: pgmap v325: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 763 KiB/s wr, 90 op/s 2024-01-03T11:00:38.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:37 smithi050 ceph-mon[107752]: pgmap v325: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 763 KiB/s wr, 90 op/s 2024-01-03T11:00:38.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 614 sec 2024-01-03T11:00:38.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:39.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:39.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 615 sec 2024-01-03T11:00:39.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:39 smithi105 ceph-mon[110434]: pgmap v326: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 763 KiB/s wr, 90 op/s 2024-01-03T11:00:40.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:39 smithi050 ceph-mon[107752]: pgmap v326: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 763 KiB/s wr, 90 op/s 2024-01-03T11:00:40.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 616 sec 2024-01-03T11:00:41.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 617 sec 2024-01-03T11:00:41.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:41 smithi105 ceph-mon[110434]: pgmap v327: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 764 KiB/s wr, 92 op/s 2024-01-03T11:00:42.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:41 smithi050 ceph-mon[107752]: pgmap v327: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 764 KiB/s wr, 92 op/s 2024-01-03T11:00:42.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 618 sec 2024-01-03T11:00:43.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 619 sec 2024-01-03T11:00:43.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:43 smithi105 ceph-mon[110434]: pgmap v328: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 25 KiB/s wr, 3 op/s 2024-01-03T11:00:44.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:43 smithi050 ceph-mon[107752]: pgmap v328: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 25 KiB/s wr, 3 op/s 2024-01-03T11:00:44.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 620 sec 2024-01-03T11:00:45.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 621 sec 2024-01-03T11:00:45.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:45 smithi105 ceph-mon[110434]: pgmap v329: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 25 KiB/s wr, 3 op/s 2024-01-03T11:00:46.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:45 smithi050 ceph-mon[107752]: pgmap v329: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 25 KiB/s wr, 3 op/s 2024-01-03T11:00:46.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 622 sec 2024-01-03T11:00:47.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 623 sec 2024-01-03T11:00:47.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:47 smithi105 ceph-mon[110434]: pgmap v330: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:48.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:47 smithi050 ceph-mon[107752]: pgmap v330: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:48.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 624 sec 2024-01-03T11:00:49.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 625 sec 2024-01-03T11:00:49.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:49 smithi105 ceph-mon[110434]: pgmap v331: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:50.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:49 smithi050 ceph-mon[107752]: pgmap v331: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:50.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 626 sec 2024-01-03T11:00:51.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 627 sec 2024-01-03T11:00:51.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:51 smithi105 ceph-mon[110434]: pgmap v332: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:52.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:51 smithi050 ceph-mon[107752]: pgmap v332: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1023 B/s wr, 1 op/s 2024-01-03T11:00:52.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 628 sec 2024-01-03T11:00:53.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 629 sec 2024-01-03T11:00:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:53 smithi105 ceph-mon[110434]: pgmap v333: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-03T11:00:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:53 smithi050 ceph-mon[107752]: pgmap v333: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-03T11:00:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:00:54.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 630 sec 2024-01-03T11:00:55.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 631 sec 2024-01-03T11:00:56.000 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:55 smithi105 ceph-mon[110434]: pgmap v334: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-01-03T11:00:56.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:55 smithi050 ceph-mon[107752]: pgmap v334: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-01-03T11:00:56.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 632 sec 2024-01-03T11:00:57.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 633 sec 2024-01-03T11:00:57.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:57 smithi105 ceph-mon[110434]: pgmap v335: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:00:58.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:57 smithi050 ceph-mon[107752]: pgmap v335: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:00:58.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 634 sec 2024-01-03T11:00:59.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 635 sec 2024-01-03T11:00:59.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:00:59 smithi105 ceph-mon[110434]: pgmap v336: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:00.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:00:59 smithi050 ceph-mon[107752]: pgmap v336: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:00.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 636 sec 2024-01-03T11:01:01.346 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 637 sec 2024-01-03T11:01:01.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:01 smithi105 ceph-mon[110434]: pgmap v337: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:02.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:01 smithi050 ceph-mon[107752]: pgmap v337: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:02.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 638 sec 2024-01-03T11:01:03.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 639 sec 2024-01-03T11:01:03.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:03 smithi105 ceph-mon[110434]: pgmap v338: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:04.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:03 smithi050 ceph-mon[107752]: pgmap v338: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:04.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 640 sec 2024-01-03T11:01:05.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 641 sec 2024-01-03T11:01:05.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:05 smithi105 ceph-mon[110434]: pgmap v339: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:06.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:05 smithi050 ceph-mon[107752]: pgmap v339: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:06.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 642 sec 2024-01-03T11:01:07.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 643 sec 2024-01-03T11:01:07.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:07 smithi105 ceph-mon[110434]: pgmap v340: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:08.050 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:07 smithi050 ceph-mon[107752]: pgmap v340: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:08.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 644 sec 2024-01-03T11:01:08.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:09.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:09.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 645 sec 2024-01-03T11:01:09.956 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:09 smithi105 ceph-mon[110434]: pgmap v341: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:10.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:09 smithi050 ceph-mon[107752]: pgmap v341: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:10.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 646 sec 2024-01-03T11:01:11.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 647 sec 2024-01-03T11:01:11.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:11 smithi105 ceph-mon[110434]: pgmap v342: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:12.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:11 smithi050 ceph-mon[107752]: pgmap v342: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:12.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 648 sec 2024-01-03T11:01:13.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 649 sec 2024-01-03T11:01:13.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:13 smithi105 ceph-mon[110434]: pgmap v343: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:14.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:13 smithi050 ceph-mon[107752]: pgmap v343: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:14.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 650 sec 2024-01-03T11:01:15.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 651 sec 2024-01-03T11:01:15.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:15 smithi105 ceph-mon[110434]: pgmap v344: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:16.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:15 smithi050 ceph-mon[107752]: pgmap v344: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:16.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 652 sec 2024-01-03T11:01:17.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 653 sec 2024-01-03T11:01:17.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:17 smithi105 ceph-mon[110434]: pgmap v345: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:18.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:17 smithi050 ceph-mon[107752]: pgmap v345: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:18.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 654 sec 2024-01-03T11:01:19.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 655 sec 2024-01-03T11:01:19.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:19 smithi105 ceph-mon[110434]: pgmap v346: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:20.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:19 smithi050 ceph-mon[107752]: pgmap v346: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:20.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 656 sec 2024-01-03T11:01:21.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 657 sec 2024-01-03T11:01:21.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:21 smithi105 ceph-mon[110434]: pgmap v347: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:22.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:21 smithi050 ceph-mon[107752]: pgmap v347: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:22.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 658 sec 2024-01-03T11:01:23.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 659 sec 2024-01-03T11:01:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:23 smithi105 ceph-mon[110434]: pgmap v348: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:23.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:23 smithi050 ceph-mon[107752]: pgmap v348: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:24.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 660 sec 2024-01-03T11:01:25.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 661 sec 2024-01-03T11:01:25.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:25 smithi105 ceph-mon[110434]: pgmap v349: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:26.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:25 smithi050 ceph-mon[107752]: pgmap v349: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:26.347 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 662 sec 2024-01-03T11:01:27.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 663 sec 2024-01-03T11:01:27.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:27 smithi105 ceph-mon[110434]: pgmap v350: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:28.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:27 smithi050 ceph-mon[107752]: pgmap v350: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:29.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:29 smithi105 ceph-mon[110434]: pgmap v351: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:31.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:31 smithi105 ceph-mon[110434]: pgmap v352: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:33 smithi105 ceph-mon[110434]: pgmap v353: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:35 smithi105 ceph-mon[110434]: pgmap v354: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:37.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 664 sec 2024-01-03T11:01:37.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 665 sec 2024-01-03T11:01:37.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:29 smithi050 ceph-mon[107752]: pgmap v351: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:37.349 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 666 sec 2024-01-03T11:01:37.349 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 667 sec 2024-01-03T11:01:37.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:31 smithi050 ceph-mon[107752]: pgmap v352: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-03T11:01:37.350 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 668 sec 2024-01-03T11:01:37.350 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 669 sec 2024-01-03T11:01:37.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:33 smithi050 ceph-mon[107752]: pgmap v353: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:37.351 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 670 sec 2024-01-03T11:01:37.351 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 671 sec 2024-01-03T11:01:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:37 smithi105 ceph-mon[110434]: pgmap v355: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:38.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:37 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:40.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:39 smithi105 ceph-mon[110434]: pgmap v356: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:48.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:01:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:01:48.132+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:01:26.263597+0000 front 2024-01-03T11:01:40.166460+0000 (oldest deadline 2024-01-03T11:01:47.363751+0000) 2024-01-03T11:01:48.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:01:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:01:48.132+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:01:26.263546+0000 front 2024-01-03T11:01:40.166558+0000 (oldest deadline 2024-01-03T11:01:47.363751+0000) 2024-01-03T11:01:49.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:01:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:01:49.111+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:01:26.263597+0000 front 2024-01-03T11:01:40.166460+0000 (oldest deadline 2024-01-03T11:01:47.363751+0000) 2024-01-03T11:01:49.497 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:01:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:01:49.111+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:01:26.263546+0000 front 2024-01-03T11:01:40.166558+0000 (oldest deadline 2024-01-03T11:01:47.363751+0000) 2024-01-03T11:01:49.608 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:35 smithi050 ceph-mon[107752]: pgmap v354: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:01:49.609 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 672 sec 2024-01-03T11:01:49.609 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 673 sec 2024-01-03T11:01:49.609 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:37 smithi050 ceph-mon[107752]: pgmap v355: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:49.609 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:37 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:49.610 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 674 sec 2024-01-03T11:01:49.610 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 675 sec 2024-01-03T11:01:49.610 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:39 smithi050 ceph-mon[107752]: pgmap v356: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:49.611 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 676 sec 2024-01-03T11:01:49.611 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 677 sec 2024-01-03T11:01:49.611 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 678 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 679 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 680 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 681 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 682 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 683 sec 2024-01-03T11:01:49.612 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 684 sec 2024-01-03T11:01:49.613 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 685 sec 2024-01-03T11:01:54.269 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 686 sec 2024-01-03T11:01:54.269 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 687 sec 2024-01-03T11:01:54.269 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 688 sec 2024-01-03T11:01:54.269 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 689 sec 2024-01-03T11:01:54.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 690 sec 2024-01-03T11:01:55.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 691 sec 2024-01-03T11:01:55.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:55 smithi105 ceph-mon[110434]: pgmap v357: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:55.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:55 smithi105 ceph-mon[110434]: pgmap v358: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:55 smithi105 ceph-mon[110434]: pgmap v359: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:55 smithi105 ceph-mon[110434]: pgmap v360: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.748 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:55 smithi105 ceph-mon[110434]: pgmap v361: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:55 smithi050 ceph-mon[107752]: pgmap v357: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-03T11:01:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:55 smithi050 ceph-mon[107752]: pgmap v358: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:55 smithi050 ceph-mon[107752]: pgmap v359: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:55 smithi050 ceph-mon[107752]: pgmap v360: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:55.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:55 smithi050 ceph-mon[107752]: pgmap v361: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 692 sec 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: pgmap v362: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: pgmap v363: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: pgmap v364: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: Health check failed: Slow OSD heartbeats on back (longest 1309.102ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:01:56.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:56 smithi105 ceph-mon[110434]: Health check failed: Slow OSD heartbeats on front (longest 1311.234ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: pgmap v362: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: pgmap v363: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: pgmap v364: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: Health check failed: Slow OSD heartbeats on back (longest 1309.102ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:01:56.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:56 smithi050 ceph-mon[107752]: Health check failed: Slow OSD heartbeats on front (longest 1311.234ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:01:57.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 693 sec 2024-01-03T11:01:57.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:57 smithi105 ceph-mon[110434]: pgmap v365: 97 pgs: 2 active+clean+laggy, 95 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:57.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:57 smithi050 ceph-mon[107752]: pgmap v365: 97 pgs: 2 active+clean+laggy, 95 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:58.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 694 sec 2024-01-03T11:01:59.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 695 sec 2024-01-03T11:01:59.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:01:59 smithi105 ceph-mon[110434]: pgmap v366: 97 pgs: 2 active+clean+laggy, 95 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:01:59.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:01:59 smithi050 ceph-mon[107752]: pgmap v366: 97 pgs: 2 active+clean+laggy, 95 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-01-03T11:02:00.348 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 696 sec 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: 0 cleanup 696 sec 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: Operation Count AvgLat MaxLat 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: ---------------------------------------- 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: NTCreateX 150017 7.096 174.623 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: Close 110220 0.137 18.195 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: Rename 6371 12.348 212.863 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: Unlink 30275 7.059 104.739 2024-01-03T11:02:00.370 INFO:teuthology.orchestra.run.smithi050.stdout: Qpathinfo 136131 2.854 107.387 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: Qfileinfo 23766 0.094 16.473 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: Qfsinfo 24982 1.500 36.773 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: Sfileinfo 12238 10.660 85.629 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: Find 52651 5.288 141.224 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: WriteX 74249 10.634 73.699 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: ReadX 235858 0.010 9.530 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: LockX 490 0.410 8.293 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: UnlockX 490 0.325 6.689 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: Flush 10527 0.002 0.026 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T11:02:00.371 INFO:teuthology.orchestra.run.smithi050.stdout:Throughput 7.80372 MB/sec 5 clients 5 procs max_latency=212.869 ms 2024-01-03T11:02:00.373 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-01-03T11:02:00.434 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-01-03T11:02:00.496 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph orch ps' 2024-01-03T11:02:00.513 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-01-03T11:02:00.614 INFO:teuthology.orchestra.run.smithi050.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-03T11:02:00.614 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T11:02:00.614 INFO:teuthology.orchestra.run.smithi050.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-01-03T11:02:00.614 INFO:teuthology.orchestra.run.smithi050.stdout:4 of 5 processes prepared for launch 0 sec 2024-01-03T11:02:00.715 INFO:teuthology.orchestra.run.smithi050.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-03T11:02:00.716 INFO:teuthology.orchestra.run.smithi050.stdout:releasing clients 2024-01-03T11:02:01.512 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:01 smithi050 ceph-mon[107752]: pgmap v367: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-01-03T11:02:01.512 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:01 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:01.512 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:01 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:01 smithi105 ceph-mon[110434]: pgmap v367: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-01-03T11:02:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:01 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:01.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:01 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:02.715 INFO:teuthology.orchestra.run.smithi050.stdout: 5 273 19.25 MB/sec execute 1 sec latency 158.081 ms 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 starting - - - - 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (18m) 12m ago 18m 7033k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (17m) 7m ago 17m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 starting - - - - 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (14m) 12m ago 14m 34.6M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (13m) 7m ago 13m 14.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:9283 running (19m) 12m ago 19m 419M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (12m) 7m ago 17m 515M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (19m) 12m ago 19m 92.2M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T11:02:03.160 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (17m) 7m ago 17m 63.6M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (13m) 12m ago 13m 256M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (13m) 7m ago 13m 91.0M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (11m) 7m ago 17m 24.3M - 1.3.1 1dbe0e931976 cde1fa212c16 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (17m) 12m ago 16m 556M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (16m) 12m ago 16m 368M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (16m) 12m ago 16m 207M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (16m) 12m ago 16m 513M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (15m) 7m ago 15m 1415M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (15m) 7m ago 15m 1662M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (15m) 7m ago 15m 1338M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (14m) 7m ago 14m 2120M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T11:02:03.161 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 starting - - - - 2024-01-03T11:02:03.589 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:03 smithi050 ceph-mon[107752]: pgmap v368: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-01-03T11:02:03.715 INFO:teuthology.orchestra.run.smithi050.stdout: 5 383 18.21 MB/sec execute 2 sec latency 153.697 ms 2024-01-03T11:02:03.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:03 smithi105 ceph-mon[110434]: pgmap v368: 97 pgs: 97 active+clean; 249 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-01-03T11:02:03.783 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph versions' 2024-01-03T11:02:04.664 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:04 smithi050 ceph-mon[107752]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:02:04.715 INFO:teuthology.orchestra.run.smithi050.stdout: 5 490 18.08 MB/sec execute 3 sec latency 140.258 ms 2024-01-03T11:02:04.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:04 smithi105 ceph-mon[110434]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:02:05.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:05 smithi050 ceph-mon[107752]: pgmap v369: 97 pgs: 97 active+clean; 291 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 MiB/s wr, 75 op/s 2024-01-03T11:02:05.715 INFO:teuthology.orchestra.run.smithi050.stdout: 5 672 17.99 MB/sec execute 4 sec latency 122.345 ms 2024-01-03T11:02:05.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:05 smithi105 ceph-mon[110434]: pgmap v369: 97 pgs: 97 active+clean; 291 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 MiB/s wr, 75 op/s 2024-01-03T11:02:06.715 INFO:teuthology.orchestra.run.smithi050.stdout: 5 cleanup 5 sec 2024-01-03T11:02:06.991 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T11:02:06.991 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T11:02:06.991 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T11:02:06.992 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T11:02:06.993 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T11:02:06.993 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T11:02:06.993 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T11:02:07.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 6 sec 2024-01-03T11:02:08.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: pgmap v370: 97 pgs: 97 active+clean; 317 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 6.2 MiB/s wr, 90 op/s 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3538857074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:02:08.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T11:02:08.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.249 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:07 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:08.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: pgmap v370: 97 pgs: 97 active+clean; 317 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 6.2 MiB/s wr, 90 op/s 2024-01-03T11:02:08.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3538857074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:02:08.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:02:08.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:02:08.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T11:02:08.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:08.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:07 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:08.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 7 sec 2024-01-03T11:02:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:08 smithi105 ceph-mon[110434]: pgmap v371: 97 pgs: 97 active+clean; 317 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 544 B/s rd, 6.6 MiB/s wr, 96 op/s 2024-01-03T11:02:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:08 smithi105 ceph-mon[110434]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2024-01-03T11:02:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:08 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:09.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:08 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:09.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:08 smithi050 ceph-mon[107752]: pgmap v371: 97 pgs: 97 active+clean; 317 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 544 B/s rd, 6.6 MiB/s wr, 96 op/s 2024-01-03T11:02:09.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:08 smithi050 ceph-mon[107752]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2024-01-03T11:02:09.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:08 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:09.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:08 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:09.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 8 sec 2024-01-03T11:02:10.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 9 sec 2024-01-03T11:02:11.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:10 smithi105 ceph-mon[110434]: pgmap v372: 97 pgs: 97 active+clean; 277 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.5 MiB/s wr, 204 op/s 2024-01-03T11:02:11.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:10 smithi050 ceph-mon[107752]: pgmap v372: 97 pgs: 97 active+clean; 277 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.5 MiB/s wr, 204 op/s 2024-01-03T11:02:11.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 10 sec 2024-01-03T11:02:12.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 11 sec 2024-01-03T11:02:12.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:12 smithi105 ceph-mon[110434]: pgmap v373: 97 pgs: 97 active+clean; 265 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2024-01-03T11:02:12.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:12 smithi050 ceph-mon[107752]: pgmap v373: 97 pgs: 97 active+clean; 265 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2024-01-03T11:02:13.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 12 sec 2024-01-03T11:02:14.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 13 sec 2024-01-03T11:02:14.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:14 smithi105 ceph-mon[110434]: pgmap v374: 97 pgs: 97 active+clean; 265 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2024-01-03T11:02:14.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:14 smithi050 ceph-mon[107752]: pgmap v374: 97 pgs: 97 active+clean; 265 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2024-01-03T11:02:15.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 14 sec 2024-01-03T11:02:16.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 15 sec 2024-01-03T11:02:16.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:16 smithi050 ceph-mon[107752]: pgmap v375: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 5.7 MiB/s wr, 135 op/s 2024-01-03T11:02:16.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:16 smithi105 ceph-mon[110434]: pgmap v375: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 5.7 MiB/s wr, 135 op/s 2024-01-03T11:02:17.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 16 sec 2024-01-03T11:02:18.715 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 17 sec 2024-01-03T11:02:18.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:18 smithi050 ceph-mon[107752]: pgmap v376: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 119 op/s 2024-01-03T11:02:18.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:18 smithi105 ceph-mon[110434]: pgmap v376: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 119 op/s 2024-01-03T11:02:19.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 18 sec 2024-01-03T11:02:19.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:19 smithi105 ceph-mon[110434]: Health check update: Slow OSD heartbeats on back (longest 3998.887ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:02:19.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:19 smithi105 ceph-mon[110434]: Health check update: Slow OSD heartbeats on front (longest 3998.457ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:02:20.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:19 smithi050 ceph-mon[107752]: Health check update: Slow OSD heartbeats on back (longest 3998.887ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:02:20.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:19 smithi050 ceph-mon[107752]: Health check update: Slow OSD heartbeats on front (longest 3998.457ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:02:20.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 19 sec 2024-01-03T11:02:20.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:20 smithi105 ceph-mon[110434]: pgmap v377: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 114 op/s 2024-01-03T11:02:21.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:20 smithi050 ceph-mon[107752]: pgmap v377: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 114 op/s 2024-01-03T11:02:21.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 20 sec 2024-01-03T11:02:22.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 21 sec 2024-01-03T11:02:22.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:22 smithi105 ceph-mon[110434]: pgmap v378: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 244 KiB/s wr, 11 op/s 2024-01-03T11:02:22.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:22 smithi050 ceph-mon[107752]: pgmap v378: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 244 KiB/s wr, 11 op/s 2024-01-03T11:02:23.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 22 sec 2024-01-03T11:02:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:23 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:24.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:23 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:23 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:23 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:24.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 23 sec 2024-01-03T11:02:25.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:24 smithi050 ceph-mon[107752]: pgmap v379: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 24 KiB/s wr, 4 op/s 2024-01-03T11:02:25.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:24 smithi105 ceph-mon[110434]: pgmap v379: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 24 KiB/s wr, 4 op/s 2024-01-03T11:02:25.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 24 sec 2024-01-03T11:02:26.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 25 sec 2024-01-03T11:02:27.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:26 smithi105 ceph-mon[110434]: pgmap v380: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 24 KiB/s wr, 4 op/s 2024-01-03T11:02:27.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:26 smithi050 ceph-mon[107752]: pgmap v380: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 24 KiB/s wr, 4 op/s 2024-01-03T11:02:27.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 26 sec 2024-01-03T11:02:28.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 27 sec 2024-01-03T11:02:29.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:28 smithi105 ceph-mon[110434]: pgmap v381: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.8 KiB/s wr, 1 op/s 2024-01-03T11:02:29.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:28 smithi050 ceph-mon[107752]: pgmap v381: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.8 KiB/s wr, 1 op/s 2024-01-03T11:02:29.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 28 sec 2024-01-03T11:02:30.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 29 sec 2024-01-03T11:02:31.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:30 smithi105 ceph-mon[110434]: pgmap v382: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2024-01-03T11:02:31.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:30 smithi050 ceph-mon[107752]: pgmap v382: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2024-01-03T11:02:31.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 30 sec 2024-01-03T11:02:32.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 31 sec 2024-01-03T11:02:32.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:32 smithi105 ceph-mon[110434]: pgmap v383: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:32.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:32 smithi050 ceph-mon[107752]: pgmap v383: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:33.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 32 sec 2024-01-03T11:02:34.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 33 sec 2024-01-03T11:02:34.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:34 smithi105 ceph-mon[110434]: pgmap v384: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:34.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:34 smithi050 ceph-mon[107752]: pgmap v384: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:35.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 34 sec 2024-01-03T11:02:36.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 35 sec 2024-01-03T11:02:36.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:36 smithi105 ceph-mon[110434]: pgmap v385: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:37.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:36 smithi050 ceph-mon[107752]: pgmap v385: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:37.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 36 sec 2024-01-03T11:02:38.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 37 sec 2024-01-03T11:02:38.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:38 smithi105 ceph-mon[110434]: pgmap v386: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:38.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:39.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:38 smithi050 ceph-mon[107752]: pgmap v386: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:39.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:39.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 38 sec 2024-01-03T11:02:40.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 39 sec 2024-01-03T11:02:40.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:40 smithi105 ceph-mon[110434]: pgmap v387: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:02:41.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:40 smithi050 ceph-mon[107752]: pgmap v387: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:02:41.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 40 sec 2024-01-03T11:02:42.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 41 sec 2024-01-03T11:02:42.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:42 smithi105 ceph-mon[110434]: pgmap v388: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:42.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:42 smithi050 ceph-mon[107752]: pgmap v388: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:43.716 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 42 sec 2024-01-03T11:02:44.717 INFO:teuthology.orchestra.run.smithi050.stdout: 1 cleanup 43 sec 2024-01-03T11:02:44.769 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:44 smithi050 ceph-mon[107752]: pgmap v389: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:44.841 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-03T11:02:44.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:44 smithi105 ceph-mon[110434]: pgmap v389: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:45.000 INFO:teuthology.orchestra.run.smithi050.stdout: 0 cleanup 43 sec 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Operation Count AvgLat MaxLat 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: ---------------------------------------- 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: NTCreateX 470 26.883 153.693 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Close 443 9.936 55.041 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Rename 11 41.150 158.205 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Unlink 27 7.656 63.315 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Qpathinfo 81 3.882 55.376 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Qfileinfo 329 13.260 39.154 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Qfsinfo 71 1.535 15.795 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Sfileinfo 53 17.957 54.559 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: Find 71 6.223 102.285 2024-01-03T11:02:45.001 INFO:teuthology.orchestra.run.smithi050.stdout: WriteX 1578 0.025 0.067 2024-01-03T11:02:45.002 INFO:teuthology.orchestra.run.smithi050.stdout: ReadX 271 0.052 6.507 2024-01-03T11:02:45.002 INFO:teuthology.orchestra.run.smithi050.stdout: Flush 88 13.712 31.252 2024-01-03T11:02:45.002 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-01-03T11:02:45.002 INFO:teuthology.orchestra.run.smithi050.stdout:Throughput 17.9932 MB/sec 5 clients 5 procs max_latency=158.081 ms 2024-01-03T11:02:45.003 DEBUG:teuthology.parallel:result is None 2024-01-03T11:02:46.136 INFO:teuthology.orchestra.run.smithi050.stdout:wait for servicemap items w/ changing names to refresh 2024-01-03T11:02:46.609 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'sleep 60' 2024-01-03T11:02:46.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:46 smithi050 ceph-mon[107752]: pgmap v390: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:46.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:46 smithi105 ceph-mon[110434]: pgmap v390: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:48.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:48 smithi050 ceph-mon[107752]: pgmap v391: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:48.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:48 smithi105 ceph-mon[110434]: pgmap v391: 97 pgs: 97 active+clean; 252 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:02:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:02:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:02:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 4.6 KiB/s wr, 1 op/s 2024-01-03T11:02:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:49 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 4.6 KiB/s wr, 1 op/s 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:50.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:49 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:51.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:50 smithi105 ceph-mon[110434]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2024-01-03T11:02:51.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:50 smithi050 ceph-mon[107752]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2024-01-03T11:02:52.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:51 smithi105 ceph-mon[110434]: pgmap v393: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 5.0 KiB/s wr, 2 op/s 2024-01-03T11:02:52.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:51 smithi050 ceph-mon[107752]: pgmap v393: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 5.0 KiB/s wr, 2 op/s 2024-01-03T11:02:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:53 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:53 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:53 smithi105 ceph-mon[110434]: pgmap v394: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 5.0 KiB/s wr, 2 op/s 2024-01-03T11:02:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:53 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:02:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:53 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:02:54.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:53 smithi050 ceph-mon[107752]: pgmap v394: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 5.0 KiB/s wr, 2 op/s 2024-01-03T11:02:56.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:55 smithi105 ceph-mon[110434]: pgmap v395: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:02:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:55 smithi050 ceph-mon[107752]: pgmap v395: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:02:57.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:57 smithi105 ceph-mon[110434]: pgmap v396: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:02:57.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:57 smithi050 ceph-mon[107752]: pgmap v396: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:03:00.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:02:59 smithi105 ceph-mon[110434]: pgmap v397: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:03:00.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:02:59 smithi050 ceph-mon[107752]: pgmap v397: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 449 B/s rd, 6.2 KiB/s wr, 2 op/s 2024-01-03T11:03:02.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:01 smithi105 ceph-mon[110434]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 1.6 KiB/s wr, 1 op/s 2024-01-03T11:03:02.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:01 smithi050 ceph-mon[107752]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 1.6 KiB/s wr, 1 op/s 2024-01-03T11:03:04.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:03 smithi105 ceph-mon[110434]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-01-03T11:03:04.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:03 smithi050 ceph-mon[107752]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-01-03T11:03:06.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:05 smithi105 ceph-mon[110434]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-01-03T11:03:06.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:05 smithi050 ceph-mon[107752]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-01-03T11:03:07.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:07 smithi105 ceph-mon[110434]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:07.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:07 smithi050 ceph-mon[107752]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:08.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:08 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:08.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:08 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:09.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:09 smithi105 ceph-mon[110434]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:09.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:09 smithi050 ceph-mon[107752]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:12.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:11 smithi105 ceph-mon[110434]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:12.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:11 smithi050 ceph-mon[107752]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:14.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:13 smithi105 ceph-mon[110434]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:14.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:13 smithi050 ceph-mon[107752]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:16.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:15 smithi105 ceph-mon[110434]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:16.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:15 smithi050 ceph-mon[107752]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:17.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:17 smithi105 ceph-mon[110434]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:17.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:17 smithi050 ceph-mon[107752]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:19.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:18 smithi105 ceph-mon[110434]: Health check update: Slow OSD heartbeats on back (longest 3076.561ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:03:19.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:18 smithi105 ceph-mon[110434]: Health check update: Slow OSD heartbeats on front (longest 3072.692ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:03:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:18 smithi050 ceph-mon[107752]: Health check update: Slow OSD heartbeats on back (longest 3076.561ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-03T11:03:19.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:18 smithi050 ceph-mon[107752]: Health check update: Slow OSD heartbeats on front (longest 3072.692ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-03T11:03:20.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:19 smithi105 ceph-mon[110434]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:20.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:19 smithi050 ceph-mon[107752]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:22.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:21 smithi105 ceph-mon[110434]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:22.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:21 smithi050 ceph-mon[107752]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:23.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:22 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:23.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:22 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:24.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:23 smithi105 ceph-mon[110434]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:24.300 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:23 smithi050 ceph-mon[107752]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:26.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:25 smithi105 ceph-mon[110434]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:26.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:25 smithi050 ceph-mon[107752]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:27.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:27 smithi105 ceph-mon[110434]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:27.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:27 smithi050 ceph-mon[107752]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:30.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:29 smithi105 ceph-mon[110434]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:30.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:29 smithi050 ceph-mon[107752]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:32.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:31 smithi105 ceph-mon[110434]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:32.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:31 smithi050 ceph-mon[107752]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:33 smithi105 ceph-mon[110434]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:34.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:33 smithi050 ceph-mon[107752]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:36.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:35 smithi105 ceph-mon[110434]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:36.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:35 smithi050 ceph-mon[107752]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:37.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:37 smithi105 ceph-mon[110434]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:37.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:37 smithi050 ceph-mon[107752]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:38.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:38 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:38.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:38 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:39.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:39 smithi105 ceph-mon[110434]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:39.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:39 smithi050 ceph-mon[107752]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:42.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:41 smithi105 ceph-mon[110434]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:42.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:41 smithi050 ceph-mon[107752]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:44.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:43 smithi105 ceph-mon[110434]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:44.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:43 smithi050 ceph-mon[107752]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:46.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:45 smithi105 ceph-mon[110434]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:46.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:45 smithi050 ceph-mon[107752]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:47.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:47 smithi105 ceph-mon[110434]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:47.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:47 smithi050 ceph-mon[107752]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:48.379 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph orch ps' 2024-01-03T11:03:49.800 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-03T11:03:49.800 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (13m) 60s ago 19m 25.2M - 0.23.0 ba2b418f427c 56bd36117018 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (19m) 60s ago 19m 7029k - 17.2.0 e1d6a67b021e 5ed90a6f7e47 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi105 smithi105 running (19m) 9m ago 19m 7134k - 17.2.0 e1d6a67b021e 5d3a0ef7ea93 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (13m) 60s ago 19m 55.9M - 8.3.5 dad864ee21e9 9470e22e5c1d 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.eqkcvm smithi050 running (15m) 60s ago 15m 39.5M - 17.2.0 e1d6a67b021e a3e302a3ee24 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi105.ejerfb smithi105 running (15m) 9m ago 15m 14.9M - 17.2.0 e1d6a67b021e 465086b1fca0 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.mlcqlp smithi050 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e 066d67d4227e 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi105.oeotvj smithi105 *:8443,9283 running (14m) 9m ago 19m 515M - 19.0.0-471-g9b340408 6fff646a098b 508ff1a81aa2 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (20m) 60s ago 20m 177M 2048M 17.2.0 e1d6a67b021e 238c6f63f7a7 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi105 smithi105 running (19m) 9m ago 19m 63.6M 2048M 17.2.0 e1d6a67b021e 220a5f822b9d 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.bjambf smithi050 *:2049 running (15m) 60s ago 15m 313M - 4.0 e1d6a67b021e f34ea08e6b81 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.1.0.smithi105.xvwfzp smithi105 *:2049 running (15m) 9m ago 15m 91.0M - 4.0 e1d6a67b021e eca23848e87d 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (13m) 60s ago 19m 28.9M - 1.3.1 1dbe0e931976 697b381bf9b2 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi105 smithi105 *:9100 running (12m) 9m ago 19m 24.3M - 1.3.1 1dbe0e931976 cde1fa212c16 2024-01-03T11:03:49.801 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi050 running (18m) 60s ago 18m 2742M 1945M 17.2.0 e1d6a67b021e 36034f86c3da 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (18m) 60s ago 18m 2587M 1945M 17.2.0 e1d6a67b021e f9374e972696 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi050 running (18m) 60s ago 18m 2004M 1945M 17.2.0 e1d6a67b021e 1f2b13640aa1 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (17m) 60s ago 17m 2511M 1945M 17.2.0 e1d6a67b021e 9f89b7d4273e 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi105 running (17m) 9m ago 17m 1415M 2712M 17.2.0 e1d6a67b021e c36eaad501a7 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi105 running (17m) 9m ago 17m 1662M 2712M 17.2.0 e1d6a67b021e 92c5122ef2b3 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi105 running (16m) 9m ago 16m 1338M 2712M 17.2.0 e1d6a67b021e f9688b604f8f 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi105 running (16m) 9m ago 16m 2120M 2712M 17.2.0 e1d6a67b021e 6625a0095e79 2024-01-03T11:03:49.802 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (12m) 60s ago 18m 70.7M - 2.33.4 514e6a882f6e 60b530a1cc9f 2024-01-03T11:03:50.182 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:49 smithi050 ceph-mon[107752]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:50.182 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:49 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T11:03:50.231 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph orch upgrade status' 2024-01-03T11:03:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:49 smithi105 ceph-mon[110434]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:50.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:49 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-03T11:03:51.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:50 smithi105 ceph-mon[110434]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:03:51.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:50 smithi050 ceph-mon[107752]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:03:51.933 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:51 smithi050 ceph-mon[107752]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:7bd17648ccc1fe75fe9ab96f611a6bc005bc8f80b3a1487488f37c3018d04f81", 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "in_progress": true, 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "services_complete": [], 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "progress": "1/23 daemons upgraded", 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed.", 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout: "is_paused": true 2024-01-03T11:03:52.026 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T11:03:52.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:51 smithi105 ceph-mon[110434]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-03T11:03:52.426 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph health detail' 2024-01-03T11:03:53.146 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:52 smithi050 ceph-mon[107752]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:03:53.146 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:52 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:53.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:52 smithi105 ceph-mon[110434]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-03T11:03:53.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:52 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-03T11:03:54.112 INFO:teuthology.orchestra.run.smithi050.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 3076.561ms); Slow OSD heartbeats on front (longest 3072.692ms); Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:03:54.112 INFO:teuthology.orchestra.run.smithi050.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 3076.561ms) 2024-01-03T11:03:54.112 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 3076.561 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.0 [] 2587.376 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.1 [] 2587.052 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 2538.808 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 1953.401 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.3 [] 1351.053 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.3 [] 1338.615 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.0 [] 1273.973 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.2 [] 1272.082 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.3 [] 1233.285 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 3072.692ms) 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 3072.692 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.1 [] 2587.266 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.0 [] 2587.180 msec 2024-01-03T11:03:54.113 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 1954.167 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 1953.592 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 1448.552 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.3 [] 1350.430 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.3 [] 1339.109 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.3 [] 1305.830 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.2 [] 1272.650 msec 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi050.mlcqlp on host smithi050 failed. 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: Upgrade daemon: mgr.smithi050.mlcqlp: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi050.mlcqlp ... 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl daemon-reload 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout:Traceback (most recent call last): 2024-01-03T11:03:54.114 INFO:teuthology.orchestra.run.smithi050.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: "__main__", mod_spec) 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: exec(code, run_globals) 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5499, in 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 5487, in main 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout: File "/tmp/tmpy0zdbqza.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-03T11:03:54.115 INFO:teuthology.orchestra.run.smithi050.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.365 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:54 smithi050 ceph-mon[107752]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.475 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph versions' 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 172.21.15.105:0/4091084283' entity='mgr.smithi105.oeotvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-03T11:03:54.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:54.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:54 smithi105 ceph-mon[110434]: from='mgr.24441 ' entity='mgr.smithi105.oeotvj' 2024-01-03T11:03:55.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:55 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/3848450877' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T11:03:55.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:55 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/3848450877' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-03T11:03:55.958 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "mon": { 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "mgr": { 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "osd": { 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "mds": { 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: }, 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "overall": { 2024-01-03T11:03:55.959 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-03T11:03:55.960 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph version 19.0.0-471-g9b340408 (9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28) squid (dev)": 1 2024-01-03T11:03:55.960 INFO:teuthology.orchestra.run.smithi050.stdout: } 2024-01-03T11:03:55.960 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-01-03T11:03:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:56 smithi050 ceph-mon[107752]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:56 smithi050 ceph-mon[107752]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 3076.561ms)) 2024-01-03T11:03:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:56 smithi050 ceph-mon[107752]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 3072.692ms)) 2024-01-03T11:03:56.299 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:56 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/2629991637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:03:56.316 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-03T11:03:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:56 smithi105 ceph-mon[110434]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:56 smithi105 ceph-mon[110434]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 3076.561ms)) 2024-01-03T11:03:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:56 smithi105 ceph-mon[110434]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 3072.692ms)) 2024-01-03T11:03:56.497 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:56 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/2629991637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:03:57.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:57 smithi050 ceph-mon[107752]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:57.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:57 smithi105 ceph-mon[110434]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-03T11:03:57.789 INFO:teuthology.orchestra.run.smithi050.stdout:false 2024-01-03T11:03:58.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T11:03:58.151 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi050 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 c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-03T11:03:58.234 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=86714a7333b6495aa29e289e95027ff0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi050 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 c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-03T11:03:58.238 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-03T11:03:58.248 INFO:tasks.cephadm:Teardown begin 2024-01-03T11:03:58.249 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-03T11:03:58.285 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-03T11:03:58.323 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-03T11:03:58.323 DEBUG:teuthology.orchestra.run.smithi050:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-03T11:03:58.343 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-03T11:03:58.383 INFO:tasks.cephadm:Stopping all daemons... 2024-01-03T11:03:58.383 INFO:tasks.cephadm.mon.smithi050:Stopping mon.smithi050... 2024-01-03T11:03:58.383 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050 2024-01-03T11:03:58.668 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:58 smithi050 systemd[1]: Stopping Ceph mon.smithi050 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:03:58.668 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:58 smithi050 ceph-mon[107752]: from='client.? 172.21.15.50:0/369205305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:03:58.668 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:58 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050[107729]: 2024-01-03T11:03:58.472+0000 7fd2e86f3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi050 -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 2024-01-03T11:03:58.668 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Jan 03 11:03:58 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi050[107729]: 2024-01-03T11:03:58.472+0000 7fd2e86f3700 -1 mon.smithi050@0(leader) e2 *** Got Signal Terminated *** 2024-01-03T11:03:58.747 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:58 smithi105 ceph-mon[110434]: from='client.? 172.21.15.50:0/369205305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-03T11:03:58.782 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi050.service' 2024-01-03T11:03:58.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:03:58.827 INFO:tasks.cephadm.mon.smithi050:Stopped mon.smithi050 2024-01-03T11:03:58.827 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2024-01-03T11:03:58.828 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi105 2024-01-03T11:03:59.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:58 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:03:59.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:58 smithi105 bash[135592]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon.smithi105" found: no such container 2024-01-03T11:03:59.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:58 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi105[110409]: 2024-01-03T11:03:58.955+0000 7f17ccdb0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi105 -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 2024-01-03T11:03:59.248 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 03 11:03:58 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-mon-smithi105[110409]: 2024-01-03T11:03:58.955+0000 7f17ccdb0700 -1 mon.smithi105@1(peon) e2 *** Got Signal Terminated *** 2024-01-03T11:03:59.452 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@mon.smithi105.service' 2024-01-03T11:03:59.504 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:03:59.505 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2024-01-03T11:03:59.505 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-03T11:03:59.505 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.0 2024-01-03T11:03:59.799 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:03:59 smithi050 systemd[1]: Stopping Ceph osd.0 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:03:59.799 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:03:59 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0[120101]: 2024-01-03T11:03:59.624+0000 7f6183f0b700 -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 2024-01-03T11:03:59.800 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:03:59 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0[120101]: 2024-01-03T11:03:59.625+0000 7f6183f0b700 -1 osd.0 69 *** Got signal Terminated *** 2024-01-03T11:03:59.800 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:03:59 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0[120101]: 2024-01-03T11:03:59.625+0000 7f6183f0b700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:05.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:04:05 smithi050 bash[158116]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-0 2024-01-03T11:04:05.549 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 03 11:04:05 smithi050 bash[158157]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.0" found: no such container 2024-01-03T11:04:06.292 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.0.service' 2024-01-03T11:04:06.333 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:06.333 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-03T11:04:06.334 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-03T11:04:06.334 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.1 2024-01-03T11:04:06.549 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:06 smithi050 systemd[1]: Stopping Ceph osd.1 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:06.549 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:06 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T11:04:06.472+0000 7f3b76ee8700 -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 2024-01-03T11:04:06.550 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:06 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T11:04:06.472+0000 7f3b76ee8700 -1 osd.1 69 *** Got signal Terminated *** 2024-01-03T11:04:06.550 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:06 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1[123835]: 2024-01-03T11:04:06.472+0000 7f3b76ee8700 -1 osd.1 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:12.413 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:12 smithi050 bash[158341]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-1 2024-01-03T11:04:12.413 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 03 11:04:12 smithi050 bash[158420]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.1" found: no such container 2024-01-03T11:04:13.109 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.1.service' 2024-01-03T11:04:13.149 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:13.150 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-03T11:04:13.150 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-03T11:04:13.150 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.2 2024-01-03T11:04:13.549 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:13 smithi050 systemd[1]: Stopping Ceph osd.2 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:13.550 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:13 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T11:04:13.291+0000 7f8d69242700 -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 2024-01-03T11:04:13.550 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:13 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T11:04:13.291+0000 7f8d69242700 -1 osd.2 69 *** Got signal Terminated *** 2024-01-03T11:04:13.550 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:13 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2[128407]: 2024-01-03T11:04:13.291+0000 7f8d69242700 -1 osd.2 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:19.246 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:18 smithi050 bash[158599]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-2 2024-01-03T11:04:19.246 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 03 11:04:19 smithi050 bash[158643]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.2" found: no such container 2024-01-03T11:04:19.942 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.2.service' 2024-01-03T11:04:19.983 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:19.984 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-03T11:04:19.984 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-03T11:04:19.984 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.3 2024-01-03T11:04:20.299 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:20 smithi050 systemd[1]: Stopping Ceph osd.3 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:20.299 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:20 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3[132738]: 2024-01-03T11:04:20.131+0000 7f357b88f700 -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 2024-01-03T11:04:20.299 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:20 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3[132738]: 2024-01-03T11:04:20.131+0000 7f357b88f700 -1 osd.3 69 *** Got signal Terminated *** 2024-01-03T11:04:20.299 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:20 smithi050 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3[132738]: 2024-01-03T11:04:20.131+0000 7f357b88f700 -1 osd.3 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:26.036 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:25 smithi050 bash[158824]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-3 2024-01-03T11:04:26.037 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 03 11:04:25 smithi050 bash[158868]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.3" found: no such container 2024-01-03T11:04:26.724 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.3.service' 2024-01-03T11:04:26.765 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:26.765 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-03T11:04:26.766 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-03T11:04:26.766 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.4 2024-01-03T11:04:26.913 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:26.623+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:26.914 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 systemd[1]: Stopping Ceph osd.4 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:26.914 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 bash[135749]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.4" found: no such container 2024-01-03T11:04:27.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:26 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:26.956+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:27.248 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:26.913+0000 7f333f836700 -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 2024-01-03T11:04:27.248 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:26.913+0000 7f333f836700 -1 osd.4 69 *** Got signal Terminated *** 2024-01-03T11:04:27.248 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:26 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:26.913+0000 7f333f836700 -1 osd.4 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:27.962 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:27 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:27.654+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:27.963 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:27 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:27.898+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:28.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:27 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:27.962+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:28.997 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:28 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:28.689+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:28.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:28 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:28.914+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:29.498 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:29 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:29.006+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:29.903 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:29 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:29.733+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:29.904 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:29 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:29.538+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:30.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:30 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:30.056+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:30.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:29 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:29.903+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:30.867 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:30 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:30.550+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:30.867 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:30 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:30.720+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:31.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:31 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:31.021+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:31.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:30 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:30.866+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:31.905 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:31 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4[115285]: 2024-01-03T11:04:31.678+0000 7f333d1d3700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:03.709383+0000 front 2024-01-03T11:04:03.709494+0000 (oldest deadline 2024-01-03T11:04:26.609369+0000) 2024-01-03T11:04:31.905 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:31 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:31.542+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:32.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:31 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:31.973+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:32.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:31 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:31.904+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:32.776 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:32 smithi105 bash[135761]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-4 2024-01-03T11:04:32.776 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:32 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:32.523+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:33.045 INFO:journalctl@ceph.osd.4.smithi105.stdout:Jan 03 11:04:32 smithi105 bash[135840]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.4" found: no such container 2024-01-03T11:04:33.046 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:32 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:32.992+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:33.046 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:32 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:32.992+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:33.046 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:32 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:32.924+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:33.046 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:32 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:32.925+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:33.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:33.553+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:33.771 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.4.service' 2024-01-03T11:04:33.812 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:33.812 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-03T11:04:33.813 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-03T11:04:33.813 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.5 2024-01-03T11:04:34.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:33.882+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:34.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:33.882+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 systemd[1]: Stopping Ceph osd.5 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 bash[136016]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.5" found: no such container 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:33.957+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:33.957+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:33.959+0000 7f7b5f108700 -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 2024-01-03T11:04:34.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:33.959+0000 7f7b5f108700 -1 osd.5 69 *** Got signal Terminated *** 2024-01-03T11:04:34.249 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:33 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:33.959+0000 7f7b5f108700 -1 osd.5 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:34.893 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:34 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:34.527+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:35.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:34 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:34.914+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:35.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:34 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:34.914+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:35.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:34 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:34.892+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:35.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:34 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:34.892+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:35.847 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:35 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:35.508+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:36.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:35 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:35.916+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:36.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:35 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:35.916+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:36.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:35 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:35.847+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:36.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:35 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:35.847+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:36.888 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:36.511+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:36.888 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:36.511+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:37.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:36.950+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:37.247 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:36.950+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:37.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:36.887+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:37.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:36 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:36.887+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:37.893 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:37.534+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:37.893 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:37.534+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:38.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:37.892+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:38.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:37.892+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:38.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:37.991+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.948375+0000 front 2024-01-03T11:04:01.948570+0000 (oldest deadline 2024-01-03T11:04:26.648333+0000) 2024-01-03T11:04:38.248 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:37 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5[118718]: 2024-01-03T11:04:37.991+0000 7f7b5caa5700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.649645+0000 front 2024-01-03T11:04:07.649558+0000 (oldest deadline 2024-01-03T11:04:32.349409+0000) 2024-01-03T11:04:38.906 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:38.527+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:38.906 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:38.527+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:39.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:38.905+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:39.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:38 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:38.905+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:39.894 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:39 smithi105 bash[136029]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-5 2024-01-03T11:04:39.895 INFO:journalctl@ceph.osd.5.smithi105.stdout:Jan 03 11:04:39 smithi105 bash[136080]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.5" found: no such container 2024-01-03T11:04:39.895 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:39 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:39.535+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:39.895 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:39 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:39.535+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:40.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:39 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:39.894+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:40.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:39 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:39.894+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:40.614 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:40.499+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:40.615 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:40.499+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:40.621 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.5.service' 2024-01-03T11:04:40.661 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:40.661 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-03T11:04:40.662 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-03T11:04:40.662 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.6 2024-01-03T11:04:40.871 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 systemd[1]: Stopping Ceph osd.6 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:40.872 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 bash[136260]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.6" found: no such container 2024-01-03T11:04:40.872 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:40.845+0000 7efeb3e65700 -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 2024-01-03T11:04:40.872 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:40.845+0000 7efeb3e65700 -1 osd.6 69 *** Got signal Terminated *** 2024-01-03T11:04:40.872 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:40.845+0000 7efeb3e65700 -1 osd.6 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:41.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:40.871+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:41.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:40 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:40.871+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:41.833 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:41 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:41.498+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:41.833 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:41 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:41.498+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:41.833 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:41 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:41.498+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:16.212869+0000 front 2024-01-03T11:04:16.212801+0000 (oldest deadline 2024-01-03T11:04:40.912634+0000) 2024-01-03T11:04:42.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:41 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:41.832+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:42.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:41 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:41.832+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:42.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:42.484+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:42.748 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:42.484+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:42.748 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:42.484+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:16.212869+0000 front 2024-01-03T11:04:16.212801+0000 (oldest deadline 2024-01-03T11:04:40.912634+0000) 2024-01-03T11:04:43.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:42.858+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:43.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:42.858+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:43.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:42 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:42.858+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:43.860 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:43.514+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:43.860 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:43.514+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:43.860 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:43.514+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:16.212869+0000 front 2024-01-03T11:04:16.212801+0000 (oldest deadline 2024-01-03T11:04:40.912634+0000) 2024-01-03T11:04:44.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:43.859+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:44.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:43.859+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:44.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:43 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:43.860+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:44.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:44.481+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:44.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:44.481+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:44.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:44.481+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:16.212869+0000 front 2024-01-03T11:04:16.212801+0000 (oldest deadline 2024-01-03T11:04:40.912634+0000) 2024-01-03T11:04:45.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:44.839+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:45.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:44.839+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:45.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:44 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:44.839+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:45.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:45.434+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:02.811160+0000 front 2024-01-03T11:04:02.811351+0000 (oldest deadline 2024-01-03T11:04:28.711074+0000) 2024-01-03T11:04:45.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:45.434+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:09.811976+0000 front 2024-01-03T11:04:09.811929+0000 (oldest deadline 2024-01-03T11:04:35.711797+0000) 2024-01-03T11:04:45.747 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6[122257]: 2024-01-03T11:04:45.434+0000 7efeb1802700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:16.212869+0000 front 2024-01-03T11:04:16.212801+0000 (oldest deadline 2024-01-03T11:04:40.912634+0000) 2024-01-03T11:04:46.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:45.806+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:46.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:45.806+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:46.248 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:45 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:45.806+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:46.889 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:46 smithi105 bash[136273]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-6 2024-01-03T11:04:46.889 INFO:journalctl@ceph.osd.6.smithi105.stdout:Jan 03 11:04:46 smithi105 bash[136319]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.6" found: no such container 2024-01-03T11:04:46.890 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:46 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:46.764+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:46.890 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:46 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:46.764+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:46.890 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:46 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:46.764+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:46.890 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:46 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:46.764+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:47.578 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.6.service' 2024-01-03T11:04:47.619 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:47.619 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-03T11:04:47.619 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-03T11:04:47.620 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.7 2024-01-03T11:04:47.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 systemd[1]: Stopping Ceph osd.7 for c4b54784-aa24-11ee-95a9-87774f69a715... 2024-01-03T11:04:47.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 bash[136496]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.7" found: no such container 2024-01-03T11:04:47.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.781+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.781+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.781+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.781+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.793+0000 7f34f2e5c700 -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 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.793+0000 7f34f2e5c700 -1 osd.7 69 *** Got signal Terminated *** 2024-01-03T11:04:47.998 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:47 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:47.793+0000 7f34f2e5c700 -1 osd.7 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-03T11:04:49.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:48.787+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:49.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:48.787+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:49.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:48.787+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:49.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:48 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:48.787+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:50.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:49.779+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:50.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:49.779+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:50.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:49.779+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:50.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:49 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:49.779+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:50.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:50 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:50.731+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:50.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:50 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:50.731+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:50.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:50 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:50.731+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:50.997 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:50 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:50.731+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:52.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:51 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:51.759+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:52.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:51 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:51.759+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:52.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:51 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:51.759+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:52.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:51 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:51.759+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:53.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:52 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:52.784+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-01-03T11:04:01.387266+0000 front 2024-01-03T11:04:01.387456+0000 (oldest deadline 2024-01-03T11:04:27.287479+0000) 2024-01-03T11:04:53.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:52 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:52.784+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6814 osd.1 since back 2024-01-03T11:04:07.288061+0000 front 2024-01-03T11:04:07.288164+0000 (oldest deadline 2024-01-03T11:04:32.588145+0000) 2024-01-03T11:04:53.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:52 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:52.784+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6822 osd.2 since back 2024-01-03T11:04:12.588656+0000 front 2024-01-03T11:04:12.588608+0000 (oldest deadline 2024-01-03T11:04:42.589015+0000) 2024-01-03T11:04:53.247 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:52 smithi105 ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7[125725]: 2024-01-03T11:04:52.784+0000 7f34ec7f1700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.50:6830 osd.3 since back 2024-01-03T11:04:22.589691+0000 front 2024-01-03T11:04:22.589654+0000 (oldest deadline 2024-01-03T11:04:46.689599+0000) 2024-01-03T11:04:53.938 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:53 smithi105 bash[136509]: ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd-7 2024-01-03T11:04:53.938 INFO:journalctl@ceph.osd.7.smithi105.stdout:Jan 03 11:04:53 smithi105 bash[136586]: Error: no container with name or ID "ceph-c4b54784-aa24-11ee-95a9-87774f69a715-osd.7" found: no such container 2024-01-03T11:04:54.611 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4b54784-aa24-11ee-95a9-87774f69a715@osd.7.service' 2024-01-03T11:04:54.651 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-03T11:04:54.651 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-03T11:04:54.652 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4b54784-aa24-11ee-95a9-87774f69a715 --force --keep-logs 2024-01-03T11:05:19.370 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4b54784-aa24-11ee-95a9-87774f69a715 --force --keep-logs 2024-01-03T11:05:34.608 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-03T11:05:34.647 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-03T11:05:34.677 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-03T11:05:34.679 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi050/crash 2024-01-03T11:05:34.680 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash -- . 2024-01-03T11:05:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:tar: /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash: Cannot open: No such file or directory 2024-01-03T11:05:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:tar: Error is not recoverable: exiting now 2024-01-03T11:05:34.732 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi105/crash 2024-01-03T11:05:34.733 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash -- . 2024-01-03T11:05:34.779 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/crash: Cannot open: No such file or directory 2024-01-03T11:05:34.779 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-01-03T11:05:34.780 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-03T11:05:34.780 DEBUG:teuthology.orchestra.run.smithi050:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-03T11:05:34.811 INFO:teuthology.orchestra.run.smithi050.stderr:grep: /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph.log: No such file or directory 2024-01-03T11:05:34.813 INFO:tasks.cephadm:Compressing logs... 2024-01-03T11:05:34.813 DEBUG:teuthology.orchestra.run.smithi050:> 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 -- 2024-01-03T11:05:34.856 DEBUG:teuthology.orchestra.run.smithi105:> 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 -- 2024-01-03T11:05:34.885 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-03T11:05:34.885 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2024-01-03T11:05:34.886 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.6.log 2024-01-03T11:05:34.886 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log 2024-01-03T11:05:34.886 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi105.log 2024-01-03T11:05:34.886 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi105.ejerfb.log 2024-01-03T11:05:34.886 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi105.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.7.log 2024-01-03T11:05:34.887 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi105.ejerfb.log: 60.5% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi105.ejerfb.log.gz 2024-01-03T11:05:34.887 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi105.oeotvj.log 2024-01-03T11:05:34.887 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.4.log 2024-01-03T11:05:34.890 INFO:teuthology.orchestra.run.smithi050.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log : No such file or directory 2024-01-03T11:05:34.891 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T11:05:34.891 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log 2024-01-03T11:05:34.891 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.2.log 2024-01-03T11:05:34.891 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi050.mlcqlp.log 2024-01-03T11:05:34.892 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi050.eqkcvm.log 2024-01-03T11:05:34.892 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.2.log: /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi050.mlcqlp.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.3.log 2024-01-03T11:05:34.892 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi050.eqkcvm.log: 78.9% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mds.foofs.smithi050.eqkcvm.log.gz 2024-01-03T11:05:34.893 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.0.log 2024-01-03T11:05:34.893 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi050.log 2024-01-03T11:05:34.893 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.0.log: /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi050.log: 90.9% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log.gz 2024-01-03T11:05:34.893 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.1.log 2024-01-03T11:05:34.894 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi105.oeotvj.log: /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.4.log: 91.0% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-volume.log.gz 2024-01-03T11:05:34.895 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.5.log 2024-01-03T11:05:34.895 INFO:teuthology.orchestra.run.smithi105.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-03T11:05:34.899 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.1.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-03T11:05:34.981 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.5.log: 90.3% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi105.oeotvj.log.gz 2024-01-03T11:05:35.023 INFO:teuthology.orchestra.run.smithi050.stderr: 88.5% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mgr.smithi050.mlcqlp.log.gz 2024-01-03T11:05:35.267 INFO:teuthology.orchestra.run.smithi105.stderr: 92.3% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi105.log.gz 2024-01-03T11:05:35.884 INFO:teuthology.orchestra.run.smithi050.stderr: 91.6% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-mon.smithi050.log.gz 2024-01-03T11:05:43.276 INFO:teuthology.orchestra.run.smithi050.stderr: 94.5% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.2.log.gz 2024-01-03T11:05:44.937 INFO:teuthology.orchestra.run.smithi105.stderr: 94.0% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.4.log.gz 2024-01-03T11:05:45.777 INFO:teuthology.orchestra.run.smithi105.stderr: 94.3% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.6.log.gz 2024-01-03T11:05:47.433 INFO:teuthology.orchestra.run.smithi050.stderr: 94.1% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.0.log.gz 2024-01-03T11:05:47.642 INFO:teuthology.orchestra.run.smithi050.stderr: 94.1% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.3.log.gz 2024-01-03T11:05:47.841 INFO:teuthology.orchestra.run.smithi050.stderr: 94.3% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.1.log.gz 2024-01-03T11:05:47.843 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-01-03T11:05:47.843 INFO:teuthology.orchestra.run.smithi050.stderr:real 0m12.971s 2024-01-03T11:05:47.843 INFO:teuthology.orchestra.run.smithi050.stderr:user 0m46.065s 2024-01-03T11:05:47.844 INFO:teuthology.orchestra.run.smithi050.stderr:sys 0m1.687s 2024-01-03T11:05:49.297 INFO:teuthology.orchestra.run.smithi105.stderr: 94.3% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.5.log.gz 2024-01-03T11:05:52.415 INFO:teuthology.orchestra.run.smithi105.stderr: 94.2% -- replaced with /var/log/ceph/c4b54784-aa24-11ee-95a9-87774f69a715/ceph-osd.7.log.gz 2024-01-03T11:05:52.417 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-01-03T11:05:52.417 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m17.544s 2024-01-03T11:05:52.417 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m51.188s 2024-01-03T11:05:52.417 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m2.119s 2024-01-03T11:05:52.418 INFO:tasks.cephadm:Archiving logs... 2024-01-03T11:05:52.418 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/log/ceph to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi050/log 2024-01-03T11:05:52.419 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-03T11:05:58.743 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi105/log 2024-01-03T11:05:58.744 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-03T11:06:06.226 INFO:tasks.cephadm:Removing cluster... 2024-01-03T11:06:06.227 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4b54784-aa24-11ee-95a9-87774f69a715 --force 2024-01-03T11:06:06.772 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4b54784-aa24-11ee-95a9-87774f69a715 --force 2024-01-03T11:06:07.205 INFO:tasks.cephadm:Removing cephadm ... 2024-01-03T11:06:07.205 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-03T11:06:07.226 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-03T11:06:07.244 INFO:tasks.cephadm:Teardown complete 2024-01-03T11:06:07.244 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-03T11:06:07.257 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-03T11:06:07.257 DEBUG:teuthology.orchestra.run.smithi050:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-03T11:06:07.268 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-03T11:06:07.285 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2024-01-03T11:06:07.289 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-03T11:06:07.289 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2024-01-03T11:06:07.289 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 16 +455us[ +461us] +/- 73ms 2024-01-03T11:06:07.290 INFO:teuthology.orchestra.run.smithi050.stdout:^* hv02.front.sepia.ceph.com 3 6 377 14 -1349us[-1344us] +/- 75ms 2024-01-03T11:06:07.290 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 18 +980us[ +985us] +/- 77ms 2024-01-03T11:06:07.290 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T11:06:07.300 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-03T11:06:07.305 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-03T11:06:07.305 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-03T11:06:07.305 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 17 +429us[ +452us] +/- 73ms 2024-01-03T11:06:07.305 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -1339us[-1316us] +/- 75ms 2024-01-03T11:06:07.305 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 17 +957us[ +957us] +/- 77ms 2024-01-03T11:06:07.306 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-03T11:06:07.306 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-03T11:06:07.315 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-03T11:06:07.316 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-03T11:06:07.326 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T11:06:07.433 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T11:06:07.525 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T11:06:07.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T11:06:07.559 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T11:06:07.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T11:06:07.592 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-03T11:06:07.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-03T11:06:07.619 INFO:teuthology.task.internal:Duration was 1919.956855 seconds 2024-01-03T11:06:07.620 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-03T11:06:07.630 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-03T11:06:07.630 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-03T11:06:07.633 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-03T11:06:07.678 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-03T11:06:07.679 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-03T11:06:08.062 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-03T11:06:08.062 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2024-01-03T11:06:08.063 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T11:06:08.089 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-01-03T11:06:08.089 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T11:06:08.112 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-03T11:06:08.112 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-03T11:06:08.131 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-03T11:06:08.212 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-03T11:06:08.212 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-03T11:06:08.214 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-03T11:06:17.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-03T11:06:17.013 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-03T11:06:17.013 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-03T11:06:17.041 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-03T11:06:17.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-03T11:06:17.088 DEBUG:teuthology.orchestra.run.smithi050:> 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 2024-01-03T11:06:17.090 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-03T11:06:17.115 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2024-01-03T11:06:17.146 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-01-03T11:06:17.175 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-03T11:06:17.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T11:06:17.200 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-03T11:06:17.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-03T11:06:17.233 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-03T11:06:17.250 INFO:teuthology.task.internal:Transferring archived files... 2024-01-03T11:06:17.251 DEBUG:teuthology.misc:Transferring archived files from smithi050:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi050 2024-01-03T11:06:17.252 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-03T11:06:17.317 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100/remote/smithi105 2024-01-03T11:06:17.317 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-03T11:06:17.359 INFO:teuthology.task.internal:Removing archive directory... 2024-01-03T11:06:17.359 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-03T11:06:17.361 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-03T11:06:17.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-03T11:06:17.425 INFO:teuthology.task.internal:Not uploading archives. 2024-01-03T11:06:17.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-03T11:06:17.438 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-03T11:06:17.439 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-03T11:06:17.441 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-03T11:06:17.457 INFO:teuthology.orchestra.run.smithi050.stdout: 526103 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 3 11:06 /home/ubuntu/cephtest 2024-01-03T11:06:17.471 INFO:teuthology.orchestra.run.smithi105.stdout: 525588 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 3 11:06 /home/ubuntu/cephtest 2024-01-03T11:06:17.472 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-03T11:06:17.486 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-03T11:06:17.515 INFO:teuthology.nuke:Checking targets against current locks 2024-01-03T11:06:17.543 DEBUG:teuthology.nuke:shortname: smithi050 2024-01-03T11:06:17.544 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-03T11:06:17.568 DEBUG:teuthology.nuke:shortname: smithi105 2024-01-03T11:06:17.568 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-03T11:06:17.572 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-03 10:25:52.867552', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZS/WzNFrTXY/QXTUpkNCJWQ8fTE1VR4s3a5nxDSC9lyicVyOWKW8B7liMfeKh8GQI4QhINPy2gXfYu5MtfTAQ='} 2024-01-03T11:06:17.596 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-01-03_10:25:36-orch:cephadm-wip-adk-testing-2024-01-02-0614-distro-default-smithi/7505100', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-03 10:25:52.868780', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKyx5HRjq41a857w6L4SETglrt3+Wt+qvh4n+88DBJvmI970Ix9Az64h1dn889rCpr5AJM3xMc3rhDvFrDhFPs='} 2024-01-03T11:06:17.621 INFO:teuthology.orchestra.console.smithi050:Power off 2024-01-03T11:06:17.622 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-03T11:06:17.652 DEBUG:teuthology.orchestra.console.smithi050:power off output: Chassis Power Control: Down/Off 2024-01-03T11:06:17.652 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:17.670 INFO:teuthology.orchestra.console.smithi105:Power off 2024-01-03T11:06:17.671 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-03T11:06:17.682 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-01-03T11:06:17.695 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-01-03T11:06:17.695 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:17.720 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-03T11:06:21.682 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:21.722 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:21.794 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-01-03T11:06:21.833 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-03T11:06:25.796 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:25.834 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-03T11:06:25.906 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is off 2024-01-03T11:06:25.945 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-01-03T11:06:26.008 INFO:teuthology.orchestra.console.smithi050:Power off completed 2024-01-03T11:06:26.046 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-01-03T11:06:26.151 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: 1919.9568545818329 failure_reason: 'Command failed on smithi050 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 c4b54784-aa24-11ee-95a9-87774f69a715 -e sha1=9b340408d2f8b9042a4b0ba8f8f68f33fc4e2b28 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=86714a7333b6495aa29e289e95027ff0 status: fail success: false 2024-01-03T11:06:26.151 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-03T11:06:26.222 INFO:teuthology.run:FAIL