2023-12-01T03:43:13.606 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T03:43:13.606 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450 --owner scheduled_adking@teuthology --name adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/orig.config.yaml 2023-12-01T03:43:13.645 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T03:43:13.724 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7473450' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUPaWOA+WgrjXzxB0r1/XDTmn7pnNUeIBRuka3SLAYw1JG17J45FOqfWMAVxs1vud4Q+bwMzTx9z8FxGwie8Qo= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDz2Hq4PLUHVPzcWYk5MWd3c8rg9yFshh4658ipt1zPQ/dUPuHPVIOSYJA9ECT3hnt5FeOQY3zl9tRtXNHtkSqk= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_01:19:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-01T03:43:13.724 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-01T03:43:13.725 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-01T03:43:13.725 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T03:43:13.726 INFO:teuthology.task.internal:Checking packages... 2023-12-01T03:43:13.752 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-01T03:43:13.752 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T03:43:13.752 INFO:teuthology.packaging:ref: None 2023-12-01T03:43:13.752 INFO:teuthology.packaging:tag: None 2023-12-01T03:43:13.752 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-01T03:43:13.752 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T03:43:13.752 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-01T03:43:13.966 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-01T03:43:13.966 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T03:43:13.974 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T03:43:13.974 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T03:43:13.983 INFO:teuthology.task.internal:Saving configuration 2023-12-01T03:43:13.998 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T03:43:14.009 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T03:43:14.039 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:37:11.148089', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUPaWOA+WgrjXzxB0r1/XDTmn7pnNUeIBRuka3SLAYw1JG17J45FOqfWMAVxs1vud4Q+bwMzTx9z8FxGwie8Qo='} 2023-12-01T03:43:14.061 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:37:11.149420', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDz2Hq4PLUHVPzcWYk5MWd3c8rg9yFshh4658ipt1zPQ/dUPuHPVIOSYJA9ECT3hnt5FeOQY3zl9tRtXNHtkSqk='} 2023-12-01T03:43:14.061 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T03:43:14.069 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-01T03:43:14.069 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-01T03:43:14.069 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T03:43:14.144 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7f02196a60>, signals=[15]) 2023-12-01T03:43:14.144 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T03:43:14.152 INFO:teuthology.task.internal:Opening connections... 2023-12-01T03:43:14.152 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T03:43:14.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:43:14.223 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2023-12-01T03:43:14.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:43:14.291 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T03:43:14.300 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2023-12-01T03:43:14.324 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2023-12-01T03:43:14.325 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2023-12-01T03:43:14.386 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:43:14.387 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T03:43:14.388 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2023-12-01T03:43:14.418 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2023-12-01T03:43:14.440 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2023-12-01T03:43:14.440 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="8" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="8" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el8" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2023-12-01T03:43:14.501 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T03:43:14.502 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2023-12-01T03:43:14.502 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T03:43:14.502 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T03:43:14.502 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T03:43:14.502 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2023-12-01T03:43:14.534 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T03:43:14.542 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T03:43:14.549 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T03:43:14.550 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:43:14.552 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2023-12-01T03:43:14.572 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T03:43:14.615 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T03:43:14.615 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:43:14.618 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2023-12-01T03:43:14.647 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T03:43:14.708 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T03:43:14.724 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T03:43:14.725 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T03:43:14.725 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:43:14.725 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T03:43:14.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:43:14.745 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2023-12-01T03:43:14.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:43:14.747 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-12-01T03:43:14.805 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-489.el8.x86_64 2023-12-01T03:43:14.806 INFO:teuthology.task.kernel:Running kernel on smithi179: 4.18.0-489.el8.x86_64 2023-12-01T03:43:14.806 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2023-12-01T03:43:14.809 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-489.el8.x86_64 2023-12-01T03:43:14.809 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-489.el8.x86_64 2023-12-01T03:43:14.809 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2023-12-01T03:43:18.887 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-12-01T03:43:22.316 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - AppStream 7.1 MB/s | 34 MB 00:04 2023-12-01T03:43:28.812 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 55 MB 00:03 2023-12-01T03:43:31.466 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 55 MB 00:02 2023-12-01T03:43:37.387 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras 82 kB/s | 18 kB 00:00 2023-12-01T03:43:37.946 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-01T03:43:38.264 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T03:43:39.472 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-01T03:43:39.532 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras 84 kB/s | 18 kB 00:00 2023-12-01T03:43:39.941 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2023-12-01T03:43:40.251 INFO:teuthology.orchestra.run.smithi179.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-01T03:43:42.677 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 16 MB 00:02 2023-12-01T03:43:43.548 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 446 kB/s | 24 kB 00:00 2023-12-01T03:43:46.486 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 484 kB/s | 24 kB 00:00 2023-12-01T03:43:47.397 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T03:43:47.398 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T03:43:47.698 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout:Install 3 Packages 2023-12-01T03:43:47.699 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:43:47.700 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 90 M 2023-12-01T03:43:47.700 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 96 M 2023-12-01T03:43:47.700 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-12-01T03:43:49.574 INFO:teuthology.orchestra.run.smithi062.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 6.0 MB/s | 10 MB 00:01 2023-12-01T03:43:50.144 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T03:43:50.144 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T03:43:50.436 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-12-01T03:43:50.436 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:43:50.436 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout:Install 3 Packages 2023-12-01T03:43:50.437 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:43:50.438 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 90 M 2023-12-01T03:43:50.438 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 96 M 2023-12-01T03:43:50.438 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2023-12-01T03:43:51.557 INFO:teuthology.orchestra.run.smithi062.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-01T03:43:52.079 INFO:teuthology.orchestra.run.smithi179.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 6.3 MB/s | 10 MB 00:01 2023-12-01T03:43:52.216 INFO:teuthology.orchestra.run.smithi062.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 8.3 MB/s | 36 MB 00:04 2023-12-01T03:43:52.216 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:43:52.217 INFO:teuthology.orchestra.run.smithi062.stdout:Total 20 MB/s | 90 MB 00:04 2023-12-01T03:43:52.923 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-12-01T03:43:53.376 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-12-01T03:43:53.376 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-12-01T03:43:53.729 INFO:teuthology.orchestra.run.smithi179.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-12-01T03:43:54.113 INFO:teuthology.orchestra.run.smithi179.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-01T03:43:54.113 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:43:54.113 INFO:teuthology.orchestra.run.smithi179.stdout:Total 24 MB/s | 90 MB 00:03 2023-12-01T03:43:54.668 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-12-01T03:43:54.693 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-12-01T03:43:54.793 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2023-12-01T03:43:55.200 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2023-12-01T03:43:55.201 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2023-12-01T03:43:56.445 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2023-12-01T03:43:56.463 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2023-12-01T03:43:57.632 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-12-01T03:43:58.202 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:43:59.299 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2023-12-01T03:43:59.802 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:44:01.926 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:44:02.326 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:03.342 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:44:03.743 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:06.000 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:06.269 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:07.166 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:07.441 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.243 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.267 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.425 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.449 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.609 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.609 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:44:29.609 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:29.814 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:29.814 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T03:44:29.814 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:44:30.390 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-12-01T03:44:30.536 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:44:30.630 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:44:30.631 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T03:44:30.756 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.757 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:44:30.757 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T03:44:30.757 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T03:44:30.757 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T03:44:30.757 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T03:44:30.757 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T03:44:30.757 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:44:30.776 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:44:30.967 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.967 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:44:30.967 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2023-12-01T03:44:30.997 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:44:30.998 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:44:30.998 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T03:44:30.998 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T03:44:30.998 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T03:44:30.998 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T03:44:30.998 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T03:44:30.998 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T03:44:31.001 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2023-12-01T03:44:31.001 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2023-12-01T03:44:31.001 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.02 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 129.el8 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Group : System Environment/Base 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 9265586 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Relocations : (not relocatable) 2023-12-01T03:44:31.002 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : CentOS BuildSystem 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T03:44:31.003 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T03:44:31.004 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2023-12-01T03:44:31.004 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:44:31.004 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T03:44:31.005 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T03:44:31.005 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 4.18.0-526.el8.x86_64 2023-12-01T03:44:31.005 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T03:44:31.217 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T03:44:31.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T03:44:31.218 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2023-12-01T03:44:31.253 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.02 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 129.el8 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Group : System Environment/Base 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 9265586 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T03:44:31.254 INFO:teuthology.orchestra.run.smithi062.stdout:Relocations : (not relocatable) 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : CentOS BuildSystem 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:44:31.255 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T03:44:31.256 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T03:44:31.256 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 4.18.0-526.el8.x86_64 2023-12-01T03:44:31.256 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T03:44:32.594 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2023-12-01T03:44:32.705 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2023-12-01T03:44:34.534 INFO:teuthology.orchestra.run.smithi062.stderr:done 2023-12-01T03:44:34.536 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2023-12-01T03:44:34.557 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.9czuB5JgbS 2023-12-01T03:44:34.558 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9czuB5JgbS 2023-12-01T03:44:34.623 INFO:teuthology.orchestra.run.smithi179.stderr:done 2023-12-01T03:44:34.626 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2023-12-01T03:44:34.634 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.9czuB5JgbS 2023-12-01T03:44:34.662 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.FEg0ZIcOL1 2023-12-01T03:44:34.663 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FEg0ZIcOL1 2023-12-01T03:44:34.735 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.FEg0ZIcOL1 2023-12-01T03:44:34.781 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.9czuB5JgbS is 6KB 2023-12-01T03:44:34.828 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.9czuB5JgbS 2023-12-01T03:44:34.846 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T03:44:34.890 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.FEg0ZIcOL1 is 6KB 2023-12-01T03:44:34.912 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T03:44:34.912 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T03:44:34.913 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T03:44:34.913 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T03:44:34.914 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T03:44:34.938 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.FEg0ZIcOL1 2023-12-01T03:44:34.956 DEBUG:teuthology.orchestra.run.smithi179:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T03:44:35.028 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T03:44:35.028 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T03:44:35.028 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T03:44:35.028 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T03:44:35.030 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T03:44:35.074 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2023-12-01T03:44:35.194 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2023-12-01T03:45:05.106 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T03:45:05.107 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T03:45:05.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:45:05.196 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T03:45:05.196 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-12-01T03:45:05.197 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:46:05.167 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T03:46:05.198 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T03:46:14.174 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T03:46:14.175 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:46:14.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-12-01T03:46:14.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:46:14.580 DEBUG:teuthology.orchestra.run.smithi179:> true 2023-12-01T03:46:14.637 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-12-01T03:46:14.836 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-12-01T03:46:14.836 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T03:46:14.836 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2023-12-01T03:46:14.852 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-526.el8.x86_64 2023-12-01T03:46:14.853 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T03:46:14.853 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T03:46:14.853 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T03:46:14.917 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T03:46:14.917 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T03:46:14.917 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-12-01T03:46:14.935 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-526.el8.x86_64 2023-12-01T03:46:14.935 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T03:46:14.937 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T03:46:14.938 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T03:46:15.854 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T03:46:15.854 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:46:15.939 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T03:46:15.939 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T03:46:15.940 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2023-12-01T03:46:15.954 DEBUG:teuthology.parallel:result is None 2023-12-01T03:46:16.009 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2023-12-01T03:46:16.030 DEBUG:teuthology.parallel:result is None 2023-12-01T03:46:16.030 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T03:46:16.038 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T03:46:16.038 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:46:16.040 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T03:46:16.057 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T03:46:16.064 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T03:46:16.074 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T03:46:16.074 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:46:16.100 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T03:46:16.137 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T03:46:16.146 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T03:46:16.146 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T03:46:16.171 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T03:46:16.201 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:46:16.201 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:46:16.211 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:46:16.212 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T03:46:16.214 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T03:46:16.223 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T03:46:16.223 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:46:16.258 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T03:46:16.284 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T03:46:16.296 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T03:46:16.296 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:46:16.323 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T03:46:16.343 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:46:16.422 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:46:16.469 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:46:16.552 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:46:16.590 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:46:16.590 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:46:16.667 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:46:16.710 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T03:46:16.764 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:46:16.855 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T03:46:16.901 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:46:16.901 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T03:46:16.974 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2023-12-01T03:46:16.976 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2023-12-01T03:46:17.064 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:46:17.082 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T03:46:17.145 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T03:46:17.155 INFO:teuthology.task.internal:Starting timer... 2023-12-01T03:46:17.155 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T03:46:17.166 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T03:46:17.175 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T03:46:17.175 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2023-12-01T03:46:17.256 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2023-12-01T03:46:17.258 DEBUG:teuthology.orchestra.run.smithi179:> sudo service auditd rotate 2023-12-01T03:46:17.333 INFO:teuthology.orchestra.run.smithi179.stdout:Rotating logs: 2023-12-01T03:46:17.335 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T03:46:17.335 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2023-12-01T03:46:17.361 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2023-12-01T03:46:17.362 DEBUG:teuthology.orchestra.run.smithi179:> /usr/sbin/getenforce 2023-12-01T03:46:17.383 INFO:teuthology.orchestra.run.smithi179.stdout:Permissive 2023-12-01T03:46:17.383 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi179.front.sepia.ceph.com': 'permissive'} 2023-12-01T03:46:17.383 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T03:46:17.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:46:17.428 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T03:46:17.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T03:46:17.457 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T03:46:17.457 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:46:17.494 DEBUG:teuthology.orchestra.run.smithi179:> sudo /usr/sbin/setenforce permissive 2023-12-01T03:46:17.528 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T03:46:17.538 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T03:46:17.539 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T03:46:17.560 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-01T03:46:17.561 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T03:53:56.729 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2023-12-01T03:53:56.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T03:53:56.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:53:56.802 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-12-01T03:53:56.869 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T03:53:56.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-12-01T03:53:56.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T03:53:56.936 DEBUG:teuthology.orchestra.run.smithi179:> true 2023-12-01T03:53:57.005 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-12-01T03:53:57.005 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T03:53:57.017 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T03:53:57.017 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:53:57.018 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T03:53:57.020 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T03:53:57.020 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T03:53:57.052 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:53:57.067 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:53:57.075 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T03:53:57.089 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T03:53:57.128 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2023-12-01T03:53:57.140 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2023-12-01T03:53:57.154 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:53:57.155 INFO:teuthology.orchestra.run.smithi179.stderr:sudo: ntpd: command not found 2023-12-01T03:53:57.166 INFO:teuthology.orchestra.run.smithi179.stdout:506 Cannot talk to daemon 2023-12-01T03:53:57.168 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:53:57.180 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T03:53:57.193 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T03:53:57.247 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.250 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.255 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.259 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T03:53:57.260 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T03:53:57.269 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T03:53:57.269 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T03:53:57.270 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:53:57.270 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi179.front.sepia.ceph.com 2023-12-01T03:53:57.270 DEBUG:teuthology.orchestra.run.smithi179:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T03:53:58.183 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:41 ago on Fri 01 Dec 2023 03:52:17 AM UTC. 2023-12-01T03:53:58.207 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:35 ago on Fri 01 Dec 2023 03:52:23 AM UTC. 2023-12-01T03:54:00.302 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout:Resetting modules: 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:00.303 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:00.507 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T03:54:00.508 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:00.508 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:00.509 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:00.554 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-12-01T03:54:00.768 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T03:54:01.529 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:44 ago on Fri 01 Dec 2023 03:52:17 AM UTC. 2023-12-01T03:54:01.746 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:38 ago on Fri 01 Dec 2023 03:52:23 AM UTC. 2023-12-01T03:54:03.623 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-12-01T03:54:03.807 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:03.807 INFO:teuthology.orchestra.run.smithi179.stdout: Package Arch Version Repository Size 2023-12-01T03:54:03.807 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:03.807 INFO:teuthology.orchestra.run.smithi179.stdout:Installing group/module packages: 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T03:54:03.808 INFO:teuthology.orchestra.run.smithi179.stdout:Installing weak dependencies: 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout:Installing module profiles: 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools/common 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout:Enabling module streams: 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools rhel8 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout:Install 13 Packages 2023-12-01T03:54:03.809 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 27 M 2023-12-01T03:54:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 89 M 2023-12-01T03:54:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2023-12-01T03:54:04.011 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T03:54:04.208 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2023-12-01T03:54:04.209 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools rhel8 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 27 M 2023-12-01T03:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 89 M 2023-12-01T03:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-12-01T03:54:04.528 INFO:teuthology.orchestra.run.smithi179.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.8 MB/s | 750 kB 00:00 2023-12-01T03:54:04.562 INFO:teuthology.orchestra.run.smithi179.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.4 MB/s | 1.0 MB 00:00 2023-12-01T03:54:04.587 INFO:teuthology.orchestra.run.smithi179.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-12-01T03:54:04.612 INFO:teuthology.orchestra.run.smithi179.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-01T03:54:04.671 INFO:teuthology.orchestra.run.smithi179.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-12-01T03:54:04.746 INFO:teuthology.orchestra.run.smithi179.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 25 MB/s | 3.9 MB 00:00 2023-12-01T03:54:04.763 INFO:teuthology.orchestra.run.smithi179.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-12-01T03:54:04.789 INFO:teuthology.orchestra.run.smithi179.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-12-01T03:54:04.922 INFO:teuthology.orchestra.run.smithi179.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 16 MB/s | 9.6 MB 00:00 2023-12-01T03:54:04.973 INFO:teuthology.orchestra.run.smithi179.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-01T03:54:04.998 INFO:teuthology.orchestra.run.smithi179.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 701 kB/s | 53 kB 00:00 2023-12-01T03:54:05.009 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.8 MB/s | 750 kB 00:00 2023-12-01T03:54:05.057 INFO:teuthology.orchestra.run.smithi179.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 485 kB/s | 41 kB 00:00 2023-12-01T03:54:05.068 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.0 MB/s | 1.0 MB 00:00 2023-12-01T03:54:05.093 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2023-12-01T03:54:05.119 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-01T03:54:05.169 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-01T03:54:05.190 INFO:teuthology.orchestra.run.smithi179.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-12-01T03:54:05.190 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:05.191 INFO:teuthology.orchestra.run.smithi179.stdout:Total 19 MB/s | 27 MB 00:01 2023-12-01T03:54:05.245 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 26 MB/s | 3.9 MB 00:00 2023-12-01T03:54:05.278 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2023-12-01T03:54:05.304 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-01T03:54:05.387 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 30 MB/s | 2.5 MB 00:00 2023-12-01T03:54:05.465 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2023-12-01T03:54:05.485 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2023-12-01T03:54:05.485 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2023-12-01T03:54:05.504 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 14 MB/s | 9.6 MB 00:00 2023-12-01T03:54:05.529 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2023-12-01T03:54:05.555 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 820 kB/s | 41 kB 00:00 2023-12-01T03:54:05.691 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 20 MB/s | 8.1 MB 00:00 2023-12-01T03:54:05.692 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-12-01T03:54:05.692 INFO:teuthology.orchestra.run.smithi062.stdout:Total 18 MB/s | 27 MB 00:01 2023-12-01T03:54:05.741 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2023-12-01T03:54:05.743 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2023-12-01T03:54:05.972 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-12-01T03:54:05.995 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-12-01T03:54:05.995 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-12-01T03:54:06.289 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-12-01T03:54:06.292 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-12-01T03:54:06.415 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2023-12-01T03:54:06.634 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T03:54:06.821 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T03:54:06.995 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-12-01T03:54:07.003 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T03:54:07.196 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T03:54:07.256 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:54:07.390 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T03:54:07.599 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T03:54:07.808 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T03:54:07.822 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:54:08.393 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T03:54:08.816 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:54:09.032 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T03:54:09.251 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T03:54:09.442 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:54:09.483 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T03:54:09.656 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T03:54:09.893 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T03:54:10.045 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T03:54:10.266 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T03:54:10.680 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T03:54:10.810 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:54:11.008 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T03:54:11.203 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T03:54:11.632 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T03:54:11.633 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T03:54:11.633 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:54:11.633 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T03:54:11.737 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:54:11.938 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T03:54:12.197 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:54:12.458 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T03:54:12.458 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:12.459 INFO:teuthology.orchestra.run.smithi179.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T03:54:12.460 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:54:12.460 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T03:54:12.654 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T03:54:12.655 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T03:54:12.743 DEBUG:teuthology.parallel:result is None 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:13.453 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:54:13.454 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T03:54:13.737 DEBUG:teuthology.parallel:result is None 2023-12-01T03:54:13.738 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T03:54:13.824 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-01T03:54:13.824 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-01T03:54:13.825 INFO:tasks.cephadm:Cluster fsid is 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:13.825 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T03:54:13.825 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T03:54:13.825 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi062': '172.21.15.62', 'mon.smithi179': '172.21.15.179'} 2023-12-01T03:54:13.825 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T03:54:13.825 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2023-12-01T03:54:13.854 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2023-12-01T03:54:13.888 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-01T03:54:13.889 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.175 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 1 03:54 /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.176 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.498 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 1 03:54 /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.498 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.520 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T03:54:14.553 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-01T03:54:14.553 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-01T03:54:14.562 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-01T03:54:16.300 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T03:54:16.600 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout:{ 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: "repo_digests": [ 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout: ] 2023-12-01T03:54:32.935 INFO:teuthology.orchestra.run.smithi179.stdout:} 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2023-12-01T03:54:34.455 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T03:54:34.474 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2023-12-01T03:54:34.506 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2023-12-01T03:54:34.542 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2023-12-01T03:54:34.573 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2023-12-01T03:54:34.612 INFO:tasks.cephadm:Writing seed config... 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-01T03:54:34.613 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-01T03:54:34.614 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:54:34.614 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-01T03:54:34.632 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 = 4ab9c040-8ffd-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-01T03:54:34.632 DEBUG:teuthology.orchestra.run.smithi062:mon.smithi062> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service 2023-12-01T03:54:34.674 INFO:tasks.cephadm:Bootstrapping... 2023-12-01T03:54:34.674 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.62 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-01T03:54:34.701 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:54:34.874 INFO:teuthology.orchestra.run.smithi062.stderr:-------------------------------------------------------------------------------- 2023-12-01T03:54:34.874 INFO:teuthology.orchestra.run.smithi062.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '4ab9c040-8ffd-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.62', '--skip-admin-label'] 2023-12-01T03:54:34.895 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-12-01T03:54:34.904 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying podman|docker is present... 2023-12-01T03:54:34.925 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-12-01T03:54:34.938 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying lvm2 is present... 2023-12-01T03:54:34.938 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying time synchronization is in place... 2023-12-01T03:54:34.944 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T03:54:34.950 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:54:34.956 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2023-12-01T03:54:34.962 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2023-12-01T03:54:34.962 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2023-12-01T03:54:34.962 INFO:teuthology.orchestra.run.smithi062.stderr:Repeating the final host check... 2023-12-01T03:54:34.982 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-12-01T03:54:34.990 INFO:teuthology.orchestra.run.smithi062.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-01T03:54:34.990 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl is present 2023-12-01T03:54:34.990 INFO:teuthology.orchestra.run.smithi062.stderr:lvcreate is present 2023-12-01T03:54:34.996 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T03:54:35.002 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:54:35.007 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2023-12-01T03:54:35.014 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2023-12-01T03:54:35.014 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2023-12-01T03:54:35.014 INFO:teuthology.orchestra.run.smithi062.stderr:Host looks OK 2023-12-01T03:54:35.014 INFO:teuthology.orchestra.run.smithi062.stderr:Cluster fsid: 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:35.014 INFO:teuthology.orchestra.run.smithi062.stderr:Acquiring lock 140713386324096 on /run/cephadm/4ab9c040-8ffd-11ee-95a2-87774f69a715.lock 2023-12-01T03:54:35.015 INFO:teuthology.orchestra.run.smithi062.stderr:Lock 140713386324096 acquired on /run/cephadm/4ab9c040-8ffd-11ee-95a2-87774f69a715.lock 2023-12-01T03:54:35.015 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 3300 ... 2023-12-01T03:54:35.015 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 6789 ... 2023-12-01T03:54:35.015 INFO:teuthology.orchestra.run.smithi062.stderr:Base mon IP is 172.21.15.62, final addrv is [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2023-12-01T03:54:35.017 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2023-12-01T03:54:35.017 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2023-12-01T03:54:35.020 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-01T03:54:35.020 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-01T03:54:35.020 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febb:d1c3/64 scope link 2023-12-01T03:54:35.023 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T03:54:35.025 INFO:teuthology.orchestra.run.smithi062.stderr:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2023-12-01T03:54:35.025 INFO:teuthology.orchestra.run.smithi062.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-01T03:54:35.025 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-01T03:54:35.105 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-01T03:54:35.488 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Getting image source signatures 2023-12-01T03:54:35.488 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-01T03:54:35.488 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-01T03:54:35.489 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-01T03:54:35.489 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-01T03:54:35.489 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-01T03:54:35.489 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-01T03:54:35.552 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Writing manifest to image destination 2023-12-01T03:54:35.704 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-01T03:54:36.068 INFO:teuthology.orchestra.run.smithi062.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-01T03:54:36.403 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-01T03:54:36.404 INFO:teuthology.orchestra.run.smithi062.stderr:Extracting ceph user uid/gid from container image... 2023-12-01T03:54:36.663 INFO:teuthology.orchestra.run.smithi062.stderr:stat: 167 167 2023-12-01T03:54:36.977 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial keys... 2023-12-01T03:54:37.235 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQD9WGllc163DRAA0bg8s73+I8aUQQamdqYnYA== 2023-12-01T03:54:37.827 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQD9WGllo4cDMRAAwyNATbhRfsIZ+BlPYSA+WQ== 2023-12-01T03:54:38.444 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQD+WGllzYobGhAAuCXpsUk1SlJRwT/+Q55MWg== 2023-12-01T03:54:38.772 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial monmap... 2023-12-01T03:54:39.044 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T03:54:39.044 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-01T03:54:39.044 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:39.044 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T03:54:39.376 INFO:teuthology.orchestra.run.smithi062.stderr:monmaptool for smithi062 [v2:172.21.15.62:3300,v1:172.21.15.62:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T03:54:39.377 INFO:teuthology.orchestra.run.smithi062.stderr:setting min_mon_release = octopus 2023-12-01T03:54:39.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: set fsid to 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:39.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T03:54:39.377 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:54:39.377 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mon... 2023-12-01T03:54:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:create mon.smithi062 on 2023-12-01T03:54:40.168 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-01T03:54:40.267 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target. 2023-12-01T03:54:40.267 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target. 2023-12-01T03:54:40.486 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service: Unit ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service not loaded. 2023-12-01T03:54:40.493 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target.wants/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service → /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@.service. 2023-12-01T03:54:40.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:40 smithi062 systemd[1]: Starting Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T03:54:40.958 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-12-01T03:54:40.965 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:54:40.966 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-12-01T03:54:40.966 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T03:54:40.966 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon to start... 2023-12-01T03:54:40.966 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon... 2023-12-01T03:54:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:40 smithi062 bash[107219]: a5226f6e56a6ab06f2108fdf974de1dde4a423f639b9edb60612cd93fcb1b63e 2023-12-01T03:54:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:40 smithi062 systemd[1]: Started Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715. 2023-12-01T03:54:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:40 smithi062 ceph-mon[107257]: mkfs 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:40 smithi062 ceph-mon[107257]: mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: cluster: 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: id: 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: services: 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi062 (age 0.425882s) 2023-12-01T03:54:41.411 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: data: 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pgs: 2023-12-01T03:54:41.412 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:41.745 INFO:teuthology.orchestra.run.smithi062.stderr:mon is available 2023-12-01T03:54:41.745 INFO:teuthology.orchestra.run.smithi062.stderr:Assimilating anything we can from ceph.conf... 2023-12-01T03:54:42.194 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:42.194 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2023-12-01T03:54:42.194 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T03:54:42.195 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T03:54:42.219 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-12-01T03:54:42.219 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} 2023-12-01T03:54:42.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: fsmap 2023-12-01T03:54:42.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: osdmap e1: 0 total, 0 up, 0 in 2023-12-01T03:54:42.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: mgrmap e1: no daemons active 2023-12-01T03:54:42.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:41 smithi062 ceph-mon[107257]: from='client.? 172.21.15.62:0/357863592' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-01T03:54:42.545 INFO:teuthology.orchestra.run.smithi062.stderr:Generating new minimal ceph.conf... 2023-12-01T03:54:43.313 INFO:teuthology.orchestra.run.smithi062.stderr:Restarting the monitor... 2023-12-01T03:54:43.320 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:42 smithi062 ceph-mon[107257]: from='client.? 172.21.15.62:0/3319162406' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T03:54:43.320 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:42 smithi062 ceph-mon[107257]: from='client.? 172.21.15.62:0/3319162406' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-01T03:54:43.320 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:42 smithi062 ceph-mon[107257]: from='client.? 172.21.15.62:0/11859438' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:54:43.321 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T03:54:43.585 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 bash[107555]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon.smithi062" found: no such container 2023-12-01T03:54:43.585 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107234]: 2023-12-01T03:54:43.408+0000 7facb816a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T03:54:43.585 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107234]: 2023-12-01T03:54:43.408+0000 7facb816a700 -1 mon.smithi062@0(leader) e1 *** Got Signal Terminated *** 2023-12-01T03:54:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 bash[107568]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062 2023-12-01T03:54:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 bash[107616]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon.smithi062" found: no such container 2023-12-01T03:54:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 systemd[1]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service: Succeeded. 2023-12-01T03:54:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 systemd[1]: Stopped Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715. 2023-12-01T03:54:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:43 smithi062 systemd[1]: Starting Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T03:54:44.013 INFO:teuthology.orchestra.run.smithi062.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-01T03:54:44.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 bash[107684]: 4dbb4acc1169f9207635ccc1ef7d59817a32e101211a4205999109e9f3cdf936 2023-12-01T03:54:44.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: set uid:gid to 167:167 (ceph:ceph) 2023-12-01T03:54:44.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-01T03:54:44.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: pidfile_write: ignore empty --pid-file 2023-12-01T03:54:44.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 systemd[1]: Started Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715. 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: load: jerasure load: lrc 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: RocksDB version: 6.15.5 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Compile date Apr 18 2022 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: DB SUMMARY 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: DB Session ID: ERSFVEZSFC5N0YCYJRA4 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: CURRENT file: CURRENT 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: IDENTITY file: IDENTITY 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 1, files: 000008.sst 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 000010.log size: 81859 ; 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.error_if_exists: 0 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.create_if_missing: 0 2023-12-01T03:54:44.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.paranoid_checks: 1 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.env: 0x561c2a468860 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.fs: Posix File System 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.info_log: 0x561c2c219fa0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_file_opening_threads: 16 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.statistics: (nil) 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.use_fsync: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_log_file_size: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.keep_log_file_num: 1000 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.recycle_log_file_num: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_fallocate: 1 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_mmap_reads: 0 2023-12-01T03:54:44.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_mmap_writes: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.use_direct_reads: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.create_missing_column_families: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.db_log_dir: 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi062/store.db 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.advise_random_on_open: 1 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.db_write_buffer_size: 0 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.write_buffer_manager: 0x561c2c30a330 2023-12-01T03:54:44.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.rate_limiter: (nil) 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.wal_recovery_mode: 2 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.enable_thread_tracking: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.enable_pipelined_write: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.unordered_write: 0 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.row_cache: None 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.wal_filter: None 2023-12-01T03:54:44.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_ingest_behind: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.preserve_deletes: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.two_write_queues: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.manual_wal_flush: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.atomic_flush: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.log_readahead_size: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.best_efforts_recovery: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.allow_data_in_errors: 0 2023-12-01T03:54:44.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.db_host_id: __hostname__ 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_background_jobs: 2 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_background_compactions: -1 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_subcompactions: 1 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_total_wal_size: 0 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_open_files: -1 2023-12-01T03:54:44.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bytes_per_sync: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_readahead_size: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_background_flushes: -1 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Compression algorithms supported: 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kZSTD supported: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kXpressCompression supported: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kLZ4HCCompression supported: 1 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kLZ4Compression supported: 1 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kBZip2Compression supported: 0 2023-12-01T03:54:44.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kZlibCompression supported: 1 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: kSnappyCompression supported: 1 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000009 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.merge_operator: 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_filter: None 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_filter_factory: None 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.sst_partitioner_factory: None 2023-12-01T03:54:44.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c2c1e5d00) 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: cache_index_and_filter_blocks: 1 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: pin_top_level_index_and_filter: 1 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_type: 0 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: data_block_index_type: 0 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_shortening: 1 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: hash_index_allow_collision: 1 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: checksum: 1 2023-12-01T03:54:44.361 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: no_block_cache: 0 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache: 0x561c2c250170 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_name: BinnedLRUCache 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_options: 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: capacity : 536870912 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: num_shard_bits : 4 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: strict_capacity_limit : 0 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: high_pri_pool_ratio: 0.000 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_compressed: (nil) 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: persistent_cache: (nil) 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_size: 4096 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_size_deviation: 10 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_restart_interval: 16 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_block_restart_interval: 1 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: metadata_block_size: 4096 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: partition_filters: 0 2023-12-01T03:54:44.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: use_delta_encoding: 1 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: whole_key_filtering: 1 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: verify_compression: 0 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: read_amp_bytes_per_bit: 0 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: format_version: 4 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: enable_index_compression: 1 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_align: 0 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.write_buffer_size: 33554432 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_write_buffer_number: 2 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression: NoCompression 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression: Disabled 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.prefix_extractor: nullptr 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T03:54:44.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.num_levels: 7 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.level: 32767 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.strategy: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T03:54:44.364 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compression_opts.enabled: false 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.target_file_size_base: 67108864 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T03:54:44.365 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.arena_block_size: 4194304 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.disable_auto_compactions: 0 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T03:54:44.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T03:54:44.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T03:54:44.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T03:54:44.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.table_properties_collectors: 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.inplace_update_support: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.bloom_locality: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.max_successive_merges: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.paranoid_file_checks: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.force_consistency_checks: 1 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.report_bg_io_stats: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.ttl: 2592000 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.enable_blob_files: false 2023-12-01T03:54:44.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.min_blob_size: 0 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.blob_file_size: 268435456 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402884016830, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402884017778, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78707, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76965, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 71408, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701402884, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "bff15f2a-4328-4ca8-847a-05118fcee657", "db_session_id": "ERSFVEZSFC5N0YCYJRA4"}} 2023-12-01T03:54:44.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402884018158, "job": 1, "event": "recovery_finished"} 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi062/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x561c2c236a80 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: DB pointer 0x561c2c246000 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** DB Stats ** 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T03:54:44.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: L0 2/0 78.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Sum 2/0 78.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.371 INFO:journalctl@ceph.mon.smithi062.smithi062.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 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.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 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative compaction: 0.00 GB write, 20.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval compaction: 0.00 GB write, 20.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-01T03:54:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: L0 2/0 78.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Sum 2/0 78.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.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 141.4 0.00 0.00 1 0.001 0 0 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:54:44.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative compaction: 0.00 GB write, 20.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T03:54:44.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: starting mon.smithi062 rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi062 fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???) e1 preinit fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).mds e1 new map 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).mds e1 print_map 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: e1 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: legacy client fscid: -1 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: No filesystems configured 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-01T03:54:44.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expand map: {default=false} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta from 'false' to 'false' 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expanded map: {default=false} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expand map: {default=info} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta from 'info' to 'info' 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expanded map: {default=info} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expand map: {default=daemon} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expanded map: {default=daemon} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expand map: {default=debug} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta from 'debug' to 'debug' 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: expand_channel_meta expanded map: {default=debug} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: fsmap 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: osdmap e1: 0 total, 0 up, 0 in 2023-12-01T03:54:44.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:44 smithi062 ceph-mon[107722]: mgrmap e1: no daemons active 2023-12-01T03:54:44.838 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-01T03:54:44.838 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-01T03:54:44.838 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mgr... 2023-12-01T03:54:44.839 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying port 9283 ... 2023-12-01T03:54:44.975 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mgr.smithi062.leevxb.service: Unit ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mgr.smithi062.leevxb.service not loaded. 2023-12-01T03:54:44.981 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715.target.wants/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mgr.smithi062.leevxb.service → /etc/systemd/system/ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@.service. 2023-12-01T03:54:45.466 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-12-01T03:54:45.474 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:54:45.475 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-12-01T03:54:45.475 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T03:54:45.483 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-12-01T03:54:45.490 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:54:45.491 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-12-01T03:54:45.492 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-01T03:54:45.492 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr to start... 2023-12-01T03:54:45.492 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr... 2023-12-01T03:54:45.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:45 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/442158574' entity='client.admin' 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "4ab9c040-8ffd-11ee-95a2-87774f69a715", 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T03:54:46.007 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T03:54:46.008 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.009 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.010 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-12-01T03:54:40.983867+0000", 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T03:54:46.011 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:54:46.345 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (1/15)... 2023-12-01T03:54:46.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:46 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1613110881' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T03:54:48.815 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:48.815 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:54:48.815 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "4ab9c040-8ffd-11ee-95a2-87774f69a715", 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T03:54:48.816 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T03:54:48.817 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T03:54:48.818 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-12-01T03:54:40.983867+0000", 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T03:54:48.819 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:54:49.009 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:48 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1904297209' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T03:54:49.145 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (2/15)... 2023-12-01T03:54:51.590 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:51.590 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:54:51.590 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "4ab9c040-8ffd-11ee-95a2-87774f69a715", 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-01T03:54:51.591 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T03:54:51.592 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T03:54:51.595 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T03:54:51.595 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T03:54:51.595 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.595 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.596 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-12-01T03:54:40.983867+0000", 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:51.598 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T03:54:51.598 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:54:51.920 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (3/15)... 2023-12-01T03:54:52.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:51 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/451478678' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T03:54:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: Activating manager daemon smithi062.leevxb 2023-12-01T03:54:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: mgrmap e2: smithi062.leevxb(active, starting, since 0.00281881s) 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: Manager daemon smithi062.leevxb is now available 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' 2023-12-01T03:54:53.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:52 smithi062 ceph-mon[107722]: from='mgr.14100 172.21.15.62:0/2015519552' entity='mgr.smithi062.leevxb' 2023-12-01T03:54:54.092 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:53 smithi062 ceph-mon[107722]: mgrmap e3: smithi062.leevxb(active, since 1.00641s) 2023-12-01T03:54:54.570 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "4ab9c040-8ffd-11ee-95a2-87774f69a715", 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:54.571 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T03:54:54.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T03:54:54.573 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-12-01T03:54:54.574 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-12-01T03:54:40.983867+0000", 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T03:54:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:54:54.902 INFO:teuthology.orchestra.run.smithi062.stderr:mgr is available 2023-12-01T03:54:55.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:55 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1009418464' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T03:54:55.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:55 smithi062 ceph-mon[107722]: mgrmap e4: smithi062.leevxb(active, since 3s) 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2023-12-01T03:54:55.420 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T03:54:55.421 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-12-01T03:54:55.421 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2023-12-01T03:54:55.421 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T03:54:55.421 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T03:54:55.761 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling cephadm module... 2023-12-01T03:54:56.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:56 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2047763882' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T03:54:57.325 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:57 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4051968444' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-01T03:54:57.982 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:54:57.983 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-01T03:54:57.983 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-12-01T03:54:57.983 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.leevxb", 2023-12-01T03:54:57.983 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T03:54:57.983 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:54:58.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:58 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4051968444' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-01T03:54:58.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:58 smithi062 ceph-mon[107722]: mgrmap e5: smithi062.leevxb(active, since 5s) 2023-12-01T03:54:58.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:54:58 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1648594505' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T03:54:59.327 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2023-12-01T03:54:59.327 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 5... 2023-12-01T03:55:03.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:03 smithi062 ceph-mon[107722]: Active manager daemon smithi062.leevxb restarted 2023-12-01T03:55:03.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:03 smithi062 ceph-mon[107722]: Activating manager daemon smithi062.leevxb 2023-12-01T03:55:03.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:03 smithi062 ceph-mon[107722]: osdmap e2: 0 total, 0 up, 0 in 2023-12-01T03:55:04.467 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:55:04.467 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-01T03:55:04.467 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T03:55:04.467 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:55:04.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: mgrmap e6: smithi062.leevxb(active, starting, since 0.0522504s) 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: Manager daemon smithi062.leevxb is now available 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:04.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:03] ENGINE Bus STARTING 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:04] ENGINE Serving on https://172.21.15.62:7150 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:04.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:04 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:05 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:04] ENGINE Bus STARTED 2023-12-01T03:55:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:05 smithi062 ceph-mon[107722]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-01T03:55:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:05 smithi062 ceph-mon[107722]: mgrmap e7: smithi062.leevxb(active, since 1.06085s) 2023-12-01T03:55:05.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:05 smithi062 ceph-mon[107722]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-01T03:55:06.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:06 smithi062 ceph-mon[107722]: mgrmap e8: smithi062.leevxb(active, since 2s) 2023-12-01T03:55:06.874 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 5 is available 2023-12-01T03:55:06.874 INFO:teuthology.orchestra.run.smithi062.stderr:Setting orchestrator backend to cephadm... 2023-12-01T03:55:09.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:09 smithi062 ceph-mon[107722]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:09.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:09 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:09.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:09 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:09.876 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: value unchanged 2023-12-01T03:55:10.234 INFO:teuthology.orchestra.run.smithi062.stderr:Generating ssh key... 2023-12-01T03:55:10.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:10 smithi062 ceph-mon[107722]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:11.560 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:11 smithi062 ceph-mon[107722]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:11.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:11 smithi062 ceph-mon[107722]: Generating ssh key... 2023-12-01T03:55:11.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:11 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:11.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:11 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:12.153 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRnixkWM8/WYXVp5fY4kG9OhrYkW/X8eQ+S0b9E8pBE9k3YiPDZKAi/NW4HBO/ro1aqemCZRMoOYrShWrDDz2aB9ln/tS3jZi6HlbuyMCPKRrEoPxER2uHkZe2J4qICGmtxiA3mc9BBumLNyakczB0Gnl5Ula2pxOoljIWsMaZuNZUde+ct1bAHjhSoSgROkkMI+ezksPWbV9wMFhUdbI0Pe/oyfM3xi/eMRuQ91DaVsZ2LMaayns4QZzyg5U0wZ1HCZz7vrtrwX+rkJhB9fODsk1gMAIwYz2834J34bAfazjcp/U7m7BishmLAu7Ng8O1f74qHMsihai2/QSBEbeb37uRderkkBdvN+bUmFbz0ux+39ZzOdDxQRoU5MemD/ntqiGu7ZJMj0ziHbs2X7d7oQNR9QSPxdVh01rW8SzRCX056EDCVvvbWdMh0Fu0X9vpy9JgHMNUsjrM+914WKlEMqH48dq+5DGnMAcljvhRmlraTu+0A5Y3a2BXKGeCZbs= ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:55:12.509 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-01T03:55:12.509 INFO:teuthology.orchestra.run.smithi062.stderr:Adding key to root@localhost authorized_keys... 2023-12-01T03:55:12.509 INFO:teuthology.orchestra.run.smithi062.stderr:Adding host smithi062... 2023-12-01T03:55:13.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:13 smithi062 ceph-mon[107722]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:13.340 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:13 smithi062 ceph-mon[107722]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "addr": "172.21.15.62", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:13.900 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Added host 'smithi062' with addr '172.21.15.62' 2023-12-01T03:55:14.210 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mon service with default placement... 2023-12-01T03:55:14.844 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-01T03:55:15.117 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:14 smithi062 ceph-mon[107722]: Deploying cephadm binary to smithi062 2023-12-01T03:55:15.118 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:14 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:15.119 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:14 smithi062 ceph-mon[107722]: Added host smithi062 2023-12-01T03:55:15.119 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:14 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:15.119 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:14 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:15.258 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mgr service with default placement... 2023-12-01T03:55:15.868 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-01T03:55:16.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:15 smithi062 ceph-mon[107722]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:16.042 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:15 smithi062 ceph-mon[107722]: Saving service mon spec with placement count:5 2023-12-01T03:55:16.042 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:15 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:16.042 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:15 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:16.209 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying crash service with default placement... 2023-12-01T03:55:16.746 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-01T03:55:17.107 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying prometheus service with default placement... 2023-12-01T03:55:17.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:17 smithi062 ceph-mon[107722]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:17.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:17 smithi062 ceph-mon[107722]: Saving service mgr spec with placement count:2 2023-12-01T03:55:17.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:17 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:17.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:17 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:17.665 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-01T03:55:17.961 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying grafana service with default placement... 2023-12-01T03:55:18.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:18 smithi062 ceph-mon[107722]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:18.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:18 smithi062 ceph-mon[107722]: Saving service crash spec with placement * 2023-12-01T03:55:18.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:18 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:18.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:18 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:18.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:18 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:18.549 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-01T03:55:19.058 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying node-exporter service with default placement... 2023-12-01T03:55:19.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:19 smithi062 ceph-mon[107722]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:19.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:19 smithi062 ceph-mon[107722]: Saving service prometheus spec with placement count:1 2023-12-01T03:55:19.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:19 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:19.572 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-01T03:55:20.007 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying alertmanager service with default placement... 2023-12-01T03:55:20.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:20 smithi062 ceph-mon[107722]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:20.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:20 smithi062 ceph-mon[107722]: Saving service grafana spec with placement count:1 2023-12-01T03:55:20.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:20 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:20.549 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-01T03:55:21.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:21 smithi062 ceph-mon[107722]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:21.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:21 smithi062 ceph-mon[107722]: Saving service node-exporter spec with placement * 2023-12-01T03:55:21.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:21 smithi062 ceph-mon[107722]: from='mgr.14120 172.21.15.62:0/2142567292' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:22.342 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:22 smithi062 ceph-mon[107722]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:22.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:22 smithi062 ceph-mon[107722]: Saving service alertmanager spec with placement count:1 2023-12-01T03:55:22.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:22 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3444853588' entity='client.admin' 2023-12-01T03:55:22.666 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling the dashboard module... 2023-12-01T03:55:23.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:23 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/680158646' entity='client.admin' 2023-12-01T03:55:23.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:23 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/474525943' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-01T03:55:24.260 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:55:24.260 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-01T03:55:24.261 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-12-01T03:55:24.261 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.leevxb", 2023-12-01T03:55:24.261 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T03:55:24.261 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:55:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:24 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/474525943' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-01T03:55:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:24 smithi062 ceph-mon[107722]: mgrmap e9: smithi062.leevxb(active, since 19s) 2023-12-01T03:55:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:24 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/781070962' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T03:55:24.616 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2023-12-01T03:55:24.616 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 9... 2023-12-01T03:55:30.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:30 smithi062 ceph-mon[107722]: Active manager daemon smithi062.leevxb restarted 2023-12-01T03:55:30.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:30 smithi062 ceph-mon[107722]: Activating manager daemon smithi062.leevxb 2023-12-01T03:55:30.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:30 smithi062 ceph-mon[107722]: osdmap e3: 0 total, 0 up, 0 in 2023-12-01T03:55:31.061 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-12-01T03:55:31.061 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-01T03:55:31.061 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T03:55:31.061 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: mgrmap e10: smithi062.leevxb(active, starting, since 0.409083s) 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: Manager daemon smithi062.leevxb is now available 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:31.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:55:31.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:55:31.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:55:31.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:31 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:31.414 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 9 is available 2023-12-01T03:55:31.414 INFO:teuthology.orchestra.run.smithi062.stderr:Generating a dashboard self-signed certificate... 2023-12-01T03:55:32.066 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: mgrmap e11: smithi062.leevxb(active, since 1.41706s) 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:31] ENGINE Bus STARTING 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:31] ENGINE Serving on https://172.21.15.62:7150 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: [01/Dec/2023:03:55:31] ENGINE Bus STARTED 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:32.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:32 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:32.572 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial admin user... 2023-12-01T03:55:33.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:33 smithi062 ceph-mon[107722]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:33.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:33 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:33.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:33 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:33.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:33 smithi062 ceph-mon[107722]: mgrmap e12: smithi062.leevxb(active, since 2s) 2023-12-01T03:55:33.359 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$24EtTgxkohDa.lLTRRN5Zec4eq0b8nQWM41RzzCeWMkIlE8CkmKja", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701402933, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-01T03:55:33.714 INFO:teuthology.orchestra.run.smithi062.stderr:Fetching dashboard port number... 2023-12-01T03:55:34.265 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 8443 2023-12-01T03:55:34.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:34 smithi062 ceph-mon[107722]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:34 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:34 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1698563085' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-01T03:55:34.613 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-12-01T03:55:34.621 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-12-01T03:55:34.622 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-12-01T03:55:34.622 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-01T03:55:34.624 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph Dashboard is now available at: 2023-12-01T03:55:34.624 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:34.624 INFO:teuthology.orchestra.run.smithi062.stderr: URL: https://smithi062.front.sepia.ceph.com:8443/ 2023-12-01T03:55:34.624 INFO:teuthology.orchestra.run.smithi062.stderr: User: admin 2023-12-01T03:55:34.625 INFO:teuthology.orchestra.run.smithi062.stderr: Password: 6w84lexyj7 2023-12-01T03:55:34.625 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:34.625 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling autotune for osd_memory_target 2023-12-01T03:55:36.336 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr:You can access the Ceph CLI with: 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.680 INFO:teuthology.orchestra.run.smithi062.stderr: ceph telemetry on 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr:For more information see: 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T03:55:36.681 INFO:teuthology.orchestra.run.smithi062.stderr:Bootstrap complete. 2023-12-01T03:55:36.714 INFO:tasks.cephadm:Fetching config... 2023-12-01T03:55:36.714 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:55:36.714 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-01T03:55:36.734 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-01T03:55:36.734 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:55:36.734 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-01T03:55:36.794 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-01T03:55:36.794 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:55:36.794 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/keyring of=/dev/stdout 2023-12-01T03:55:36.865 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-01T03:55:36.865 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:55:36.866 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-01T03:55:36.925 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-01T03:55:36.926 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRnixkWM8/WYXVp5fY4kG9OhrYkW/X8eQ+S0b9E8pBE9k3YiPDZKAi/NW4HBO/ro1aqemCZRMoOYrShWrDDz2aB9ln/tS3jZi6HlbuyMCPKRrEoPxER2uHkZe2J4qICGmtxiA3mc9BBumLNyakczB0Gnl5Ula2pxOoljIWsMaZuNZUde+ct1bAHjhSoSgROkkMI+ezksPWbV9wMFhUdbI0Pe/oyfM3xi/eMRuQ91DaVsZ2LMaayns4QZzyg5U0wZ1HCZz7vrtrwX+rkJhB9fODsk1gMAIwYz2834J34bAfazjcp/U7m7BishmLAu7Ng8O1f74qHMsihai2/QSBEbeb37uRderkkBdvN+bUmFbz0ux+39ZzOdDxQRoU5MemD/ntqiGu7ZJMj0ziHbs2X7d7oQNR9QSPxdVh01rW8SzRCX056EDCVvvbWdMh0Fu0X9vpy9JgHMNUsjrM+914WKlEMqH48dq+5DGnMAcljvhRmlraTu+0A5Y3a2BXKGeCZbs= ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T03:55:36.991 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:36 smithi062 ceph-mon[107722]: mgrmap e13: smithi062.leevxb(active, since 6s) 2023-12-01T03:55:36.991 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:36 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/337865261' entity='client.admin' 2023-12-01T03:55:37.004 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRnixkWM8/WYXVp5fY4kG9OhrYkW/X8eQ+S0b9E8pBE9k3YiPDZKAi/NW4HBO/ro1aqemCZRMoOYrShWrDDz2aB9ln/tS3jZi6HlbuyMCPKRrEoPxER2uHkZe2J4qICGmtxiA3mc9BBumLNyakczB0Gnl5Ula2pxOoljIWsMaZuNZUde+ct1bAHjhSoSgROkkMI+ezksPWbV9wMFhUdbI0Pe/oyfM3xi/eMRuQ91DaVsZ2LMaayns4QZzyg5U0wZ1HCZz7vrtrwX+rkJhB9fODsk1gMAIwYz2834J34bAfazjcp/U7m7BishmLAu7Ng8O1f74qHMsihai2/QSBEbeb37uRderkkBdvN+bUmFbz0ux+39ZzOdDxQRoU5MemD/ntqiGu7ZJMj0ziHbs2X7d7oQNR9QSPxdVh01rW8SzRCX056EDCVvvbWdMh0Fu0X9vpy9JgHMNUsjrM+914WKlEMqH48dq+5DGnMAcljvhRmlraTu+0A5Y3a2BXKGeCZbs= ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:55:37.016 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRnixkWM8/WYXVp5fY4kG9OhrYkW/X8eQ+S0b9E8pBE9k3YiPDZKAi/NW4HBO/ro1aqemCZRMoOYrShWrDDz2aB9ln/tS3jZi6HlbuyMCPKRrEoPxER2uHkZe2J4qICGmtxiA3mc9BBumLNyakczB0Gnl5Ula2pxOoljIWsMaZuNZUde+ct1bAHjhSoSgROkkMI+ezksPWbV9wMFhUdbI0Pe/oyfM3xi/eMRuQ91DaVsZ2LMaayns4QZzyg5U0wZ1HCZz7vrtrwX+rkJhB9fODsk1gMAIwYz2834J34bAfazjcp/U7m7BishmLAu7Ng8O1f74qHMsihai2/QSBEbeb37uRderkkBdvN+bUmFbz0ux+39ZzOdDxQRoU5MemD/ntqiGu7ZJMj0ziHbs2X7d7oQNR9QSPxdVh01rW8SzRCX056EDCVvvbWdMh0Fu0X9vpy9JgHMNUsjrM+914WKlEMqH48dq+5DGnMAcljvhRmlraTu+0A5Y3a2BXKGeCZbs= ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T03:55:37.060 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRnixkWM8/WYXVp5fY4kG9OhrYkW/X8eQ+S0b9E8pBE9k3YiPDZKAi/NW4HBO/ro1aqemCZRMoOYrShWrDDz2aB9ln/tS3jZi6HlbuyMCPKRrEoPxER2uHkZe2J4qICGmtxiA3mc9BBumLNyakczB0Gnl5Ula2pxOoljIWsMaZuNZUde+ct1bAHjhSoSgROkkMI+ezksPWbV9wMFhUdbI0Pe/oyfM3xi/eMRuQ91DaVsZ2LMaayns4QZzyg5U0wZ1HCZz7vrtrwX+rkJhB9fODsk1gMAIwYz2834J34bAfazjcp/U7m7BishmLAu7Ng8O1f74qHMsihai2/QSBEbeb37uRderkkBdvN+bUmFbz0ux+39ZzOdDxQRoU5MemD/ntqiGu7ZJMj0ziHbs2X7d7oQNR9QSPxdVh01rW8SzRCX056EDCVvvbWdMh0Fu0X9vpy9JgHMNUsjrM+914WKlEMqH48dq+5DGnMAcljvhRmlraTu+0A5Y3a2BXKGeCZbs= ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:55:37.072 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-01T03:55:39.182 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-01T03:55:39.183 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-01T03:55:39.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:39 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:39.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:39 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:55:39.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:39 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:39.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:39 smithi062 ceph-mon[107722]: Deploying daemon alertmanager.smithi062 on smithi062 2023-12-01T03:55:39.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:39 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3845346325' entity='client.admin' 2023-12-01T03:55:41.211 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2023-12-01T03:55:41.211 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:55:41.211 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2023-12-01T03:55:41.234 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:55:41.234 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:55:41.297 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2023-12-01T03:55:41.297 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch host add smithi179 2023-12-01T03:55:42.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:41 smithi062 ceph-mon[107722]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:42.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:41 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:44.673 INFO:teuthology.orchestra.run.smithi062.stdout:Added host 'smithi179' with addr '172.21.15.179' 2023-12-01T03:55:45.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:45 smithi062 ceph-mon[107722]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:45.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:45 smithi062 ceph-mon[107722]: Deploying cephadm binary to smithi179 2023-12-01T03:55:45.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:45 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:45.091 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-01T03:55:46.259 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:46 smithi062 ceph-mon[107722]: Added host smithi179 2023-12-01T03:55:46.259 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:46 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:46.260 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:46 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:55:46.260 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:46 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T03:55:46.260 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:46 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:55:46.384 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:55:46.384 INFO:teuthology.orchestra.run.smithi062.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}] 2023-12-01T03:55:46.995 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-01T03:55:46.995 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-01T03:55:47.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:47 smithi062 ceph-mon[107722]: Deploying daemon crash.smithi062 on smithi062 2023-12-01T03:55:48.089 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T03:55:48.089 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:48.089 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:48.089 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:48.090 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T03:55:48.090 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:48 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:49.054 INFO:teuthology.orchestra.run.smithi062.stderr:adjusted tunables profile to default 2023-12-01T03:55:49.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:49 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T03:55:49.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:49 smithi062 ceph-mon[107722]: Deploying daemon grafana.smithi062 on smithi062 2023-12-01T03:55:49.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:49 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2325508846' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-01T03:55:49.418 INFO:tasks.cephadm:Adding mon.smithi062 on smithi062 2023-12-01T03:55:49.418 INFO:tasks.cephadm:Adding mon.smithi179 on smithi179 2023-12-01T03:55:49.419 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi062:172.21.15.62=smithi062;smithi179:172.21.15.179=smithi179' 2023-12-01T03:55:50.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:50 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2325508846' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-01T03:55:50.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:50 smithi062 ceph-mon[107722]: osdmap e4: 0 total, 0 up, 0 in 2023-12-01T03:55:50.817 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mon update... 2023-12-01T03:55:51.200 DEBUG:teuthology.orchestra.run.smithi179:mon.smithi179> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi179.service 2023-12-01T03:55:51.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:55:51.203 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:55:51.232 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:55:51.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:51 smithi062 ceph-mon[107722]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:55:51.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:51 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:51.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:51 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:55:52.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:52 smithi062 ceph-mon[107722]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=smithi062;smithi179:172.21.15.179=smithi179", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:55:52.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:52 smithi062 ceph-mon[107722]: Saving service mon spec with placement smithi062:172.21.15.62=smithi062;smithi179:172.21.15.179=smithi179;count:2 2023-12-01T03:55:52.630 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:55:52.630 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:55:52.632 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:55:53.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:53 smithi062 ceph-mon[107722]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:55:53.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:53 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2713826454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:55:54.005 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:55:54.005 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:55:55.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:55 smithi062 ceph-mon[107722]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:55:55.402 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:55:55.402 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:55:55.403 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:55:56.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:56 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/391047958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:55:56.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:55:56.779 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:55:57.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:57 smithi062 ceph-mon[107722]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:55:58.170 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:55:58.170 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:55:58.172 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:55:59.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:59 smithi062 ceph-mon[107722]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:55:59.354 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:55:59 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/462545516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:55:59.558 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:55:59.558 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:00.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:00 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:00.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:00 smithi062 ceph-mon[107722]: Deploying daemon node-exporter.smithi062 on smithi062 2023-12-01T03:56:00.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:00 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:01.058 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:01.058 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:01.060 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:01.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:01 smithi062 ceph-mon[107722]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:01.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:01 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/3213779186' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:02.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:02.454 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:03.059 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:02 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:03.060 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:02 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T03:56:03.060 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:02 smithi062 ceph-mon[107722]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:03.882 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:03.882 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:03.883 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:04.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:03 smithi062 ceph-mon[107722]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T03:56:04.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:03 smithi062 ceph-mon[107722]: mgrmap e14: smithi062.leevxb(active, since 33s) 2023-12-01T03:56:05.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:04 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/1928235259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:05.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:05.261 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:06.743 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:06.743 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:06.745 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:07.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:06 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/3846602794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:08.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:08.120 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:09.169 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:09 smithi062 ceph-mon[107722]: Active manager daemon smithi062.leevxb restarted 2023-12-01T03:56:09.169 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:09 smithi062 ceph-mon[107722]: Activating manager daemon smithi062.leevxb 2023-12-01T03:56:09.169 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:09 smithi062 ceph-mon[107722]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T03:56:09.525 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:09.526 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:09.527 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:10.255 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: mgrmap e15: smithi062.leevxb(active, starting, since 0.0531156s) 2023-12-01T03:56:10.255 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:56:10.255 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T03:56:10.255 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T03:56:10.255 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: Manager daemon smithi062.leevxb is now available 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/1799441022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:10.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:10.934 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:10.935 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:11.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:11 smithi062 ceph-mon[107722]: mgrmap e16: smithi062.leevxb(active, since 1.0613s) 2023-12-01T03:56:11.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:12.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:12.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:12 smithi062 ceph-mon[107722]: mgrmap e17: smithi062.leevxb(active, since 2s) 2023-12-01T03:56:12.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:12.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:56:12.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:12.790 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:12.790 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:12.792 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T03:56:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: [01/Dec/2023:03:56:12] ENGINE Bus STARTING 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: [01/Dec/2023:03:56:12] ENGINE Serving on https://172.21.15.62:7150 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: [01/Dec/2023:03:56:12] ENGINE Bus STARTED 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/933529790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:14.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:14.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:56:14.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:14.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:56:14.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T03:56:14.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:14.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:14.153 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:15.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:14 smithi062 ceph-mon[107722]: Deploying daemon crash.smithi179 on smithi179 2023-12-01T03:56:15.784 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:15.784 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:15.786 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: Deploying daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T03:56:17.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:16 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/1582602196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:17.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:17.131 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:18.757 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:18.757 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:54:39.043260Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T03:56:18.758 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-12-01T03:56:19.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:19.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:56:19.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:19.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:18 smithi062 ceph-mon[107722]: Deploying daemon mon.smithi179 on smithi179 2023-12-01T03:56:20.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 systemd[1]: Starting Ceph mon.smithi179 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T03:56:20.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:19 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/1382105956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:19 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T03:56:20.187 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T03:56:20.779 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: set uid:gid to 167:167 (ceph:ceph) 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: pidfile_write: ignore empty --pid-file 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 bash[110339]: b894be235cdc1aebae76db6fceb4ede36d175872543d4bdee5d17fac685cd078 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 systemd[1]: Started Ceph mon.smithi179 for 4ab9c040-8ffd-11ee-95a2-87774f69a715. 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: load: jerasure load: lrc 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: RocksDB version: 6.15.5 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Compile date Apr 18 2022 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: DB SUMMARY 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: DB Session ID: OAJSN50D0XLR8ZD5WTQE 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: CURRENT file: CURRENT 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: IDENTITY file: IDENTITY 2023-12-01T03:56:20.780 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi179/store.db dir, Total Num: 0, files: 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi179/store.db: 000004.log size: 511 ; 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.error_if_exists: 0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.create_if_missing: 0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.paranoid_checks: 1 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.env: 0x562bdd170860 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.fs: Posix File System 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.info_log: 0x562bdea97fa0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_file_opening_threads: 16 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.statistics: (nil) 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.use_fsync: 0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_log_file_size: 0 2023-12-01T03:56:20.781 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.keep_log_file_num: 1000 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.recycle_log_file_num: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_fallocate: 1 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_mmap_reads: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_mmap_writes: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.use_direct_reads: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.create_missing_column_families: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.db_log_dir: 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi179/store.db 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T03:56:20.782 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.advise_random_on_open: 1 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.db_write_buffer_size: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.write_buffer_manager: 0x562bdeb88330 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.rate_limiter: (nil) 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.wal_recovery_mode: 2 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.enable_thread_tracking: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.enable_pipelined_write: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.unordered_write: 0 2023-12-01T03:56:20.783 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.row_cache: None 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.wal_filter: None 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_ingest_behind: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.preserve_deletes: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.two_write_queues: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.manual_wal_flush: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.atomic_flush: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.log_readahead_size: 0 2023-12-01T03:56:20.784 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.best_efforts_recovery: 0 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.allow_data_in_errors: 0 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.db_host_id: __hostname__ 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_background_jobs: 2 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_background_compactions: -1 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_subcompactions: 1 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T03:56:20.785 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_total_wal_size: 0 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_open_files: -1 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bytes_per_sync: 0 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_readahead_size: 0 2023-12-01T03:56:20.786 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_background_flushes: -1 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Compression algorithms supported: 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kZSTD supported: 0 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kXpressCompression supported: 0 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kLZ4HCCompression supported: 1 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kLZ4Compression supported: 1 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kBZip2Compression supported: 0 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kZlibCompression supported: 1 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: kSnappyCompression supported: 1 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi179/store.db/MANIFEST-000003 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.merge_operator: 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_filter: None 2023-12-01T03:56:20.787 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_filter_factory: None 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.sst_partitioner_factory: None 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bdea63d00) 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: cache_index_and_filter_blocks: 1 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: pin_top_level_index_and_filter: 1 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_type: 0 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: data_block_index_type: 0 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_shortening: 1 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: hash_index_allow_collision: 1 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: checksum: 1 2023-12-01T03:56:20.788 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: no_block_cache: 0 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache: 0x562bdeace170 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_name: BinnedLRUCache 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_options: 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: capacity : 536870912 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: num_shard_bits : 4 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: strict_capacity_limit : 0 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: high_pri_pool_ratio: 0.000 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_compressed: (nil) 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: persistent_cache: (nil) 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_size: 4096 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_size_deviation: 10 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_restart_interval: 16 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_block_restart_interval: 1 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: metadata_block_size: 4096 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: partition_filters: 0 2023-12-01T03:56:20.789 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: use_delta_encoding: 1 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: whole_key_filtering: 1 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: verify_compression: 0 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: read_amp_bytes_per_bit: 0 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: format_version: 4 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: enable_index_compression: 1 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_align: 0 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.write_buffer_size: 33554432 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_write_buffer_number: 2 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression: NoCompression 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression: Disabled 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.prefix_extractor: nullptr 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.num_levels: 7 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T03:56:20.790 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.level: 32767 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.strategy: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T03:56:20.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compression_opts.enabled: false 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.target_file_size_base: 67108864 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T03:56:20.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.arena_block_size: 4194304 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.disable_auto_compactions: 0 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T03:56:20.793 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.table_properties_collectors: 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.inplace_update_support: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.bloom_locality: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.max_successive_merges: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.paranoid_file_checks: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.force_consistency_checks: 1 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.report_bg_io_stats: 0 2023-12-01T03:56:20.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.ttl: 2592000 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.enable_blob_files: false 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.min_blob_size: 0 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.blob_file_size: 268435456 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi179/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402980474466, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402980474844, "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": 1701402980, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ecf3ed5e-1e23-4548-83a2-f5ce0c98297d", "db_session_id": "OAJSN50D0XLR8ZD5WTQE"}} 2023-12-01T03:56:20.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701402980475285, "job": 1, "event": "recovery_finished"} 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi179/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562bdeab4a80 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: DB pointer 0x562bdeac4000 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** DB Stats ** 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T03:56:20.796 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.797 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:56:20.798 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-01T03:56:20.799 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179 does not exist in monmap, will attempt to join an existing cluster 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: using public_addr v2:172.21.15.179:0/0 -> [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: starting mon.smithi179 rank -1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi179 fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(???) e0 preinit fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).mds e1 new map 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).mds e1 print_map 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: e1 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: legacy client fscid: -1 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-12-01T03:56:20.800 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: No filesystems configured 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/391047958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:20.801 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/462545516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Deploying daemon node-exporter.smithi062 on smithi062 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/3213779186' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14162 172.21.15.62:0/1507204120' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mgrmap e14: smithi062.leevxb(active, since 33s) 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/1928235259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/3846602794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Active manager daemon smithi062.leevxb restarted 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Activating manager daemon smithi062.leevxb 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T03:56:20.802 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mgrmap e15: smithi062.leevxb(active, starting, since 0.0531156s) 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Manager daemon smithi062.leevxb is now available 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/1799441022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.803 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mgrmap e16: smithi062.leevxb(active, since 1.0613s) 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mgrmap e17: smithi062.leevxb(active, since 2s) 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: [01/Dec/2023:03:56:12] ENGINE Bus STARTING 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: [01/Dec/2023:03:56:12] ENGINE Serving on https://172.21.15.62:7150 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: [01/Dec/2023:03:56:12] ENGINE Bus STARTED 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/933529790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.804 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Deploying daemon crash.smithi179 on smithi179 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:56:20.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Deploying daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/1582602196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: Deploying daemon mon.smithi179 on smithi179 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/1382105956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-01T03:56:20.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:20 smithi179 ceph-mon[110415]: mon.smithi179@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-01T03:56:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:56:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: mon.smithi062 calling monitor election 2023-12-01T03:56:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: mon.smithi179 calling monitor election 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/crt"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: mon.smithi062 is new leader, mons smithi062,smithi179 in quorum (ranks 0,1) 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi179=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: fsmap 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: mgrmap e17: smithi062.leevxb(active, since 16s) 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: Standby manager daemon smithi179.zdxcxm started 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T03:56:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/key"}]: dispatch 2023-12-01T03:56:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T03:56:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: overall HEALTH_OK 2023-12-01T03:56:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: mon.smithi062 calling monitor election 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: mon.smithi179 calling monitor election 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/crt"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: mon.smithi062 is new leader, mons smithi062,smithi179 in quorum (ranks 0,1) 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi179=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: fsmap 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: osdmap e5: 0 total, 0 up, 0 in 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: mgrmap e17: smithi062.leevxb(active, since 16s) 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: Standby manager daemon smithi179.zdxcxm started 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/key"}]: dispatch 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/3206341503' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: overall HEALTH_OK 2023-12-01T03:56:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:26.152 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-12-01T03:56:26.152 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":2,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","modified":"2023-12-01T03:56:20.505855Z","created":"2023-12-01T03:54:39.043260Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi179","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-01T03:56:26.154 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 2 2023-12-01T03:56:26.499 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-01T03:56:26.499 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-01T03:56:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:26 smithi179 ceph-mon[110415]: Deploying daemon node-exporter.smithi179 on smithi179 2023-12-01T03:56:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:26 smithi179 ceph-mon[110415]: mgrmap e18: smithi062.leevxb(active, since 16s), standbys: smithi179.zdxcxm 2023-12-01T03:56:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:26 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi179.zdxcxm", "id": "smithi179.zdxcxm"}]: dispatch 2023-12-01T03:56:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:26 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2498767256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:26 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:26 smithi062 ceph-mon[107722]: Deploying daemon node-exporter.smithi179 on smithi179 2023-12-01T03:56:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:26 smithi062 ceph-mon[107722]: mgrmap e18: smithi062.leevxb(active, since 16s), standbys: smithi179.zdxcxm 2023-12-01T03:56:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:26 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr metadata", "who": "smithi179.zdxcxm", "id": "smithi179.zdxcxm"}]: dispatch 2023-12-01T03:56:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:26 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2498767256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T03:56:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:26 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:56:29.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:29 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:29.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:29 smithi062 ceph-mon[107722]: Deploying daemon prometheus.smithi062 on smithi062 2023-12-01T03:56:29.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:29 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:29 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:29 smithi179 ceph-mon[110415]: Deploying daemon prometheus.smithi062 on smithi062 2023-12-01T03:56:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:29 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:30.766 INFO:teuthology.orchestra.run.smithi062.stdout:# minimal ceph.conf for 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:56:30.767 INFO:teuthology.orchestra.run.smithi062.stdout:[global] 2023-12-01T03:56:30.767 INFO:teuthology.orchestra.run.smithi062.stdout: fsid = 4ab9c040-8ffd-11ee-95a2-87774f69a715 2023-12-01T03:56:30.767 INFO:teuthology.orchestra.run.smithi062.stdout: mon_host = [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2023-12-01T03:56:30.773 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:30 smithi062 ceph-mon[107722]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:30 smithi179 ceph-mon[110415]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:31 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/837103349' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:31.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:31 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/837103349' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:32.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:32 smithi179 ceph-mon[110415]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:32.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:32 smithi062 ceph-mon[107722]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:32.990 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-01T03:56:32.990 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:56:32.990 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T03:56:33.022 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:56:33.180 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:33.212 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:56:33.213 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T03:56:33.254 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:56:33.254 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:33.336 INFO:tasks.cephadm:Deploying OSDs... 2023-12-01T03:56:33.336 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:56:33.336 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T03:56:33.356 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T03:56:33.357 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2023-12-01T03:56:33.417 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 393039 Links: 1 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-12-01 03:55:59.705668629 +0000 2023-12-01T03:56:33.418 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-12-01 03:53:20.656935178 +0000 2023-12-01T03:56:33.419 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-12-01 03:53:20.656935178 +0000 2023-12-01T03:56:33.419 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-12-01T03:56:33.419 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T03:56:33.493 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-12-01T03:56:33.493 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-12-01T03:56:33.493 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000227924 s, 2.2 MB/s 2023-12-01T03:56:33.494 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T03:56:33.558 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2023-12-01T03:56:33.620 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 395482 Links: 1 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-12-01 03:55:59.705668629 +0000 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-12-01 03:53:21.181926989 +0000 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-12-01 03:53:21.181926989 +0000 2023-12-01T03:56:33.621 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-12-01T03:56:33.621 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T03:56:33.691 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-12-01T03:56:33.691 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-12-01T03:56:33.691 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000274266 s, 1.9 MB/s 2023-12-01T03:56:33.692 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T03:56:33.753 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2023-12-01T03:56:33.814 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T03:56:33.814 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:33.814 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 393131 Links: 1 2023-12-01T03:56:33.814 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:33.814 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:33.815 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-12-01 03:55:59.705668629 +0000 2023-12-01T03:56:33.815 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-12-01 03:53:21.718918613 +0000 2023-12-01T03:56:33.815 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-12-01 03:53:21.718918613 +0000 2023-12-01T03:56:33.815 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-12-01T03:56:33.816 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T03:56:33.883 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-12-01T03:56:33.884 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-12-01T03:56:33.884 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000201472 s, 2.5 MB/s 2023-12-01T03:56:33.885 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T03:56:33.945 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2023-12-01T03:56:34.006 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 391890 Links: 1 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-12-01 03:55:59.705668629 +0000 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-12-01 03:53:22.237910518 +0000 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-12-01 03:53:22.237910518 +0000 2023-12-01T03:56:34.007 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-12-01T03:56:34.007 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T03:56:34.076 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-12-01T03:56:34.077 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-12-01T03:56:34.077 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000219654 s, 2.3 MB/s 2023-12-01T03:56:34.078 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T03:56:34.140 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-12-01T03:56:34.140 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T03:56:34.162 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T03:56:34.163 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2023-12-01T03:56:34.223 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T03:56:34.223 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:34.223 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 386873 Links: 1 2023-12-01T03:56:34.223 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:34.224 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:34.224 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-12-01 03:56:26.044665576 +0000 2023-12-01T03:56:34.224 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-12-01 03:53:14.357537169 +0000 2023-12-01T03:56:34.224 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-12-01 03:53:14.357537169 +0000 2023-12-01T03:56:34.224 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-12-01T03:56:34.224 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T03:56:34.292 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-12-01T03:56:34.292 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-12-01T03:56:34.292 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000240742 s, 2.1 MB/s 2023-12-01T03:56:34.293 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T03:56:34.354 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 385977 Links: 1 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-12-01 03:56:26.045665555 +0000 2023-12-01T03:56:34.413 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-12-01 03:53:14.868526334 +0000 2023-12-01T03:56:34.414 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-12-01 03:53:14.868526334 +0000 2023-12-01T03:56:34.414 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-12-01T03:56:34.414 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T03:56:34.481 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-12-01T03:56:34.481 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-12-01T03:56:34.481 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000222158 s, 2.3 MB/s 2023-12-01T03:56:34.482 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T03:56:34.543 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2023-12-01T03:56:34.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:34 smithi179 ceph-mon[110415]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:34.600 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 396241 Links: 1 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-12-01 03:56:26.045665555 +0000 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-12-01 03:53:15.383515414 +0000 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-12-01 03:53:15.383515414 +0000 2023-12-01T03:56:34.601 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-12-01T03:56:34.601 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T03:56:34.667 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-12-01T03:56:34.667 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-12-01T03:56:34.667 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000214404 s, 2.4 MB/s 2023-12-01T03:56:34.668 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T03:56:34.727 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 398637 Links: 1 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-12-01 03:56:26.045665555 +0000 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-12-01 03:53:15.894504579 +0000 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-12-01 03:53:15.894504579 +0000 2023-12-01T03:56:34.786 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-12-01T03:56:34.787 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T03:56:34.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:34 smithi062 ceph-mon[107722]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:34.851 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-12-01T03:56:34.851 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-12-01T03:56:34.851 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000225739 s, 2.3 MB/s 2023-12-01T03:56:34.852 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T03:56:34.911 INFO:tasks.cephadm:Deploying osd.0 on smithi062 with /dev/vg_nvme/lv_4... 2023-12-01T03:56:34.912 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-01T03:56:36.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:36 smithi062 ceph-mon[107722]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:36.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:36 smithi179 ceph-mon[110415]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:37.209 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-01T03:56:37.209 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-01T03:56:37.210 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2023-12-01T03:56:37.210 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2023-12-01T03:56:37.210 INFO:teuthology.orchestra.run.smithi062.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.010946 s, 958 MB/s 2023-12-01T03:56:37.210 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2023-12-01T03:56:37.617 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi062:vg_nvme/lv_4 2023-12-01T03:56:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:38 smithi062 ceph-mon[107722]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:38.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:38 smithi179 ceph-mon[110415]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:39.696 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:56:39.696 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:56:39.696 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:56:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:56:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:40 smithi179 ceph-mon[110415]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:56:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:40 smithi179 ceph-mon[110415]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:40.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:40 smithi062 ceph-mon[107722]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:56:40.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:40 smithi062 ceph-mon[107722]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:42.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:42 smithi179 ceph-mon[110415]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:42.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:42 smithi062 ceph-mon[107722]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:44 smithi179 ceph-mon[110415]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:44.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:44 smithi062 ceph-mon[107722]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:46.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:46 smithi179 ceph-mon[110415]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:46.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:46 smithi062 ceph-mon[107722]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:48 smithi179 ceph-mon[110415]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:48.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:48 smithi062 ceph-mon[107722]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:50.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:50 smithi179 ceph-mon[110415]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:50.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:50 smithi062 ceph-mon[107722]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:52.452 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:52 smithi062 ceph-mon[107722]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:52 smithi179 ceph-mon[110415]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:56:54.641 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:54.642 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3428526297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dac90b01-6ec3-437b-a1e4-31a5fe63ce92"}]: dispatch 2023-12-01T03:56:54.642 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3428526297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dac90b01-6ec3-437b-a1e4-31a5fe63ce92"}]': finished 2023-12-01T03:56:54.642 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: osdmap e6: 1 total, 0 up, 1 in 2023-12-01T03:56:54.642 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3428526297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dac90b01-6ec3-437b-a1e4-31a5fe63ce92"}]: dispatch 2023-12-01T03:56:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3428526297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dac90b01-6ec3-437b-a1e4-31a5fe63ce92"}]': finished 2023-12-01T03:56:54.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: osdmap e6: 1 total, 0 up, 1 in 2023-12-01T03:56:54.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:56:55.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:55 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:55.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:55 smithi062 ceph-mon[107722]: Updating smithi179:/etc/ceph/ceph.conf 2023-12-01T03:56:55.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:55 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:55.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:55 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1995150570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:56:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:55 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:55 smithi179 ceph-mon[110415]: Updating smithi179:/etc/ceph/ceph.conf 2023-12-01T03:56:56.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:55 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:56.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:55 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1995150570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:56:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:56:57.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T03:56:57.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:56:57.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T03:56:57.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:57 smithi062 ceph-mon[107722]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T03:56:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:57 smithi062 ceph-mon[107722]: Reconfiguring mon.smithi062 (unknown last config time)... 2023-12-01T03:56:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:57 smithi062 ceph-mon[107722]: Reconfiguring daemon mon.smithi062 on smithi062 2023-12-01T03:56:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:57 smithi179 ceph-mon[110415]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T03:56:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:57 smithi179 ceph-mon[110415]: Reconfiguring mon.smithi062 (unknown last config time)... 2023-12-01T03:56:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:57 smithi179 ceph-mon[110415]: Reconfiguring daemon mon.smithi062 on smithi062 2023-12-01T03:56:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:58 smithi062 ceph-mon[107722]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:56:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:56:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:59.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:58 smithi179 ceph-mon[110415]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:56:59.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:56:59.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:56:59.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:56:59.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:56:59.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:59 smithi062 ceph-mon[107722]: Reconfiguring mgr.smithi062.leevxb (unknown last config time)... 2023-12-01T03:56:59.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:56:59 smithi062 ceph-mon[107722]: Reconfiguring daemon mgr.smithi062.leevxb on smithi062 2023-12-01T03:57:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:59 smithi179 ceph-mon[110415]: Reconfiguring mgr.smithi062.leevxb (unknown last config time)... 2023-12-01T03:57:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:56:59 smithi179 ceph-mon[110415]: Reconfiguring daemon mgr.smithi062.leevxb on smithi062 2023-12-01T03:57:00.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:00 smithi062 ceph-mon[107722]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:00.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:01.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:00 smithi179 ceph-mon[110415]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:01.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:01.968 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:01 smithi062 ceph-mon[107722]: Reconfiguring alertmanager.smithi062 (dependencies changed)... 2023-12-01T03:57:01.968 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:01 smithi062 ceph-mon[107722]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2023-12-01T03:57:01.968 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:01 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T03:57:01.968 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:01 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:01.968 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:01 smithi062 ceph-mon[107722]: Deploying daemon osd.0 on smithi062 2023-12-01T03:57:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:01 smithi179 ceph-mon[110415]: Reconfiguring alertmanager.smithi062 (dependencies changed)... 2023-12-01T03:57:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:01 smithi179 ceph-mon[110415]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2023-12-01T03:57:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:01 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T03:57:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:01 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:01 smithi179 ceph-mon[110415]: Deploying daemon osd.0 on smithi062 2023-12-01T03:57:02.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:02 smithi062 ceph-mon[107722]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:03.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:02 smithi179 ceph-mon[110415]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:04.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:04.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:04.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: Reconfiguring crash.smithi062 (monmap changed)... 2023-12-01T03:57:04.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:57:04.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:04.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:04 smithi062 ceph-mon[107722]: Reconfiguring daemon crash.smithi062 on smithi062 2023-12-01T03:57:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: Reconfiguring crash.smithi062 (monmap changed)... 2023-12-01T03:57:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:57:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:04 smithi179 ceph-mon[110415]: Reconfiguring daemon crash.smithi062 on smithi062 2023-12-01T03:57:06.381 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:06 smithi062 ceph-mon[107722]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:06.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:06 smithi179 ceph-mon[110415]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:08.377 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:08 smithi062 ceph-mon[107722]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:08.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:08 smithi179 ceph-mon[110415]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:09.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:09.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:09.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:57:09.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:57:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:57:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:57:10.330 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:10 smithi062 ceph-mon[107722]: Reconfiguring grafana.smithi062 (dependencies changed)... 2023-12-01T03:57:10.331 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:10 smithi062 ceph-mon[107722]: Reconfiguring daemon grafana.smithi062 on smithi062 2023-12-01T03:57:10.331 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:10 smithi062 ceph-mon[107722]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:10.421 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 0 on host 'smithi062' 2023-12-01T03:57:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:10 smithi179 ceph-mon[110415]: Reconfiguring grafana.smithi062 (dependencies changed)... 2023-12-01T03:57:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:10 smithi179 ceph-mon[110415]: Reconfiguring daemon grafana.smithi062 on smithi062 2023-12-01T03:57:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:10 smithi179 ceph-mon[110415]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:10.886 DEBUG:teuthology.orchestra.run.smithi062:osd.0> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.0.service 2023-12-01T03:57:10.891 INFO:tasks.cephadm:Deploying osd.1 on smithi062 with /dev/vg_nvme/lv_3... 2023-12-01T03:57:10.891 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-01T03:57:10.922 INFO:journalctl@ceph.osd.0.smithi062.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:57:11.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:11.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:11 smithi062 ceph-mon[107722]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T03:57:11.523 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:11 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T03:57:11.367+0000 7fdb136793c0 -1 osd.0 0 log_to_monitors true 2023-12-01T03:57:11.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:11.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:11 smithi179 ceph-mon[110415]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: osdmap e7: 1 total, 0 up, 1 in 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: osdmap e8: 1 total, 0 up, 1 in 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.603 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T03:57:12.424+0000 7fdb0a07c700 -1 osd.0 0 waiting for initial osdmap 2023-12-01T03:57:12.603 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:12 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T03:57:12.427+0000 7fdb05214700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:57:12.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:12.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T03:57:12.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: osdmap e7: 1 total, 0 up, 1 in 2023-12-01T03:57:12.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:12.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:12.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: osdmap e8: 1 total, 0 up, 1 in 2023-12-01T03:57:12.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134957 s, 777 MB/s 2023-12-01T03:57:12.852 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2023-12-01T03:57:13.365 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi062:vg_nvme/lv_3 2023-12-01T03:57:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: Reconfiguring crash.smithi179 (monmap changed)... 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: Reconfiguring daemon crash.smithi179 on smithi179 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758] boot 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: osdmap e9: 1 total, 1 up, 1 in 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:57:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:14.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: Reconfiguring crash.smithi179 (monmap changed)... 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: Reconfiguring daemon crash.smithi179 on smithi179 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: osd.0 [v2:172.21.15.62:6802/2018408758,v1:172.21.15.62:6803/2018408758] boot 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: osdmap e9: 1 total, 1 up, 1 in 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T03:57:14.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:15.424 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:57:15.424 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: Reconfiguring mgr.smithi179.zdxcxm (monmap changed)... 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: Reconfiguring daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:15.425 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:15 smithi062 ceph-mon[107722]: osdmap e10: 1 total, 1 up, 1 in 2023-12-01T03:57:15.690 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:57:15.690 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:57:15.690 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: Reconfiguring mgr.smithi179.zdxcxm (monmap changed)... 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: Reconfiguring daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:15.691 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:15 smithi179 ceph-mon[110415]: osdmap e10: 1 total, 1 up, 1 in 2023-12-01T03:57:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:16 smithi179 ceph-mon[110415]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:16 smithi179 ceph-mon[110415]: Reconfiguring mon.smithi179 (monmap changed)... 2023-12-01T03:57:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:16 smithi179 ceph-mon[110415]: Reconfiguring daemon mon.smithi179 on smithi179 2023-12-01T03:57:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:16 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:16 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T03:57:16.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:16 smithi062 ceph-mon[107722]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:16.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:16 smithi062 ceph-mon[107722]: Reconfiguring mon.smithi179 (monmap changed)... 2023-12-01T03:57:16.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:16 smithi062 ceph-mon[107722]: Reconfiguring daemon mon.smithi179 on smithi179 2023-12-01T03:57:16.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:16.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:16 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T03:57:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T03:57:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2102295029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d15be32-5b39-4221-af41-d1e4971c5bf8"}]: dispatch 2023-12-01T03:57:17.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2102295029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d15be32-5b39-4221-af41-d1e4971c5bf8"}]': finished 2023-12-01T03:57:17.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: osdmap e11: 2 total, 1 up, 2 in 2023-12-01T03:57:17.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:17.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:17 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2846834486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2102295029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d15be32-5b39-4221-af41-d1e4971c5bf8"}]: dispatch 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2102295029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d15be32-5b39-4221-af41-d1e4971c5bf8"}]': finished 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: osdmap e11: 2 total, 1 up, 2 in 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:17.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:17 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2846834486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:18 smithi179 ceph-mon[110415]: pgmap v33: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:18 smithi062 ceph-mon[107722]: pgmap v33: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:20 smithi179 ceph-mon[110415]: pgmap v34: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:20.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:20 smithi062 ceph-mon[107722]: pgmap v34: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:22.549 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:22 smithi062 ceph-mon[107722]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:22.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T03:57:22.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:22.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:22 smithi062 ceph-mon[107722]: Deploying daemon osd.1 on smithi062 2023-12-01T03:57:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:22 smithi179 ceph-mon[110415]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T03:57:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:22 smithi179 ceph-mon[110415]: Deploying daemon osd.1 on smithi062 2023-12-01T03:57:24.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:24 smithi062 ceph-mon[107722]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:24.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:24 smithi179 ceph-mon[110415]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:26.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:26 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:26.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:26 smithi062 ceph-mon[107722]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:26.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:26 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:26.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:26 smithi179 ceph-mon[110415]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:27.068 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 1 on host 'smithi062' 2023-12-01T03:57:27.431 DEBUG:teuthology.orchestra.run.smithi062:osd.1> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.1.service 2023-12-01T03:57:27.434 INFO:tasks.cephadm:Deploying osd.2 on smithi062 with /dev/vg_nvme/lv_2... 2023-12-01T03:57:27.434 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-01T03:57:27.463 INFO:journalctl@ceph.osd.1.smithi062.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:57:28.326 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.326 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.327 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:28.328 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:28.328 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:28 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:28.351 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T03:57:28.231+0000 7f04a8a023c0 -1 osd.1 0 log_to_monitors true 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2023-12-01T03:57:28.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:28.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:28 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:29.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:29 smithi179 ceph-mon[110415]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T03:57:29.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:29 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:29.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:29 smithi062 ceph-mon[107722]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T03:57:29.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:29 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112258 s, 934 MB/s 2023-12-01T03:57:29.582 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2023-12-01T03:57:30.152 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi062:vg_nvme/lv_2 2023-12-01T03:57:30.351 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T03:57:30.099+0000 7f049f405700 -1 osd.1 0 waiting for initial osdmap 2023-12-01T03:57:30.351 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T03:57:30.108+0000 7f049bda0700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:57:30.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-mon[107722]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:30.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-mon[107722]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T03:57:30.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-mon[107722]: osdmap e12: 2 total, 1 up, 2 in 2023-12-01T03:57:30.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:30.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:30 smithi062 ceph-mon[107722]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:30.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:30 smithi179 ceph-mon[110415]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:30.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:30 smithi179 ceph-mon[110415]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T03:57:30.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:30 smithi179 ceph-mon[110415]: osdmap e12: 2 total, 1 up, 2 in 2023-12-01T03:57:30.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:30 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:30.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:30 smithi179 ceph-mon[110415]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:31.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:31 smithi062 ceph-mon[107722]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:31.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:31 smithi062 ceph-mon[107722]: osdmap e13: 2 total, 1 up, 2 in 2023-12-01T03:57:31.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:31 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:31.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:31 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:31.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:31 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:31.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:31 smithi179 ceph-mon[110415]: from='osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:31.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:31 smithi179 ceph-mon[110415]: osdmap e13: 2 total, 1 up, 2 in 2023-12-01T03:57:31.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:31 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:31.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:31 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:31.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:31 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:32.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:57:32.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358] boot 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: osdmap e14: 2 total, 2 up, 2 in 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:32.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:32 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:57:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:57:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: osd.1 [v2:172.21.15.62:6810/2641969358,v1:172.21.15.62:6811/2641969358] boot 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: osdmap e14: 2 total, 2 up, 2 in 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:32.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:32 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:33.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: osdmap e15: 2 total, 2 up, 2 in 2023-12-01T03:57:33.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:33.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:33 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:33.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: osdmap e15: 2 total, 2 up, 2 in 2023-12-01T03:57:33.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:33.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:33.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:33.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:33.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:33.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:33 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi062 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi062 to 6449M 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: pgmap v45: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3872260873' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9786f312-b696-4a1e-9b99-276489634ee7"}]: dispatch 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3872260873' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9786f312-b696-4a1e-9b99-276489634ee7"}]': finished 2023-12-01T03:57:34.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: osdmap e16: 3 total, 2 up, 3 in 2023-12-01T03:57:34.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:34.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:34 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:34.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi062 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi062 to 6449M 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: pgmap v45: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3872260873' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9786f312-b696-4a1e-9b99-276489634ee7"}]: dispatch 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3872260873' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9786f312-b696-4a1e-9b99-276489634ee7"}]': finished 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: osdmap e16: 3 total, 2 up, 3 in 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:34.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:34 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:35.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:35 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1503927086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:35.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:35 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1503927086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:36.964 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:36 smithi062 ceph-mon[107722]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:36.964 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:37.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:36 smithi179 ceph-mon[110415]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:37.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:38.816 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:38 smithi062 ceph-mon[107722]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:39.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:38 smithi179 ceph-mon[110415]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:40.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:39 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi062 2023-12-01T03:57:40.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:40.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:40.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:39 smithi179 ceph-mon[110415]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:40.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:39 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi062 2023-12-01T03:57:40.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:40.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:40.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:39 smithi062 ceph-mon[107722]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:40.971 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T03:57:40.971 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:40.971 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:40 smithi062 ceph-mon[107722]: Deploying daemon osd.2 on smithi062 2023-12-01T03:57:41.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T03:57:41.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:41.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:40 smithi179 ceph-mon[110415]: Deploying daemon osd.2 on smithi062 2023-12-01T03:57:41.995 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:41 smithi062 ceph-mon[107722]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:42.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:41 smithi179 ceph-mon[110415]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:44.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:44 smithi062 ceph-mon[107722]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:44.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:44 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:44.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:44 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:44.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:44 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:44.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:44 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:44 smithi179 ceph-mon[110415]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:44 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:44 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:44 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:44.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:44 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:45.645 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 2 on host 'smithi062' 2023-12-01T03:57:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:45 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:45.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:45 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:46.091 DEBUG:teuthology.orchestra.run.smithi062:osd.2> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.2.service 2023-12-01T03:57:46.094 INFO:tasks.cephadm:Deploying osd.3 on smithi062 with /dev/vg_nvme/lv_1... 2023-12-01T03:57:46.095 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-01T03:57:46.126 INFO:journalctl@ceph.osd.2.smithi062.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:57:46.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:46 smithi062 ceph-mon[107722]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:46.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:46.852 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:46 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T03:57:46.665+0000 7f0e0f0133c0 -1 osd.2 0 log_to_monitors true 2023-12-01T03:57:47.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:46 smithi179 ceph-mon[110415]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:47.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:47.832 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-01T03:57:47.832 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-01T03:57:47.832 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2023-12-01T03:57:47.832 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2023-12-01T03:57:47.833 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0158069 s, 663 MB/s 2023-12-01T03:57:47.833 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2023-12-01T03:57:47.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:47 smithi062 ceph-mon[107722]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T03:57:47.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:47 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:48.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:47 smithi179 ceph-mon[110415]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T03:57:48.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:47 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:48.392 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi062:vg_nvme/lv_1 2023-12-01T03:57:48.779 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T03:57:48.659+0000 7f0e05a16700 -1 osd.2 0 waiting for initial osdmap 2023-12-01T03:57:48.779 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T03:57:48.666+0000 7f0e023b1700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:57:48.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-mon[107722]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:48.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-mon[107722]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T03:57:48.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-mon[107722]: osdmap e17: 3 total, 2 up, 3 in 2023-12-01T03:57:48.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:48.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:48 smithi062 ceph-mon[107722]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:48 smithi179 ceph-mon[110415]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:48 smithi179 ceph-mon[110415]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T03:57:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:48 smithi179 ceph-mon[110415]: osdmap e17: 3 total, 2 up, 3 in 2023-12-01T03:57:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:48 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:48 smithi179 ceph-mon[110415]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:57:49.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:49 smithi062 ceph-mon[107722]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:49.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:49 smithi062 ceph-mon[107722]: osdmap e18: 3 total, 2 up, 3 in 2023-12-01T03:57:49.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:49 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:49.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:49 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:49 smithi179 ceph-mon[110415]: from='osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:57:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:49 smithi179 ceph-mon[110415]: osdmap e18: 3 total, 2 up, 3 in 2023-12-01T03:57:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:49 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:50.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:49 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: pgmap v56: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112] boot 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: osdmap e19: 3 total, 3 up, 3 in 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:50.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:50.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:50 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:51.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:57:51.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:57:51.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: pgmap v56: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: osd.2 [v2:172.21.15.62:6818/1353030112,v1:172.21.15.62:6819/1353030112] boot 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: osdmap e19: 3 total, 3 up, 3 in 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:57:51.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:57:51.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:57:51.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:50 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:51.980 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:51 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi062 to 4299M 2023-12-01T03:57:51.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:51 smithi062 ceph-mon[107722]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:51.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:51 smithi062 ceph-mon[107722]: osdmap e20: 3 total, 3 up, 3 in 2023-12-01T03:57:51.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:51 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T03:57:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:51 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi062 to 4299M 2023-12-01T03:57:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:51 smithi179 ceph-mon[110415]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:57:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:51 smithi179 ceph-mon[110415]: osdmap e20: 3 total, 3 up, 3 in 2023-12-01T03:57:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:51 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T03:57:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: pgmap v59: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: osdmap e21: 3 total, 3 up, 3 in 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1959306138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d69f0b59-3d89-4932-a3b1-c401859c870a"}]: dispatch 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1959306138' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d69f0b59-3d89-4932-a3b1-c401859c870a"}]': finished 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: osdmap e22: 4 total, 3 up, 4 in 2023-12-01T03:57:53.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: pgmap v59: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: osdmap e21: 3 total, 3 up, 3 in 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1959306138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d69f0b59-3d89-4932-a3b1-c401859c870a"}]: dispatch 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1959306138' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d69f0b59-3d89-4932-a3b1-c401859c870a"}]': finished 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: osdmap e22: 4 total, 3 up, 4 in 2023-12-01T03:57:53.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:53 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/137870774' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:53 smithi179 ceph-mon[110415]: osdmap e23: 4 total, 3 up, 4 in 2023-12-01T03:57:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:53 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:53 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:54.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:53 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:54.104 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:53 smithi062 sudo[131604]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T03:57:54.105 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:53 smithi062 sudo[131604]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:54.105 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:53 smithi062 sudo[131604]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:54.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:53 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/137870774' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:57:54.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:53 smithi062 ceph-mon[107722]: osdmap e23: 4 total, 3 up, 4 in 2023-12-01T03:57:54.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:53 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:54.106 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:53 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:54.106 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:53 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:54.601 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131799]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T03:57:54.601 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131799]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:54.601 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131799]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:55.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:54 smithi179 ceph-mon[110415]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:55.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:54 smithi179 ceph-mon[110415]: osdmap e24: 4 total, 3 up, 4 in 2023-12-01T03:57:55.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:55.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:54 smithi179 ceph-mon[110415]: mgrmap e19: smithi062.leevxb(active, since 105s), standbys: smithi179.zdxcxm 2023-12-01T03:57:55.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:55.101 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131995]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T03:57:55.101 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131995]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:55.101 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:54 smithi062 sudo[131995]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:55.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:54 smithi062 ceph-mon[107722]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:55.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:54 smithi062 ceph-mon[107722]: osdmap e24: 4 total, 3 up, 4 in 2023-12-01T03:57:55.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:57:55.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:54 smithi062 ceph-mon[107722]: mgrmap e19: smithi062.leevxb(active, since 105s), standbys: smithi179.zdxcxm 2023-12-01T03:57:55.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:55.506 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132023]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T03:57:55.506 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132023]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:55.506 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132023]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:55.851 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132077]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T03:57:55.851 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132077]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:55.851 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:55 smithi062 sudo[132077]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:56.286 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132148]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T03:57:56.287 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132148]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:56.287 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132148]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132192]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T03:57:56.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132192]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:56.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:56 smithi062 sudo[132192]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:57.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 ceph-mon[110415]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:57.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 ceph-mon[110415]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T03:57:57.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113081]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-01T03:57:57.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113081]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:57.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113081]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:57.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:57 smithi062 sudo[132231]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T03:57:57.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:57 smithi062 sudo[132231]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:57.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:57 smithi062 sudo[132231]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:57.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:57 smithi062 ceph-mon[107722]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:57.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:57 smithi062 ceph-mon[107722]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T03:57:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113084]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-01T03:57:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113084]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-01T03:57:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:57 smithi179 sudo[113084]: pam_unix(sudo:session): session closed for user root 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:57:58.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:58.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T03:57:58.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:58.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: Deploying daemon osd.3 on smithi062 2023-12-01T03:57:58.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T03:57:58.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:57:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:57:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T03:57:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:57:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:57:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: Deploying daemon osd.3 on smithi062 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-01T03:57:58.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:57:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:00.343 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:00 smithi062 ceph-mon[107722]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:58:00.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:00 smithi179 ceph-mon[110415]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:58:02.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:02.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:02.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:02.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:02.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:02 smithi179 ceph-mon[110415]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:58:02.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:02.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:02.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:02.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:02.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:02 smithi062 ceph-mon[107722]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-01T03:58:03.505 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 3 on host 'smithi062' 2023-12-01T03:58:04.103 DEBUG:teuthology.orchestra.run.smithi062:osd.3> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.3.service 2023-12-01T03:58:04.106 INFO:tasks.cephadm:Deploying osd.4 on smithi179 with /dev/vg_nvme/lv_4... 2023-12-01T03:58:04.106 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-01T03:58:04.139 INFO:journalctl@ceph.osd.3.smithi062.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:58:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:04 smithi062 ceph-mon[107722]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-01T03:58:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:04 smithi062 ceph-mon[107722]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T03:58:04.602 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 03:58:04 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T03:58:04.273+0000 7f5e57b9b3c0 -1 osd.3 0 log_to_monitors true 2023-12-01T03:58:04.814 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:04 smithi179 ceph-mon[110415]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-01T03:58:04.815 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:04.815 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:04 smithi179 ceph-mon[110415]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112374 s, 933 MB/s 2023-12-01T03:58:05.563 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-12-01T03:58:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:05 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:05.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:05 smithi179 ceph-mon[110415]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T03:58:05.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:05 smithi179 ceph-mon[110415]: osdmap e25: 4 total, 3 up, 4 in 2023-12-01T03:58:05.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:05 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:05.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:05 smithi179 ceph-mon[110415]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:58:05.934 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2023-12-01T03:58:06.084 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:05 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:06.084 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:05 smithi062 ceph-mon[107722]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T03:58:06.084 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:05 smithi062 ceph-mon[107722]: osdmap e25: 4 total, 3 up, 4 in 2023-12-01T03:58:06.084 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:05 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:06.084 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:05 smithi062 ceph-mon[107722]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-12-01T03:58:06.351 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T03:58:06.080+0000 7f5e4e59e700 -1 osd.3 0 waiting for initial osdmap 2023-12-01T03:58:06.351 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T03:58:06.084+0000 7f5e46f31700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:58:06.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-mon[107722]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-01T03:58:06.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-mon[107722]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:58:06.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-mon[107722]: osdmap e26: 4 total, 3 up, 4 in 2023-12-01T03:58:06.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:06.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:06 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:06 smithi179 ceph-mon[110415]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-01T03:58:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:06 smithi179 ceph-mon[110415]: from='osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-12-01T03:58:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:06 smithi179 ceph-mon[110415]: osdmap e26: 4 total, 3 up, 4 in 2023-12-01T03:58:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:06 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:06.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:06 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:07.931 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:58:07.931 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:58:07.931 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi062 2023-12-01T03:58:07.931 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:07.932 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:07.932 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:07.932 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:07.932 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:07.932 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi062 to 3224M 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:07.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: osdmap e27: 4 total, 4 up, 4 in 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:07.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:58:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi062 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi062 to 3224M 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: osdmap e27: 4 total, 4 up, 4 in 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:08.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:09.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: osdmap e28: 4 total, 4 up, 4 in 2023-12-01T03:58:09.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/1793365817' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]: dispatch 2023-12-01T03:58:09.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]: dispatch 2023-12-01T03:58:09.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]': finished 2023-12-01T03:58:09.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: osdmap e29: 5 total, 4 up, 5 in 2023-12-01T03:58:09.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: osdmap e28: 4 total, 4 up, 4 in 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/1793365817' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]: dispatch 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]: dispatch 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41910bc1-72f8-44e1-84f5-dfea1416d7da"}]': finished 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: osdmap e29: 5 total, 4 up, 5 in 2023-12-01T03:58:09.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:10.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:10.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:58:10.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:58:10.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/217519703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:10.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:10.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/217519703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:12.486 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:12 smithi179 ceph-mon[110415]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:12.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:12 smithi062 ceph-mon[107722]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:14.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:14 smithi179 ceph-mon[110415]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:14.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T03:58:14.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:14.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:14 smithi062 ceph-mon[107722]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:14.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T03:58:14.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:15.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:15 smithi179 ceph-mon[110415]: Deploying daemon osd.4 on smithi179 2023-12-01T03:58:15.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:15 smithi062 ceph-mon[107722]: Deploying daemon osd.4 on smithi179 2023-12-01T03:58:16.236 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:16 smithi179 ceph-mon[110415]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:16.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:16 smithi062 ceph-mon[107722]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:18.723 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:18 smithi179 ceph-mon[110415]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:18.723 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:18.723 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:18.723 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:18.723 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:18 smithi062 ceph-mon[107722]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:18.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:18.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:18.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:18.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:19.681 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 4 on host 'smithi179' 2023-12-01T03:58:20.175 DEBUG:teuthology.orchestra.run.smithi179:osd.4> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.4.service 2023-12-01T03:58:20.177 INFO:tasks.cephadm:Deploying osd.5 on smithi179 with /dev/vg_nvme/lv_3... 2023-12-01T03:58:20.178 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-01T03:58:20.207 INFO:journalctl@ceph.osd.4.smithi179.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:20.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:20.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:20.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:20.848 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 03:58:20 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T03:58:20.694+0000 7f9eacdc43c0 -1 osd.4 0 log_to_monitors true 2023-12-01T03:58:21.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:21 smithi179 ceph-mon[110415]: from='osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T03:58:21.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:21 smithi179 ceph-mon[110415]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T03:58:21.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:21 smithi062 ceph-mon[107722]: from='osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T03:58:21.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:21 smithi062 ceph-mon[107722]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T03:58:22.044 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-01T03:58:22.045 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-01T03:58:22.045 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-12-01T03:58:22.045 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-12-01T03:58:22.045 INFO:teuthology.orchestra.run.smithi179.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011123 s, 943 MB/s 2023-12-01T03:58:22.045 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-12-01T03:58:22.504 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T03:58:22.345+0000 7f9ea37c7700 -1 osd.4 0 waiting for initial osdmap 2023-12-01T03:58:22.504 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T03:58:22.350+0000 7f9e9e15e700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: osdmap e30: 5 total, 4 up, 5 in 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:22.505 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:22.506 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:22.506 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:22 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:22.508 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_3 2023-12-01T03:58:22.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:22.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T03:58:22.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: osdmap e30: 5 total, 4 up, 5 in 2023-12-01T03:58:22.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:22.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:22.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:22.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:22.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:22.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:22.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:22 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi179 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi179 to 15970M 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: osdmap e31: 5 total, 4 up, 5 in 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:23.463 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:23 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:23.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi179 2023-12-01T03:58:23.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi179 to 15970M 2023-12-01T03:58:23.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:23.603 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: osdmap e31: 5 total, 4 up, 5 in 2023-12-01T03:58:23.603 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:23.603 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:23 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:24.528 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:58:24.528 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:58:24.528 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:24.528 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297] boot 2023-12-01T03:58:24.528 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: osdmap e32: 5 total, 5 up, 5 in 2023-12-01T03:58:24.529 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:24.529 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:24.529 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:24.529 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:24.529 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:24 smithi179 ceph-mon[110415]: osdmap e33: 5 total, 5 up, 5 in 2023-12-01T03:58:24.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:58:24.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:58:24.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-01T03:58:24.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: osd.4 [v2:172.21.15.179:6800/3795128297,v1:172.21.15.179:6801/3795128297] boot 2023-12-01T03:58:24.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: osdmap e32: 5 total, 5 up, 5 in 2023-12-01T03:58:24.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T03:58:24.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:24.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:24.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:24.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:24 smithi062 ceph-mon[107722]: osdmap e33: 5 total, 5 up, 5 in 2023-12-01T03:58:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:25 smithi179 ceph-mon[110415]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:25 smithi179 ceph-mon[110415]: osdmap e34: 5 total, 5 up, 5 in 2023-12-01T03:58:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:25 smithi062 ceph-mon[107722]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:25.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:25 smithi062 ceph-mon[107722]: osdmap e34: 5 total, 5 up, 5 in 2023-12-01T03:58:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/4175019785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]: dispatch 2023-12-01T03:58:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]: dispatch 2023-12-01T03:58:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]': finished 2023-12-01T03:58:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: osdmap e35: 6 total, 5 up, 6 in 2023-12-01T03:58:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:26 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2046222090' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/4175019785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]: dispatch 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]: dispatch 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9fe5b9d-aec9-4232-849c-06023b7c84ce"}]': finished 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: osdmap e35: 6 total, 5 up, 6 in 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:26 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2046222090' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:27 smithi179 ceph-mon[110415]: osdmap e36: 6 total, 5 up, 6 in 2023-12-01T03:58:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:27 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:27.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:27 smithi062 ceph-mon[107722]: osdmap e36: 6 total, 5 up, 6 in 2023-12-01T03:58:27.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:27 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:28.764 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:28 smithi179 ceph-mon[110415]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:28.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:28 smithi062 ceph-mon[107722]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:30.337 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:30 smithi179 ceph-mon[110415]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-01T03:58:30.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:30 smithi062 ceph-mon[107722]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-01T03:58:31.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:31 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T03:58:31.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:31 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:31.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:31 smithi179 ceph-mon[110415]: Deploying daemon osd.5 on smithi179 2023-12-01T03:58:31.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:31 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T03:58:31.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:31 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:31.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:31 smithi062 ceph-mon[107722]: Deploying daemon osd.5 on smithi179 2023-12-01T03:58:32.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:32 smithi179 ceph-mon[110415]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:58:32.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:32 smithi062 ceph-mon[107722]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:58:34.594 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:34 smithi062 ceph-mon[107722]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:58:34.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:34 smithi179 ceph-mon[110415]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:58:35.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:35 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:35.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:35 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:35.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:35 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:35.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:35 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:35.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:35 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:35.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:35 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:35.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:35 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:35.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:35 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:36.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:36 smithi179 ceph-mon[110415]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-01T03:58:36.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:36 smithi062 ceph-mon[107722]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-01T03:58:36.786 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 5 on host 'smithi179' 2023-12-01T03:58:37.190 DEBUG:teuthology.orchestra.run.smithi179:osd.5> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.5.service 2023-12-01T03:58:37.192 INFO:tasks.cephadm:Deploying osd.6 on smithi179 with /dev/vg_nvme/lv_2... 2023-12-01T03:58:37.192 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-01T03:58:37.220 INFO:journalctl@ceph.osd.5.smithi179.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:58:37.791 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 03:58:37 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T03:58:37.444+0000 7f4ab40b03c0 -1 osd.5 0 log_to_monitors true 2023-12-01T03:58:37.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:37 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:37.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:37 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:37.791 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:37 smithi179 ceph-mon[110415]: from='osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T03:58:37.792 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:37 smithi179 ceph-mon[110415]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T03:58:37.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:37 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:37.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:37 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:37.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:37 smithi062 ceph-mon[107722]: from='osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T03:58:37.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:37 smithi062 ceph-mon[107722]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T03:58:38.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-01T03:58:38.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T03:58:38.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: osdmap e37: 6 total, 5 up, 6 in 2023-12-01T03:58:38.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:38.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: from='osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:38.795 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-mon[110415]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:38.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-01T03:58:38.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T03:58:38.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: osdmap e37: 6 total, 5 up, 6 in 2023-12-01T03:58:38.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:38.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: from='osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:38.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:38 smithi062 ceph-mon[107722]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:38.953 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-01T03:58:38.953 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-01T03:58:38.953 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-12-01T03:58:38.954 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-12-01T03:58:38.954 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124632 s, 841 MB/s 2023-12-01T03:58:38.954 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-12-01T03:58:39.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T03:58:38.791+0000 7f4aaaab3700 -1 osd.5 0 waiting for initial osdmap 2023-12-01T03:58:39.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 03:58:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T03:58:38.797+0000 7f4aa3446700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:58:39.381 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_2 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: osdmap e38: 6 total, 5 up, 6 in 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628] boot 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: osdmap e39: 6 total, 6 up, 6 in 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:39.872 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:39 smithi179 ceph-mon[110415]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:40.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:40.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: osdmap e38: 6 total, 5 up, 6 in 2023-12-01T03:58:40.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:40.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:40.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: osd.5 [v2:172.21.15.179:6808/4022905628,v1:172.21.15.179:6809/4022905628] boot 2023-12-01T03:58:40.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: osdmap e39: 6 total, 6 up, 6 in 2023-12-01T03:58:40.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T03:58:40.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:39 smithi062 ceph-mon[107722]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-01T03:58:41.282 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:58:41.282 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:58:41.282 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi179 2023-12-01T03:58:41.282 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.282 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi179 to 7985M 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.283 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:40 smithi179 ceph-mon[110415]: osdmap e40: 6 total, 6 up, 6 in 2023-12-01T03:58:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:58:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:58:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi179 2023-12-01T03:58:41.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi179 to 7985M 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:41.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:41.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:40 smithi062 ceph-mon[107722]: osdmap e40: 6 total, 6 up, 6 in 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: osdmap e41: 6 total, 6 up, 6 in 2023-12-01T03:58:41.925 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:41 smithi179 ceph-mon[110415]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:42.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:42.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:42.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:42.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:42.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: osdmap e41: 6 total, 6 up, 6 in 2023-12-01T03:58:42.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:41 smithi062 ceph-mon[107722]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:43.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: osdmap e42: 6 total, 6 up, 6 in 2023-12-01T03:58:43.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2460787481' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]: dispatch 2023-12-01T03:58:43.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]: dispatch 2023-12-01T03:58:43.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]': finished 2023-12-01T03:58:43.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: osdmap e43: 7 total, 6 up, 7 in 2023-12-01T03:58:43.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:43 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:43.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: osdmap e42: 6 total, 6 up, 6 in 2023-12-01T03:58:43.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2460787481' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]: dispatch 2023-12-01T03:58:43.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]: dispatch 2023-12-01T03:58:43.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4079f5d-c502-40c8-b47e-5b413b8fb5a6"}]': finished 2023-12-01T03:58:43.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: osdmap e43: 7 total, 6 up, 7 in 2023-12-01T03:58:43.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:43 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:44 smithi179 ceph-mon[110415]: pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:44 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2266204334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:44.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:44 smithi062 ceph-mon[107722]: pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:44.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:44 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2266204334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:58:46.414 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:46 smithi179 ceph-mon[110415]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-01T03:58:46.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:46 smithi062 ceph-mon[107722]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-01T03:58:48.592 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:48 smithi179 ceph-mon[110415]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:58:48.592 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:48 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T03:58:48.593 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:48 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:48.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:48 smithi062 ceph-mon[107722]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:58:48.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:48 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T03:58:48.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:48 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:49.285 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:49 smithi179 ceph-mon[110415]: Deploying daemon osd.6 on smithi179 2023-12-01T03:58:49.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:49 smithi062 ceph-mon[107722]: Deploying daemon osd.6 on smithi179 2023-12-01T03:58:50.198 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:50 smithi179 ceph-mon[110415]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:58:50.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:50 smithi062 ceph-mon[107722]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:58:52.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:52 smithi179 ceph-mon[110415]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-01T03:58:52.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:52.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:52.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:52.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:52 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:52.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:52 smithi062 ceph-mon[107722]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-01T03:58:52.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:52.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:52.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:52.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:52 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:53.593 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 6 on host 'smithi179' 2023-12-01T03:58:54.018 DEBUG:teuthology.orchestra.run.smithi179:osd.6> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.6.service 2023-12-01T03:58:54.020 INFO:tasks.cephadm:Deploying osd.7 on smithi179 with /dev/vg_nvme/lv_1... 2023-12-01T03:58:54.020 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-01T03:58:54.047 INFO:journalctl@ceph.osd.6.smithi179.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:58:54.474 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-01T03:58:54.474 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.474 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.474 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.474 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:54.475 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:54.475 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:54.725 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 03:58:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T03:58:54.635+0000 7fe1470f23c0 -1 osd.6 0 log_to_monitors true 2023-12-01T03:58:54.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-01T03:58:54.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:54.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:58:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:54.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:54 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:58:55.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:55 smithi179 ceph-mon[110415]: from='osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T03:58:55.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:55 smithi179 ceph-mon[110415]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T03:58:55.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:55 smithi062 ceph-mon[107722]: from='osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T03:58:55.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:55 smithi062 ceph-mon[107722]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T03:58:56.034 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-01T03:58:56.034 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-01T03:58:56.035 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-12-01T03:58:56.035 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-12-01T03:58:56.035 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117802 s, 890 MB/s 2023-12-01T03:58:56.035 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-12-01T03:58:56.598 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T03:58:56.381+0000 7fe13daf5700 -1 osd.6 0 waiting for initial osdmap 2023-12-01T03:58:56.598 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T03:58:56.388+0000 7fe13848c700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: osdmap e44: 7 total, 6 up, 7 in 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: from='osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:56 smithi179 ceph-mon[110415]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:56.738 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_1 2023-12-01T03:58:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T03:58:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T03:58:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: osdmap e44: 7 total, 6 up, 7 in 2023-12-01T03:58:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:56.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: from='osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:56.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:56 smithi062 ceph-mon[107722]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: osdmap e45: 7 total, 6 up, 7 in 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi179 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:57.741 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:57 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:58:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: osdmap e45: 7 total, 6 up, 7 in 2023-12-01T03:58:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:57.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi179 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:57.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:57 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi179 to 5323M 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348] boot 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: osdmap e46: 7 total, 7 up, 7 in 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:58.479 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:58:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:58:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi179 to 5323M 2023-12-01T03:58:58.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: osd.6 [v2:172.21.15.179:6816/2887958348,v1:172.21.15.179:6817/2887958348] boot 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: osdmap e46: 7 total, 7 up, 7 in 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T03:58:58.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:58:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:59 smithi179 ceph-mon[110415]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:58:59 smithi179 ceph-mon[110415]: osdmap e47: 7 total, 7 up, 7 in 2023-12-01T03:58:59.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:59 smithi062 ceph-mon[107722]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:58:59.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:58:59 smithi062 ceph-mon[107722]: osdmap e47: 7 total, 7 up, 7 in 2023-12-01T03:59:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T03:59:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: osdmap e48: 7 total, 7 up, 7 in 2023-12-01T03:59:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2439416666' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]: dispatch 2023-12-01T03:59:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]: dispatch 2023-12-01T03:59:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]': finished 2023-12-01T03:59:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: osdmap e49: 8 total, 7 up, 8 in 2023-12-01T03:59:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: osdmap e48: 7 total, 7 up, 7 in 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2439416666' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]: dispatch 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]: dispatch 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73bad6f3-af19-4cac-a3b5-3de20b58420b"}]': finished 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: osdmap e49: 8 total, 7 up, 8 in 2023-12-01T03:59:00.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:01 smithi179 ceph-mon[110415]: from='client.? 172.21.15.179:0/2847794659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:59:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:01 smithi179 ceph-mon[110415]: osdmap e50: 8 total, 7 up, 8 in 2023-12-01T03:59:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:01 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:01.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:01 smithi062 ceph-mon[107722]: from='client.? 172.21.15.179:0/2847794659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T03:59:01.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:01 smithi062 ceph-mon[107722]: osdmap e50: 8 total, 7 up, 8 in 2023-12-01T03:59:01.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:01 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:02.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:02 smithi179 ceph-mon[110415]: pgmap v124: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-01T03:59:02.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:02 smithi179 ceph-mon[110415]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-01T03:59:02.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:02 smithi062 ceph-mon[107722]: pgmap v124: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-01T03:59:02.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:02 smithi062 ceph-mon[107722]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-01T03:59:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:03 smithi179 ceph-mon[110415]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-01T03:59:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:03 smithi179 ceph-mon[110415]: Cluster is now healthy 2023-12-01T03:59:03.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:03 smithi062 ceph-mon[107722]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-01T03:59:03.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:03 smithi062 ceph-mon[107722]: Cluster is now healthy 2023-12-01T03:59:04.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:04 smithi179 ceph-mon[110415]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-01T03:59:04.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:04 smithi062 ceph-mon[107722]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-01T03:59:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:05 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T03:59:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:05 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:05 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T03:59:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:05 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:06.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:06 smithi179 ceph-mon[110415]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:59:06.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:06 smithi179 ceph-mon[110415]: Deploying daemon osd.7 on smithi179 2023-12-01T03:59:06.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:06 smithi062 ceph-mon[107722]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-01T03:59:06.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:06 smithi062 ceph-mon[107722]: Deploying daemon osd.7 on smithi179 2023-12-01T03:59:08.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:08 smithi179 ceph-mon[110415]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-01T03:59:08.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:08 smithi062 ceph-mon[107722]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-01T03:59:10.334 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-01T03:59:10.334 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:59:10.334 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:59:10.334 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:10.335 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:59:10.335 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:10.335 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:10.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:59:11.612 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 7 on host 'smithi179' 2023-12-01T03:59:12.004 DEBUG:teuthology.orchestra.run.smithi179:osd.7> sudo journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.7.service 2023-12-01T03:59:12.006 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-01T03:59:12.006 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T03:59:12.035 INFO:journalctl@ceph.osd.7.smithi179.stdout:-- Logs begin at Fri 2023-12-01 03:45:58 UTC. -- 2023-12-01T03:59:12.598 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T03:59:12.399+0000 7f8a236713c0 -1 osd.7 0 log_to_monitors true 2023-12-01T03:59:12.878 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-mon[110415]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-01T03:59:12.878 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:12.878 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:12.878 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-mon[110415]: from='osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T03:59:12.878 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:12 smithi179 ceph-mon[110415]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T03:59:12.960 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:12 smithi062 ceph-mon[107722]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-01T03:59:12.960 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:12.961 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:12.961 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:12 smithi062 ceph-mon[107722]: from='osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T03:59:12.961 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:12 smithi062 ceph-mon[107722]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T03:59:13.331 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:13.729 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1701403137,"num_in_osds":8,"osd_in_since":1701403140,"num_remapped_pgs":0} 2023-12-01T03:59:13.933 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T03:59:13.706+0000 7f8a1a074700 -1 osd.7 0 waiting for initial osdmap 2023-12-01T03:59:13.933 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T03:59:13.712+0000 7f8a16a0f700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T03:59:13.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T03:59:13.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: osdmap e51: 8 total, 7 up, 8 in 2023-12-01T03:59:13.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:13.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: from='osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:59:13.933 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:59:13.934 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:13 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2191393544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: osdmap e51: 8 total, 7 up, 8 in 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: from='osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-12-01T03:59:14.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:13 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2191393544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T03:59:14.731 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T03:59:15.057 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: osdmap e52: 8 total, 7 up, 8 in 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:15.058 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:59:15.059 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: osdmap e52: 8 total, 7 up, 8 in 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:15.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T03:59:15.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T03:59:15.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T03:59:15.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T03:59:16.082 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: purged_snaps scrub starts 2023-12-01T03:59:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: purged_snaps scrub ok 2023-12-01T03:59:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: Detected new or changed devices on smithi179 2023-12-01T03:59:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi179 to 3992M 2023-12-01T03:59:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879] boot 2023-12-01T03:59:16.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: osdmap e53: 8 total, 8 up, 8 in 2023-12-01T03:59:16.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:16.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:15 smithi179 ceph-mon[110415]: osdmap e54: 8 total, 8 up, 8 in 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: purged_snaps scrub starts 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: purged_snaps scrub ok 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: Detected new or changed devices on smithi179 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi179 to 3992M 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: osd.7 [v2:172.21.15.179:6824/2381333879,v1:172.21.15.179:6825/2381333879] boot 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: osdmap e53: 8 total, 8 up, 8 in 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T03:59:16.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:15 smithi062 ceph-mon[107722]: osdmap e54: 8 total, 8 up, 8 in 2023-12-01T03:59:16.454 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1701403154,"num_in_osds":8,"osd_in_since":1701403140,"num_remapped_pgs":1} 2023-12-01T03:59:16.454 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T03:59:16.688 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:17.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:16 smithi062 ceph-mon[107722]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:17.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:16 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2643734915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T03:59:17.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:16 smithi062 ceph-mon[107722]: osdmap e55: 8 total, 8 up, 8 in 2023-12-01T03:59:17.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:16 smithi179 ceph-mon[110415]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:17.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:16 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2643734915' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T03:59:17.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:16 smithi179 ceph-mon[110415]: osdmap e55: 8 total, 8 up, 8 in 2023-12-01T03:59:17.809 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:17.809 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":56,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","created":"2023-12-01T03:54:40.983286+0000","modified":"2023-12-01T03:59:17.709929+0000","last_up_change":"2023-12-01T03:59:14.694645+0000","last_in_change":"2023-12-01T03:59:00.044382+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-01T03:57:51.587005+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":"24","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":"dac90b01-6ec3-437b-a1e4-31a5fe63ce92","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.62:6802","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6803","nonce":2018408758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6805","nonce":2018408758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6809","nonce":2018408758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6807","nonce":2018408758}]},"public_addr":"172.21.15.62:6803/2018408758","cluster_addr":"172.21.15.62:6805/2018408758","heartbeat_back_addr":"172.21.15.62:6809/2018408758","heartbeat_front_addr":"172.21.15.62:6807/2018408758","state":["exists","up"]},{"osd":1,"uuid":"7d15be32-5b39-4221-af41-d1e4971c5bf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6811","nonce":2641969358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6813","nonce":2641969358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6817","nonce":2641969358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6815","nonce":2641969358}]},"public_addr":"172.21.15.62:6811/2641969358","cluster_addr":"172.21.15.62:6813/2641969358","heartbeat_back_addr":"172.21.15.62:6817/2641969358","heartbeat_front_addr":"172.21.15.62:6815/2641969358","state":["exists","up"]},{"osd":2,"uuid":"9786f312-b696-4a1e-9b99-276489634ee7","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.62:6818","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6819","nonce":1353030112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6821","nonce":1353030112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6825","nonce":1353030112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6823","nonce":1353030112}]},"public_addr":"172.21.15.62:6819/1353030112","cluster_addr":"172.21.15.62:6821/1353030112","heartbeat_back_addr":"172.21.15.62:6825/1353030112","heartbeat_front_addr":"172.21.15.62:6823/1353030112","state":["exists","up"]},{"osd":3,"uuid":"d69f0b59-3d89-4932-a3b1-c401859c870a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6827","nonce":156247003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6829","nonce":156247003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6833","nonce":156247003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6831","nonce":156247003}]},"public_addr":"172.21.15.62:6827/156247003","cluster_addr":"172.21.15.62:6829/156247003","heartbeat_back_addr":"172.21.15.62:6833/156247003","heartbeat_front_addr":"172.21.15.62:6831/156247003","state":["exists","up"]},{"osd":4,"uuid":"41910bc1-72f8-44e1-84f5-dfea1416d7da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6801","nonce":3795128297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6803","nonce":3795128297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6807","nonce":3795128297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6805","nonce":3795128297}]},"public_addr":"172.21.15.179:6801/3795128297","cluster_addr":"172.21.15.179:6803/3795128297","heartbeat_back_addr":"172.21.15.179:6807/3795128297","heartbeat_front_addr":"172.21.15.179:6805/3795128297","state":["exists","up"]},{"osd":5,"uuid":"c9fe5b9d-aec9-4232-849c-06023b7c84ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6809","nonce":4022905628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6811","nonce":4022905628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6815","nonce":4022905628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6813","nonce":4022905628}]},"public_addr":"172.21.15.179:6809/4022905628","cluster_addr":"172.21.15.179:6811/4022905628","heartbeat_back_addr":"172.21.15.179:6815/4022905628","heartbeat_front_addr":"172.21.15.179:6813/4022905628","state":["exists","up"]},{"osd":6,"uuid":"c4079f5d-c502-40c8-b47e-5b413b8fb5a6","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.179:6816","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6817","nonce":2887958348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6819","nonce":2887958348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6823","nonce":2887958348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6821","nonce":2887958348}]},"public_addr":"172.21.15.179:6817/2887958348","cluster_addr":"172.21.15.179:6819/2887958348","heartbeat_back_addr":"172.21.15.179:6823/2887958348","heartbeat_front_addr":"172.21.15.179:6821/2887958348","state":["exists","up"]},{"osd":7,"uuid":"73bad6f3-af19-4cac-a3b5-3de20b58420b","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.179:6824","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6825","nonce":2381333879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6827","nonce":2381333879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6831","nonce":2381333879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6829","nonce":2381333879}]},"public_addr":"172.21.15.179:6825/2381333879","cluster_addr":"172.21.15.179:6827/2381333879","heartbeat_back_addr":"172.21.15.179:6831/2381333879","heartbeat_front_addr":"172.21.15.179:6829/2381333879","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:12.347593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:29.254857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:47.684619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:05.264062+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:21.673651+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:38.422070+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:55.614445+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:59:13.449476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6800/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/3828643838":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/4096512507":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2387789089":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/2366087608":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2258265910":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1880200508":"2023-12-02T03:55:03.396234+0000","172.21.15.62:6801/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1622054627":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1582216548":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/1093470664":"2023-12-02T03:55:03.396234+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-01T03:59:18.313 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-01T03:57:51.587005+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': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-01T03:59:18.313 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-01T03:59:18.544 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:19.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:18 smithi062 ceph-mon[107722]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:19.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:18 smithi062 ceph-mon[107722]: osdmap e56: 8 total, 8 up, 8 in 2023-12-01T03:59:19.017 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:18 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2943598950' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:19.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:18 smithi179 ceph-mon[110415]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:19.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:18 smithi179 ceph-mon[110415]: osdmap e56: 8 total, 8 up, 8 in 2023-12-01T03:59:19.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:18 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2943598950' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:19.793 INFO:teuthology.orchestra.run.smithi062.stdout:pg_num: 1 2023-12-01T03:59:19.999 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:19 smithi062 ceph-mon[107722]: osdmap e57: 8 total, 8 up, 8 in 2023-12-01T03:59:20.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:19 smithi179 ceph-mon[110415]: osdmap e57: 8 total, 8 up, 8 in 2023-12-01T03:59:20.164 INFO:tasks.cephadm:Setting up client nodes... 2023-12-01T03:59:20.164 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-01T03:59:21.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:20 smithi179 ceph-mon[110415]: pgmap v140: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:21.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/749098739' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-01T03:59:21.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:20 smithi062 ceph-mon[107722]: pgmap v140: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:21.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:20 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/749098739' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-01T03:59:21.605 INFO:teuthology.orchestra.run.smithi062.stdout:[client.0] 2023-12-01T03:59:21.605 INFO:teuthology.orchestra.run.smithi062.stdout: key = AQAZWmllk6/aIxAAizOnEHOQosxdsLK3lx/4bw== 2023-12-01T03:59:21.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:21 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3619083541' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T03:59:21.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:21 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3619083541' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T03:59:21.987 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T03:59:21.987 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-01T03:59:21.987 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-01T03:59:22.028 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-01T03:59:22.028 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-01T03:59:22.028 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-01T03:59:22.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:21 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3619083541' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T03:59:22.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:21 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3619083541' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T03:59:22.297 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:23.008 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:22 smithi062 ceph-mon[107722]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-01T03:59:23.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:22 smithi179 ceph-mon[110415]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-01T03:59:23.445 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:23.836 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi062.leevxb","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":2376420930},{"type":"v1","addr":"172.21.15.62:6801","nonce":2376420930}]},"active_addr":"172.21.15.62:6801/2376420930","active_change":"2023-12-01T03:56:09.020720+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi179.zdxcxm","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.62:8443/","prometheus":"http://172.21.15.62: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.62:0","nonce":2000476737}]},{"addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":4063229405}]},{"addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1813120579}]},{"addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1472564342}]}]}} 2023-12-01T03:59:23.839 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-01T03:59:23.839 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-01T03:59:23.839 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T03:59:24.079 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:24.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:23 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2783019237' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T03:59:24.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:23 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2783019237' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T03:59:24.824 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:24 smithi062 ceph-mon[107722]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-01T03:59:25.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:24 smithi179 ceph-mon[110415]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-01T03:59:25.180 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:25.180 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":57,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","created":"2023-12-01T03:54:40.983286+0000","modified":"2023-12-01T03:59:18.713987+0000","last_up_change":"2023-12-01T03:59:14.694645+0000","last_in_change":"2023-12-01T03:59:00.044382+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-01T03:57:51.587005+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":"24","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":"dac90b01-6ec3-437b-a1e4-31a5fe63ce92","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.62:6802","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6803","nonce":2018408758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6805","nonce":2018408758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6809","nonce":2018408758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6807","nonce":2018408758}]},"public_addr":"172.21.15.62:6803/2018408758","cluster_addr":"172.21.15.62:6805/2018408758","heartbeat_back_addr":"172.21.15.62:6809/2018408758","heartbeat_front_addr":"172.21.15.62:6807/2018408758","state":["exists","up"]},{"osd":1,"uuid":"7d15be32-5b39-4221-af41-d1e4971c5bf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6811","nonce":2641969358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6813","nonce":2641969358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6817","nonce":2641969358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6815","nonce":2641969358}]},"public_addr":"172.21.15.62:6811/2641969358","cluster_addr":"172.21.15.62:6813/2641969358","heartbeat_back_addr":"172.21.15.62:6817/2641969358","heartbeat_front_addr":"172.21.15.62:6815/2641969358","state":["exists","up"]},{"osd":2,"uuid":"9786f312-b696-4a1e-9b99-276489634ee7","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.62:6818","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6819","nonce":1353030112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6821","nonce":1353030112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6825","nonce":1353030112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6823","nonce":1353030112}]},"public_addr":"172.21.15.62:6819/1353030112","cluster_addr":"172.21.15.62:6821/1353030112","heartbeat_back_addr":"172.21.15.62:6825/1353030112","heartbeat_front_addr":"172.21.15.62:6823/1353030112","state":["exists","up"]},{"osd":3,"uuid":"d69f0b59-3d89-4932-a3b1-c401859c870a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6827","nonce":156247003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6829","nonce":156247003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6833","nonce":156247003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6831","nonce":156247003}]},"public_addr":"172.21.15.62:6827/156247003","cluster_addr":"172.21.15.62:6829/156247003","heartbeat_back_addr":"172.21.15.62:6833/156247003","heartbeat_front_addr":"172.21.15.62:6831/156247003","state":["exists","up"]},{"osd":4,"uuid":"41910bc1-72f8-44e1-84f5-dfea1416d7da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6801","nonce":3795128297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6803","nonce":3795128297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6807","nonce":3795128297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6805","nonce":3795128297}]},"public_addr":"172.21.15.179:6801/3795128297","cluster_addr":"172.21.15.179:6803/3795128297","heartbeat_back_addr":"172.21.15.179:6807/3795128297","heartbeat_front_addr":"172.21.15.179:6805/3795128297","state":["exists","up"]},{"osd":5,"uuid":"c9fe5b9d-aec9-4232-849c-06023b7c84ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6809","nonce":4022905628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6811","nonce":4022905628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6815","nonce":4022905628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6813","nonce":4022905628}]},"public_addr":"172.21.15.179:6809/4022905628","cluster_addr":"172.21.15.179:6811/4022905628","heartbeat_back_addr":"172.21.15.179:6815/4022905628","heartbeat_front_addr":"172.21.15.179:6813/4022905628","state":["exists","up"]},{"osd":6,"uuid":"c4079f5d-c502-40c8-b47e-5b413b8fb5a6","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.179:6816","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6817","nonce":2887958348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6819","nonce":2887958348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6823","nonce":2887958348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6821","nonce":2887958348}]},"public_addr":"172.21.15.179:6817/2887958348","cluster_addr":"172.21.15.179:6819/2887958348","heartbeat_back_addr":"172.21.15.179:6823/2887958348","heartbeat_front_addr":"172.21.15.179:6821/2887958348","state":["exists","up"]},{"osd":7,"uuid":"73bad6f3-af19-4cac-a3b5-3de20b58420b","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.179:6824","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6825","nonce":2381333879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6827","nonce":2381333879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6831","nonce":2381333879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6829","nonce":2381333879}]},"public_addr":"172.21.15.179:6825/2381333879","cluster_addr":"172.21.15.179:6827/2381333879","heartbeat_back_addr":"172.21.15.179:6831/2381333879","heartbeat_front_addr":"172.21.15.179:6829/2381333879","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:12.347593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:29.254857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:47.684619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:05.264062+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:21.673651+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:38.422070+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:55.614445+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:59:13.449476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6800/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/3828643838":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/4096512507":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2387789089":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/2366087608":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2258265910":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1880200508":"2023-12-02T03:55:03.396234+0000","172.21.15.62:6801/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1622054627":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1582216548":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/1093470664":"2023-12-02T03:55:03.396234+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-01T03:59:25.586 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-01T03:59:25.586 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T03:59:25.818 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:25 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2107245321' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:26.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:25 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2107245321' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:26.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:26 smithi062 ceph-mon[107722]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:59:26.965 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:26.966 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":57,"fsid":"4ab9c040-8ffd-11ee-95a2-87774f69a715","created":"2023-12-01T03:54:40.983286+0000","modified":"2023-12-01T03:59:18.713987+0000","last_up_change":"2023-12-01T03:59:14.694645+0000","last_in_change":"2023-12-01T03:59:00.044382+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-01T03:57:51.587005+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":"24","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":"dac90b01-6ec3-437b-a1e4-31a5fe63ce92","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.62:6802","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6803","nonce":2018408758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6805","nonce":2018408758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6809","nonce":2018408758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":2018408758},{"type":"v1","addr":"172.21.15.62:6807","nonce":2018408758}]},"public_addr":"172.21.15.62:6803/2018408758","cluster_addr":"172.21.15.62:6805/2018408758","heartbeat_back_addr":"172.21.15.62:6809/2018408758","heartbeat_front_addr":"172.21.15.62:6807/2018408758","state":["exists","up"]},{"osd":1,"uuid":"7d15be32-5b39-4221-af41-d1e4971c5bf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6811","nonce":2641969358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6813","nonce":2641969358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6817","nonce":2641969358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":2641969358},{"type":"v1","addr":"172.21.15.62:6815","nonce":2641969358}]},"public_addr":"172.21.15.62:6811/2641969358","cluster_addr":"172.21.15.62:6813/2641969358","heartbeat_back_addr":"172.21.15.62:6817/2641969358","heartbeat_front_addr":"172.21.15.62:6815/2641969358","state":["exists","up"]},{"osd":2,"uuid":"9786f312-b696-4a1e-9b99-276489634ee7","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.62:6818","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6819","nonce":1353030112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6821","nonce":1353030112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6825","nonce":1353030112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":1353030112},{"type":"v1","addr":"172.21.15.62:6823","nonce":1353030112}]},"public_addr":"172.21.15.62:6819/1353030112","cluster_addr":"172.21.15.62:6821/1353030112","heartbeat_back_addr":"172.21.15.62:6825/1353030112","heartbeat_front_addr":"172.21.15.62:6823/1353030112","state":["exists","up"]},{"osd":3,"uuid":"d69f0b59-3d89-4932-a3b1-c401859c870a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6827","nonce":156247003}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6829","nonce":156247003}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6833","nonce":156247003}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":156247003},{"type":"v1","addr":"172.21.15.62:6831","nonce":156247003}]},"public_addr":"172.21.15.62:6827/156247003","cluster_addr":"172.21.15.62:6829/156247003","heartbeat_back_addr":"172.21.15.62:6833/156247003","heartbeat_front_addr":"172.21.15.62:6831/156247003","state":["exists","up"]},{"osd":4,"uuid":"41910bc1-72f8-44e1-84f5-dfea1416d7da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6801","nonce":3795128297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6803","nonce":3795128297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6807","nonce":3795128297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3795128297},{"type":"v1","addr":"172.21.15.179:6805","nonce":3795128297}]},"public_addr":"172.21.15.179:6801/3795128297","cluster_addr":"172.21.15.179:6803/3795128297","heartbeat_back_addr":"172.21.15.179:6807/3795128297","heartbeat_front_addr":"172.21.15.179:6805/3795128297","state":["exists","up"]},{"osd":5,"uuid":"c9fe5b9d-aec9-4232-849c-06023b7c84ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6809","nonce":4022905628}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6811","nonce":4022905628}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6815","nonce":4022905628}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4022905628},{"type":"v1","addr":"172.21.15.179:6813","nonce":4022905628}]},"public_addr":"172.21.15.179:6809/4022905628","cluster_addr":"172.21.15.179:6811/4022905628","heartbeat_back_addr":"172.21.15.179:6815/4022905628","heartbeat_front_addr":"172.21.15.179:6813/4022905628","state":["exists","up"]},{"osd":6,"uuid":"c4079f5d-c502-40c8-b47e-5b413b8fb5a6","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.179:6816","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6817","nonce":2887958348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6819","nonce":2887958348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6823","nonce":2887958348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":2887958348},{"type":"v1","addr":"172.21.15.179:6821","nonce":2887958348}]},"public_addr":"172.21.15.179:6817/2887958348","cluster_addr":"172.21.15.179:6819/2887958348","heartbeat_back_addr":"172.21.15.179:6823/2887958348","heartbeat_front_addr":"172.21.15.179:6821/2887958348","state":["exists","up"]},{"osd":7,"uuid":"73bad6f3-af19-4cac-a3b5-3de20b58420b","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.179:6824","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6825","nonce":2381333879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6827","nonce":2381333879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6831","nonce":2381333879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":2381333879},{"type":"v1","addr":"172.21.15.179:6829","nonce":2381333879}]},"public_addr":"172.21.15.179:6825/2381333879","cluster_addr":"172.21.15.179:6827/2381333879","heartbeat_back_addr":"172.21.15.179:6831/2381333879","heartbeat_front_addr":"172.21.15.179:6829/2381333879","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:12.347593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:29.254857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:57:47.684619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:05.264062+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:21.673651+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:38.422070+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:58:55.614445+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-01T03:59:13.449476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6800/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/3828643838":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/4096512507":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2387789089":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/2366087608":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:6801/187783038":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/2788867929":"2023-12-02T03:55:29.635511+0000","172.21.15.62:0/2258265910":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1880200508":"2023-12-02T03:55:03.396234+0000","172.21.15.62:6801/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1622054627":"2023-12-02T03:56:09.020450+0000","172.21.15.62:6800/1156233554":"2023-12-02T03:55:03.396234+0000","172.21.15.62:0/1582216548":"2023-12-02T03:56:09.020450+0000","172.21.15.62:0/1093470664":"2023-12-02T03:55:03.396234+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-01T03:59:27.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:26 smithi179 ceph-mon[110415]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-01T03:59:27.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-01T03:59:27.370 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-01T03:59:27.370 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-01T03:59:27.370 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-01T03:59:27.371 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-01T03:59:27.371 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-01T03:59:27.371 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-01T03:59:27.372 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-01T03:59:27.828 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:27.981 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:28.096 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:27 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2276755708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:28.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:27 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2276755708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T03:59:28.634 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:28.736 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:28.839 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:28.952 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:28 smithi062 ceph-mon[107722]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-01T03:59:28.990 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:29.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:28 smithi179 ceph-mon[110415]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-01T03:59:29.126 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:29.778 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:30.321 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:30 smithi062 ceph-mon[107722]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-01T03:59:30.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:30 smithi179 ceph-mon[110415]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-01T03:59:30.949 INFO:teuthology.orchestra.run.smithi062.stdout:60129542169 2023-12-01T03:59:30.950 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-01T03:59:32.136 INFO:teuthology.orchestra.run.smithi062.stdout:81604378647 2023-12-01T03:59:32.137 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-01T03:59:32.202 INFO:teuthology.orchestra.run.smithi062.stdout:197568495625 2023-12-01T03:59:32.202 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-01T03:59:32.234 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:32 smithi062 ceph-mon[107722]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T03:59:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:32 smithi179 ceph-mon[110415]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-01T03:59:32.713 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:33.686 INFO:teuthology.orchestra.run.smithi062.stdout:38654705695 2023-12-01T03:59:33.687 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-01T03:59:33.733 INFO:teuthology.orchestra.run.smithi062.stdout:227633266694 2023-12-01T03:59:33.734 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-01T03:59:34.261 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:34 smithi062 ceph-mon[107722]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:34.283 INFO:teuthology.orchestra.run.smithi062.stdout:115964117011 2023-12-01T03:59:34.283 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-01T03:59:34.293 INFO:teuthology.orchestra.run.smithi062.stdout:137438953488 2023-12-01T03:59:34.293 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-01T03:59:34.309 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:34.351 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:34.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:34 smithi179 ceph-mon[110415]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:34.695 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:34.971 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:35.360 INFO:teuthology.orchestra.run.smithi062.stdout:167503724557 2023-12-01T03:59:35.360 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-01T03:59:35.629 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:36.067 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:36.363 INFO:teuthology.orchestra.run.smithi062.stdout:81604378648 2023-12-01T03:59:36.446 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:36 smithi062 ceph-mon[107722]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:36.596 INFO:teuthology.orchestra.run.smithi062.stdout:60129542170 2023-12-01T03:59:36.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:36 smithi179 ceph-mon[110415]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:37.285 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-01T03:59:37.285 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:37.331 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:37 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2807162497' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T03:59:37.331 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:37 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3770880017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T03:59:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:37 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2807162497' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T03:59:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:37 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3770880017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T03:59:37.853 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542169 got 60129542170 for osd.1 2023-12-01T03:59:37.853 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:38.057 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:38.228 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:38 smithi062 ceph-mon[107722]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:38.522 INFO:teuthology.orchestra.run.smithi062.stdout:38654705696 2023-12-01T03:59:38.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:38 smithi179 ceph-mon[110415]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:38.806 INFO:teuthology.orchestra.run.smithi062.stdout:227633266695 2023-12-01T03:59:39.177 INFO:teuthology.orchestra.run.smithi062.stdout:197568495626 2023-12-01T03:59:39.235 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:39 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3038146183' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T03:59:39.235 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:39 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4073473050' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T03:59:39.235 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:39 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1166495478' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T03:59:39.559 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266694 got 227633266695 for osd.7 2023-12-01T03:59:39.559 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:39 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3038146183' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T03:59:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:39 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/4073473050' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T03:59:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:39 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1166495478' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T03:59:39.844 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-12-01T03:59:39.844 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:39.968 INFO:teuthology.orchestra.run.smithi062.stdout:115964117012 2023-12-01T03:59:40.051 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2023-12-01T03:59:40.051 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:40.085 INFO:teuthology.orchestra.run.smithi062.stdout:137438953489 2023-12-01T03:59:40.527 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:40 smithi062 ceph-mon[107722]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:40.528 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:40 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4195263821' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T03:59:40.528 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:40 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3099390366' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T03:59:40.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953488 got 137438953489 for osd.4 2023-12-01T03:59:40.529 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:40.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:40 smithi179 ceph-mon[110415]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:40.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:40 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/4195263821' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T03:59:40.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:40 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3099390366' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T03:59:40.894 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117011 got 115964117012 for osd.3 2023-12-01T03:59:40.894 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:41.609 INFO:teuthology.orchestra.run.smithi062.stdout:167503724559 2023-12-01T03:59:41.983 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724557 got 167503724559 for osd.5 2023-12-01T03:59:41.983 DEBUG:teuthology.parallel:result is None 2023-12-01T03:59:41.983 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-01T03:59:41.984 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T03:59:42.218 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:42.494 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:42 smithi062 ceph-mon[107722]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:42.494 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:42 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2836865020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T03:59:42.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:42 smithi179 ceph-mon[110415]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:42.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:42 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2836865020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T03:59:43.350 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:43.352 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2023-12-01T03:59:43.693 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2023-12-01T03:59:43.115910+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":48460,"kb_used_data":6092,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912756,"statfs":{"total":767960285184,"available":767910662144,"internally_reserved":0,"allocated":6238208,"data_stored":3459510,"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.001745"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-01T03:59:18.721786+0000","last_change":"2023-12-01T03:59:18.721786+0000","last_active":"2023-12-01T03:59:18.721786+0000","last_peered":"2023-12-01T03:59:18.721786+0000","last_clean":"2023-12-01T03:59:18.721786+0000","last_became_active":"2023-12-01T03:59:18.721269+0000","last_became_peered":"2023-12-01T03:59:18.721269+0000","last_unstale":"2023-12-01T03:59:18.721786+0000","last_undegraded":"2023-12-01T03:59:18.721786+0000","last_fullsized":"2023-12-01T03:59:18.721786+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T03:57:51.672957+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T03:57:51.672957+0000","last_clean_scrub_stamp":"2023-12-01T03:57:51.672957+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-02T14:58:54.866128+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":3727360,"data_stored":3702496,"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":227633266696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":1110016,"data_stored":762854,"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.441}]},{"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.52800000000000002}]},{"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.64900000000000002}]},{"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.51300000000000001}]},{"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.57099999999999995}]},{"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.48999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66200000000000003}]}]},{"osd":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":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762876,"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.42099999999999999}]},{"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.51400000000000001}]},{"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.48199999999999998}]},{"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.54800000000000004}]},{"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.30599999999999999}]},{"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.39100000000000001}]},{"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.434}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:59:32 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.38700000000000001,"15min":0.38300000000000001},"min":{"1min":0.28100000000000003,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60499999999999998,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.31},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.27500000000000002,"5min":0.224,"15min":0.224},"max":{"1min":0.58599999999999997,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.33200000000000002}]},{"osd":2,"last update":"Fri Dec 1 03:58:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.26300000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.35199999999999998}]},{"osd":3,"last update":"Fri Dec 1 03:59:12 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.36499999999999999}]},{"osd":4,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.623},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.63300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.60599999999999998}]}]},{"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":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 1 03:59:35 2023","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.53400000000000003,"15min":0.44900000000000001},"min":{"1min":0.26700000000000002,"5min":0.16400000000000001,"15min":0.16400000000000001},"max":{"1min":14.077,"5min":14.077,"15min":14.077},"last":0.39900000000000002},{"interface":"front","average":{"1min":1.1479999999999999,"5min":0.59599999999999997,"15min":0.504},"min":{"1min":0.222,"5min":0.188,"15min":0.188},"max":{"1min":16.146000000000001,"5min":16.146000000000001,"15min":16.146000000000001},"last":0.378}]},{"osd":2,"last update":"Fri Dec 1 03:58:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28399999999999997}]},{"osd":3,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.33800000000000002}]},{"osd":4,"last update":"Fri Dec 1 03:59:27 2023","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":16.077999999999999,"5min":16.077999999999999,"15min":16.077999999999999},"last":0.621},{"interface":"front","average":{"1min":1.103,"5min":1.103,"15min":1.103},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":12.981,"5min":12.981,"15min":12.981},"last":0.47899999999999998}]},{"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.65200000000000002}]},{"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.47499999999999998}]},{"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.53100000000000003}]}]},{"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":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":233607,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:58:52 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.25800000000000001}]},{"osd":1,"last update":"Fri Dec 1 03:58:52 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.318}]},{"osd":3,"last update":"Fri Dec 1 03:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.376},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.36799999999999999}]},{"osd":4,"last update":"Fri Dec 1 03:59:25 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.75700000000000001}]},{"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.70999999999999996}]},{"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.70099999999999996}]},{"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.84399999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117014,"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":234249,"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":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.375}]},{"osd":1,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.39400000000000002}]},{"osd":2,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.32600000000000001}]},{"osd":4,"last update":"Fri Dec 1 03:59:28 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.63900000000000001}]},{"osd":5,"last update":"Fri Dec 1 03:59:41 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.65600000000000003}]},{"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.61499999999999999}]},{"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.64800000000000002}]}]},{"osd":4,"up_from":32,"seq":137438953490,"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":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.28399999999999997}]},{"osd":1,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.318},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.36199999999999999}]},{"osd":2,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.501}]},{"osd":3,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.42999999999999999}]},{"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.54500000000000004}]},{"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.60499999999999998}]},{"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.46800000000000003}]}]},{"osd":5,"up_from":39,"seq":167503724559,"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":234249,"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.42799999999999999}]},{"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.52900000000000003}]},{"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.376}]},{"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.45600000000000002}]},{"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.51100000000000001}]},{"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.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T03:59:43.694 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T03:59:43.926 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:44.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:44 smithi062 ceph-mon[107722]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:44.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:44 smithi062 ceph-mon[107722]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T03:59:44.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:44 smithi179 ceph-mon[110415]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:44.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:44 smithi179 ceph-mon[110415]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T03:59:45.056 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:45.058 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2023-12-01T03:59:45.409 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2023-12-01T03:59:43.115910+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":48460,"kb_used_data":6092,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912756,"statfs":{"total":767960285184,"available":767910662144,"internally_reserved":0,"allocated":6238208,"data_stored":3459510,"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.001745"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-01T03:59:18.721786+0000","last_change":"2023-12-01T03:59:18.721786+0000","last_active":"2023-12-01T03:59:18.721786+0000","last_peered":"2023-12-01T03:59:18.721786+0000","last_clean":"2023-12-01T03:59:18.721786+0000","last_became_active":"2023-12-01T03:59:18.721269+0000","last_became_peered":"2023-12-01T03:59:18.721269+0000","last_unstale":"2023-12-01T03:59:18.721786+0000","last_undegraded":"2023-12-01T03:59:18.721786+0000","last_fullsized":"2023-12-01T03:59:18.721786+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T03:57:51.672957+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T03:57:51.672957+0000","last_clean_scrub_stamp":"2023-12-01T03:57:51.672957+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-02T14:58:54.866128+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":3727360,"data_stored":3702496,"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":227633266696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":1110016,"data_stored":762854,"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.441}]},{"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.52800000000000002}]},{"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.64900000000000002}]},{"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.51300000000000001}]},{"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.57099999999999995}]},{"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.48999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66200000000000003}]}]},{"osd":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":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762876,"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.42099999999999999}]},{"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.51400000000000001}]},{"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.48199999999999998}]},{"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.54800000000000004}]},{"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.30599999999999999}]},{"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.39100000000000001}]},{"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.434}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:59:32 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.38700000000000001,"15min":0.38300000000000001},"min":{"1min":0.28100000000000003,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60499999999999998,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.31},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.27500000000000002,"5min":0.224,"15min":0.224},"max":{"1min":0.58599999999999997,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.33200000000000002}]},{"osd":2,"last update":"Fri Dec 1 03:58:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.26300000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.35199999999999998}]},{"osd":3,"last update":"Fri Dec 1 03:59:12 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.36499999999999999}]},{"osd":4,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.623},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.63300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.60599999999999998}]}]},{"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":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763177,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 1 03:59:35 2023","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.53400000000000003,"15min":0.44900000000000001},"min":{"1min":0.26700000000000002,"5min":0.16400000000000001,"15min":0.16400000000000001},"max":{"1min":14.077,"5min":14.077,"15min":14.077},"last":0.39900000000000002},{"interface":"front","average":{"1min":1.1479999999999999,"5min":0.59599999999999997,"15min":0.504},"min":{"1min":0.222,"5min":0.188,"15min":0.188},"max":{"1min":16.146000000000001,"5min":16.146000000000001,"15min":16.146000000000001},"last":0.378}]},{"osd":2,"last update":"Fri Dec 1 03:58:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28399999999999997}]},{"osd":3,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.33800000000000002}]},{"osd":4,"last update":"Fri Dec 1 03:59:27 2023","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":16.077999999999999,"5min":16.077999999999999,"15min":16.077999999999999},"last":0.621},{"interface":"front","average":{"1min":1.103,"5min":1.103,"15min":1.103},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":12.981,"5min":12.981,"15min":12.981},"last":0.47899999999999998}]},{"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.65200000000000002}]},{"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.47499999999999998}]},{"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.53100000000000003}]}]},{"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":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":233607,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:58:52 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.25800000000000001}]},{"osd":1,"last update":"Fri Dec 1 03:58:52 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.318}]},{"osd":3,"last update":"Fri Dec 1 03:59:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.376},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.36799999999999999}]},{"osd":4,"last update":"Fri Dec 1 03:59:25 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.75700000000000001}]},{"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.70999999999999996}]},{"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.70099999999999996}]},{"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.84399999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117014,"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":234249,"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":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.375}]},{"osd":1,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.39400000000000002}]},{"osd":2,"last update":"Fri Dec 1 03:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.32600000000000001}]},{"osd":4,"last update":"Fri Dec 1 03:59:28 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.63900000000000001}]},{"osd":5,"last update":"Fri Dec 1 03:59:41 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.65600000000000003}]},{"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.61499999999999999}]},{"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.64800000000000002}]}]},{"osd":4,"up_from":32,"seq":137438953490,"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":234249,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.28399999999999997}]},{"osd":1,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.318},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.36199999999999999}]},{"osd":2,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.501}]},{"osd":3,"last update":"Fri Dec 1 03:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.42999999999999999}]},{"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.54500000000000004}]},{"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.60499999999999998}]},{"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.46800000000000003}]}]},{"osd":5,"up_from":39,"seq":167503724559,"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":234249,"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.42799999999999999}]},{"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.52900000000000003}]},{"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.376}]},{"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.45600000000000002}]},{"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.51100000000000001}]},{"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.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T03:59:45.411 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-01T03:59:45.411 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-01T03:59:45.411 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-01T03:59:45.411 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-01T03:59:45.643 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/mon.smithi062/config 2023-12-01T03:59:46.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:46 smithi062 ceph-mon[107722]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T03:59:46.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:46 smithi062 ceph-mon[107722]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:46.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:46 smithi179 ceph-mon[110415]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T03:59:46.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:46 smithi179 ceph-mon[110415]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:46.858 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T03:59:46.858 INFO:teuthology.orchestra.run.smithi062.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-01T03:59:47.217 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-01T03:59:47.217 INFO:tasks.cephadm:Setup complete, yielding 2023-12-01T03:59:47.217 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T03:59:47.227 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T03:59:47.227 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-01T03:59:47.536 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:47 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2440961781' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T03:59:47.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:47 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2440961781' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T03:59:48.583 INFO:teuthology.orchestra.run.smithi062.stdout:Backend: cephadm 2023-12-01T03:59:48.583 INFO:teuthology.orchestra.run.smithi062.stdout:Available: Yes 2023-12-01T03:59:48.583 INFO:teuthology.orchestra.run.smithi062.stdout:Paused: No 2023-12-01T03:59:48.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:48 smithi179 ceph-mon[110415]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:48.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:48 smithi062 ceph-mon[107722]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:48.950 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-01T03:59:49.461 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:49 smithi062 ceph-mon[107722]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:49.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:49 smithi179 ceph-mon[110415]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T03:59:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (2m) 100s ago 4m 15.9M - ba2b418f427c d36511d1a27c 2023-12-01T03:59:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (4m) 100s ago 4m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T03:59:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (3m) 38s ago 3m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (2m) 100s ago 3m 48.4M - 8.3.5 dad864ee21e9 9e37d23acba3 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (5m) 100s ago 5m 462M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (3m) 38s ago 3m 421M - 17.2.0 e1d6a67b021e 42795deac8ba 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (5m) 100s ago 5m 61.0M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (3m) 38s ago 3m 53.2M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (3m) 100s ago 3m 25.2M - 1dbe0e931976 49f94a29e4be 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (3m) 38s ago 3m 22.3M - 1dbe0e931976 cc7920b2a00f 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (2m) 100s ago 2m 38.7M 3224M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (2m) 100s ago 2m 43.2M 3224M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (2m) 100s ago 2m 38.9M 3224M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (109s) 100s ago 109s 33.0M 3224M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (93s) 38s ago 92s 37.9M 3992M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T03:59:50.373 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (76s) 38s ago 76s 40.7M 3992M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T03:59:50.374 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (59s) 38s ago 58s 38.2M 3992M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T03:59:50.374 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (41s) 38s ago 41s 11.2M 3992M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T03:59:50.374 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (2m) 100s ago 2m 51.0M - 514e6a882f6e 69bc79837e45 2023-12-01T03:59:50.537 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:50 smithi062 ceph-mon[107722]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:50.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:50 smithi179 ceph-mon[110415]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:50.757 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-01T03:59:51.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:51 smithi062 ceph-mon[107722]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:51.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:51 smithi179 ceph-mon[110415]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:52.137 INFO:teuthology.orchestra.run.smithi062.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-01T03:59:52.137 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2023-12-01T03:59:52.137 INFO:teuthology.orchestra.run.smithi062.stdout:crash 2/2 102s ago 4m * 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:mgr 2/2 102s ago 4m count:2 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:mon 2/2 102s ago 4m smithi062:172.21.15.62=smithi062;smithi179:172.21.15.179=smithi179;count:2 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:osd 8 102s ago - 2023-12-01T03:59:52.138 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2023-12-01T03:59:52.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:52 smithi062 ceph-mon[107722]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:52.518 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-01T03:59:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:52 smithi179 ceph-mon[110415]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:53.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:53 smithi062 ceph-mon[107722]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:53.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:53 smithi179 ceph-mon[110415]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:53.886 INFO:teuthology.orchestra.run.smithi062.stdout:HOST ADDR LABELS STATUS 2023-12-01T03:59:53.886 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 172.21.15.62 2023-12-01T03:59:53.886 INFO:teuthology.orchestra.run.smithi062.stdout:smithi179 172.21.15.179 2023-12-01T03:59:53.886 INFO:teuthology.orchestra.run.smithi062.stdout:2 hosts in cluster 2023-12-01T03:59:54.257 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-01T03:59:54.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:54 smithi062 ceph-mon[107722]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:54.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:54 smithi179 ceph-mon[110415]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:55 smithi179 ceph-mon[110415]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:55 smithi062 ceph-mon[107722]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:55.633 INFO:teuthology.orchestra.run.smithi062.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-01T03:59:55.633 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53440094400BGN 400G LVM detected, locked 2023-12-01T03:59:55.633 INFO:teuthology.orchestra.run.smithi062.stdout:smithi179 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303009J400BGN 400G LVM detected, locked 2023-12-01T03:59:56.024 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T03:59:56.037 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T03:59:56.038 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T03:59:56.072 INFO:teuthology.orchestra.run.smithi062.stderr:+ systemctl stop nfs-server 2023-12-01T03:59:56.081 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi179.front.sepia.ceph.com 2023-12-01T03:59:56.081 DEBUG:teuthology.orchestra.run.smithi179:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T03:59:56.119 INFO:teuthology.orchestra.run.smithi179.stderr:+ systemctl stop nfs-server 2023-12-01T03:59:56.127 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T03:59:56.136 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T03:59:56.136 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-01T03:59:56.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:56 smithi062 ceph-mon[107722]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:56.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:56 smithi062 ceph-mon[107722]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:56 smithi179 ceph-mon[110415]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:56 smithi179 ceph-mon[110415]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:58.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:58 smithi179 ceph-mon[110415]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:58.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:58 smithi179 ceph-mon[110415]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:58.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:58 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-01T03:59:58.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:58 smithi062 ceph-mon[107722]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T03:59:58.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:58 smithi062 ceph-mon[107722]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T03:59:58.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:58 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-01T03:59:59.589 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:59 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-01T03:59:59.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:59 smithi062 ceph-mon[107722]: osdmap e58: 8 total, 8 up, 8 in 2023-12-01T03:59:59.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:59 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-01T03:59:59.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 03:59:59 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.249+0000 7f991644b700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T03:59:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:59 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-01T03:59:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:59 smithi179 ceph-mon[110415]: osdmap e58: 8 total, 8 up, 8 in 2023-12-01T03:59:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 03:59:59 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-01T03:59:59.663 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-01T03:59:59.672 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-01T03:59:59.673 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.998+0000 7f9918c50700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.998+0000 7f9918c50700 -1 log_channel(cluster) log [ERR] : [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.998+0000 7f9918c50700 -1 log_channel(cluster) log [ERR] : fs foofs is offline because no MDS is active for it. 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.998+0000 7f9918c50700 -1 log_channel(cluster) log [ERR] : [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T03:59:59.998+0000 7f9918c50700 -1 log_channel(cluster) log [ERR] : fs foofs has 0 MDS online, but wants 1 2023-12-01T04:00:00.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: pgmap v161: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: osdmap e59: 8 total, 8 up, 8 in 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: osdmap e60: 8 total, 8 up, 8 in 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: fsmap foofs:0 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: Saving service mds.foofs spec with placement count:2 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:00.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.caeilu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.caeilu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: Deploying daemon mds.foofs.smithi062.caeilu on smithi062 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: fs foofs is offline because no MDS is active for it. 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:00 smithi062 ceph-mon[107722]: fs foofs has 0 MDS online, but wants 1 2023-12-01T04:00:00.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: pgmap v161: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: osdmap e59: 8 total, 8 up, 8 in 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: osdmap e60: 8 total, 8 up, 8 in 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: fsmap foofs:0 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: Saving service mds.foofs spec with placement count:2 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:00.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.caeilu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.caeilu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: Deploying daemon mds.foofs.smithi062.caeilu on smithi062 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: fs foofs is offline because no MDS is active for it. 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-01T04:00:00.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:00 smithi179 ceph-mon[110415]: fs foofs has 0 MDS online, but wants 1 2023-12-01T04:00:01.592 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:01 smithi062 ceph-mon[107722]: osdmap e61: 8 total, 8 up, 8 in 2023-12-01T04:00:01.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:01 smithi179 ceph-mon[110415]: osdmap e61: 8 total, 8 up, 8 in 2023-12-01T04:00:01.615 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:00:01.616 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T03:55:20.543537Z", "last_refresh": "2023-12-01T03:58:09.653100Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T03:55:16.742365Z", "last_refresh": "2023-12-01T03:58:09.653167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T03:55:18.543041Z", "last_refresh": "2023-12-01T03:58:09.653231Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T03:59:59.273103Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T03:59:59.266009Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T03:55:15.855735Z", "last_refresh": "2023-12-01T03:58:09.653025Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T03:55:50.813691Z", "last_refresh": "2023-12-01T03:58:09.652880Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T03:55:19.568867Z", "last_refresh": "2023-12-01T03:58:09.653295Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-01T03:58:09.653432Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T03:55:17.656579Z", "last_refresh": "2023-12-01T03:58:09.653359Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T04:00:02.141 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: pgmap v165: 65 pgs: 17 creating+peering, 25 unknown, 23 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: osdmap e62: 8 total, 8 up, 8 in 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.ujpzpg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.ujpzpg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T04:00:02.556 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:02 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:02.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: pgmap v165: 65 pgs: 17 creating+peering, 25 unknown, 23 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-01T04:00:02.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: osdmap e62: 8 total, 8 up, 8 in 2023-12-01T04:00:02.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:02.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:02.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.ujpzpg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-01T04:00:02.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.ujpzpg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-01T04:00:02.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:02 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:03.142 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T04:00:03.486 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: Deploying daemon mds.foofs.smithi179.ujpzpg on smithi179 2023-12-01T04:00:03.486 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: mds.? [v2:172.21.15.62:6834/1393488330,v1:172.21.15.62:6835/1393488330] up:boot 2023-12-01T04:00:03.486 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: daemon mds.foofs.smithi062.caeilu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-01T04:00:03.486 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: Cluster is now healthy 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: fsmap foofs:0 1 up:standby 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.caeilu"}]: dispatch 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:creating} 2023-12-01T04:00:03.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:03 smithi062 ceph-mon[107722]: daemon mds.foofs.smithi062.caeilu is now active in filesystem foofs as rank 0 2023-12-01T04:00:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: Deploying daemon mds.foofs.smithi179.ujpzpg on smithi179 2023-12-01T04:00:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: mds.? [v2:172.21.15.62:6834/1393488330,v1:172.21.15.62:6835/1393488330] up:boot 2023-12-01T04:00:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: daemon mds.foofs.smithi062.caeilu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-01T04:00:03.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: Cluster is now healthy 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: fsmap foofs:0 1 up:standby 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.caeilu"}]: dispatch 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:creating} 2023-12-01T04:00:03.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:03 smithi179 ceph-mon[110415]: daemon mds.foofs.smithi062.caeilu is now active in filesystem foofs as rank 0 2023-12-01T04:00:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: pgmap v167: 65 pgs: 17 creating+peering, 48 active+clean; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 2 op/s 2023-12-01T04:00:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: mds.? [v2:172.21.15.62:6834/1393488330,v1:172.21.15.62:6835/1393488330] up:active 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:active} 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: mds.? [v2:172.21.15.179:6832/3964218171,v1:172.21.15.179:6833/3964218171] up:boot 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:active} 1 up:standby 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.ujpzpg"}]: dispatch 2023-12-01T04:00:04.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:04 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: pgmap v167: 65 pgs: 17 creating+peering, 48 active+clean; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 2 op/s 2023-12-01T04:00:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: mds.? [v2:172.21.15.62:6834/1393488330,v1:172.21.15.62:6835/1393488330] up:active 2023-12-01T04:00:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:active} 2023-12-01T04:00:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: mds.? [v2:172.21.15.179:6832/3964218171,v1:172.21.15.179:6833/3964218171] up:boot 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: fsmap foofs:1 {0=foofs.smithi062.caeilu=up:active} 1 up:standby 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.ujpzpg"}]: dispatch 2023-12-01T04:00:04.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:04 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:04.615 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:00:04.616 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T03:55:20.543537Z", "last_refresh": "2023-12-01T03:58:09.653100Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T03:55:16.742365Z", "last_refresh": "2023-12-01T03:58:09.653167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T03:55:18.543041Z", "last_refresh": "2023-12-01T03:58:09.653231Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T03:59:59.273103Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T03:59:59.266009Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T03:55:15.855735Z", "last_refresh": "2023-12-01T03:58:09.653025Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T03:55:50.813691Z", "last_refresh": "2023-12-01T03:58:09.652880Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T03:55:19.568867Z", "last_refresh": "2023-12-01T03:58:09.653295Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-01T03:58:09.653432Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T03:55:17.656579Z", "last_refresh": "2023-12-01T03:58:09.653359Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T04:00:05.156 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-01T04:00:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:05 smithi179 ceph-mon[110415]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:05 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:05.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:05 smithi062 ceph-mon[107722]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:05.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:05 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:06.158 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T04:00:06.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:06 smithi062 ceph-mon[107722]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 4 op/s 2023-12-01T04:00:06.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:06 smithi179 ceph-mon[110415]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 4 op/s 2023-12-01T04:00:07.537 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:00:07.537 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T03:55:20.543537Z", "last_refresh": "2023-12-01T04:00:06.812825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T03:55:16.742365Z", "last_refresh": "2023-12-01T04:00:04.897571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T03:55:18.543041Z", "last_refresh": "2023-12-01T04:00:06.812960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T03:59:59.273103Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-01T03:59:59.266009Z", "last_refresh": "2023-12-01T04:00:04.898207Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T03:55:15.855735Z", "last_refresh": "2023-12-01T04:00:04.897708Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T03:55:50.813691Z", "last_refresh": "2023-12-01T04:00:04.897784Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T03:55:19.568867Z", "last_refresh": "2023-12-01T04:00:04.897854Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-01T04:00:04.897929Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T03:55:17.656579Z", "last_refresh": "2023-12-01T04:00:06.813090Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-01T04:00:07.905 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-01T04:00:07.905 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T04:00:07.920 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:00:07.920 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-12-01T04:00:08.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:07 smithi179 ceph-mon[110415]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:08.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-12-01T04:00:08.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:07 smithi062 ceph-mon[107722]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: pgmap v170: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:10.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T04:00:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-12-01T04:00:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: pgmap v170: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-01T04:00:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:00:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T04:00:10.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:10.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T04:00:11.145 INFO:teuthology.orchestra.run.smithi062.stdout:NFS Cluster Created Successfully 2023-12-01T04:00:11.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2023-12-01T04:00:11.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T04:00:11.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:11 smithi062 ceph-mon[107722]: osdmap e63: 8 total, 8 up, 8 in 2023-12-01T04:00:11.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T04:00:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2023-12-01T04:00:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T04:00:11.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:11 smithi179 ceph-mon[110415]: osdmap e63: 8 total, 8 up, 8 in 2023-12-01T04:00:11.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T04:00:11.780 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: osdmap e64: 8 total, 8 up, 8 in 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: pgmap v173: 97 pgs: 1 creating+peering, 1 peering, 31 unknown, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Saving service nfs.foo spec with placement count:2 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Creating key for client.nfs.foo.0.0.smithi062.tsshcd 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Rados config object exists: conf-nfs.foo 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Creating key for client.nfs.foo.0.0.smithi062.tsshcd-rgw 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:12 smithi062 ceph-mon[107722]: Deploying daemon nfs.foo.0.0.smithi062.tsshcd on smithi062 2023-12-01T04:00:12.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: osdmap e64: 8 total, 8 up, 8 in 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: pgmap v173: 97 pgs: 1 creating+peering, 1 peering, 31 unknown, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Saving service nfs.foo spec with placement count:2 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Creating key for client.nfs.foo.0.0.smithi062.tsshcd 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T04:00:12.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Rados config object exists: conf-nfs.foo 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Creating key for client.nfs.foo.0.0.smithi062.tsshcd-rgw 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tsshcd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:12.600 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:12 smithi179 ceph-mon[110415]: Deploying daemon nfs.foo.0.0.smithi062.tsshcd on smithi062 2023-12-01T04:00:13.386 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:13 smithi062 ceph-mon[107722]: osdmap e65: 8 total, 8 up, 8 in 2023-12-01T04:00:13.460 INFO:teuthology.orchestra.run.smithi062.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-01T04:00:13.461 INFO:teuthology.orchestra.run.smithi062.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-01T04:00:13.461 INFO:teuthology.orchestra.run.smithi062.stderr:Error EINVAL: invalid command 2023-12-01T04:00:13.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:13 smithi179 ceph-mon[110415]: osdmap e65: 8 total, 8 up, 8 in 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout: "bind": "/fake", 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout: "fs": "foofs", 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout: "path": "/", 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout: "cluster": "foo", 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout: "mode": "RW" 2023-12-01T04:00:13.817 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:00:14.195 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-01T04:00:14.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: pgmap v175: 97 pgs: 1 creating+peering, 1 peering, 16 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: mgrmap e20: smithi062.leevxb(active, since 4m), standbys: smithi179.zdxcxm 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: Creating key for client.nfs.foo.1.0.smithi179.ddxkhc 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-01T04:00:14.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:14 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-01T04:00:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: pgmap v175: 97 pgs: 1 creating+peering, 1 peering, 16 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:00:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: mgrmap e20: smithi062.leevxb(active, since 4m), standbys: smithi179.zdxcxm 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: Creating key for client.nfs.foo.1.0.smithi179.ddxkhc 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-01T04:00:14.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:14 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-01T04:00:16.436 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:16 smithi062 ceph-mon[107722]: pgmap v176: 97 pgs: 1 creating+peering, 1 peering, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:00:16.436 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:16 smithi062 ceph-mon[107722]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:16.535 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:16 smithi179 ceph-mon[110415]: pgmap v176: 97 pgs: 1 creating+peering, 1 peering, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:00:16.536 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:16 smithi179 ceph-mon[110415]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:17.287 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T04:00:17.287 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T04:00:17.287 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: Rados config object exists: conf-nfs.foo 2023-12-01T04:00:17.288 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: Creating key for client.nfs.foo.1.0.smithi179.ddxkhc-rgw 2023-12-01T04:00:17.288 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T04:00:17.288 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T04:00:17.288 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:17.288 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:17 smithi179 ceph-mon[110415]: Deploying daemon nfs.foo.1.0.smithi179.ddxkhc on smithi179 2023-12-01T04:00:17.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T04:00:17.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T04:00:17.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: Rados config object exists: conf-nfs.foo 2023-12-01T04:00:17.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: Creating key for client.nfs.foo.1.0.smithi179.ddxkhc-rgw 2023-12-01T04:00:17.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T04:00:17.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.ddxkhc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T04:00:17.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:17.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:17 smithi062 ceph-mon[107722]: Deploying daemon nfs.foo.1.0.smithi179.ddxkhc on smithi179 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 145 B/s rd, 291 B/s wr, 0 op/s 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:18 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 145 B/s rd, 291 B/s wr, 0 op/s 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:18 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:19.763 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:19 smithi062 ceph-mon[107722]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:19.763 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:19 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:19.811 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:19 smithi179 ceph-mon[110415]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:19.812 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:19 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:20.842 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo ?:2049 2/2 0s ago 9s count:2 2023-12-01T04:00:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:20 smithi179 ceph-mon[110415]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-12-01T04:00:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:20 smithi179 ceph-mon[110415]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:20 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:20.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:20 smithi062 ceph-mon[107722]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-12-01T04:00:20.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:20 smithi062 ceph-mon[107722]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:20.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:20 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:21.204 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T04:00:21.221 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:00:21.221 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-01T04:00:21.250 INFO:teuthology.orchestra.run.smithi062.stderr:+ mkdir /mnt/foo 2023-12-01T04:00:21.264 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-01T04:00:21.331 INFO:teuthology.orchestra.run.smithi062.stderr:++ hostname 2023-12-01T04:00:21.331 INFO:teuthology.orchestra.run.smithi062.stderr:+ mount -t nfs smithi062:/fake /mnt/foo -o sync 2023-12-01T04:00:21.738 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-01T04:00:21.807 INFO:teuthology.orchestra.run.smithi062.stderr:+ echo test 2023-12-01T04:00:21.857 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-01T04:00:21.923 INFO:teuthology.orchestra.run.smithi062.stderr:+ sync 2023-12-01T04:00:22.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:22.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:22.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:22.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:21 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:22.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:22.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:22.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:21 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:22.332 INFO:teuthology.run_tasks:Running task parallel... 2023-12-01T04:00:22.352 INFO:teuthology.task.parallel:starting parallel... 2023-12-01T04:00:22.352 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-01T04:00:22.354 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-01T04:00:22.355 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:00:22.355 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-01T04:00:22.355 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-01T04:00:22.356 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-01T04:00:22.361 INFO:teuthology.task.exec:Executing custom commands... 2023-12-01T04:00:22.361 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:00:22.361 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-01T04:00:22.445 INFO:teuthology.orchestra.run.smithi062.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-01T04:00:22.446 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:00:22.446 INFO:teuthology.orchestra.run.smithi062.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-01T04:00:22.454 INFO:teuthology.orchestra.run.smithi062.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-01T04:00:22.554 INFO:teuthology.orchestra.run.smithi062.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-01T04:00:22.554 INFO:teuthology.orchestra.run.smithi062.stdout:releasing clients 2023-12-01T04:00:22.834 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:22 smithi062 ceph-mon[107722]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:22.834 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:22 smithi062 ceph-mon[107722]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-01T04:00:23.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:22 smithi179 ceph-mon[110415]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:23.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:22 smithi179 ceph-mon[110415]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-01T04:00:23.554 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91 20.77 MB/sec warmup 1 sec latency 173.119 ms 2023-12-01T04:00:23.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:23 smithi062 ceph-mon[107722]: pgmap v180: 97 pgs: 97 active+clean; 5.1 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 430 KiB/s wr, 14 op/s 2023-12-01T04:00:24.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:23 smithi179 ceph-mon[110415]: pgmap v180: 97 pgs: 97 active+clean; 5.1 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 430 KiB/s wr, 14 op/s 2023-12-01T04:00:24.554 INFO:teuthology.orchestra.run.smithi062.stdout: 5 188 18.76 MB/sec warmup 2 sec latency 151.376 ms 2023-12-01T04:00:24.900 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-01T04:00:25.276 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:25 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:25.554 INFO:teuthology.orchestra.run.smithi062.stdout: 5 294 18.12 MB/sec warmup 3 sec latency 164.784 ms 2023-12-01T04:00:25.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:25 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:26.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:26 smithi062 ceph-mon[107722]: pgmap v181: 97 pgs: 97 active+clean; 26 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 MiB/s wr, 44 op/s 2023-12-01T04:00:26.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 389 17.28 MB/sec warmup 4 sec latency 157.365 ms 2023-12-01T04:00:26.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:26 smithi179 ceph-mon[110415]: pgmap v181: 97 pgs: 97 active+clean; 26 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 MiB/s wr, 44 op/s 2023-12-01T04:00:27.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-01T04:00:27.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 505 17.62 MB/sec warmup 5 sec latency 120.541 ms 2023-12-01T04:00:28.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:28 smithi062 ceph-mon[107722]: pgmap v182: 97 pgs: 97 active+clean; 32 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.6 MiB/s wr, 53 op/s 2023-12-01T04:00:28.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 640 17.33 MB/sec warmup 6 sec latency 141.204 ms 2023-12-01T04:00:28.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:28 smithi179 ceph-mon[110415]: pgmap v182: 97 pgs: 97 active+clean; 32 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.6 MiB/s wr, 53 op/s 2023-12-01T04:00:29.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 910 15.51 MB/sec warmup 7 sec latency 94.602 ms 2023-12-01T04:00:29.864 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-01T04:00:30.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:30 smithi062 ceph-mon[107722]: pgmap v183: 97 pgs: 97 active+clean; 57 MiB data, 106 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 4.9 MiB/s wr, 265 op/s 2023-12-01T04:00:30.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 1217 14.42 MB/sec warmup 8 sec latency 94.398 ms 2023-12-01T04:00:30.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:30 smithi179 ceph-mon[110415]: pgmap v183: 97 pgs: 97 active+clean; 57 MiB data, 106 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 4.9 MiB/s wr, 265 op/s 2023-12-01T04:00:31.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 1851 14.64 MB/sec warmup 9 sec latency 96.563 ms 2023-12-01T04:00:32.224 INFO:teuthology.orchestra.run.smithi062.stderr:module 'nfs' is already enabled 2023-12-01T04:00:32.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:32 smithi062 ceph-mon[107722]: pgmap v184: 97 pgs: 97 active+clean; 104 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 8.9 MiB/s wr, 349 op/s 2023-12-01T04:00:32.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:32 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3550977003' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T04:00:32.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:32 smithi062 ceph-mon[107722]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T04:00:32.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 2349 13.85 MB/sec warmup 10 sec latency 89.676 ms 2023-12-01T04:00:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:32 smithi179 ceph-mon[110415]: pgmap v184: 97 pgs: 97 active+clean; 104 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 8.9 MiB/s wr, 349 op/s 2023-12-01T04:00:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:32 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3550977003' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T04:00:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:32 smithi179 ceph-mon[110415]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-01T04:00:32.758 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-01T04:00:33.447 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:33 smithi062 ceph-mon[107722]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-01T04:00:33.447 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:33 smithi062 ceph-mon[107722]: mgrmap e21: smithi062.leevxb(active, since 4m), standbys: smithi179.zdxcxm 2023-12-01T04:00:33.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 2815 14.33 MB/sec warmup 11 sec latency 134.287 ms 2023-12-01T04:00:33.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:33 smithi179 ceph-mon[110415]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-01T04:00:33.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:33 smithi179 ceph-mon[110415]: mgrmap e21: smithi062.leevxb(active, since 4m), standbys: smithi179.zdxcxm 2023-12-01T04:00:34.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:34 smithi062 ceph-mon[107722]: pgmap v185: 97 pgs: 97 active+clean; 112 MiB data, 177 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 9.9 MiB/s wr, 448 op/s 2023-12-01T04:00:34.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 3168 14.37 MB/sec warmup 12 sec latency 129.898 ms 2023-12-01T04:00:34.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:34 smithi179 ceph-mon[110415]: pgmap v185: 97 pgs: 97 active+clean; 112 MiB data, 177 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 9.9 MiB/s wr, 448 op/s 2023-12-01T04:00:35.019 INFO:teuthology.orchestra.run.smithi062.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:00:35.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 3526 14.35 MB/sec warmup 13 sec latency 131.273 ms 2023-12-01T04:00:35.691 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-01T04:00:35.691 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:00:35.692 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-01T04:00:36.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:36.269 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:00:36.269 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.269 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:36.270 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:36.270 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:36.271 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.271 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.271 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:00:36.272 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:36 smithi062 ceph-mon[107722]: pgmap v186: 97 pgs: 97 active+clean; 124 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 621 op/s 2023-12-01T04:00:36.354 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:36.354 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:00:36.355 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:36 smithi179 ceph-mon[110415]: pgmap v186: 97 pgs: 97 active+clean; 124 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 621 op/s 2023-12-01T04:00:36.557 INFO:teuthology.orchestra.run.smithi062.stdout: 5 3710 13.84 MB/sec warmup 14 sec latency 139.002 ms 2023-12-01T04:00:37.555 INFO:teuthology.orchestra.run.smithi062.stdout: 5 3944 13.22 MB/sec warmup 15 sec latency 137.148 ms 2023-12-01T04:00:38.147 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:00:38.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:38 smithi062 ceph-mon[107722]: pgmap v187: 97 pgs: 97 active+clean; 124 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.9 MiB/s wr, 599 op/s 2023-12-01T04:00:38.564 INFO:teuthology.orchestra.run.smithi062.stdout: 5 4251 12.64 MB/sec warmup 16 sec latency 138.383 ms 2023-12-01T04:00:38.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:38 smithi179 ceph-mon[110415]: pgmap v187: 97 pgs: 97 active+clean; 124 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.9 MiB/s wr, 599 op/s 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (3m) 18s ago 4m 25.6M - ba2b418f427c d36511d1a27c 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (4m) 18s ago 4m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (4m) 19s ago 4m 7147k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (3m) 18s ago 4m 49.2M - 8.3.5 dad864ee21e9 9e37d23acba3 2023-12-01T04:00:39.041 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (37s) 18s ago 37s 14.1M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (35s) 19s ago 35s 15.7M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (5m) 18s ago 5m 477M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (4m) 19s ago 4m 421M - 17.2.0 e1d6a67b021e 42795deac8ba 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (5m) 18s ago 5m 80.2M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (4m) 19s ago 4m 61.5M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (25s) 18s ago 25s 56.2M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (21s) 19s ago 20s 57.9M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (4m) 18s ago 4m 26.5M - 1dbe0e931976 49f94a29e4be 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (4m) 19s ago 4m 22.0M - 1dbe0e931976 cc7920b2a00f 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (3m) 18s ago 3m 54.8M 3224M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (3m) 18s ago 3m 57.0M 3224M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (2m) 18s ago 2m 52.1M 3224M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (2m) 18s ago 2m 53.8M 3224M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:00:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (2m) 19s ago 2m 49.2M 3992M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:00:39.043 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (2m) 19s ago 2m 52.0M 3992M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:00:39.043 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (107s) 19s ago 107s 51.5M 3992M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:00:39.043 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (90s) 19s ago 89s 49.3M 3992M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:00:39.043 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (3m) 18s ago 3m 66.4M - 514e6a882f6e 69bc79837e45 2023-12-01T04:00:39.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:39 smithi062 ceph-mon[107722]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:39.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:39 smithi062 ceph-mon[107722]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:39.564 INFO:teuthology.orchestra.run.smithi062.stdout: 5 4520 12.17 MB/sec warmup 17 sec latency 129.820 ms 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:00:39.588 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:00:39.589 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:00:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:39 smithi179 ceph-mon[110415]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:39 smithi179 ceph-mon[110415]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "", 2023-12-01T04:00:40.068 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 image" 2023-12-01T04:00:40.069 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:00:40.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:40 smithi062 ceph-mon[107722]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:40.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:40 smithi062 ceph-mon[107722]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 9.7 MiB/s wr, 600 op/s 2023-12-01T04:00:40.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:40 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1611114261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:00:40.564 INFO:teuthology.orchestra.run.smithi062.stdout: 5 4838 12.06 MB/sec warmup 18 sec latency 132.153 ms 2023-12-01T04:00:40.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:40 smithi179 ceph-mon[110415]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:40.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:40 smithi179 ceph-mon[110415]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 9.7 MiB/s wr, 600 op/s 2023-12-01T04:00:40.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:40 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1611114261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:00:40.631 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:00:41.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:41 smithi062 ceph-mon[107722]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:41.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:41 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1091545061' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:00:41.574 INFO:teuthology.orchestra.run.smithi062.stdout: 5 5190 11.57 MB/sec warmup 19 sec latency 123.534 ms 2023-12-01T04:00:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:41 smithi179 ceph-mon[110415]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:00:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:41 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1091545061' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:00:42.382 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:42 smithi062 ceph-mon[107722]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 8.6 MiB/s wr, 487 op/s 2023-12-01T04:00:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: 5 5542 11.51 MB/sec warmup 20 sec latency 125.559 ms 2023-12-01T04:00:42.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:42 smithi179 ceph-mon[110415]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 8.6 MiB/s wr, 487 op/s 2023-12-01T04:00:43.574 INFO:teuthology.orchestra.run.smithi062.stdout: 5 5774 11.26 MB/sec warmup 21 sec latency 131.205 ms 2023-12-01T04:00:44.428 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:44 smithi062 ceph-mon[107722]: pgmap v190: 97 pgs: 97 active+clean; 134 MiB data, 276 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-12-01T04:00:44.581 INFO:teuthology.orchestra.run.smithi062.stdout: 5 6018 11.01 MB/sec warmup 22 sec latency 139.378 ms 2023-12-01T04:00:44.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:44 smithi179 ceph-mon[110415]: pgmap v190: 97 pgs: 97 active+clean; 134 MiB data, 276 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-12-01T04:00:45.588 INFO:teuthology.orchestra.run.smithi062.stdout: 5 6294 10.93 MB/sec warmup 23 sec latency 109.249 ms 2023-12-01T04:00:46.248 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:46 smithi062 ceph-mon[107722]: pgmap v191: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-01T04:00:46.583 INFO:teuthology.orchestra.run.smithi062.stdout: 5 6637 10.99 MB/sec warmup 24 sec latency 126.693 ms 2023-12-01T04:00:46.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:46 smithi179 ceph-mon[110415]: pgmap v191: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-01T04:00:47.583 INFO:teuthology.orchestra.run.smithi062.stdout: 5 6944 11.06 MB/sec warmup 25 sec latency 107.887 ms 2023-12-01T04:00:48.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:48 smithi062 ceph-mon[107722]: pgmap v192: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-01T04:00:48.583 INFO:teuthology.orchestra.run.smithi062.stdout: 5 7142 10.90 MB/sec warmup 26 sec latency 137.466 ms 2023-12-01T04:00:48.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:48 smithi179 ceph-mon[110415]: pgmap v192: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-01T04:00:49.583 INFO:teuthology.orchestra.run.smithi062.stdout: 5 7427 10.73 MB/sec warmup 27 sec latency 143.526 ms 2023-12-01T04:00:50.341 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:50 smithi062 ceph-mon[107722]: pgmap v193: 97 pgs: 97 active+clean; 132 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-01T04:00:50.591 INFO:teuthology.orchestra.run.smithi062.stdout: 5 7675 10.55 MB/sec warmup 28 sec latency 127.139 ms 2023-12-01T04:00:50.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:50 smithi179 ceph-mon[110415]: pgmap v193: 97 pgs: 97 active+clean; 132 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-01T04:00:51.591 INFO:teuthology.orchestra.run.smithi062.stdout: 5 7888 10.35 MB/sec warmup 29 sec latency 207.710 ms 2023-12-01T04:00:52.404 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:52 smithi062 ceph-mon[107722]: pgmap v194: 97 pgs: 97 active+clean; 141 MiB data, 347 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-01T04:00:52.595 INFO:teuthology.orchestra.run.smithi062.stdout: 5 8123 10.26 MB/sec warmup 30 sec latency 125.595 ms 2023-12-01T04:00:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:52 smithi179 ceph-mon[110415]: pgmap v194: 97 pgs: 97 active+clean; 141 MiB data, 347 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-01T04:00:53.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 8402 10.07 MB/sec warmup 31 sec latency 142.104 ms 2023-12-01T04:00:54.457 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:54 smithi062 ceph-mon[107722]: pgmap v195: 97 pgs: 97 active+clean; 142 MiB data, 365 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-01T04:00:54.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 8680 9.85 MB/sec warmup 32 sec latency 89.218 ms 2023-12-01T04:00:54.602 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:54 smithi179 ceph-mon[110415]: pgmap v195: 97 pgs: 97 active+clean; 142 MiB data, 365 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-01T04:00:55.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 8975 9.74 MB/sec warmup 33 sec latency 122.111 ms 2023-12-01T04:00:56.229 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:56 smithi062 ceph-mon[107722]: pgmap v196: 97 pgs: 97 active+clean; 140 MiB data, 390 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.3 MiB/s wr, 394 op/s 2023-12-01T04:00:56.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 9180 9.64 MB/sec warmup 34 sec latency 117.730 ms 2023-12-01T04:00:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:56 smithi179 ceph-mon[110415]: pgmap v196: 97 pgs: 97 active+clean; 140 MiB data, 390 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.3 MiB/s wr, 394 op/s 2023-12-01T04:00:57.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 9473 9.68 MB/sec warmup 35 sec latency 126.790 ms 2023-12-01T04:00:58.275 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:00:58 smithi062 ceph-mon[107722]: pgmap v197: 97 pgs: 97 active+clean; 140 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-01T04:00:58.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 9894 9.71 MB/sec warmup 36 sec latency 125.183 ms 2023-12-01T04:00:58.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:00:58 smithi179 ceph-mon[110415]: pgmap v197: 97 pgs: 97 active+clean; 140 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-01T04:00:59.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 10254 9.82 MB/sec warmup 37 sec latency 123.547 ms 2023-12-01T04:01:00.321 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:00 smithi062 ceph-mon[107722]: pgmap v198: 97 pgs: 97 active+clean; 139 MiB data, 414 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-01T04:01:00.596 INFO:teuthology.orchestra.run.smithi062.stdout: 5 10458 9.77 MB/sec warmup 38 sec latency 130.198 ms 2023-12-01T04:01:00.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:00 smithi179 ceph-mon[110415]: pgmap v198: 97 pgs: 97 active+clean; 139 MiB data, 414 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-01T04:01:01.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 10684 9.70 MB/sec warmup 39 sec latency 139.815 ms 2023-12-01T04:01:02.420 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:02 smithi062 ceph-mon[107722]: pgmap v199: 97 pgs: 97 active+clean; 147 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-01T04:01:02.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 11016 9.64 MB/sec warmup 40 sec latency 126.967 ms 2023-12-01T04:01:02.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:02 smithi179 ceph-mon[110415]: pgmap v199: 97 pgs: 97 active+clean; 147 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-01T04:01:03.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 11270 9.55 MB/sec warmup 41 sec latency 127.486 ms 2023-12-01T04:01:04.476 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:04 smithi062 ceph-mon[107722]: pgmap v200: 97 pgs: 97 active+clean; 149 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:01:04.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 11485 9.49 MB/sec warmup 42 sec latency 99.930 ms 2023-12-01T04:01:04.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:04 smithi179 ceph-mon[110415]: pgmap v200: 97 pgs: 97 active+clean; 149 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:01:05.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 11680 9.38 MB/sec warmup 43 sec latency 143.418 ms 2023-12-01T04:01:06.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:06 smithi062 ceph-mon[107722]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-01T04:01:06.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 12001 9.27 MB/sec warmup 44 sec latency 114.739 ms 2023-12-01T04:01:06.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:06 smithi179 ceph-mon[110415]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-01T04:01:07.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 12255 9.14 MB/sec warmup 45 sec latency 153.033 ms 2023-12-01T04:01:08.299 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:08 smithi179 ceph-mon[110415]: pgmap v202: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 3.8 MiB/s wr, 343 op/s 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:08 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:08 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:08 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:08 smithi062 ceph-mon[107722]: pgmap v202: 97 pgs: 97 active+clean; 156 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 3.8 MiB/s wr, 343 op/s 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:08 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:08 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:08.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:08 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:08.597 INFO:teuthology.orchestra.run.smithi062.stdout: 5 12465 9.03 MB/sec warmup 46 sec latency 154.929 ms 2023-12-01T04:01:09.323 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-01T04:01:09.323 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-01T04:01:09.324 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: Upgrade: Need to upgrade myself (mgr.smithi062.leevxb) 2023-12-01T04:01:09.324 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi179 2023-12-01T04:01:09.324 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:09.324 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:09 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: Upgrade: Need to upgrade myself (mgr.smithi062.leevxb) 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi179 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:09 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.leevxb/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:09.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 12852 9.14 MB/sec warmup 47 sec latency 125.119 ms 2023-12-01T04:01:10.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:10 smithi062 ceph-mon[107722]: pgmap v203: 97 pgs: 97 active+clean; 154 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 346 op/s 2023-12-01T04:01:10.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-01T04:01:10.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-01T04:01:10.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:10 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-01T04:01:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:10 smithi179 ceph-mon[110415]: pgmap v203: 97 pgs: 97 active+clean; 154 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 346 op/s 2023-12-01T04:01:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-01T04:01:10.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-01T04:01:10.601 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:10 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-01T04:01:10.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 13221 9.13 MB/sec warmup 48 sec latency 123.949 ms 2023-12-01T04:01:11.096 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:01:11.381 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-01T04:01:11.381 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-01T04:01:11.381 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:11 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-01T04:01:11.381 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:11 smithi062 ceph-mon[107722]: osdmap e66: 8 total, 8 up, 8 in 2023-12-01T04:01:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-01T04:01:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-01T04:01:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:11 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-01T04:01:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:11 smithi179 ceph-mon[110415]: osdmap e66: 8 total, 8 up, 8 in 2023-12-01T04:01:11.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 13601 9.20 MB/sec warmup 49 sec latency 132.357 ms 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (4m) 51s ago 5m 25.6M - ba2b418f427c d36511d1a27c 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (5m) 51s ago 5m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (4m) 51s ago 4m 7147k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (3m) 51s ago 5m 49.2M - 8.3.5 dad864ee21e9 9e37d23acba3 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (70s) 51s ago 70s 14.1M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:01:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (68s) 51s ago 68s 15.7M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (6m) 51s ago 6m 477M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (4m) 51s ago 4m 421M - 17.2.0 e1d6a67b021e 42795deac8ba 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (6m) 51s ago 6m 80.2M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (4m) 51s ago 4m 61.5M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (58s) 51s ago 58s 56.2M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (54s) 51s ago 53s 57.9M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (5m) 51s ago 5m 26.5M - 1dbe0e931976 49f94a29e4be 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (4m) 51s ago 4m 22.0M - 1dbe0e931976 cc7920b2a00f 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (4m) 51s ago 4m 54.8M 3224M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (3m) 51s ago 3m 57.0M 3224M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (3m) 51s ago 3m 52.1M 3224M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (3m) 51s ago 3m 53.8M 3224M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (2m) 51s ago 2m 49.2M 3992M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (2m) 51s ago 2m 52.0M 3992M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:01:11.982 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (2m) 51s ago 2m 51.5M 3992M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:01:11.983 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (2m) 51s ago 2m 49.3M 3992M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:01:11.983 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (4m) 51s ago 4m 66.4M - 514e6a882f6e 69bc79837e45 2023-12-01T04:01:12.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:12 smithi062 ceph-mon[107722]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:12.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:12 smithi062 ceph-mon[107722]: pgmap v205: 97 pgs: 97 active+clean; 154 MiB data, 477 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:01:12.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:12 smithi062 ceph-mon[107722]: osdmap e67: 8 total, 8 up, 8 in 2023-12-01T04:01:12.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:12 smithi062 ceph-mon[107722]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:12.524 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:12.525 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:01:12.525 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T04:01:12.525 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:01:12.525 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:01:12.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:12 smithi179 ceph-mon[110415]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:12.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:12 smithi179 ceph-mon[110415]: pgmap v205: 97 pgs: 97 active+clean; 154 MiB data, 477 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:01:12.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:12 smithi179 ceph-mon[110415]: osdmap e67: 8 total, 8 up, 8 in 2023-12-01T04:01:12.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:12 smithi179 ceph-mon[110415]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:12.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 13856 9.17 MB/sec warmup 50 sec latency 134.194 ms 2023-12-01T04:01:12.967 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "0/23 daemons upgraded", 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb image on host smithi179" 2023-12-01T04:01:12.968 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:01:13.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:13 smithi062 ceph-mon[107722]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:13.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:13 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2758867002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:01:13.523 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:01:13.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:13 smithi179 ceph-mon[110415]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:13.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:13 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2758867002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:01:13.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 14218 9.25 MB/sec warmup 51 sec latency 129.679 ms 2023-12-01T04:01:14.430 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:14 smithi062 ceph-mon[107722]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:14.430 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:14 smithi062 ceph-mon[107722]: pgmap v207: 97 pgs: 97 active+clean; 154 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 2.5 MiB/s wr, 265 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:14.430 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:14 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/224666414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:01:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:14 smithi179 ceph-mon[110415]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:14 smithi179 ceph-mon[110415]: pgmap v207: 97 pgs: 97 active+clean; 154 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 2.5 MiB/s wr, 265 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:14.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:14 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/224666414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:01:14.607 INFO:teuthology.orchestra.run.smithi062.stdout: 5 14667 9.35 MB/sec warmup 52 sec latency 127.113 ms 2023-12-01T04:01:15.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 15102 9.37 MB/sec warmup 53 sec latency 107.609 ms 2023-12-01T04:01:16.453 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:16 smithi062 ceph-mon[107722]: pgmap v208: 97 pgs: 97 active+clean; 169 MiB data, 539 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.6 MiB/s wr, 551 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:16.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:16 smithi179 ceph-mon[110415]: pgmap v208: 97 pgs: 97 active+clean; 169 MiB data, 539 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.6 MiB/s wr, 551 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:16.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 15591 9.29 MB/sec warmup 54 sec latency 87.062 ms 2023-12-01T04:01:17.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 15989 9.29 MB/sec warmup 55 sec latency 130.294 ms 2023-12-01T04:01:18.484 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:18 smithi062 ceph-mon[107722]: pgmap v209: 97 pgs: 97 active+clean; 169 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.7 MiB/s wr, 556 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:18.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:18 smithi179 ceph-mon[110415]: pgmap v209: 97 pgs: 97 active+clean; 169 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.7 MiB/s wr, 556 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:18.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 16500 9.44 MB/sec warmup 56 sec latency 127.927 ms 2023-12-01T04:01:19.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 16935 9.49 MB/sec warmup 57 sec latency 105.536 ms 2023-12-01T04:01:20.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:20 smithi062 ceph-mon[107722]: pgmap v210: 97 pgs: 97 active+clean; 170 MiB data, 560 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 347 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:20.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:20 smithi179 ceph-mon[110415]: pgmap v210: 97 pgs: 97 active+clean; 170 MiB data, 560 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 347 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:20.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 17307 9.51 MB/sec warmup 58 sec latency 146.518 ms 2023-12-01T04:01:21.608 INFO:teuthology.orchestra.run.smithi062.stdout: 5 17566 9.48 MB/sec warmup 59 sec latency 170.163 ms 2023-12-01T04:01:22.327 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:22 smithi062 ceph-mon[107722]: pgmap v211: 97 pgs: 97 active+clean; 168 MiB data, 583 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 520 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:22 smithi179 ceph-mon[110415]: pgmap v211: 97 pgs: 97 active+clean; 168 MiB data, 583 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 520 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:22.615 INFO:teuthology.orchestra.run.smithi062.stdout: 5 17972 9.51 MB/sec warmup 60 sec latency 123.251 ms 2023-12-01T04:01:23.622 INFO:teuthology.orchestra.run.smithi062.stdout: 5 18294 9.50 MB/sec warmup 61 sec latency 123.902 ms 2023-12-01T04:01:24.390 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:24 smithi062 ceph-mon[107722]: pgmap v212: 97 pgs: 97 active+clean; 176 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 558 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:24.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:24 smithi179 ceph-mon[110415]: pgmap v212: 97 pgs: 97 active+clean; 176 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 558 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-01T04:01:24.621 INFO:teuthology.orchestra.run.smithi062.stdout: 5 18668 9.57 MB/sec warmup 62 sec latency 129.894 ms 2023-12-01T04:01:25.621 INFO:teuthology.orchestra.run.smithi062.stdout: 5 19171 9.51 MB/sec warmup 63 sec latency 127.054 ms 2023-12-01T04:01:26.419 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:26 smithi062 ceph-mon[107722]: pgmap v213: 97 pgs: 97 active+clean; 182 MiB data, 641 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 7.1 MiB/s wr, 677 op/s 2023-12-01T04:01:26.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:26 smithi179 ceph-mon[110415]: pgmap v213: 97 pgs: 97 active+clean; 182 MiB data, 641 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 7.1 MiB/s wr, 677 op/s 2023-12-01T04:01:26.621 INFO:teuthology.orchestra.run.smithi062.stdout: 5 19605 9.48 MB/sec warmup 64 sec latency 123.988 ms 2023-12-01T04:01:27.621 INFO:teuthology.orchestra.run.smithi062.stdout: 5 20031 9.63 MB/sec warmup 65 sec latency 134.024 ms 2023-12-01T04:01:28.484 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:28 smithi062 ceph-mon[107722]: pgmap v214: 97 pgs: 97 active+clean; 181 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-01T04:01:28.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:28 smithi179 ceph-mon[110415]: pgmap v214: 97 pgs: 97 active+clean; 181 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-01T04:01:28.622 INFO:teuthology.orchestra.run.smithi062.stdout: 5 20450 9.68 MB/sec warmup 66 sec latency 131.561 ms 2023-12-01T04:01:29.621 INFO:teuthology.orchestra.run.smithi062.stdout: 5 20795 9.70 MB/sec warmup 67 sec latency 148.342 ms 2023-12-01T04:01:30.265 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:30 smithi062 ceph-mon[107722]: pgmap v215: 97 pgs: 97 active+clean; 180 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-12-01T04:01:30.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:30 smithi179 ceph-mon[110415]: pgmap v215: 97 pgs: 97 active+clean; 180 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-12-01T04:01:30.622 INFO:teuthology.orchestra.run.smithi062.stdout: 5 21054 9.60 MB/sec warmup 68 sec latency 126.435 ms 2023-12-01T04:01:31.626 INFO:teuthology.orchestra.run.smithi062.stdout: 5 21416 9.56 MB/sec warmup 69 sec latency 123.865 ms 2023-12-01T04:01:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:32 smithi062 ceph-mon[107722]: pgmap v216: 97 pgs: 97 active+clean; 186 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 689 op/s 2023-12-01T04:01:32.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:32 smithi179 ceph-mon[110415]: pgmap v216: 97 pgs: 97 active+clean; 186 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 689 op/s 2023-12-01T04:01:32.626 INFO:teuthology.orchestra.run.smithi062.stdout: 5 21700 9.51 MB/sec warmup 70 sec latency 129.811 ms 2023-12-01T04:01:33.626 INFO:teuthology.orchestra.run.smithi062.stdout: 5 22004 9.55 MB/sec warmup 71 sec latency 153.285 ms 2023-12-01T04:01:34.319 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:34 smithi062 ceph-mon[107722]: pgmap v217: 97 pgs: 97 active+clean; 187 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-01T04:01:34.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:34 smithi179 ceph-mon[110415]: pgmap v217: 97 pgs: 97 active+clean; 187 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-01T04:01:34.627 INFO:teuthology.orchestra.run.smithi062.stdout: 5 22363 9.55 MB/sec warmup 72 sec latency 207.702 ms 2023-12-01T04:01:35.627 INFO:teuthology.orchestra.run.smithi062.stdout: 5 22712 9.52 MB/sec warmup 73 sec latency 129.702 ms 2023-12-01T04:01:36.341 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:36 smithi062 ceph-mon[107722]: pgmap v218: 97 pgs: 97 active+clean; 193 MiB data, 746 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 580 op/s 2023-12-01T04:01:36.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:36 smithi179 ceph-mon[110415]: pgmap v218: 97 pgs: 97 active+clean; 193 MiB data, 746 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.0 MiB/s wr, 580 op/s 2023-12-01T04:01:36.634 INFO:teuthology.orchestra.run.smithi062.stdout: 5 22952 9.45 MB/sec warmup 74 sec latency 128.291 ms 2023-12-01T04:01:37.634 INFO:teuthology.orchestra.run.smithi062.stdout: 5 23316 9.50 MB/sec warmup 75 sec latency 138.050 ms 2023-12-01T04:01:38.638 INFO:teuthology.orchestra.run.smithi062.stdout: 5 23661 9.52 MB/sec warmup 76 sec latency 128.615 ms 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: pgmap v219: 97 pgs: 97 active+clean; 192 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: Upgrade: Updating mgr.smithi179.zdxcxm 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:01:38.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:38 smithi062 ceph-mon[107722]: Deploying daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T04:01:38.936 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: pgmap v219: 97 pgs: 97 active+clean; 192 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: Upgrade: Updating mgr.smithi179.zdxcxm 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.zdxcxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:01:38.937 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:38 smithi179 ceph-mon[110415]: Deploying daemon mgr.smithi179.zdxcxm on smithi179 2023-12-01T04:01:39.638 INFO:teuthology.orchestra.run.smithi062.stdout: 5 24054 9.54 MB/sec warmup 77 sec latency 126.519 ms 2023-12-01T04:01:40.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 24343 9.52 MB/sec warmup 78 sec latency 129.780 ms 2023-12-01T04:01:40.978 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:40 smithi062 ceph-mon[107722]: pgmap v220: 97 pgs: 97 active+clean; 190 MiB data, 781 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-01T04:01:40.978 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:40.978 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:40.978 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:01:40.978 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:40 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:01:41.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:40 smithi179 ceph-mon[110415]: pgmap v220: 97 pgs: 97 active+clean; 190 MiB data, 781 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-01T04:01:41.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:41.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:41.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:01:41.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:40 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:01:41.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 24673 9.48 MB/sec warmup 79 sec latency 87.147 ms 2023-12-01T04:01:42.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 25015 9.47 MB/sec warmup 80 sec latency 135.597 ms 2023-12-01T04:01:42.755 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:42 smithi062 ceph-mon[107722]: pgmap v221: 97 pgs: 97 active+clean; 199 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 595 op/s 2023-12-01T04:01:42.755 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:42 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:43.006 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:42 smithi179 ceph-mon[110415]: pgmap v221: 97 pgs: 97 active+clean; 199 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 595 op/s 2023-12-01T04:01:43.006 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:42 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:43.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 25418 9.51 MB/sec warmup 81 sec latency 138.819 ms 2023-12-01T04:01:43.984 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:01:44.489 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:44 smithi062 ceph-mon[107722]: pgmap v222: 97 pgs: 97 active+clean; 203 MiB data, 811 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-12-01T04:01:44.490 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:44 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:44.601 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:44 smithi179 ceph-mon[110415]: pgmap v222: 97 pgs: 97 active+clean; 203 MiB data, 811 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-12-01T04:01:44.601 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:44 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:44.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 25819 9.50 MB/sec warmup 82 sec latency 108.644 ms 2023-12-01T04:01:44.783 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:01:44.783 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (4m) 84s ago 5m 25.6M - ba2b418f427c d36511d1a27c 2023-12-01T04:01:44.783 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (5m) 84s ago 5m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:01:44.783 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (5m) 2s ago 5m 7147k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (4m) 84s ago 5m 49.2M - 8.3.5 dad864ee21e9 9e37d23acba3 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (103s) 84s ago 103s 14.1M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (101s) 2s ago 101s 16.0M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (6m) 84s ago 6m 477M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (5s) 2s ago 5m 51.1M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (7m) 84s ago 7m 80.2M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (5m) 2s ago 5m 54.2M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (91s) 84s ago 91s 56.2M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (86s) 2s ago 86s 80.2M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (5m) 84s ago 5m 26.5M - 1dbe0e931976 49f94a29e4be 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (5m) 2s ago 5m 21.8M - 1dbe0e931976 cc7920b2a00f 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (4m) 84s ago 4m 54.8M 3224M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 84s ago 4m 57.0M 3224M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (4m) 84s ago 4m 52.1M 3224M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:01:44.784 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (3m) 84s ago 3m 53.8M 3224M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:01:44.785 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (3m) 2s ago 3m 395M 3992M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:01:44.785 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (3m) 2s ago 3m 405M 3992M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:01:44.785 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (2m) 2s ago 2m 353M 3992M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:01:44.785 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (2m) 2s ago 2m 633M 3992M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:01:44.785 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (4m) 84s ago 4m 66.4M - 514e6a882f6e 69bc79837e45 2023-12-01T04:01:45.273 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:01:45.273 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:01:45.273 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:01:45.274 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:01:45.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:45 smithi062 ceph-mon[107722]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:45 smithi062 ceph-mon[107722]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:45 smithi062 ceph-mon[107722]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:45 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4182509723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:01:45.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:45 smithi179 ceph-mon[110415]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:45 smithi179 ceph-mon[110415]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:45 smithi179 ceph-mon[110415]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:45.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:45 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/4182509723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:01:45.642 INFO:teuthology.orchestra.run.smithi062.stdout: 5 26255 9.53 MB/sec warmup 83 sec latency 128.796 ms 2023-12-01T04:01:45.714 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons" 2023-12-01T04:01:45.715 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:01:46.214 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:01:46.647 INFO:teuthology.orchestra.run.smithi062.stdout: 5 26684 9.55 MB/sec warmup 84 sec latency 141.114 ms 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: pgmap v223: 97 pgs: 97 active+clean; 202 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:46.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: Upgrade: Need to upgrade myself (mgr.smithi062.leevxb) 2023-12-01T04:01:46.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: Failing over to other MGR 2023-12-01T04:01:46.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr fail", "who": "smithi062.leevxb"}]: dispatch 2023-12-01T04:01:46.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: osdmap e68: 8 total, 8 up, 8 in 2023-12-01T04:01:46.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:46 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2353148313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: pgmap v223: 97 pgs: 97 active+clean; 202 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:47.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: Upgrade: Need to upgrade myself (mgr.smithi062.leevxb) 2023-12-01T04:01:47.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: Failing over to other MGR 2023-12-01T04:01:47.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "mgr fail", "who": "smithi062.leevxb"}]: dispatch 2023-12-01T04:01:47.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: osdmap e68: 8 total, 8 up, 8 in 2023-12-01T04:01:47.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:46 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2353148313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:01:47.654 INFO:teuthology.orchestra.run.smithi062.stdout: 5 27044 9.58 MB/sec warmup 85 sec latency 130.378 ms 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "mgr fail", "who": "smithi062.leevxb"}]': finished 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: mgrmap e22: smithi179.zdxcxm(active, starting, since 0.997208s) 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: Active manager daemon smithi179.zdxcxm restarted 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: Activating manager daemon smithi179.zdxcxm 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/crt"}]: dispatch 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: osdmap e69: 8 total, 8 up, 8 in 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/key"}]: dispatch 2023-12-01T04:01:47.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:47 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T04:01:48.026 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: from='mgr.14204 172.21.15.62:0/647237457' entity='mgr.smithi062.leevxb' cmd='[{"prefix": "mgr fail", "who": "smithi062.leevxb"}]': finished 2023-12-01T04:01:48.026 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: mgrmap e22: smithi179.zdxcxm(active, starting, since 0.997208s) 2023-12-01T04:01:48.026 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: Active manager daemon smithi179.zdxcxm restarted 2023-12-01T04:01:48.026 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: Activating manager daemon smithi179.zdxcxm 2023-12-01T04:01:48.026 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/crt"}]: dispatch 2023-12-01T04:01:48.027 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: osdmap e69: 8 total, 8 up, 8 in 2023-12-01T04:01:48.027 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T04:01:48.027 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.zdxcxm/key"}]: dispatch 2023-12-01T04:01:48.027 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:47 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T04:01:48.654 INFO:teuthology.orchestra.run.smithi062.stdout: 5 27505 9.63 MB/sec warmup 86 sec latency 129.814 ms 2023-12-01T04:01:48.898 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: mgrmap e23: smithi179.zdxcxm(active, starting, since 0.122055s) 2023-12-01T04:01:48.898 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T04:01:48.898 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.caeilu"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.ujpzpg"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr metadata", "who": "smithi179.zdxcxm", "id": "smithi179.zdxcxm"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T04:01:48.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: Manager daemon smithi179.zdxcxm is now available 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: Deploying cephadm binary to smithi179 2023-12-01T04:01:48.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:48 smithi062 ceph-mon[107722]: [01/Dec/2023:04:01:48] ENGINE Bus STARTING 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: mgrmap e23: smithi179.zdxcxm(active, starting, since 0.122055s) 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.caeilu"}]: dispatch 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.ujpzpg"}]: dispatch 2023-12-01T04:01:49.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr metadata", "who": "smithi179.zdxcxm", "id": "smithi179.zdxcxm"}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T04:01:49.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: Manager daemon smithi179.zdxcxm is now available 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:49.101 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/mirror_snapshot_schedule"}]: dispatch 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.zdxcxm/trash_purge_schedule"}]: dispatch 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: Deploying cephadm binary to smithi179 2023-12-01T04:01:49.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:48 smithi179 ceph-mon[110415]: [01/Dec/2023:04:01:48] ENGINE Bus STARTING 2023-12-01T04:01:49.662 INFO:teuthology.orchestra.run.smithi062.stdout: 5 27795 9.61 MB/sec warmup 87 sec latency 125.738 ms 2023-12-01T04:01:49.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:49 smithi062 ceph-mon[107722]: [01/Dec/2023:04:01:48] ENGINE Serving on http://172.21.15.179:8765 2023-12-01T04:01:49.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:49 smithi062 ceph-mon[107722]: mgrmap e24: smithi179.zdxcxm(active, since 1.16723s) 2023-12-01T04:01:49.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:49 smithi062 ceph-mon[107722]: pgmap v3: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:49.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:49 smithi062 ceph-mon[107722]: [01/Dec/2023:04:01:48] ENGINE Serving on https://172.21.15.179:7150 2023-12-01T04:01:49.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:49 smithi062 ceph-mon[107722]: [01/Dec/2023:04:01:48] ENGINE Bus STARTED 2023-12-01T04:01:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:49 smithi179 ceph-mon[110415]: [01/Dec/2023:04:01:48] ENGINE Serving on http://172.21.15.179:8765 2023-12-01T04:01:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:49 smithi179 ceph-mon[110415]: mgrmap e24: smithi179.zdxcxm(active, since 1.16723s) 2023-12-01T04:01:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:49 smithi179 ceph-mon[110415]: pgmap v3: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:49 smithi179 ceph-mon[110415]: [01/Dec/2023:04:01:48] ENGINE Serving on https://172.21.15.179:7150 2023-12-01T04:01:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:49 smithi179 ceph-mon[110415]: [01/Dec/2023:04:01:48] ENGINE Bus STARTED 2023-12-01T04:01:50.663 INFO:teuthology.orchestra.run.smithi062.stdout: 5 28031 9.57 MB/sec warmup 88 sec latency 140.686 ms 2023-12-01T04:01:51.193 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:51 smithi062 ceph-mon[107722]: pgmap v4: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:51.194 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:51 smithi062 ceph-mon[107722]: mgrmap e25: smithi179.zdxcxm(active, since 2s) 2023-12-01T04:01:51.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:51 smithi179 ceph-mon[110415]: pgmap v4: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:51.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:51 smithi179 ceph-mon[110415]: mgrmap e25: smithi179.zdxcxm(active, since 2s) 2023-12-01T04:01:51.667 INFO:teuthology.orchestra.run.smithi062.stdout: 5 28299 9.53 MB/sec warmup 89 sec latency 112.388 ms 2023-12-01T04:01:52.228 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:52 smithi062 ceph-mon[107722]: Deploying cephadm binary to smithi062 2023-12-01T04:01:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:52 smithi179 ceph-mon[110415]: Deploying cephadm binary to smithi062 2023-12-01T04:01:52.668 INFO:teuthology.orchestra.run.smithi062.stdout: 5 28581 9.47 MB/sec warmup 90 sec latency 156.321 ms 2023-12-01T04:01:53.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:53 smithi062 ceph-mon[107722]: pgmap v5: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:53.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:53 smithi062 ceph-mon[107722]: mgrmap e26: smithi179.zdxcxm(active, since 4s) 2023-12-01T04:01:53.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:53 smithi179 ceph-mon[110415]: pgmap v5: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:53.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:53 smithi179 ceph-mon[110415]: mgrmap e26: smithi179.zdxcxm(active, since 4s) 2023-12-01T04:01:53.668 INFO:teuthology.orchestra.run.smithi062.stdout: 5 28884 9.46 MB/sec warmup 91 sec latency 133.004 ms 2023-12-01T04:01:54.677 INFO:teuthology.orchestra.run.smithi062.stdout: 5 29163 9.45 MB/sec warmup 92 sec latency 105.640 ms 2023-12-01T04:01:55.291 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:55 smithi062 ceph-mon[107722]: pgmap v6: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:55.310 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:55 smithi179 ceph-mon[110415]: pgmap v6: 97 pgs: 97 active+clean; 212 MiB data, 917 MiB used, 714 GiB / 715 GiB avail 2023-12-01T04:01:55.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 29480 9.45 MB/sec warmup 93 sec latency 130.395 ms 2023-12-01T04:01:56.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:56 smithi062 ceph-mon[107722]: Standby manager daemon smithi062.leevxb started 2023-12-01T04:01:56.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:56 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.leevxb/crt"}]: dispatch 2023-12-01T04:01:56.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:56 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T04:01:56.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:56 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.leevxb/key"}]: dispatch 2023-12-01T04:01:56.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:56 smithi062 ceph-mon[107722]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T04:01:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:56 smithi179 ceph-mon[110415]: Standby manager daemon smithi062.leevxb started 2023-12-01T04:01:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:56 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.leevxb/crt"}]: dispatch 2023-12-01T04:01:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:56 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T04:01:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:56 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.leevxb/key"}]: dispatch 2023-12-01T04:01:56.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:56 smithi179 ceph-mon[110415]: from='mgr.? 172.21.15.62:0/3638850257' entity='mgr.smithi062.leevxb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T04:01:56.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 29858 9.43 MB/sec warmup 94 sec latency 126.863 ms 2023-12-01T04:01:57.343 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:57 smithi062 ceph-mon[107722]: pgmap v7: 97 pgs: 97 active+clean; 213 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-01T04:01:57.343 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:57 smithi062 ceph-mon[107722]: mgrmap e27: smithi179.zdxcxm(active, since 8s), standbys: smithi062.leevxb 2023-12-01T04:01:57.343 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:57 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T04:01:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:57 smithi179 ceph-mon[110415]: pgmap v7: 97 pgs: 97 active+clean; 213 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-01T04:01:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:57 smithi179 ceph-mon[110415]: mgrmap e27: smithi179.zdxcxm(active, since 8s), standbys: smithi062.leevxb 2023-12-01T04:01:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:57 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr metadata", "who": "smithi062.leevxb", "id": "smithi062.leevxb"}]: dispatch 2023-12-01T04:01:57.677 INFO:teuthology.orchestra.run.smithi062.stdout: 5 30152 9.42 MB/sec warmup 95 sec latency 126.760 ms 2023-12-01T04:01:58.677 INFO:teuthology.orchestra.run.smithi062.stdout: 5 30477 9.44 MB/sec warmup 96 sec latency 126.781 ms 2023-12-01T04:01:59.650 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:59 smithi062 ceph-mon[107722]: pgmap v8: 97 pgs: 97 active+clean; 213 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.4 MiB/s wr, 257 op/s 2023-12-01T04:01:59.650 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:59.650 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:01:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:59.677 INFO:teuthology.orchestra.run.smithi062.stdout: 5 30782 9.42 MB/sec warmup 97 sec latency 139.001 ms 2023-12-01T04:01:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:59 smithi179 ceph-mon[110415]: pgmap v8: 97 pgs: 97 active+clean; 213 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.4 MiB/s wr, 257 op/s 2023-12-01T04:01:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:01:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:01:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi062 to 1944M 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:00 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.677 INFO:teuthology.orchestra.run.smithi062.stdout: 5 31182 9.41 MB/sec warmup 98 sec latency 126.531 ms 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi062 to 1944M 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:00 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:01.683 INFO:teuthology.orchestra.run.smithi062.stdout: 5 31481 9.40 MB/sec warmup 99 sec latency 129.967 ms 2023-12-01T04:02:01.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:01 smithi062 ceph-mon[107722]: pgmap v9: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 411 op/s 2023-12-01T04:02:01.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:01 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:01.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:01 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:01 smithi179 ceph-mon[110415]: pgmap v9: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 411 op/s 2023-12-01T04:02:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:01 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:01 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:02.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 31801 9.46 MB/sec warmup 100 sec latency 157.670 ms 2023-12-01T04:02:03.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 32172 9.42 MB/sec warmup 101 sec latency 133.749 ms 2023-12-01T04:02:03.718 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: pgmap v10: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-12-01T04:02:03.718 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:03.718 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.718 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.718 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:02:03.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:02:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: pgmap v10: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-12-01T04:02:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:02:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:02:04.679 INFO:teuthology.orchestra.run.smithi062.stdout: 5 32554 9.40 MB/sec warmup 102 sec latency 123.487 ms 2023-12-01T04:02:04.728 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:04 smithi062 ceph-mon[107722]: Adjusting osd_memory_target on smithi179 to 2712M 2023-12-01T04:02:04.729 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:04 smithi062 ceph-mon[107722]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T04:02:04.729 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:04 smithi062 ceph-mon[107722]: Updating smithi179:/etc/ceph/ceph.conf 2023-12-01T04:02:05.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:04 smithi179 ceph-mon[110415]: Adjusting osd_memory_target on smithi179 to 2712M 2023-12-01T04:02:05.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:04 smithi179 ceph-mon[110415]: Updating smithi062:/etc/ceph/ceph.conf 2023-12-01T04:02:05.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:04 smithi179 ceph-mon[110415]: Updating smithi179:/etc/ceph/ceph.conf 2023-12-01T04:02:05.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 32897 9.42 MB/sec warmup 103 sec latency 131.326 ms 2023-12-01T04:02:05.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: Updating smithi179:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T04:02:05.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: pgmap v11: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-12-01T04:02:05.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: Updating smithi062:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T04:02:05.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-12-01T04:02:05.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: Updating smithi179:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:05.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:05 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: Updating smithi179:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: pgmap v11: 97 pgs: 97 active+clean; 219 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: Updating smithi062:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: Updating smithi179:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:05 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:06.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 33353 9.47 MB/sec warmup 104 sec latency 135.303 ms 2023-12-01T04:02:06.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:06 smithi062 ceph-mon[107722]: Updating smithi062:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T04:02:06.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:06 smithi062 ceph-mon[107722]: Reconfiguring alertmanager.smithi062 (dependencies changed)... 2023-12-01T04:02:06.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:06 smithi062 ceph-mon[107722]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2023-12-01T04:02:06.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:06 smithi062 ceph-mon[107722]: pgmap v12: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.7 MiB/s wr, 575 op/s 2023-12-01T04:02:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:06 smithi179 ceph-mon[110415]: Updating smithi062:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-01T04:02:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:06 smithi179 ceph-mon[110415]: Reconfiguring alertmanager.smithi062 (dependencies changed)... 2023-12-01T04:02:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:06 smithi179 ceph-mon[110415]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2023-12-01T04:02:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:06 smithi179 ceph-mon[110415]: pgmap v12: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.7 MiB/s wr, 575 op/s 2023-12-01T04:02:07.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 33696 9.45 MB/sec warmup 105 sec latency 102.676 ms 2023-12-01T04:02:08.679 INFO:teuthology.orchestra.run.smithi062.stdout: 5 33913 9.40 MB/sec warmup 106 sec latency 129.786 ms 2023-12-01T04:02:09.048 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:08 smithi062 ceph-mon[107722]: pgmap v13: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-01T04:02:09.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:08 smithi179 ceph-mon[110415]: pgmap v13: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-01T04:02:09.678 INFO:teuthology.orchestra.run.smithi062.stdout: 5 34160 9.37 MB/sec warmup 107 sec latency 144.328 ms 2023-12-01T04:02:10.679 INFO:teuthology.orchestra.run.smithi062.stdout: 5 34567 9.40 MB/sec warmup 108 sec latency 136.542 ms 2023-12-01T04:02:11.191 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:11 smithi062 ceph-mon[107722]: pgmap v14: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 592 op/s 2023-12-01T04:02:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:11 smithi179 ceph-mon[110415]: pgmap v14: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 592 op/s 2023-12-01T04:02:11.687 INFO:teuthology.orchestra.run.smithi062.stdout: 5 35077 9.46 MB/sec warmup 109 sec latency 147.385 ms 2023-12-01T04:02:12.687 INFO:teuthology.orchestra.run.smithi062.stdout: 5 35454 9.44 MB/sec warmup 110 sec latency 99.678 ms 2023-12-01T04:02:13.223 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:13 smithi062 ceph-mon[107722]: pgmap v15: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-01T04:02:13.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:13 smithi179 ceph-mon[110415]: pgmap v15: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-01T04:02:13.687 INFO:teuthology.orchestra.run.smithi062.stdout: 5 35817 9.44 MB/sec warmup 111 sec latency 105.220 ms 2023-12-01T04:02:14.687 INFO:teuthology.orchestra.run.smithi062.stdout: 5 36096 9.42 MB/sec warmup 112 sec latency 136.443 ms 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: pgmap v16: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: Reconfiguring grafana.smithi062 (dependencies changed)... 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.550 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:15 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T04:02:15.689 INFO:teuthology.orchestra.run.smithi062.stdout: 5 36446 9.45 MB/sec warmup 113 sec latency 126.684 ms 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: pgmap v16: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: Reconfiguring grafana.smithi062 (dependencies changed)... 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:15.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:15 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T04:02:16.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:16 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T04:02:16.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:16 smithi062 ceph-mon[107722]: Reconfiguring daemon grafana.smithi062 on smithi062 2023-12-01T04:02:16.689 INFO:teuthology.orchestra.run.smithi062.stdout: 5 36757 9.45 MB/sec warmup 114 sec latency 125.840 ms 2023-12-01T04:02:16.804 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:02:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:16 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T04:02:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:16 smithi179 ceph-mon[110415]: Reconfiguring daemon grafana.smithi062 on smithi062 2023-12-01T04:02:17.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:17 smithi062 ceph-mon[107722]: pgmap v17: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2023-12-01T04:02:17.700 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37021 9.45 MB/sec warmup 115 sec latency 117.328 ms 2023-12-01T04:02:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:17 smithi179 ceph-mon[110415]: pgmap v17: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2023-12-01T04:02:17.912 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:02:17.912 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:02:17.912 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (6m) 19s ago 6m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:02:17.912 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (6m) 17s ago 6m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:02:17.912 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (5m) 19s ago 6m 61.8M - 8.3.5 dad864ee21e9 9e37d23acba3 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (2m) 19s ago 2m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (2m) 17s ago 2m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (7m) 19s ago 7m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (38s) 17s ago 6m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (7m) 19s ago 7m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (5m) 17s ago 5m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (2m) 19s ago 2m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (2m) 17s ago 119s 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (6m) 19s ago 6m 28.4M - 1.3.1 1dbe0e931976 49f94a29e4be 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (5m) 17s ago 5m 22.7M - 1.3.1 1dbe0e931976 cc7920b2a00f 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 19s ago 5m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 19s ago 4m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (4m) 19s ago 4m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:02:17.913 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 19s ago 4m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:02:17.914 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (4m) 17s ago 4m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:02:17.914 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (3m) 17s ago 3m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:02:17.914 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (3m) 17s ago 3m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:02:17.914 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (3m) 17s ago 3m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:02:17.914 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (5m) 19s ago 5m 71.0M - 2.33.4 514e6a882f6e 69bc79837e45 2023-12-01T04:02:18.528 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:02:18.528 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:02:18.529 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:02:18.530 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:02:18.530 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:02:18.656 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:18 smithi062 ceph-mon[107722]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:18.656 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:18 smithi062 ceph-mon[107722]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:18.656 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:18.656 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:18 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1462677872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:02:18.700 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37221 9.39 MB/sec warmup 116 sec latency 140.428 ms 2023-12-01T04:02:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:18 smithi179 ceph-mon[110415]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:18 smithi179 ceph-mon[110415]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:18 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1462677872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:02:19.048 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:02:19.049 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:02:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:19 smithi062 ceph-mon[107722]: pgmap v18: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-01T04:02:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:19 smithi062 ceph-mon[107722]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:19.684 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:02:19.701 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37382 9.33 MB/sec warmup 117 sec latency 138.401 ms 2023-12-01T04:02:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:19 smithi179 ceph-mon[110415]: pgmap v18: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-01T04:02:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:19 smithi179 ceph-mon[110415]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:20.681 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:20 smithi062 ceph-mon[107722]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:20.681 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:20 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/4204467421' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:02:20.701 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37616 9.28 MB/sec warmup 118 sec latency 142.036 ms 2023-12-01T04:02:21.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:20 smithi179 ceph-mon[110415]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:21.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:20 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/4204467421' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:02:21.709 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:21 smithi062 ceph-mon[107722]: pgmap v19: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2023-12-01T04:02:21.710 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37937 9.29 MB/sec warmup 119 sec latency 171.426 ms 2023-12-01T04:02:22.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:21 smithi179 ceph-mon[110415]: pgmap v19: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.2 MiB/s wr, 599 op/s 2023-12-01T04:02:22.730 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:22 smithi062 ceph-mon[107722]: pgmap v20: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:02:23.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:22 smithi179 ceph-mon[110415]: pgmap v20: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:02:23.725 INFO:teuthology.orchestra.run.smithi062.stdout: 5 38559 9.48 MB/sec execute 1 sec latency 146.546 ms 2023-12-01T04:02:24.725 INFO:teuthology.orchestra.run.smithi062.stdout: 5 38866 9.93 MB/sec execute 2 sec latency 118.533 ms 2023-12-01T04:02:25.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:25 smithi062 ceph-mon[107722]: pgmap v21: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:02:25.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:25 smithi179 ceph-mon[110415]: pgmap v21: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:02:25.725 INFO:teuthology.orchestra.run.smithi062.stdout: 5 39160 8.74 MB/sec execute 3 sec latency 130.064 ms 2023-12-01T04:02:26.725 INFO:teuthology.orchestra.run.smithi062.stdout: 5 39409 7.73 MB/sec execute 4 sec latency 123.439 ms 2023-12-01T04:02:27.385 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:27 smithi062 ceph-mon[107722]: pgmap v22: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-12-01T04:02:27.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:27 smithi179 ceph-mon[110415]: pgmap v22: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-12-01T04:02:27.726 INFO:teuthology.orchestra.run.smithi062.stdout: 5 39775 8.54 MB/sec execute 5 sec latency 127.218 ms 2023-12-01T04:02:28.726 INFO:teuthology.orchestra.run.smithi062.stdout: 5 40021 8.51 MB/sec execute 6 sec latency 142.227 ms 2023-12-01T04:02:29.437 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:29 smithi062 ceph-mon[107722]: pgmap v23: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-01T04:02:29.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:29 smithi179 ceph-mon[110415]: pgmap v23: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-01T04:02:29.726 INFO:teuthology.orchestra.run.smithi062.stdout: 5 40280 8.82 MB/sec execute 7 sec latency 127.396 ms 2023-12-01T04:02:30.726 INFO:teuthology.orchestra.run.smithi062.stdout: 5 40528 8.37 MB/sec execute 8 sec latency 132.014 ms 2023-12-01T04:02:31.490 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:31 smithi062 ceph-mon[107722]: pgmap v24: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-01T04:02:31.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:31 smithi179 ceph-mon[110415]: pgmap v24: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-01T04:02:31.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 40773 8.01 MB/sec execute 9 sec latency 130.190 ms 2023-12-01T04:02:32.728 INFO:teuthology.orchestra.run.smithi062.stdout: 5 41003 7.40 MB/sec execute 10 sec latency 128.732 ms 2023-12-01T04:02:33.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: pgmap v25: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-01T04:02:33.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:33.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:33.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: Reconfiguring node-exporter.smithi062 (dependencies changed)... 2023-12-01T04:02:33.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: Reconfiguring daemon node-exporter.smithi062 on smithi062 2023-12-01T04:02:33.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:33.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 41302 7.17 MB/sec execute 11 sec latency 129.908 ms 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: pgmap v25: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: Reconfiguring node-exporter.smithi062 (dependencies changed)... 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: Reconfiguring daemon node-exporter.smithi062 on smithi062 2023-12-01T04:02:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:34.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 41611 7.47 MB/sec execute 12 sec latency 139.353 ms 2023-12-01T04:02:35.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:35 smithi062 ceph-mon[107722]: pgmap v26: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-01T04:02:35.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 41935 7.97 MB/sec execute 13 sec latency 123.893 ms 2023-12-01T04:02:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:35 smithi179 ceph-mon[110415]: pgmap v26: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-01T04:02:36.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 42339 7.93 MB/sec execute 14 sec latency 130.610 ms 2023-12-01T04:02:37.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:37 smithi062 ceph-mon[107722]: pgmap v27: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-01T04:02:37.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:37 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:37.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:37 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:37.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 42668 7.86 MB/sec execute 15 sec latency 124.740 ms 2023-12-01T04:02:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:37 smithi179 ceph-mon[110415]: pgmap v27: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-01T04:02:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:37 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:37 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:38.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:38 smithi062 ceph-mon[107722]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2023-12-01T04:02:38.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:38 smithi062 ceph-mon[107722]: Reconfiguring daemon prometheus.smithi062 on smithi062 2023-12-01T04:02:38.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 42993 8.09 MB/sec execute 16 sec latency 129.736 ms 2023-12-01T04:02:38.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:38 smithi179 ceph-mon[110415]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2023-12-01T04:02:38.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:38 smithi179 ceph-mon[110415]: Reconfiguring daemon prometheus.smithi062 on smithi062 2023-12-01T04:02:39.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:39 smithi062 ceph-mon[107722]: pgmap v28: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-01T04:02:39.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 43158 7.81 MB/sec execute 17 sec latency 123.360 ms 2023-12-01T04:02:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:39 smithi179 ceph-mon[110415]: pgmap v28: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-01T04:02:40.727 INFO:teuthology.orchestra.run.smithi062.stdout: 5 43509 8.19 MB/sec execute 18 sec latency 142.397 ms 2023-12-01T04:02:41.689 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:41 smithi062 ceph-mon[107722]: pgmap v29: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-01T04:02:41.732 INFO:teuthology.orchestra.run.smithi062.stdout: 5 43795 8.13 MB/sec execute 19 sec latency 184.006 ms 2023-12-01T04:02:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:41 smithi179 ceph-mon[110415]: pgmap v29: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-01T04:02:42.732 INFO:teuthology.orchestra.run.smithi062.stdout: 5 44143 8.30 MB/sec execute 20 sec latency 129.443 ms 2023-12-01T04:02:43.726 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:43 smithi062 ceph-mon[107722]: pgmap v30: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T04:02:43.735 INFO:teuthology.orchestra.run.smithi062.stdout: 5 44480 8.02 MB/sec execute 21 sec latency 126.906 ms 2023-12-01T04:02:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:43 smithi179 ceph-mon[110415]: pgmap v30: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T04:02:44.735 INFO:teuthology.orchestra.run.smithi062.stdout: 5 44781 7.84 MB/sec execute 22 sec latency 123.654 ms 2023-12-01T04:02:45.735 INFO:teuthology.orchestra.run.smithi062.stdout: 5 45036 7.87 MB/sec execute 23 sec latency 142.919 ms 2023-12-01T04:02:45.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:45 smithi062 ceph-mon[107722]: pgmap v31: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T04:02:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:45 smithi179 ceph-mon[110415]: pgmap v31: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-01T04:02:46.742 INFO:teuthology.orchestra.run.smithi062.stdout: 5 45337 8.12 MB/sec execute 24 sec latency 126.856 ms 2023-12-01T04:02:47.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:47 smithi062 ceph-mon[107722]: pgmap v32: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-01T04:02:47.742 INFO:teuthology.orchestra.run.smithi062.stdout: 5 45795 8.20 MB/sec execute 25 sec latency 126.863 ms 2023-12-01T04:02:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:47 smithi179 ceph-mon[110415]: pgmap v32: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-01T04:02:48.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:48.742 INFO:teuthology.orchestra.run.smithi062.stdout: 5 46199 8.21 MB/sec execute 26 sec latency 149.118 ms 2023-12-01T04:02:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:02:49.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:49 smithi062 ceph-mon[107722]: pgmap v33: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-01T04:02:49.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:49 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:49.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:49 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:49.746 INFO:teuthology.orchestra.run.smithi062.stdout: 5 46581 8.32 MB/sec execute 27 sec latency 133.602 ms 2023-12-01T04:02:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:49 smithi179 ceph-mon[110415]: pgmap v33: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-01T04:02:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:49 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:49 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.182 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: Reconfiguring node-exporter.smithi179 (dependencies changed)... 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: Reconfiguring daemon node-exporter.smithi179 on smithi179 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T04:02:50.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:50 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:02:50.751 INFO:teuthology.orchestra.run.smithi062.stdout: 5 46943 8.43 MB/sec execute 28 sec latency 130.565 ms 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: Reconfiguring node-exporter.smithi179 (dependencies changed)... 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: Reconfiguring daemon node-exporter.smithi179 on smithi179 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T04:02:50.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:50.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:50 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:02:51.147 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:02:51.147 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:02:51.147 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 52s ago 7m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:02:51.147 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (6m) 50s ago 6m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (2m) 52s ago 2m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (2m) 50s ago 2m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (8m) 52s ago 8m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (71s) 50s ago 6m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 52s ago 8m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (6m) 50s ago 6m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (2m) 52s ago 2m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (2m) 50s ago 2m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 52s ago 5m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 52s ago 5m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:02:51.148 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 52s ago 5m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 52s ago 4m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (4m) 50s ago 4m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (4m) 50s ago 4m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (3m) 50s ago 3m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (3m) 50s ago 3m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:02:51.149 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:02:51.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: pgmap v34: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-01T04:02:51.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:51.641 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T04:02:51.642 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T04:02:51.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T04:02:51.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T04:02:51.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T04:02:51.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T04:02:51.644 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: Upgrade: Need to upgrade myself (mgr.smithi179.zdxcxm) 2023-12-01T04:02:51.644 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:51 smithi062 ceph-mon[107722]: Upgrade: Need to upgrade myself (mgr.smithi179.zdxcxm) 2023-12-01T04:02:51.751 INFO:teuthology.orchestra.run.smithi062.stdout: 5 47228 8.43 MB/sec execute 29 sec latency 129.996 ms 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:02:51.826 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:02:51.827 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:02:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: pgmap v34: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: Upgrade: Need to upgrade myself (mgr.smithi179.zdxcxm) 2023-12-01T04:02:52.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:51 smithi179 ceph-mon[110415]: Upgrade: Need to upgrade myself (mgr.smithi179.zdxcxm) 2023-12-01T04:02:52.354 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:02:52.354 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:02:52.355 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/306153212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T04:02:52.670 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:52 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:02:52.751 INFO:teuthology.orchestra.run.smithi062.stdout: 5 47542 8.68 MB/sec execute 30 sec latency 131.290 ms 2023-12-01T04:02:52.994 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/306153212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.leevxb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T04:02:53.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:52 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:02:53.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:53 smithi062 ceph-mon[107722]: pgmap v35: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T04:02:53.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:53 smithi062 ceph-mon[107722]: Upgrade: Updating mgr.smithi062.leevxb 2023-12-01T04:02:53.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:53 smithi062 ceph-mon[107722]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:53.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:53 smithi062 ceph-mon[107722]: Deploying daemon mgr.smithi062.leevxb on smithi062 2023-12-01T04:02:53.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:53 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2173286371' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:02:53.754 INFO:teuthology.orchestra.run.smithi062.stdout: 5 47826 8.48 MB/sec execute 31 sec latency 129.794 ms 2023-12-01T04:02:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:53 smithi179 ceph-mon[110415]: pgmap v35: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T04:02:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:53 smithi179 ceph-mon[110415]: Upgrade: Updating mgr.smithi062.leevxb 2023-12-01T04:02:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:53 smithi179 ceph-mon[110415]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:02:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:53 smithi179 ceph-mon[110415]: Deploying daemon mgr.smithi062.leevxb on smithi062 2023-12-01T04:02:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:53 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2173286371' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:02:54.754 INFO:teuthology.orchestra.run.smithi062.stdout: 5 48247 8.34 MB/sec execute 32 sec latency 126.014 ms 2023-12-01T04:02:55.734 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:55 smithi062 ceph-mon[107722]: pgmap v36: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T04:02:55.754 INFO:teuthology.orchestra.run.smithi062.stdout: 5 48572 8.31 MB/sec execute 33 sec latency 126.530 ms 2023-12-01T04:02:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:55 smithi179 ceph-mon[110415]: pgmap v36: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-01T04:02:56.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 49082 8.62 MB/sec execute 34 sec latency 123.414 ms 2023-12-01T04:02:57.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 49580 8.74 MB/sec execute 35 sec latency 141.691 ms 2023-12-01T04:02:57.782 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:57 smithi062 ceph-mon[107722]: pgmap v37: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-12-01T04:02:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:57 smithi179 ceph-mon[110415]: pgmap v37: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-12-01T04:02:58.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 49874 8.73 MB/sec execute 36 sec latency 141.857 ms 2023-12-01T04:02:59.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 50166 8.77 MB/sec execute 37 sec latency 126.289 ms 2023-12-01T04:02:59.854 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:02:59 smithi062 ceph-mon[107722]: pgmap v38: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-01T04:03:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:02:59 smithi179 ceph-mon[110415]: pgmap v38: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-01T04:03:00.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 50534 8.84 MB/sec execute 38 sec latency 108.475 ms 2023-12-01T04:03:00.874 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:00 smithi062 ceph-mon[107722]: pgmap v39: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-12-01T04:03:01.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:00 smithi179 ceph-mon[110415]: pgmap v39: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-12-01T04:03:01.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 50845 8.87 MB/sec execute 39 sec latency 135.430 ms 2023-12-01T04:03:02.763 INFO:teuthology.orchestra.run.smithi062.stdout: 5 51150 8.86 MB/sec execute 40 sec latency 104.815 ms 2023-12-01T04:03:02.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:02 smithi062 ceph-mon[107722]: pgmap v40: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-01T04:03:03.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:02 smithi179 ceph-mon[110415]: pgmap v40: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-01T04:03:03.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 51569 8.79 MB/sec execute 41 sec latency 127.289 ms 2023-12-01T04:03:03.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:04.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:04.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 51996 8.76 MB/sec execute 42 sec latency 126.843 ms 2023-12-01T04:03:05.201 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:05 smithi062 ceph-mon[107722]: pgmap v41: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-01T04:03:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:05 smithi179 ceph-mon[110415]: pgmap v41: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-01T04:03:05.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 52341 8.80 MB/sec execute 43 sec latency 102.159 ms 2023-12-01T04:03:06.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 52715 8.88 MB/sec execute 44 sec latency 148.553 ms 2023-12-01T04:03:07.225 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:07 smithi062 ceph-mon[107722]: pgmap v42: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 648 op/s 2023-12-01T04:03:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:07 smithi179 ceph-mon[110415]: pgmap v42: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 648 op/s 2023-12-01T04:03:07.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 53094 8.87 MB/sec execute 45 sec latency 124.208 ms 2023-12-01T04:03:08.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 53370 8.90 MB/sec execute 46 sec latency 120.814 ms 2023-12-01T04:03:09.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:09 smithi062 ceph-mon[107722]: pgmap v43: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-01T04:03:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:09 smithi179 ceph-mon[110415]: pgmap v43: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-01T04:03:09.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 53708 8.96 MB/sec execute 47 sec latency 129.173 ms 2023-12-01T04:03:10.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 53983 8.90 MB/sec execute 48 sec latency 126.514 ms 2023-12-01T04:03:11.344 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:11 smithi062 ceph-mon[107722]: pgmap v44: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 664 op/s 2023-12-01T04:03:11.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:11 smithi179 ceph-mon[110415]: pgmap v44: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 664 op/s 2023-12-01T04:03:11.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 54244 8.89 MB/sec execute 49 sec latency 130.261 ms 2023-12-01T04:03:12.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 54514 8.81 MB/sec execute 50 sec latency 130.336 ms 2023-12-01T04:03:13.402 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:13 smithi062 ceph-mon[107722]: pgmap v45: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:03:13.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:13 smithi179 ceph-mon[110415]: pgmap v45: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:03:13.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 54873 8.83 MB/sec execute 51 sec latency 86.774 ms 2023-12-01T04:03:14.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 55182 8.84 MB/sec execute 52 sec latency 127.206 ms 2023-12-01T04:03:15.438 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:15 smithi062 ceph-mon[107722]: pgmap v46: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:03:15.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:15 smithi179 ceph-mon[110415]: pgmap v46: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:03:15.769 INFO:teuthology.orchestra.run.smithi062.stdout: 5 55552 8.75 MB/sec execute 53 sec latency 127.004 ms 2023-12-01T04:03:16.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 55916 8.76 MB/sec execute 54 sec latency 127.137 ms 2023-12-01T04:03:17.501 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:17 smithi062 ceph-mon[107722]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-01T04:03:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:17 smithi179 ceph-mon[110415]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-01T04:03:17.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 56262 8.77 MB/sec execute 55 sec latency 139.509 ms 2023-12-01T04:03:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:18.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:18.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 56572 8.82 MB/sec execute 56 sec latency 133.708 ms 2023-12-01T04:03:19.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:19 smithi062 ceph-mon[107722]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-01T04:03:19.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:19 smithi062 ceph-mon[107722]: mgrmap e28: smithi179.zdxcxm(active, since 90s), standbys: smithi062.leevxb 2023-12-01T04:03:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:19 smithi179 ceph-mon[110415]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-01T04:03:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:19 smithi179 ceph-mon[110415]: mgrmap e28: smithi179.zdxcxm(active, since 90s), standbys: smithi062.leevxb 2023-12-01T04:03:19.771 INFO:teuthology.orchestra.run.smithi062.stdout: 5 56905 8.84 MB/sec execute 57 sec latency 124.235 ms 2023-12-01T04:03:20.771 INFO:teuthology.orchestra.run.smithi062.stdout: 5 57262 8.92 MB/sec execute 58 sec latency 135.562 ms 2023-12-01T04:03:21.362 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:21 smithi062 ceph-mon[107722]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-12-01T04:03:21.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:21 smithi179 ceph-mon[110415]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-12-01T04:03:21.773 INFO:teuthology.orchestra.run.smithi062.stdout: 5 57535 8.90 MB/sec execute 59 sec latency 131.537 ms 2023-12-01T04:03:22.771 INFO:teuthology.orchestra.run.smithi062.stdout: 5 57740 8.81 MB/sec execute 60 sec latency 130.290 ms 2023-12-01T04:03:23.444 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:23 smithi062 ceph-mon[107722]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:03:23.497 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:03:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:23 smithi179 ceph-mon[110415]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:03:23.772 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58029 8.78 MB/sec execute 61 sec latency 129.604 ms 2023-12-01T04:03:24.472 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:24 smithi062 ceph-mon[107722]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:24.488 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:03:24.488 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:03:24.488 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 86s ago 7m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:03:24.488 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (7m) 84s ago 7m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (3m) 86s ago 3m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (3m) 84s ago 3m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (8m) 86s ago 8m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (105s) 84s ago 7m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 86s ago 8m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (7m) 84s ago 7m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (3m) 86s ago 3m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (3m) 84s ago 3m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (6m) 86s ago 6m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:03:24.489 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 86s ago 5m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 86s ago 5m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 86s ago 5m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (5m) 84s ago 5m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (4m) 84s ago 4m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (4m) 84s ago 4m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (4m) 84s ago 4m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:03:24.490 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:03:24.772 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58321 8.79 MB/sec execute 62 sec latency 129.910 ms 2023-12-01T04:03:24.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:24 smithi179 ceph-mon[110415]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:03:25.093 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:03:25.094 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:03:25.470 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:25 smithi062 ceph-mon[107722]: pgmap v51: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:03:25.470 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:25 smithi062 ceph-mon[107722]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:25.470 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:25 smithi062 ceph-mon[107722]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:25.470 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:25 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3706312173' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:03:25.599 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:03:25.599 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:03:25.599 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:03:25.599 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:03:25.599 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:03:25.600 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:03:25.600 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:03:25.600 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:03:25.600 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:03:25.772 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58544 8.71 MB/sec execute 63 sec latency 120.963 ms 2023-12-01T04:03:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:25 smithi179 ceph-mon[110415]: pgmap v51: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:03:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:25 smithi179 ceph-mon[110415]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:25 smithi179 ceph-mon[110415]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:25 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3706312173' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:03:26.207 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:03:26.490 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:26 smithi062 ceph-mon[107722]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:26.490 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:26 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1012090593' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:03:26.772 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58878 8.70 MB/sec execute 64 sec latency 105.332 ms 2023-12-01T04:03:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:26 smithi179 ceph-mon[110415]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:26 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1012090593' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:03:27.504 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:27 smithi062 ceph-mon[107722]: pgmap v52: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 558 op/s 2023-12-01T04:03:27.781 INFO:teuthology.orchestra.run.smithi062.stdout: 5 59371 8.72 MB/sec execute 65 sec latency 105.171 ms 2023-12-01T04:03:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:27 smithi179 ceph-mon[110415]: pgmap v52: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 558 op/s 2023-12-01T04:03:28.781 INFO:teuthology.orchestra.run.smithi062.stdout: 5 59751 8.72 MB/sec execute 66 sec latency 114.816 ms 2023-12-01T04:03:29.528 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:29 smithi062 ceph-mon[107722]: pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 376 op/s 2023-12-01T04:03:29.788 INFO:teuthology.orchestra.run.smithi062.stdout: 5 60195 8.85 MB/sec execute 67 sec latency 138.296 ms 2023-12-01T04:03:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:29 smithi179 ceph-mon[110415]: pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 376 op/s 2023-12-01T04:03:30.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 60547 8.87 MB/sec execute 68 sec latency 129.654 ms 2023-12-01T04:03:31.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:31 smithi062 ceph-mon[107722]: pgmap v54: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-12-01T04:03:31.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 60881 8.91 MB/sec execute 69 sec latency 120.370 ms 2023-12-01T04:03:31.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:31 smithi179 ceph-mon[110415]: pgmap v54: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-12-01T04:03:32.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 61233 8.94 MB/sec execute 70 sec latency 150.126 ms 2023-12-01T04:03:33.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:33 smithi062 ceph-mon[107722]: pgmap v55: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-01T04:03:33.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:33.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 61530 8.89 MB/sec execute 71 sec latency 126.843 ms 2023-12-01T04:03:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:33 smithi179 ceph-mon[110415]: pgmap v55: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-01T04:03:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:34.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 61818 8.89 MB/sec execute 72 sec latency 120.731 ms 2023-12-01T04:03:35.429 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:35 smithi062 ceph-mon[107722]: pgmap v56: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-01T04:03:35.790 INFO:teuthology.orchestra.run.smithi062.stdout: 5 62104 8.82 MB/sec execute 73 sec latency 129.355 ms 2023-12-01T04:03:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:35 smithi179 ceph-mon[110415]: pgmap v56: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-01T04:03:36.800 INFO:teuthology.orchestra.run.smithi062.stdout: 5 62477 8.82 MB/sec execute 74 sec latency 123.738 ms 2023-12-01T04:03:37.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:37 smithi062 ceph-mon[107722]: pgmap v57: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 591 op/s 2023-12-01T04:03:37.800 INFO:teuthology.orchestra.run.smithi062.stdout: 5 62882 8.81 MB/sec execute 75 sec latency 123.596 ms 2023-12-01T04:03:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:37 smithi179 ceph-mon[110415]: pgmap v57: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 591 op/s 2023-12-01T04:03:38.800 INFO:teuthology.orchestra.run.smithi062.stdout: 5 63334 8.82 MB/sec execute 76 sec latency 219.018 ms 2023-12-01T04:03:39.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:39 smithi062 ceph-mon[107722]: pgmap v58: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T04:03:39.807 INFO:teuthology.orchestra.run.smithi062.stdout: 5 63664 8.85 MB/sec execute 77 sec latency 129.395 ms 2023-12-01T04:03:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:39 smithi179 ceph-mon[110415]: pgmap v58: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-01T04:03:40.812 INFO:teuthology.orchestra.run.smithi062.stdout: 5 64036 8.96 MB/sec execute 78 sec latency 120.777 ms 2023-12-01T04:03:41.595 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:41 smithi062 ceph-mon[107722]: pgmap v59: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 639 op/s 2023-12-01T04:03:41.812 INFO:teuthology.orchestra.run.smithi062.stdout: 5 64333 8.95 MB/sec execute 79 sec latency 134.992 ms 2023-12-01T04:03:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:41 smithi179 ceph-mon[110415]: pgmap v59: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 639 op/s 2023-12-01T04:03:42.812 INFO:teuthology.orchestra.run.smithi062.stdout: 5 64576 8.95 MB/sec execute 80 sec latency 126.438 ms 2023-12-01T04:03:43.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:43 smithi062 ceph-mon[107722]: pgmap v60: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T04:03:43.813 INFO:teuthology.orchestra.run.smithi062.stdout: 5 64883 8.94 MB/sec execute 81 sec latency 122.998 ms 2023-12-01T04:03:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:43 smithi179 ceph-mon[110415]: pgmap v60: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T04:03:44.813 INFO:teuthology.orchestra.run.smithi062.stdout: 5 65213 8.91 MB/sec execute 82 sec latency 126.732 ms 2023-12-01T04:03:45.666 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:45 smithi062 ceph-mon[107722]: pgmap v61: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T04:03:45.823 INFO:teuthology.orchestra.run.smithi062.stdout: 5 65508 8.89 MB/sec execute 83 sec latency 126.903 ms 2023-12-01T04:03:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:45 smithi179 ceph-mon[110415]: pgmap v61: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 429 op/s 2023-12-01T04:03:46.823 INFO:teuthology.orchestra.run.smithi062.stdout: 5 65855 8.86 MB/sec execute 84 sec latency 121.259 ms 2023-12-01T04:03:47.737 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:47 smithi062 ceph-mon[107722]: pgmap v62: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 608 op/s 2023-12-01T04:03:47.824 INFO:teuthology.orchestra.run.smithi062.stdout: 5 66246 8.86 MB/sec execute 85 sec latency 137.834 ms 2023-12-01T04:03:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:47 smithi179 ceph-mon[110415]: pgmap v62: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 608 op/s 2023-12-01T04:03:48.504 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:48.824 INFO:teuthology.orchestra.run.smithi062.stdout: 5 66656 8.85 MB/sec execute 86 sec latency 108.450 ms 2023-12-01T04:03:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:03:49.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:49 smithi062 ceph-mon[107722]: pgmap v63: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-01T04:03:49.824 INFO:teuthology.orchestra.run.smithi062.stdout: 5 66990 8.85 MB/sec execute 87 sec latency 133.342 ms 2023-12-01T04:03:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:49 smithi179 ceph-mon[110415]: pgmap v63: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-01T04:03:50.824 INFO:teuthology.orchestra.run.smithi062.stdout: 5 67432 8.95 MB/sec execute 88 sec latency 132.144 ms 2023-12-01T04:03:51.569 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:51 smithi062 ceph-mon[107722]: pgmap v64: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 687 op/s 2023-12-01T04:03:51.824 INFO:teuthology.orchestra.run.smithi062.stdout: 5 67835 8.99 MB/sec execute 89 sec latency 138.339 ms 2023-12-01T04:03:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:51 smithi179 ceph-mon[110415]: pgmap v64: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 687 op/s 2023-12-01T04:03:52.825 INFO:teuthology.orchestra.run.smithi062.stdout: 5 68204 9.01 MB/sec execute 90 sec latency 133.815 ms 2023-12-01T04:03:53.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:53 smithi062 ceph-mon[107722]: pgmap v65: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 465 op/s 2023-12-01T04:03:53.825 INFO:teuthology.orchestra.run.smithi062.stdout: 5 68531 9.01 MB/sec execute 91 sec latency 129.611 ms 2023-12-01T04:03:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:53 smithi179 ceph-mon[110415]: pgmap v65: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 465 op/s 2023-12-01T04:03:54.825 INFO:teuthology.orchestra.run.smithi062.stdout: 5 68906 9.03 MB/sec execute 92 sec latency 135.121 ms 2023-12-01T04:03:55.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:55 smithi062 ceph-mon[107722]: pgmap v66: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 465 op/s 2023-12-01T04:03:55.832 INFO:teuthology.orchestra.run.smithi062.stdout: 5 69317 9.01 MB/sec execute 93 sec latency 124.005 ms 2023-12-01T04:03:55.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:55 smithi179 ceph-mon[110415]: pgmap v66: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 465 op/s 2023-12-01T04:03:56.810 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:03:56.834 INFO:teuthology.orchestra.run.smithi062.stdout: 5 69689 9.02 MB/sec execute 94 sec latency 109.444 ms 2023-12-01T04:03:57.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:57 smithi062 ceph-mon[107722]: pgmap v67: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.9 MiB/s wr, 692 op/s 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (8m) 119s ago 8m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (7m) 117s ago 7m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (3m) 119s ago 3m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (3m) 117s ago 3m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (9m) 119s ago 9m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (2m) 117s ago 7m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (9m) 119s ago 9m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (7m) 117s ago 7m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:03:57.828 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (3m) 119s ago 3m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (3m) 117s ago 3m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (6m) 119s ago 6m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (6m) 119s ago 6m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 119s ago 6m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 119s ago 5m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (5m) 117s ago 5m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (5m) 117s ago 5m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (5m) 117s ago 5m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (4m) 117s ago 4m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:03:57.829 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:03:57.832 INFO:teuthology.orchestra.run.smithi062.stdout: 5 70029 8.96 MB/sec execute 95 sec latency 126.451 ms 2023-12-01T04:03:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:57 smithi179 ceph-mon[110415]: pgmap v67: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.9 MiB/s wr, 692 op/s 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:58.465 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:03:58.466 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:03:58.467 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:03:58.467 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:03:58.692 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:58 smithi062 ceph-mon[107722]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:58.692 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:58 smithi062 ceph-mon[107722]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:58.692 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:58 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/363465632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:03:58.832 INFO:teuthology.orchestra.run.smithi062.stdout: 5 70367 8.96 MB/sec execute 96 sec latency 129.887 ms 2023-12-01T04:03:58.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:58 smithi179 ceph-mon[110415]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:58.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:58 smithi179 ceph-mon[110415]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:58.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:58 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/363465632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:03:58.976 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:03:58.976 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:03:58.976 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:03:58.976 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:03:58.976 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:03:58.977 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:03:58.977 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:03:58.977 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:03:58.977 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:03:59.561 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:03:59.709 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:59 smithi062 ceph-mon[107722]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:59.709 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:03:59 smithi062 ceph-mon[107722]: pgmap v68: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 513 op/s 2023-12-01T04:03:59.832 INFO:teuthology.orchestra.run.smithi062.stdout: 5 70708 9.02 MB/sec execute 97 sec latency 123.844 ms 2023-12-01T04:03:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:59 smithi179 ceph-mon[110415]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:03:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:03:59 smithi179 ceph-mon[110415]: pgmap v68: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 513 op/s 2023-12-01T04:04:00.717 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:00 smithi062 ceph-mon[107722]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:00.717 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:00 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2957112244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:04:00.840 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71086 9.03 MB/sec execute 98 sec latency 128.098 ms 2023-12-01T04:04:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:00 smithi179 ceph-mon[110415]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:00 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2957112244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:04:01.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:01 smithi062 ceph-mon[107722]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 739 op/s 2023-12-01T04:04:01.839 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71429 9.08 MB/sec execute 99 sec latency 130.140 ms 2023-12-01T04:04:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:01 smithi179 ceph-mon[110415]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 739 op/s 2023-12-01T04:04:02.845 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71643 9.04 MB/sec execute 100 sec latency 145.351 ms 2023-12-01T04:04:03.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:03 smithi062 ceph-mon[107722]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T04:04:03.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:03 smithi179 ceph-mon[110415]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T04:04:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:03.853 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71965 9.04 MB/sec execute 101 sec latency 149.039 ms 2023-12-01T04:04:04.853 INFO:teuthology.orchestra.run.smithi062.stdout: 5 72222 9.00 MB/sec execute 102 sec latency 134.498 ms 2023-12-01T04:04:05.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:05 smithi062 ceph-mon[107722]: pgmap v71: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T04:04:05.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:05 smithi179 ceph-mon[110415]: pgmap v71: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-01T04:04:05.860 INFO:teuthology.orchestra.run.smithi062.stdout: 5 72472 8.98 MB/sec execute 103 sec latency 144.993 ms 2023-12-01T04:04:06.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 72824 9.00 MB/sec execute 104 sec latency 126.849 ms 2023-12-01T04:04:07.587 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:07 smithi062 ceph-mon[107722]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 630 op/s 2023-12-01T04:04:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:07 smithi179 ceph-mon[110415]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 630 op/s 2023-12-01T04:04:07.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73137 8.94 MB/sec execute 105 sec latency 133.995 ms 2023-12-01T04:04:08.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73451 8.89 MB/sec execute 106 sec latency 123.897 ms 2023-12-01T04:04:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:09 smithi179 ceph-mon[110415]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-01T04:04:09.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:09 smithi062 ceph-mon[107722]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-01T04:04:09.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.86 MB/sec execute 107 sec latency 398.032 ms 2023-12-01T04:04:10.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.78 MB/sec execute 108 sec latency 1398.074 ms 2023-12-01T04:04:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:11 smithi179 ceph-mon[110415]: pgmap v74: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 593 op/s 2023-12-01T04:04:11.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:11 smithi062 ceph-mon[107722]: pgmap v74: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 593 op/s 2023-12-01T04:04:11.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.70 MB/sec execute 109 sec latency 2398.105 ms 2023-12-01T04:04:12.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.62 MB/sec execute 110 sec latency 3398.156 ms 2023-12-01T04:04:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:13 smithi179 ceph-mon[110415]: pgmap v75: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-01T04:04:13.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:13 smithi062 ceph-mon[107722]: pgmap v75: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-01T04:04:13.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.54 MB/sec execute 111 sec latency 4398.200 ms 2023-12-01T04:04:14.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.46 MB/sec execute 112 sec latency 5398.241 ms 2023-12-01T04:04:15.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:15 smithi062 ceph-mon[107722]: pgmap v76: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-01T04:04:15.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.39 MB/sec execute 113 sec latency 6398.283 ms 2023-12-01T04:04:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:15 smithi179 ceph-mon[110415]: pgmap v76: 97 pgs: 97 active+clean; 334 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-01T04:04:16.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.32 MB/sec execute 114 sec latency 7398.312 ms 2023-12-01T04:04:17.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:17 smithi062 ceph-mon[107722]: pgmap v77: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-01T04:04:17.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.24 MB/sec execute 115 sec latency 8398.353 ms 2023-12-01T04:04:18.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:17 smithi179 ceph-mon[110415]: pgmap v77: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-01T04:04:18.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.17 MB/sec execute 116 sec latency 9398.394 ms 2023-12-01T04:04:19.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:19.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:19.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.10 MB/sec execute 117 sec latency 10398.434 ms 2023-12-01T04:04:20.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:19 smithi179 ceph-mon[110415]: pgmap v78: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 MiB/s wr, 208 op/s 2023-12-01T04:04:20.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:19 smithi062 ceph-mon[107722]: pgmap v78: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 MiB/s wr, 208 op/s 2023-12-01T04:04:20.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 8.03 MB/sec execute 118 sec latency 11398.477 ms 2023-12-01T04:04:21.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.97 MB/sec execute 119 sec latency 12398.515 ms 2023-12-01T04:04:22.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:21 smithi179 ceph-mon[110415]: pgmap v79: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 MiB/s wr, 208 op/s 2023-12-01T04:04:22.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:21 smithi062 ceph-mon[107722]: pgmap v79: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 MiB/s wr, 208 op/s 2023-12-01T04:04:22.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.90 MB/sec execute 120 sec latency 13398.556 ms 2023-12-01T04:04:23.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.84 MB/sec execute 121 sec latency 14398.598 ms 2023-12-01T04:04:24.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:23 smithi179 ceph-mon[110415]: pgmap v80: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:24.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:23 smithi062 ceph-mon[107722]: pgmap v80: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:24.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.77 MB/sec execute 122 sec latency 15398.643 ms 2023-12-01T04:04:25.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.71 MB/sec execute 123 sec latency 16398.669 ms 2023-12-01T04:04:26.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:25 smithi179 ceph-mon[110415]: pgmap v81: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:26.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:25 smithi062 ceph-mon[107722]: pgmap v81: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:26.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.65 MB/sec execute 124 sec latency 17398.694 ms 2023-12-01T04:04:27.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.59 MB/sec execute 125 sec latency 18398.722 ms 2023-12-01T04:04:28.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:27 smithi179 ceph-mon[110415]: pgmap v82: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:28.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:27 smithi062 ceph-mon[107722]: pgmap v82: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s wr, 18 op/s 2023-12-01T04:04:28.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.52 MB/sec execute 126 sec latency 19398.749 ms 2023-12-01T04:04:29.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.47 MB/sec execute 127 sec latency 20398.777 ms 2023-12-01T04:04:29.912 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:04:30.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:29 smithi179 ceph-mon[110415]: pgmap v83: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T04:04:30.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:29 smithi062 ceph-mon[107722]: pgmap v83: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (8m) 2m ago 8m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (8m) 2m ago 8m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (4m) 2m ago 4m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (4m) 2m ago 4m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (9m) 2m ago 9m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (2m) 2m ago 8m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:04:30.748 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (9m) 2m ago 9m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (8m) 2m ago 8m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (4m) 2m ago 4m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (4m) 2m ago 4m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 2m ago 7m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (7m) 2m ago 7m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 2m ago 6m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (6m) 2m ago 6m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (6m) 2m ago 6m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (5m) 2m ago 5m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (5m) 2m ago 5m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (5m) 2m ago 5m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:04:30.749 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:04:30.765 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:04:30 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:04:30.455+0000 7f9e9f961700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:07.940458+0000 front 2023-12-01T04:04:07.940376+0000 (oldest deadline 2023-12-01T04:04:30.240445+0000) 2023-12-01T04:04:30.861 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.41 MB/sec execute 128 sec latency 21398.807 ms 2023-12-01T04:04:31.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:04:30 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:04:30.763+0000 7f4aa4c49700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:04.087195+0000 front 2023-12-01T04:04:04.086354+0000 (oldest deadline 2023-12-01T04:04:29.986287+0000) 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:04:31.146 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:04:31.147 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:04:31.478 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:04:31.478 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:04:31.478 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:04:31.478 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:04:31.479 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:04:31.479 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:04:31.479 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:04:31.479 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:04:31.479 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:04:31.619 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:04:31.351+0000 7f0e03bb4700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:05.540955+0000 front 2023-12-01T04:04:05.541054+0000 (oldest deadline 2023-12-01T04:04:30.840837+0000) 2023-12-01T04:04:31.738 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:04:31.480+0000 7f9e9f961700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:07.940458+0000 front 2023-12-01T04:04:07.940376+0000 (oldest deadline 2023-12-01T04:04:30.240445+0000) 2023-12-01T04:04:31.739 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-mon[110415]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T04:04:31.739 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-mon[110415]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:31.739 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-mon[110415]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:31.739 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/3823896389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:04:31.739 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-mon[110415]: osd.3 reported failed by osd.4 2023-12-01T04:04:31.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.35 MB/sec execute 129 sec latency 22398.835 ms 2023-12-01T04:04:31.874 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:04:32.018 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:04:31 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:04:31.737+0000 7f4aa4c49700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:04.087195+0000 front 2023-12-01T04:04:04.086354+0000 (oldest deadline 2023-12-01T04:04:29.986287+0000) 2023-12-01T04:04:32.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-mon[107722]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-01T04:04:32.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-mon[107722]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:32.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-mon[107722]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:32.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/3823896389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:04:32.102 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:31 smithi062 ceph-mon[107722]: osd.3 reported failed by osd.4 2023-12-01T04:04:32.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:04:32.016+0000 7fe139c8f700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:06.073108+0000 front 2023-12-01T04:04:06.073023+0000 (oldest deadline 2023-12-01T04:04:31.973039+0000) 2023-12-01T04:04:32.601 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:04:32 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:04:32.312+0000 7f0e03bb4700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:05.540955+0000 front 2023-12-01T04:04:05.541054+0000 (oldest deadline 2023-12-01T04:04:30.840837+0000) 2023-12-01T04:04:32.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-mon[110415]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:32.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-mon[110415]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:32.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1412088729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:04:32.722 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:04:32.441+0000 7f9e9f961700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:07.940458+0000 front 2023-12-01T04:04:07.940376+0000 (oldest deadline 2023-12-01T04:04:30.240445+0000) 2023-12-01T04:04:32.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.29 MB/sec execute 130 sec latency 23398.864 ms 2023-12-01T04:04:33.024 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:04:32 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:04:32.720+0000 7f4aa4c49700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:04.087195+0000 front 2023-12-01T04:04:04.086354+0000 (oldest deadline 2023-12-01T04:04:29.986287+0000) 2023-12-01T04:04:33.101 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:04:32 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T04:04:32.857+0000 7f049d5a3700 -1 osd.1 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:08.156465+0000 front 2023-12-01T04:04:08.156587+0000 (oldest deadline 2023-12-01T04:04:32.856463+0000) 2023-12-01T04:04:33.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:32 smithi062 ceph-mon[107722]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:33.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:32 smithi062 ceph-mon[107722]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:04:33.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:32 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1412088729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:04:33.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:04:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:04:33.023+0000 7fe139c8f700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:06.073108+0000 front 2023-12-01T04:04:06.073023+0000 (oldest deadline 2023-12-01T04:04:31.973039+0000) 2023-12-01T04:04:33.601 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:04:33 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:04:33.313+0000 7f0e03bb4700 -1 osd.2 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:05.540955+0000 front 2023-12-01T04:04:05.541054+0000 (oldest deadline 2023-12-01T04:04:30.840837+0000) 2023-12-01T04:04:33.760 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:04:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:04:33.453+0000 7f9e9f961700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:07.940458+0000 front 2023-12-01T04:04:07.940376+0000 (oldest deadline 2023-12-01T04:04:30.240445+0000) 2023-12-01T04:04:33.761 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:33 smithi179 ceph-mon[110415]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-12-01T04:04:33.761 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:33.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.24 MB/sec execute 131 sec latency 24398.890 ms 2023-12-01T04:04:34.074 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:04:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:04:33.759+0000 7f4aa4c49700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:04.087195+0000 front 2023-12-01T04:04:04.086354+0000 (oldest deadline 2023-12-01T04:04:29.986287+0000) 2023-12-01T04:04:34.101 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:04:33 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T04:04:33.859+0000 7f049d5a3700 -1 osd.1 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:08.156465+0000 front 2023-12-01T04:04:08.156587+0000 (oldest deadline 2023-12-01T04:04:32.856463+0000) 2023-12-01T04:04:34.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:33 smithi062 ceph-mon[107722]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-12-01T04:04:34.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:34.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:04:34.073+0000 7fe139c8f700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:04:06.073108+0000 front 2023-12-01T04:04:06.073023+0000 (oldest deadline 2023-12-01T04:04:31.973039+0000) 2023-12-01T04:04:34.864 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73605 7.18 MB/sec execute 132 sec latency 25398.918 ms 2023-12-01T04:04:35.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-mon[110415]: osd.3 reported failed by osd.5 2023-12-01T04:04:35.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-mon[110415]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 25.278125 >= grace 20.000000) 2023-12-01T04:04:35.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-mon[110415]: osd.3 reported failed by osd.6 2023-12-01T04:04:35.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-mon[110415]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-01T04:04:35.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:34 smithi179 ceph-mon[110415]: osdmap e70: 8 total, 7 up, 8 in 2023-12-01T04:04:35.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:34 smithi062 ceph-mon[107722]: osd.3 reported failed by osd.5 2023-12-01T04:04:35.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:34 smithi062 ceph-mon[107722]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 25.278125 >= grace 20.000000) 2023-12-01T04:04:35.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:34 smithi062 ceph-mon[107722]: osd.3 reported failed by osd.6 2023-12-01T04:04:35.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:34 smithi062 ceph-mon[107722]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-01T04:04:35.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:34 smithi062 ceph-mon[107722]: osdmap e70: 8 total, 7 up, 8 in 2023-12-01T04:04:35.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:35 smithi062 ceph-mon[107722]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-12-01T04:04:35.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:35 smithi062 ceph-mon[107722]: osdmap e71: 8 total, 7 up, 8 in 2023-12-01T04:04:35.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:35 smithi062 ceph-mon[107722]: osd.3 marked itself dead as of e71 2023-12-01T04:04:35.862 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73857 7.20 MB/sec execute 133 sec latency 25833.434 ms 2023-12-01T04:04:36.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:35 smithi179 ceph-mon[110415]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-12-01T04:04:36.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:35 smithi179 ceph-mon[110415]: osdmap e71: 8 total, 7 up, 8 in 2023-12-01T04:04:36.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:35 smithi179 ceph-mon[110415]: osd.3 marked itself dead as of e71 2023-12-01T04:04:36.539 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:04:36 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T04:04:36.353+0000 7f5e46f31700 -1 osd.3 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T04:04:36.867 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74340 7.28 MB/sec execute 134 sec latency 123.529 ms 2023-12-01T04:04:37.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:37 smithi062 ceph-mon[107722]: Monitor daemon marked osd.3 down, but it is still running 2023-12-01T04:04:37.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:37 smithi062 ceph-mon[107722]: map e71 wrongly marked me down at e70 2023-12-01T04:04:37.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:37 smithi062 ceph-mon[107722]: pgmap v89: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s wr, 1 op/s 2023-12-01T04:04:37.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:37 smithi062 ceph-mon[107722]: osdmap e72: 8 total, 7 up, 8 in 2023-12-01T04:04:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:37 smithi179 ceph-mon[110415]: Monitor daemon marked osd.3 down, but it is still running 2023-12-01T04:04:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:37 smithi179 ceph-mon[110415]: map e71 wrongly marked me down at e70 2023-12-01T04:04:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:37 smithi179 ceph-mon[110415]: pgmap v89: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s wr, 1 op/s 2023-12-01T04:04:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:37 smithi179 ceph-mon[110415]: osdmap e72: 8 total, 7 up, 8 in 2023-12-01T04:04:37.868 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74562 7.26 MB/sec execute 135 sec latency 615.284 ms 2023-12-01T04:04:38.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-01T04:04:38.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: Cluster is now healthy 2023-12-01T04:04:38.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T04:04:38.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: osdmap e73: 8 total, 8 up, 8 in 2023-12-01T04:04:38.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:04:38.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:38 smithi179 ceph-mon[110415]: osdmap e74: 8 total, 8 up, 8 in 2023-12-01T04:04:38.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-01T04:04:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: Cluster is now healthy 2023-12-01T04:04:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T04:04:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: osdmap e73: 8 total, 8 up, 8 in 2023-12-01T04:04:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:04:38.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:38 smithi062 ceph-mon[107722]: osdmap e74: 8 total, 8 up, 8 in 2023-12-01T04:04:38.868 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74562 7.21 MB/sec execute 136 sec latency 1615.310 ms 2023-12-01T04:04:39.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:39 smithi062 ceph-mon[107722]: pgmap v92: 97 pgs: 16 stale+active+clean, 81 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s wr, 3 op/s 2023-12-01T04:04:39.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:39 smithi062 ceph-mon[107722]: osdmap e75: 8 total, 8 up, 8 in 2023-12-01T04:04:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:39 smithi179 ceph-mon[110415]: pgmap v92: 97 pgs: 16 stale+active+clean, 81 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s wr, 3 op/s 2023-12-01T04:04:39.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:39 smithi179 ceph-mon[110415]: osdmap e75: 8 total, 8 up, 8 in 2023-12-01T04:04:39.868 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74676 7.19 MB/sec execute 137 sec latency 2067.461 ms 2023-12-01T04:04:40.867 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74790 7.16 MB/sec execute 138 sec latency 575.692 ms 2023-12-01T04:04:41.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:41 smithi062 ceph-mon[107722]: pgmap v95: 97 pgs: 1 remapped+peering, 80 active+clean, 16 stale+active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s; 22 B/s, 10 objects/s recovering 2023-12-01T04:04:41.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:41 smithi062 ceph-mon[107722]: osdmap e76: 8 total, 8 up, 8 in 2023-12-01T04:04:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:41 smithi179 ceph-mon[110415]: pgmap v95: 97 pgs: 1 remapped+peering, 80 active+clean, 16 stale+active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s; 22 B/s, 10 objects/s recovering 2023-12-01T04:04:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:41 smithi179 ceph-mon[110415]: osdmap e76: 8 total, 8 up, 8 in 2023-12-01T04:04:41.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 75008 7.15 MB/sec execute 139 sec latency 1010.681 ms 2023-12-01T04:04:42.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:42 smithi062 ceph-mon[107722]: osdmap e77: 8 total, 8 up, 8 in 2023-12-01T04:04:42.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:42 smithi179 ceph-mon[110415]: osdmap e77: 8 total, 8 up, 8 in 2023-12-01T04:04:42.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 75331 7.15 MB/sec execute 140 sec latency 129.608 ms 2023-12-01T04:04:43.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:43 smithi062 ceph-mon[107722]: pgmap v98: 97 pgs: 1 remapped+peering, 96 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s wr, 313 op/s; 18 B/s, 17 objects/s recovering 2023-12-01T04:04:43.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:43 smithi179 ceph-mon[110415]: pgmap v98: 97 pgs: 1 remapped+peering, 96 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s wr, 313 op/s; 18 B/s, 17 objects/s recovering 2023-12-01T04:04:43.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 75729 7.17 MB/sec execute 141 sec latency 129.958 ms 2023-12-01T04:04:44.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 76047 7.18 MB/sec execute 142 sec latency 138.457 ms 2023-12-01T04:04:45.397 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:45 smithi062 ceph-mon[107722]: pgmap v99: 97 pgs: 1 remapped+peering, 96 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s wr, 225 op/s; 13 B/s, 12 objects/s recovering 2023-12-01T04:04:45.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:45 smithi179 ceph-mon[110415]: pgmap v99: 97 pgs: 1 remapped+peering, 96 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s wr, 225 op/s; 13 B/s, 12 objects/s recovering 2023-12-01T04:04:45.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 76357 7.20 MB/sec execute 143 sec latency 157.311 ms 2023-12-01T04:04:46.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 76728 7.19 MB/sec execute 144 sec latency 126.862 ms 2023-12-01T04:04:47.439 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:47 smithi062 ceph-mon[107722]: pgmap v100: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 3.3 MiB/s wr, 274 op/s; 399 KiB/s, 3 objects/s recovering 2023-12-01T04:04:47.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:47 smithi179 ceph-mon[110415]: pgmap v100: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 3.3 MiB/s wr, 274 op/s; 399 KiB/s, 3 objects/s recovering 2023-12-01T04:04:47.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 77022 7.17 MB/sec execute 145 sec latency 138.435 ms 2023-12-01T04:04:48.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:48.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:04:48.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 77392 7.22 MB/sec execute 146 sec latency 130.723 ms 2023-12-01T04:04:49.472 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:49 smithi062 ceph-mon[107722]: pgmap v101: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s wr, 225 op/s; 328 KiB/s, 3 objects/s recovering 2023-12-01T04:04:49.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:49 smithi179 ceph-mon[110415]: pgmap v101: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s wr, 225 op/s; 328 KiB/s, 3 objects/s recovering 2023-12-01T04:04:49.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 77743 7.24 MB/sec execute 147 sec latency 99.510 ms 2023-12-01T04:04:50.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 78120 7.28 MB/sec execute 148 sec latency 213.589 ms 2023-12-01T04:04:51.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:51 smithi062 ceph-mon[107722]: pgmap v102: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.1 MiB/s wr, 388 op/s; 275 KiB/s, 2 objects/s recovering 2023-12-01T04:04:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:51 smithi179 ceph-mon[110415]: pgmap v102: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.1 MiB/s wr, 388 op/s; 275 KiB/s, 2 objects/s recovering 2023-12-01T04:04:51.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 78476 7.28 MB/sec execute 149 sec latency 138.605 ms 2023-12-01T04:04:52.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 78832 7.30 MB/sec execute 150 sec latency 91.596 ms 2023-12-01T04:04:53.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:53 smithi062 ceph-mon[107722]: pgmap v103: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 441 op/s; 249 KiB/s, 0 objects/s recovering 2023-12-01T04:04:53.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:53 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:04:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:53 smithi179 ceph-mon[110415]: pgmap v103: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 441 op/s; 249 KiB/s, 0 objects/s recovering 2023-12-01T04:04:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:53 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:04:53.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 79175 7.31 MB/sec execute 151 sec latency 129.273 ms 2023-12-01T04:04:54.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 79545 7.33 MB/sec execute 152 sec latency 126.815 ms 2023-12-01T04:04:55.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:55 smithi062 ceph-mon[107722]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 387 op/s; 219 KiB/s, 0 objects/s recovering 2023-12-01T04:04:55.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:55 smithi179 ceph-mon[110415]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 387 op/s; 219 KiB/s, 0 objects/s recovering 2023-12-01T04:04:55.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 79924 7.35 MB/sec execute 153 sec latency 121.414 ms 2023-12-01T04:04:56.875 INFO:teuthology.orchestra.run.smithi062.stdout: 5 80320 7.35 MB/sec execute 154 sec latency 130.233 ms 2023-12-01T04:04:57.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:57 smithi062 ceph-mon[107722]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.0 MiB/s wr, 564 op/s; 219 KiB/s, 0 objects/s recovering 2023-12-01T04:04:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:57 smithi179 ceph-mon[110415]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.0 MiB/s wr, 564 op/s; 219 KiB/s, 0 objects/s recovering 2023-12-01T04:04:57.882 INFO:teuthology.orchestra.run.smithi062.stdout: 5 80563 7.32 MB/sec execute 155 sec latency 130.660 ms 2023-12-01T04:04:58.882 INFO:teuthology.orchestra.run.smithi062.stdout: 5 80875 7.35 MB/sec execute 156 sec latency 139.186 ms 2023-12-01T04:04:59.442 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:04:59 smithi062 ceph-mon[107722]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-01T04:04:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:04:59 smithi179 ceph-mon[110415]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-01T04:04:59.888 INFO:teuthology.orchestra.run.smithi062.stdout: 5 81208 7.38 MB/sec execute 157 sec latency 123.621 ms 2023-12-01T04:05:00.893 INFO:teuthology.orchestra.run.smithi062.stdout: 5 81562 7.40 MB/sec execute 158 sec latency 123.596 ms 2023-12-01T04:05:01.502 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:01 smithi062 ceph-mon[107722]: pgmap v107: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2023-12-01T04:05:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:01 smithi179 ceph-mon[110415]: pgmap v107: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2023-12-01T04:05:01.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 81890 7.42 MB/sec execute 159 sec latency 138.658 ms 2023-12-01T04:05:02.377 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:05:02.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 82099 7.39 MB/sec execute 160 sec latency 129.817 ms 2023-12-01T04:05:03.304 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (9m) 3m ago 9m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (8m) 3m ago 8m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (5m) 3m ago 5m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (5m) 3m ago 4m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (10m) 3m ago 10m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (3m) 3m ago 8m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (10m) 3m ago 10m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (8m) 3m ago 8m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (4m) 3m ago 4m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:05:03.305 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (4m) 3m ago 4m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 3m ago 7m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (7m) 3m ago 7m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (7m) 3m ago 7m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (7m) 3m ago 7m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (6m) 3m ago 6m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (6m) 3m ago 6m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (6m) 3m ago 6m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (5m) 3m ago 5m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:05:03.306 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:05:03.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:03 smithi062 ceph-mon[107722]: pgmap v108: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-01T04:05:03.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:03 smithi062 ceph-mon[107722]: from='client.24537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:03.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:03 smithi179 ceph-mon[110415]: pgmap v108: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-01T04:05:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:03 smithi179 ceph-mon[110415]: from='client.24537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:05:03.867 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:05:03.868 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:05:03.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 82411 7.38 MB/sec execute 161 sec latency 123.839 ms 2023-12-01T04:05:04.362 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:05:04.363 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:05:04.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:04 smithi062 ceph-mon[107722]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:04.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:04 smithi062 ceph-mon[107722]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:04.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:04 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1787495418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:05:04.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:04 smithi179 ceph-mon[110415]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:04.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:04 smithi179 ceph-mon[110415]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:04.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:04 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1787495418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:05:04.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 82685 7.39 MB/sec execute 162 sec latency 129.608 ms 2023-12-01T04:05:04.961 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:05:05.614 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:05 smithi062 ceph-mon[107722]: pgmap v109: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-01T04:05:05.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:05 smithi062 ceph-mon[107722]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:05.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:05 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/2438464042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:05:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:05 smithi179 ceph-mon[110415]: pgmap v109: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-01T04:05:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:05 smithi179 ceph-mon[110415]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:05 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/2438464042' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:05:05.895 INFO:teuthology.orchestra.run.smithi062.stdout: 5 83054 7.43 MB/sec execute 163 sec latency 165.117 ms 2023-12-01T04:05:06.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 83407 7.45 MB/sec execute 164 sec latency 102.453 ms 2023-12-01T04:05:07.649 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:07 smithi062 ceph-mon[107722]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-01T04:05:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:07 smithi179 ceph-mon[110415]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-01T04:05:07.894 INFO:teuthology.orchestra.run.smithi062.stdout: 5 83754 7.42 MB/sec execute 165 sec latency 91.581 ms 2023-12-01T04:05:08.895 INFO:teuthology.orchestra.run.smithi062.stdout: 5 84066 7.41 MB/sec execute 166 sec latency 137.608 ms 2023-12-01T04:05:09.445 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:09 smithi062 ceph-mon[107722]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 394 op/s 2023-12-01T04:05:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:09 smithi179 ceph-mon[110415]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 394 op/s 2023-12-01T04:05:09.901 INFO:teuthology.orchestra.run.smithi062.stdout: 5 84343 7.41 MB/sec execute 167 sec latency 135.303 ms 2023-12-01T04:05:10.902 INFO:teuthology.orchestra.run.smithi062.stdout: 5 84670 7.44 MB/sec execute 168 sec latency 135.362 ms 2023-12-01T04:05:11.476 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:11 smithi062 ceph-mon[107722]: pgmap v112: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 574 op/s 2023-12-01T04:05:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:11 smithi179 ceph-mon[110415]: pgmap v112: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 574 op/s 2023-12-01T04:05:11.901 INFO:teuthology.orchestra.run.smithi062.stdout: 5 85053 7.49 MB/sec execute 169 sec latency 142.226 ms 2023-12-01T04:05:12.902 INFO:teuthology.orchestra.run.smithi062.stdout: 5 85464 7.49 MB/sec execute 170 sec latency 130.541 ms 2023-12-01T04:05:13.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:13 smithi062 ceph-mon[107722]: pgmap v113: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:05:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:13 smithi179 ceph-mon[110415]: pgmap v113: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:05:13.901 INFO:teuthology.orchestra.run.smithi062.stdout: 5 85698 7.48 MB/sec execute 171 sec latency 133.754 ms 2023-12-01T04:05:14.901 INFO:teuthology.orchestra.run.smithi062.stdout: 5 86030 7.50 MB/sec execute 172 sec latency 113.628 ms 2023-12-01T04:05:15.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:15 smithi062 ceph-mon[107722]: pgmap v114: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T04:05:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:15 smithi179 ceph-mon[110415]: pgmap v114: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-01T04:05:15.904 INFO:teuthology.orchestra.run.smithi062.stdout: 5 86417 7.53 MB/sec execute 173 sec latency 126.922 ms 2023-12-01T04:05:16.904 INFO:teuthology.orchestra.run.smithi062.stdout: 5 86714 7.53 MB/sec execute 174 sec latency 127.563 ms 2023-12-01T04:05:17.596 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:17 smithi062 ceph-mon[107722]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 577 op/s 2023-12-01T04:05:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:17 smithi179 ceph-mon[110415]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 577 op/s 2023-12-01T04:05:17.904 INFO:teuthology.orchestra.run.smithi062.stdout: 5 87022 7.52 MB/sec execute 175 sec latency 129.952 ms 2023-12-01T04:05:18.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:18.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:18.904 INFO:teuthology.orchestra.run.smithi062.stdout: 5 87380 7.51 MB/sec execute 176 sec latency 130.867 ms 2023-12-01T04:05:19.649 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:19 smithi062 ceph-mon[107722]: pgmap v116: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-01T04:05:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:19 smithi179 ceph-mon[110415]: pgmap v116: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-01T04:05:19.908 INFO:teuthology.orchestra.run.smithi062.stdout: 5 87800 7.52 MB/sec execute 177 sec latency 120.792 ms 2023-12-01T04:05:20.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 88089 7.54 MB/sec execute 178 sec latency 126.768 ms 2023-12-01T04:05:21.686 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:21 smithi062 ceph-mon[107722]: pgmap v117: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-01T04:05:21.851 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:21 smithi179 ceph-mon[110415]: pgmap v117: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-01T04:05:21.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 88444 7.57 MB/sec execute 179 sec latency 123.608 ms 2023-12-01T04:05:22.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 88777 7.56 MB/sec execute 180 sec latency 120.914 ms 2023-12-01T04:05:23.730 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:23 smithi062 ceph-mon[107722]: pgmap v118: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-01T04:05:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:23 smithi179 ceph-mon[110415]: pgmap v118: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-01T04:05:23.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 89096 7.58 MB/sec execute 181 sec latency 134.214 ms 2023-12-01T04:05:24.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 89341 7.57 MB/sec execute 182 sec latency 143.124 ms 2023-12-01T04:05:25.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:25 smithi062 ceph-mon[107722]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2023-12-01T04:05:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:25 smithi179 ceph-mon[110415]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2023-12-01T04:05:25.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 89591 7.58 MB/sec execute 183 sec latency 135.259 ms 2023-12-01T04:05:26.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 89850 7.58 MB/sec execute 184 sec latency 139.826 ms 2023-12-01T04:05:27.605 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:27 smithi062 ceph-mon[107722]: pgmap v120: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 600 op/s 2023-12-01T04:05:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:27 smithi179 ceph-mon[110415]: pgmap v120: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 600 op/s 2023-12-01T04:05:27.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 90157 7.58 MB/sec execute 185 sec latency 129.863 ms 2023-12-01T04:05:28.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 90377 7.56 MB/sec execute 186 sec latency 120.708 ms 2023-12-01T04:05:29.639 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:29 smithi062 ceph-mon[107722]: pgmap v121: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 401 op/s 2023-12-01T04:05:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:29 smithi179 ceph-mon[110415]: pgmap v121: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 401 op/s 2023-12-01T04:05:29.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 90708 7.57 MB/sec execute 187 sec latency 117.828 ms 2023-12-01T04:05:30.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91003 7.54 MB/sec execute 188 sec latency 126.367 ms 2023-12-01T04:05:31.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:31 smithi062 ceph-mon[107722]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-12-01T04:05:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:31 smithi179 ceph-mon[110415]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-12-01T04:05:31.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91323 7.55 MB/sec execute 189 sec latency 130.358 ms 2023-12-01T04:05:32.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91661 7.56 MB/sec execute 190 sec latency 126.591 ms 2023-12-01T04:05:33.737 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:33 smithi062 ceph-mon[107722]: pgmap v123: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-01T04:05:33.737 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:33 smithi179 ceph-mon[110415]: pgmap v123: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-01T04:05:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:33.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 92015 7.58 MB/sec execute 191 sec latency 212.251 ms 2023-12-01T04:05:34.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 92355 7.58 MB/sec execute 192 sec latency 119.750 ms 2023-12-01T04:05:35.464 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:05:35.719 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:35 smithi062 ceph-mon[107722]: pgmap v124: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-01T04:05:35.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:35 smithi179 ceph-mon[110415]: pgmap v124: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-01T04:05:35.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 92554 7.58 MB/sec execute 193 sec latency 143.559 ms 2023-12-01T04:05:36.399 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (9m) 3m ago 9m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (5m) 3m ago 5m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (5m) 3m ago 5m 16.2M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (10m) 3m ago 10m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (3m) 3m ago 9m 495M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (10m) 3m ago 10m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (9m) 3m ago 9m 57.4M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (5m) 3m ago 5m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (5m) 3m ago 5m 82.3M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:05:36.400 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (8m) 3m ago 8m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (8m) 3m ago 8m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (7m) 3m ago 7m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (7m) 3m ago 7m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (7m) 3m ago 7m 455M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (7m) 3m ago 7m 454M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (6m) 3m ago 6m 433M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (6m) 3m ago 6m 736M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:05:36.401 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:05:36.789 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:36 smithi062 ceph-mon[107722]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:36.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 92825 7.59 MB/sec execute 194 sec latency 138.710 ms 2023-12-01T04:05:36.958 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:05:36.958 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:05:36.958 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:05:36.958 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:05:36.959 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:05:36.960 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:05:37.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:36 smithi179 ceph-mon[110415]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:37.451 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:05:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:05:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:05:37.451 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:05:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:05:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:05:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2023-12-01T04:05:37.452 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2023-12-01T04:05:37.452 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:05:37.836 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:37 smithi062 ceph-mon[107722]: pgmap v125: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-12-01T04:05:37.836 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:37 smithi062 ceph-mon[107722]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:37.837 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:37 smithi062 ceph-mon[107722]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:37.837 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:37 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1183744485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:05:37.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93126 7.60 MB/sec execute 195 sec latency 133.023 ms 2023-12-01T04:05:38.038 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2023-12-01T04:05:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:37 smithi179 ceph-mon[110415]: pgmap v125: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-12-01T04:05:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:37 smithi179 ceph-mon[110415]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:37 smithi179 ceph-mon[110415]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:37 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1183744485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:05:38.861 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:38 smithi062 ceph-mon[107722]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:38.862 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:38 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/813611453' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:05:38.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93392 7.60 MB/sec execute 196 sec latency 146.458 ms 2023-12-01T04:05:39.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:38 smithi179 ceph-mon[110415]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:05:39.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:38 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/813611453' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:05:39.883 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:39 smithi062 ceph-mon[107722]: pgmap v126: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-01T04:05:39.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93654 7.61 MB/sec execute 197 sec latency 132.783 ms 2023-12-01T04:05:40.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:39 smithi179 ceph-mon[110415]: pgmap v126: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-01T04:05:40.923 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93917 7.60 MB/sec execute 198 sec latency 129.754 ms 2023-12-01T04:05:41.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:41 smithi062 ceph-mon[107722]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 470 op/s 2023-12-01T04:05:41.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 94205 7.57 MB/sec execute 199 sec latency 105.504 ms 2023-12-01T04:05:42.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:41 smithi179 ceph-mon[110415]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 470 op/s 2023-12-01T04:05:42.922 INFO:teuthology.orchestra.run.smithi062.stdout: 5 94470 7.55 MB/sec execute 200 sec latency 120.402 ms 2023-12-01T04:05:43.749 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:43 smithi062 ceph-mon[107722]: pgmap v128: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-01T04:05:43.924 INFO:teuthology.orchestra.run.smithi062.stdout: 5 94705 7.55 MB/sec execute 201 sec latency 195.350 ms 2023-12-01T04:05:44.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:43 smithi179 ceph-mon[110415]: pgmap v128: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-01T04:05:44.925 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95047 7.58 MB/sec execute 202 sec latency 129.484 ms 2023-12-01T04:05:45.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:45 smithi062 ceph-mon[107722]: pgmap v129: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-01T04:05:45.924 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95371 7.58 MB/sec execute 203 sec latency 142.033 ms 2023-12-01T04:05:46.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:45 smithi179 ceph-mon[110415]: pgmap v129: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-01T04:05:46.838 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:46 smithi062 ceph-mon[107722]: pgmap v130: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 551 op/s 2023-12-01T04:05:46.927 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95704 7.59 MB/sec execute 204 sec latency 123.645 ms 2023-12-01T04:05:47.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:46 smithi179 ceph-mon[110415]: pgmap v130: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 551 op/s 2023-12-01T04:05:47.930 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95916 7.57 MB/sec execute 205 sec latency 123.877 ms 2023-12-01T04:05:48.927 INFO:teuthology.orchestra.run.smithi062.stdout: 5 96181 7.57 MB/sec execute 206 sec latency 129.496 ms 2023-12-01T04:05:49.148 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:48 smithi062 ceph-mon[107722]: pgmap v131: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-01T04:05:49.149 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:49.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:48 smithi179 ceph-mon[110415]: pgmap v131: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-01T04:05:49.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:05:49.927 INFO:teuthology.orchestra.run.smithi062.stdout: 5 96438 7.57 MB/sec execute 207 sec latency 117.200 ms 2023-12-01T04:05:50.931 INFO:teuthology.orchestra.run.smithi062.stdout: 5 96729 7.59 MB/sec execute 208 sec latency 128.743 ms 2023-12-01T04:05:51.474 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:51 smithi062 ceph-mon[107722]: pgmap v132: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 428 op/s 2023-12-01T04:05:51.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:51 smithi179 ceph-mon[110415]: pgmap v132: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 428 op/s 2023-12-01T04:05:51.935 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97002 7.60 MB/sec execute 209 sec latency 134.664 ms 2023-12-01T04:05:52.935 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97193 7.58 MB/sec execute 210 sec latency 206.087 ms 2023-12-01T04:05:53.498 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:53 smithi062 ceph-mon[107722]: pgmap v133: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 392 op/s 2023-12-01T04:05:53.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:53 smithi179 ceph-mon[110415]: pgmap v133: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 392 op/s 2023-12-01T04:05:53.941 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97532 7.58 MB/sec execute 211 sec latency 126.895 ms 2023-12-01T04:05:54.947 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97802 7.56 MB/sec execute 212 sec latency 141.719 ms 2023-12-01T04:05:55.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: pgmap v134: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: pgmap v135: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:55 smithi062 ceph-mon[107722]: Health check failed: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: pgmap v134: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:55.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:05:55.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: pgmap v135: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-12-01T04:05:55.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:55 smithi179 ceph-mon[110415]: Health check failed: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-01T04:05:55.947 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98009 7.54 MB/sec execute 213 sec latency 120.428 ms 2023-12-01T04:05:56.947 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98233 7.54 MB/sec execute 214 sec latency 136.623 ms 2023-12-01T04:05:57.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:57 smithi062 ceph-mon[107722]: pgmap v136: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:05:57.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:57 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:57.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:57 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:57 smithi179 ceph-mon[110415]: pgmap v136: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:05:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:57 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:57 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:05:57.947 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98562 7.56 MB/sec execute 215 sec latency 127.437 ms 2023-12-01T04:05:58.952 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98957 7.59 MB/sec execute 216 sec latency 103.357 ms 2023-12-01T04:05:59.655 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:05:59 smithi062 ceph-mon[107722]: pgmap v137: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:05:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:05:59 smithi179 ceph-mon[110415]: pgmap v137: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-01T04:05:59.948 INFO:teuthology.orchestra.run.smithi062.stdout: 5 99239 7.58 MB/sec execute 217 sec latency 123.624 ms 2023-12-01T04:06:00.949 INFO:teuthology.orchestra.run.smithi062.stdout: 5 99591 7.58 MB/sec execute 218 sec latency 130.542 ms 2023-12-01T04:06:01.459 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:01 smithi062 ceph-mon[107722]: pgmap v138: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 465 op/s 2023-12-01T04:06:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:01 smithi179 ceph-mon[110415]: pgmap v138: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 465 op/s 2023-12-01T04:06:01.950 INFO:teuthology.orchestra.run.smithi062.stdout: 5 99854 7.57 MB/sec execute 219 sec latency 138.695 ms 2023-12-01T04:06:02.954 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100143 7.58 MB/sec execute 220 sec latency 135.508 ms 2023-12-01T04:06:03.505 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:03 smithi062 ceph-mon[107722]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-01T04:06:03.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:06:03.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:03 smithi179 ceph-mon[110415]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-01T04:06:03.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:06:03.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:03.954 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100415 7.59 MB/sec execute 221 sec latency 164.657 ms 2023-12-01T04:06:04.955 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100731 7.60 MB/sec execute 222 sec latency 129.555 ms 2023-12-01T04:06:05.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:05 smithi062 ceph-mon[107722]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-12-01T04:06:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:05 smithi179 ceph-mon[110415]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-12-01T04:06:05.958 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100990 7.60 MB/sec execute 223 sec latency 133.596 ms 2023-12-01T04:06:06.958 INFO:teuthology.orchestra.run.smithi062.stdout: 5 101239 7.58 MB/sec execute 224 sec latency 129.662 ms 2023-12-01T04:06:07.604 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:07 smithi062 ceph-mon[107722]: pgmap v141: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-01T04:06:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:07 smithi179 ceph-mon[110415]: pgmap v141: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-01T04:06:07.958 INFO:teuthology.orchestra.run.smithi062.stdout: 5 101505 7.58 MB/sec execute 225 sec latency 124.134 ms 2023-12-01T04:06:08.551 INFO:teuthology.orchestra.run.smithi062.stdout:true 2023-12-01T04:06:08.968 INFO:teuthology.orchestra.run.smithi062.stdout: 5 101709 7.56 MB/sec execute 226 sec latency 143.648 ms 2023-12-01T04:06:09.026 INFO:teuthology.orchestra.run.smithi062.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed." 2023-12-01T04:06:09.642 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:09 smithi062 ceph-mon[107722]: pgmap v142: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-01T04:06:09.642 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:09 smithi062 ceph-mon[107722]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:06:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:09 smithi179 ceph-mon[110415]: pgmap v142: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-12-01T04:06:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:09 smithi179 ceph-mon[110415]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:06:09.970 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102017 7.59 MB/sec execute 227 sec latency 130.998 ms 2023-12-01T04:06:10.656 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:10 smithi062 ceph-mon[107722]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:06:10.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:10 smithi179 ceph-mon[110415]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:06:10.970 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102385 7.59 MB/sec execute 228 sec latency 138.045 ms 2023-12-01T04:06:11.422 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:11 smithi062 ceph-mon[107722]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-01T04:06:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:11 smithi179 ceph-mon[110415]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-01T04:06:11.970 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102803 7.60 MB/sec execute 229 sec latency 87.025 ms 2023-12-01T04:06:12.970 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103108 7.60 MB/sec execute 230 sec latency 129.709 ms 2023-12-01T04:06:13.444 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:13 smithi062 ceph-mon[107722]: pgmap v144: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-01T04:06:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:13 smithi179 ceph-mon[110415]: pgmap v144: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-01T04:06:13.970 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103530 7.61 MB/sec execute 231 sec latency 126.582 ms 2023-12-01T04:06:14.978 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103907 7.62 MB/sec execute 232 sec latency 175.126 ms 2023-12-01T04:06:15.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:15 smithi062 ceph-mon[107722]: pgmap v145: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-01T04:06:15.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:15 smithi179 ceph-mon[110415]: pgmap v145: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-01T04:06:15.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 104234 7.64 MB/sec execute 233 sec latency 141.588 ms 2023-12-01T04:06:16.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 104547 7.64 MB/sec execute 234 sec latency 134.307 ms 2023-12-01T04:06:17.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:17 smithi062 ceph-mon[107722]: pgmap v146: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-01T04:06:17.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:17 smithi179 ceph-mon[110415]: pgmap v146: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-01T04:06:17.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 104942 7.65 MB/sec execute 235 sec latency 93.022 ms 2023-12-01T04:06:18.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:18.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105240 7.65 MB/sec execute 236 sec latency 161.281 ms 2023-12-01T04:06:19.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:19 smithi062 ceph-mon[107722]: pgmap v147: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-01T04:06:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:19 smithi179 ceph-mon[110415]: pgmap v147: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-01T04:06:19.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105561 7.67 MB/sec execute 237 sec latency 139.969 ms 2023-12-01T04:06:20.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105858 7.66 MB/sec execute 238 sec latency 131.421 ms 2023-12-01T04:06:21.641 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:21 smithi062 ceph-mon[107722]: pgmap v148: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-12-01T04:06:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:21 smithi179 ceph-mon[110415]: pgmap v148: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-12-01T04:06:21.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106146 7.65 MB/sec execute 239 sec latency 126.935 ms 2023-12-01T04:06:22.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106366 7.64 MB/sec execute 240 sec latency 150.654 ms 2023-12-01T04:06:23.427 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:23 smithi062 ceph-mon[107722]: pgmap v149: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 433 op/s 2023-12-01T04:06:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:23 smithi179 ceph-mon[110415]: pgmap v149: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 433 op/s 2023-12-01T04:06:23.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106664 7.66 MB/sec execute 241 sec latency 128.505 ms 2023-12-01T04:06:24.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106918 7.65 MB/sec execute 242 sec latency 126.464 ms 2023-12-01T04:06:25.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:25 smithi062 ceph-mon[107722]: pgmap v150: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 581 op/s 2023-12-01T04:06:25.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:25 smithi179 ceph-mon[110415]: pgmap v150: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 581 op/s 2023-12-01T04:06:25.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 107232 7.65 MB/sec execute 243 sec latency 130.111 ms 2023-12-01T04:06:26.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 107540 7.66 MB/sec execute 244 sec latency 124.674 ms 2023-12-01T04:06:27.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:27 smithi062 ceph-mon[107722]: pgmap v151: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:06:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:27 smithi179 ceph-mon[110415]: pgmap v151: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-01T04:06:27.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 107800 7.66 MB/sec execute 245 sec latency 144.399 ms 2023-12-01T04:06:28.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 108091 7.65 MB/sec execute 246 sec latency 125.998 ms 2023-12-01T04:06:29.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:29 smithi062 ceph-mon[107722]: pgmap v152: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-01T04:06:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:29 smithi179 ceph-mon[110415]: pgmap v152: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-01T04:06:29.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 108369 7.65 MB/sec execute 247 sec latency 128.804 ms 2023-12-01T04:06:30.976 INFO:teuthology.orchestra.run.smithi062.stdout: 5 108635 7.65 MB/sec execute 248 sec latency 131.672 ms 2023-12-01T04:06:31.595 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:31 smithi062 ceph-mon[107722]: pgmap v153: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-01T04:06:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:31 smithi179 ceph-mon[110415]: pgmap v153: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-01T04:06:31.977 INFO:teuthology.orchestra.run.smithi062.stdout: 5 108923 7.65 MB/sec execute 249 sec latency 192.429 ms 2023-12-01T04:06:32.986 INFO:teuthology.orchestra.run.smithi062.stdout: 5 109217 7.65 MB/sec execute 250 sec latency 126.653 ms 2023-12-01T04:06:33.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:33 smithi062 ceph-mon[107722]: pgmap v154: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T04:06:33.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:33 smithi179 ceph-mon[110415]: pgmap v154: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-01T04:06:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:33.987 INFO:teuthology.orchestra.run.smithi062.stdout: 5 109508 7.65 MB/sec execute 251 sec latency 125.997 ms 2023-12-01T04:06:34.987 INFO:teuthology.orchestra.run.smithi062.stdout: 5 109852 7.65 MB/sec execute 252 sec latency 125.334 ms 2023-12-01T04:06:35.467 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:35 smithi062 ceph-mon[107722]: pgmap v155: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-12-01T04:06:35.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:35 smithi179 ceph-mon[110415]: pgmap v155: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-12-01T04:06:35.994 INFO:teuthology.orchestra.run.smithi062.stdout: 5 110131 7.66 MB/sec execute 253 sec latency 93.559 ms 2023-12-01T04:06:36.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 110460 7.66 MB/sec execute 254 sec latency 128.082 ms 2023-12-01T04:06:37.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:37 smithi062 ceph-mon[107722]: pgmap v156: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-01T04:06:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:37 smithi179 ceph-mon[110415]: pgmap v156: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-01T04:06:37.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 110722 7.67 MB/sec execute 255 sec latency 130.903 ms 2023-12-01T04:06:38.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 111084 7.68 MB/sec execute 256 sec latency 120.622 ms 2023-12-01T04:06:39.569 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:39 smithi062 ceph-mon[107722]: pgmap v157: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T04:06:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:39 smithi179 ceph-mon[110415]: pgmap v157: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-01T04:06:39.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 111427 7.69 MB/sec execute 257 sec latency 167.909 ms 2023-12-01T04:06:40.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 111805 7.69 MB/sec execute 258 sec latency 142.648 ms 2023-12-01T04:06:41.603 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:41 smithi062 ceph-mon[107722]: pgmap v158: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-01T04:06:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:41 smithi179 ceph-mon[110415]: pgmap v158: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-01T04:06:41.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 112096 7.68 MB/sec execute 259 sec latency 128.167 ms 2023-12-01T04:06:42.995 INFO:teuthology.orchestra.run.smithi062.stdout: 5 112459 7.69 MB/sec execute 260 sec latency 127.104 ms 2023-12-01T04:06:43.402 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:43 smithi062 ceph-mon[107722]: pgmap v159: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T04:06:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:43 smithi179 ceph-mon[110415]: pgmap v159: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-01T04:06:43.998 INFO:teuthology.orchestra.run.smithi062.stdout: 5 112822 7.68 MB/sec execute 261 sec latency 130.710 ms 2023-12-01T04:06:44.998 INFO:teuthology.orchestra.run.smithi062.stdout: 5 113146 7.70 MB/sec execute 262 sec latency 124.424 ms 2023-12-01T04:06:45.455 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:45 smithi062 ceph-mon[107722]: pgmap v160: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-12-01T04:06:45.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:45 smithi179 ceph-mon[110415]: pgmap v160: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-12-01T04:06:46.005 INFO:teuthology.orchestra.run.smithi062.stdout: 5 113348 7.69 MB/sec execute 263 sec latency 207.249 ms 2023-12-01T04:06:47.006 INFO:teuthology.orchestra.run.smithi062.stdout: 5 113651 7.71 MB/sec execute 264 sec latency 143.203 ms 2023-12-01T04:06:47.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:47 smithi062 ceph-mon[107722]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T04:06:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:47 smithi179 ceph-mon[110415]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-12-01T04:06:48.010 INFO:teuthology.orchestra.run.smithi062.stdout: 5 113989 7.71 MB/sec execute 265 sec latency 117.856 ms 2023-12-01T04:06:48.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:06:49.009 INFO:teuthology.orchestra.run.smithi062.stdout: 5 114273 7.71 MB/sec execute 266 sec latency 129.510 ms 2023-12-01T04:06:49.585 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:49 smithi062 ceph-mon[107722]: pgmap v162: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-01T04:06:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:49 smithi179 ceph-mon[110415]: pgmap v162: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-01T04:06:50.015 INFO:teuthology.orchestra.run.smithi062.stdout: 5 114538 7.71 MB/sec execute 267 sec latency 105.095 ms 2023-12-01T04:06:51.024 INFO:teuthology.orchestra.run.smithi062.stdout: 5 114880 7.71 MB/sec execute 268 sec latency 131.020 ms 2023-12-01T04:06:51.642 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:51 smithi062 ceph-mon[107722]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 556 op/s 2023-12-01T04:06:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:51 smithi179 ceph-mon[110415]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 556 op/s 2023-12-01T04:06:52.031 INFO:teuthology.orchestra.run.smithi062.stdout: 5 115185 7.70 MB/sec execute 269 sec latency 124.622 ms 2023-12-01T04:06:53.034 INFO:teuthology.orchestra.run.smithi062.stdout: 5 115498 7.71 MB/sec execute 270 sec latency 120.810 ms 2023-12-01T04:06:53.457 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:53 smithi062 ceph-mon[107722]: pgmap v164: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-01T04:06:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:53 smithi179 ceph-mon[110415]: pgmap v164: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-01T04:06:54.034 INFO:teuthology.orchestra.run.smithi062.stdout: 5 115877 7.72 MB/sec execute 271 sec latency 139.169 ms 2023-12-01T04:06:55.034 INFO:teuthology.orchestra.run.smithi062.stdout: 5 116189 7.72 MB/sec execute 272 sec latency 146.712 ms 2023-12-01T04:06:55.495 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:55 smithi062 ceph-mon[107722]: pgmap v165: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 561 op/s 2023-12-01T04:06:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:55 smithi179 ceph-mon[110415]: pgmap v165: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 561 op/s 2023-12-01T04:06:56.034 INFO:teuthology.orchestra.run.smithi062.stdout: 5 116474 7.71 MB/sec execute 273 sec latency 126.345 ms 2023-12-01T04:06:57.034 INFO:teuthology.orchestra.run.smithi062.stdout: 5 116860 7.72 MB/sec execute 274 sec latency 132.597 ms 2023-12-01T04:06:57.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:57 smithi062 ceph-mon[107722]: pgmap v166: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-01T04:06:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:57 smithi179 ceph-mon[110415]: pgmap v166: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-01T04:06:58.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 117164 7.74 MB/sec execute 275 sec latency 128.547 ms 2023-12-01T04:06:59.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 117521 7.74 MB/sec execute 276 sec latency 150.883 ms 2023-12-01T04:06:59.614 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:06:59 smithi062 ceph-mon[107722]: pgmap v167: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-01T04:06:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:06:59 smithi179 ceph-mon[110415]: pgmap v167: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-01T04:07:00.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 117915 7.76 MB/sec execute 277 sec latency 110.041 ms 2023-12-01T04:07:01.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 118282 7.77 MB/sec execute 278 sec latency 152.202 ms 2023-12-01T04:07:01.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:01 smithi062 ceph-mon[107722]: pgmap v168: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-12-01T04:07:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:01 smithi179 ceph-mon[110415]: pgmap v168: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-12-01T04:07:02.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 118659 7.77 MB/sec execute 279 sec latency 140.420 ms 2023-12-01T04:07:03.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 118918 7.76 MB/sec execute 280 sec latency 138.697 ms 2023-12-01T04:07:03.441 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:03 smithi062 ceph-mon[107722]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-01T04:07:03.441 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:03 smithi179 ceph-mon[110415]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-01T04:07:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:04.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 119202 7.77 MB/sec execute 281 sec latency 130.561 ms 2023-12-01T04:07:05.041 INFO:teuthology.orchestra.run.smithi062.stdout: 5 119573 7.77 MB/sec execute 282 sec latency 126.415 ms 2023-12-01T04:07:05.489 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:05 smithi062 ceph-mon[107722]: pgmap v170: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 593 op/s 2023-12-01T04:07:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:05 smithi179 ceph-mon[110415]: pgmap v170: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 593 op/s 2023-12-01T04:07:06.043 INFO:teuthology.orchestra.run.smithi062.stdout: 5 119902 7.77 MB/sec execute 283 sec latency 126.509 ms 2023-12-01T04:07:07.053 INFO:teuthology.orchestra.run.smithi062.stdout: 5 120310 7.78 MB/sec execute 284 sec latency 126.371 ms 2023-12-01T04:07:07.532 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:07 smithi062 ceph-mon[107722]: pgmap v171: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-12-01T04:07:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:07 smithi179 ceph-mon[110415]: pgmap v171: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-12-01T04:07:08.052 INFO:teuthology.orchestra.run.smithi062.stdout: 5 120653 7.77 MB/sec execute 285 sec latency 135.720 ms 2023-12-01T04:07:09.052 INFO:teuthology.orchestra.run.smithi062.stdout: 5 121024 7.79 MB/sec execute 286 sec latency 126.754 ms 2023-12-01T04:07:09.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:09 smithi062 ceph-mon[107722]: pgmap v172: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-01T04:07:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:09 smithi179 ceph-mon[110415]: pgmap v172: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-01T04:07:10.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 121299 7.80 MB/sec execute 287 sec latency 194.652 ms 2023-12-01T04:07:11.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 121583 7.81 MB/sec execute 288 sec latency 142.250 ms 2023-12-01T04:07:11.653 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:11 smithi062 ceph-mon[107722]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 604 op/s 2023-12-01T04:07:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:11 smithi179 ceph-mon[110415]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 604 op/s 2023-12-01T04:07:12.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 121862 7.81 MB/sec execute 289 sec latency 137.658 ms 2023-12-01T04:07:13.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 122115 7.80 MB/sec execute 290 sec latency 138.059 ms 2023-12-01T04:07:13.488 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:13 smithi062 ceph-mon[107722]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-12-01T04:07:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:13 smithi179 ceph-mon[110415]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-12-01T04:07:14.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 122336 7.79 MB/sec execute 291 sec latency 126.359 ms 2023-12-01T04:07:15.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 122575 7.79 MB/sec execute 292 sec latency 146.086 ms 2023-12-01T04:07:15.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:15 smithi062 ceph-mon[107722]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 549 op/s 2023-12-01T04:07:15.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:15 smithi179 ceph-mon[110415]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 549 op/s 2023-12-01T04:07:16.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 122765 7.78 MB/sec execute 293 sec latency 137.006 ms 2023-12-01T04:07:17.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 123076 7.77 MB/sec execute 294 sec latency 127.094 ms 2023-12-01T04:07:17.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:17 smithi062 ceph-mon[107722]: pgmap v176: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-01T04:07:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:17 smithi179 ceph-mon[110415]: pgmap v176: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-01T04:07:18.057 INFO:teuthology.orchestra.run.smithi062.stdout: 5 123355 7.77 MB/sec execute 295 sec latency 129.634 ms 2023-12-01T04:07:18.616 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:19.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 123628 7.76 MB/sec execute 296 sec latency 191.355 ms 2023-12-01T04:07:19.638 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:19 smithi062 ceph-mon[107722]: pgmap v177: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-01T04:07:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:19 smithi179 ceph-mon[110415]: pgmap v177: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-01T04:07:20.056 INFO:teuthology.orchestra.run.smithi062.stdout: 5 123926 7.77 MB/sec execute 297 sec latency 131.324 ms 2023-12-01T04:07:21.058 INFO:teuthology.orchestra.run.smithi062.stdout: 5 124194 7.77 MB/sec execute 298 sec latency 139.702 ms 2023-12-01T04:07:21.422 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:21 smithi062 ceph-mon[107722]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-01T04:07:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:21 smithi179 ceph-mon[110415]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-01T04:07:22.058 INFO:teuthology.orchestra.run.smithi062.stdout: 5 124571 7.78 MB/sec execute 299 sec latency 129.478 ms 2023-12-01T04:07:23.058 INFO:teuthology.orchestra.run.smithi062.stdout: 5 124897 7.79 MB/sec execute 300 sec latency 123.268 ms 2023-12-01T04:07:23.473 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:23 smithi062 ceph-mon[107722]: pgmap v179: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-01T04:07:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:23 smithi179 ceph-mon[110415]: pgmap v179: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-01T04:07:24.058 INFO:teuthology.orchestra.run.smithi062.stdout: 5 125161 7.79 MB/sec execute 301 sec latency 139.224 ms 2023-12-01T04:07:25.060 INFO:teuthology.orchestra.run.smithi062.stdout: 5 125441 7.79 MB/sec execute 302 sec latency 126.514 ms 2023-12-01T04:07:25.496 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:25 smithi062 ceph-mon[107722]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-01T04:07:25.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:25 smithi179 ceph-mon[110415]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-01T04:07:26.062 INFO:teuthology.orchestra.run.smithi062.stdout: 5 125701 7.77 MB/sec execute 303 sec latency 126.736 ms 2023-12-01T04:07:27.062 INFO:teuthology.orchestra.run.smithi062.stdout: 5 125960 7.77 MB/sec execute 304 sec latency 192.263 ms 2023-12-01T04:07:27.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:27 smithi062 ceph-mon[107722]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T04:07:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:27 smithi179 ceph-mon[110415]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T04:07:28.070 INFO:teuthology.orchestra.run.smithi062.stdout: 5 126159 7.77 MB/sec execute 305 sec latency 182.866 ms 2023-12-01T04:07:29.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 126389 7.76 MB/sec execute 306 sec latency 120.521 ms 2023-12-01T04:07:29.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:29 smithi062 ceph-mon[107722]: pgmap v182: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T04:07:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:29 smithi179 ceph-mon[110415]: pgmap v182: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-01T04:07:30.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 126756 7.76 MB/sec execute 307 sec latency 119.798 ms 2023-12-01T04:07:31.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 127043 7.75 MB/sec execute 308 sec latency 126.695 ms 2023-12-01T04:07:31.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:31 smithi062 ceph-mon[107722]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-01T04:07:31.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:31 smithi179 ceph-mon[110415]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-01T04:07:32.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 127275 7.75 MB/sec execute 309 sec latency 134.153 ms 2023-12-01T04:07:33.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 127516 7.76 MB/sec execute 310 sec latency 158.173 ms 2023-12-01T04:07:33.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:33 smithi062 ceph-mon[107722]: pgmap v184: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-01T04:07:33.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:33 smithi179 ceph-mon[110415]: pgmap v184: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-01T04:07:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:34.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 127782 7.76 MB/sec execute 311 sec latency 204.148 ms 2023-12-01T04:07:35.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 128065 7.77 MB/sec execute 312 sec latency 179.936 ms 2023-12-01T04:07:35.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:35 smithi062 ceph-mon[107722]: pgmap v185: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-01T04:07:35.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:35 smithi179 ceph-mon[110415]: pgmap v185: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-01T04:07:36.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 128339 7.77 MB/sec execute 313 sec latency 120.824 ms 2023-12-01T04:07:37.077 INFO:teuthology.orchestra.run.smithi062.stdout: 5 128616 7.77 MB/sec execute 314 sec latency 129.614 ms 2023-12-01T04:07:37.422 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:37 smithi062 ceph-mon[107722]: pgmap v186: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-01T04:07:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:37 smithi179 ceph-mon[110415]: pgmap v186: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-01T04:07:38.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 128836 7.75 MB/sec execute 315 sec latency 136.165 ms 2023-12-01T04:07:39.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 129070 7.75 MB/sec execute 316 sec latency 123.340 ms 2023-12-01T04:07:39.466 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:39 smithi062 ceph-mon[107722]: pgmap v187: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-01T04:07:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:39 smithi179 ceph-mon[110415]: pgmap v187: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-01T04:07:40.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 129317 7.74 MB/sec execute 317 sec latency 139.790 ms 2023-12-01T04:07:41.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 129588 7.74 MB/sec execute 318 sec latency 177.019 ms 2023-12-01T04:07:41.491 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:41 smithi062 ceph-mon[107722]: pgmap v188: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-01T04:07:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:41 smithi179 ceph-mon[110415]: pgmap v188: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-01T04:07:42.074 INFO:teuthology.orchestra.run.smithi062.stdout: 5 129819 7.74 MB/sec execute 319 sec latency 207.190 ms 2023-12-01T04:07:43.081 INFO:teuthology.orchestra.run.smithi062.stdout: 5 130115 7.73 MB/sec execute 320 sec latency 132.086 ms 2023-12-01T04:07:43.535 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:43 smithi062 ceph-mon[107722]: pgmap v189: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-01T04:07:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:43 smithi179 ceph-mon[110415]: pgmap v189: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-01T04:07:44.081 INFO:teuthology.orchestra.run.smithi062.stdout: 5 130449 7.73 MB/sec execute 321 sec latency 129.874 ms 2023-12-01T04:07:45.081 INFO:teuthology.orchestra.run.smithi062.stdout: 5 130703 7.73 MB/sec execute 322 sec latency 123.153 ms 2023-12-01T04:07:45.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:45 smithi062 ceph-mon[107722]: pgmap v190: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-01T04:07:45.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:45 smithi179 ceph-mon[110415]: pgmap v190: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-01T04:07:46.081 INFO:teuthology.orchestra.run.smithi062.stdout: 5 130929 7.73 MB/sec execute 323 sec latency 156.604 ms 2023-12-01T04:07:47.081 INFO:teuthology.orchestra.run.smithi062.stdout: 5 131262 7.74 MB/sec execute 324 sec latency 127.508 ms 2023-12-01T04:07:47.648 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:47 smithi062 ceph-mon[107722]: pgmap v191: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T04:07:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:47 smithi179 ceph-mon[110415]: pgmap v191: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T04:07:48.089 INFO:teuthology.orchestra.run.smithi062.stdout: 5 131511 7.73 MB/sec execute 325 sec latency 137.732 ms 2023-12-01T04:07:48.680 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:07:49.089 INFO:teuthology.orchestra.run.smithi062.stdout: 5 131804 7.74 MB/sec execute 326 sec latency 131.789 ms 2023-12-01T04:07:49.466 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:49 smithi062 ceph-mon[107722]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-12-01T04:07:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:49 smithi179 ceph-mon[110415]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-12-01T04:07:50.089 INFO:teuthology.orchestra.run.smithi062.stdout: 5 132028 7.73 MB/sec execute 327 sec latency 123.114 ms 2023-12-01T04:07:51.089 INFO:teuthology.orchestra.run.smithi062.stdout: 5 132285 7.73 MB/sec execute 328 sec latency 108.225 ms 2023-12-01T04:07:51.498 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:51 smithi062 ceph-mon[107722]: pgmap v193: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 468 op/s 2023-12-01T04:07:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:51 smithi179 ceph-mon[110415]: pgmap v193: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 468 op/s 2023-12-01T04:07:52.089 INFO:teuthology.orchestra.run.smithi062.stdout: 5 132497 7.72 MB/sec execute 329 sec latency 128.843 ms 2023-12-01T04:07:53.095 INFO:teuthology.orchestra.run.smithi062.stdout: 5 132814 7.72 MB/sec execute 330 sec latency 129.408 ms 2023-12-01T04:07:53.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:53 smithi062 ceph-mon[107722]: pgmap v194: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T04:07:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:53 smithi179 ceph-mon[110415]: pgmap v194: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-01T04:07:54.095 INFO:teuthology.orchestra.run.smithi062.stdout: 5 133073 7.72 MB/sec execute 331 sec latency 127.550 ms 2023-12-01T04:07:55.095 INFO:teuthology.orchestra.run.smithi062.stdout: 5 133416 7.72 MB/sec execute 332 sec latency 126.492 ms 2023-12-01T04:07:55.570 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:55 smithi062 ceph-mon[107722]: pgmap v195: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-01T04:07:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:55 smithi179 ceph-mon[110415]: pgmap v195: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-01T04:07:56.097 INFO:teuthology.orchestra.run.smithi062.stdout: 5 133762 7.73 MB/sec execute 333 sec latency 133.842 ms 2023-12-01T04:07:57.096 INFO:teuthology.orchestra.run.smithi062.stdout: 5 134145 7.73 MB/sec execute 334 sec latency 127.083 ms 2023-12-01T04:07:57.622 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:57 smithi062 ceph-mon[107722]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-01T04:07:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:57 smithi179 ceph-mon[110415]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-01T04:07:58.096 INFO:teuthology.orchestra.run.smithi062.stdout: 5 134411 7.73 MB/sec execute 335 sec latency 129.375 ms 2023-12-01T04:07:59.096 INFO:teuthology.orchestra.run.smithi062.stdout: 5 134833 7.75 MB/sec execute 336 sec latency 129.816 ms 2023-12-01T04:07:59.452 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:07:59 smithi062 ceph-mon[107722]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T04:07:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:07:59 smithi179 ceph-mon[110415]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-01T04:08:00.096 INFO:teuthology.orchestra.run.smithi062.stdout: 5 135149 7.75 MB/sec execute 337 sec latency 124.180 ms 2023-12-01T04:08:01.096 INFO:teuthology.orchestra.run.smithi062.stdout: 5 135477 7.75 MB/sec execute 338 sec latency 135.613 ms 2023-12-01T04:08:01.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:01 smithi062 ceph-mon[107722]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 457 op/s 2023-12-01T04:08:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:01 smithi179 ceph-mon[110415]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 457 op/s 2023-12-01T04:08:02.102 INFO:teuthology.orchestra.run.smithi062.stdout: 5 135778 7.75 MB/sec execute 339 sec latency 136.174 ms 2023-12-01T04:08:03.112 INFO:teuthology.orchestra.run.smithi062.stdout: 5 136151 7.76 MB/sec execute 340 sec latency 131.448 ms 2023-12-01T04:08:03.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:03 smithi062 ceph-mon[107722]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-01T04:08:03.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:03 smithi179 ceph-mon[110415]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-01T04:08:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:04.112 INFO:teuthology.orchestra.run.smithi062.stdout: 5 136485 7.77 MB/sec execute 341 sec latency 146.153 ms 2023-12-01T04:08:05.113 INFO:teuthology.orchestra.run.smithi062.stdout: 5 136806 7.77 MB/sec execute 342 sec latency 145.141 ms 2023-12-01T04:08:05.331 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:05 smithi062 ceph-mon[107722]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-12-01T04:08:05.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:05 smithi179 ceph-mon[110415]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 562 op/s 2023-12-01T04:08:06.112 INFO:teuthology.orchestra.run.smithi062.stdout: 5 137086 7.76 MB/sec execute 343 sec latency 126.769 ms 2023-12-01T04:08:07.113 INFO:teuthology.orchestra.run.smithi062.stdout: 5 137463 7.77 MB/sec execute 344 sec latency 134.694 ms 2023-12-01T04:08:07.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:07 smithi062 ceph-mon[107722]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-01T04:08:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:07 smithi179 ceph-mon[110415]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-01T04:08:08.113 INFO:teuthology.orchestra.run.smithi062.stdout: 5 137813 7.78 MB/sec execute 345 sec latency 123.888 ms 2023-12-01T04:08:09.116 INFO:teuthology.orchestra.run.smithi062.stdout: 5 138118 7.78 MB/sec execute 346 sec latency 137.562 ms 2023-12-01T04:08:09.423 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:09 smithi062 ceph-mon[107722]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-01T04:08:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:09 smithi179 ceph-mon[110415]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-01T04:08:10.116 INFO:teuthology.orchestra.run.smithi062.stdout: 5 138379 7.78 MB/sec execute 347 sec latency 132.827 ms 2023-12-01T04:08:11.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 138661 7.78 MB/sec execute 348 sec latency 129.871 ms 2023-12-01T04:08:11.446 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:11 smithi062 ceph-mon[107722]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-12-01T04:08:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:11 smithi179 ceph-mon[110415]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-12-01T04:08:12.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 139036 7.78 MB/sec execute 349 sec latency 129.962 ms 2023-12-01T04:08:13.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 139291 7.78 MB/sec execute 350 sec latency 149.479 ms 2023-12-01T04:08:13.502 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:13 smithi062 ceph-mon[107722]: pgmap v204: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-01T04:08:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:13 smithi179 ceph-mon[110415]: pgmap v204: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-01T04:08:14.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 139601 7.78 MB/sec execute 351 sec latency 131.623 ms 2023-12-01T04:08:15.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 139912 7.79 MB/sec execute 352 sec latency 136.573 ms 2023-12-01T04:08:15.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:15 smithi062 ceph-mon[107722]: pgmap v205: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-01T04:08:15.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:15 smithi179 ceph-mon[110415]: pgmap v205: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-01T04:08:16.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 140294 7.78 MB/sec execute 353 sec latency 127.003 ms 2023-12-01T04:08:17.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 140584 7.78 MB/sec execute 354 sec latency 200.615 ms 2023-12-01T04:08:17.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:17 smithi062 ceph-mon[107722]: pgmap v206: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-12-01T04:08:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:17 smithi179 ceph-mon[110415]: pgmap v206: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-12-01T04:08:18.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 140866 7.78 MB/sec execute 355 sec latency 207.682 ms 2023-12-01T04:08:18.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:19.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 141145 7.79 MB/sec execute 356 sec latency 129.176 ms 2023-12-01T04:08:19.495 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:19 smithi062 ceph-mon[107722]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T04:08:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:19 smithi179 ceph-mon[110415]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T04:08:20.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 141469 7.79 MB/sec execute 357 sec latency 120.782 ms 2023-12-01T04:08:21.122 INFO:teuthology.orchestra.run.smithi062.stdout: 5 141769 7.80 MB/sec execute 358 sec latency 129.882 ms 2023-12-01T04:08:21.445 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:21 smithi062 ceph-mon[107722]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 547 op/s 2023-12-01T04:08:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:21 smithi179 ceph-mon[110415]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 547 op/s 2023-12-01T04:08:22.125 INFO:teuthology.orchestra.run.smithi062.stdout: 5 141948 7.79 MB/sec execute 359 sec latency 192.379 ms 2023-12-01T04:08:23.132 INFO:teuthology.orchestra.run.smithi062.stdout: 5 142211 7.80 MB/sec execute 360 sec latency 121.064 ms 2023-12-01T04:08:23.498 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:23 smithi062 ceph-mon[107722]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-01T04:08:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:23 smithi179 ceph-mon[110415]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-01T04:08:24.135 INFO:teuthology.orchestra.run.smithi062.stdout: 5 142575 7.79 MB/sec execute 361 sec latency 130.253 ms 2023-12-01T04:08:25.144 INFO:teuthology.orchestra.run.smithi062.stdout: 5 142848 7.79 MB/sec execute 362 sec latency 127.375 ms 2023-12-01T04:08:25.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:25 smithi062 ceph-mon[107722]: pgmap v210: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-01T04:08:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:25 smithi179 ceph-mon[110415]: pgmap v210: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-01T04:08:26.144 INFO:teuthology.orchestra.run.smithi062.stdout: 5 143085 7.78 MB/sec execute 363 sec latency 148.390 ms 2023-12-01T04:08:27.152 INFO:teuthology.orchestra.run.smithi062.stdout: 5 143426 7.79 MB/sec execute 364 sec latency 126.126 ms 2023-12-01T04:08:27.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:27 smithi062 ceph-mon[107722]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-01T04:08:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:27 smithi179 ceph-mon[110415]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-01T04:08:28.152 INFO:teuthology.orchestra.run.smithi062.stdout: 5 143766 7.79 MB/sec execute 365 sec latency 89.783 ms 2023-12-01T04:08:29.152 INFO:teuthology.orchestra.run.smithi062.stdout: 5 144135 7.79 MB/sec execute 366 sec latency 129.727 ms 2023-12-01T04:08:29.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:29 smithi062 ceph-mon[107722]: pgmap v212: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T04:08:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:29 smithi179 ceph-mon[110415]: pgmap v212: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-12-01T04:08:30.152 INFO:teuthology.orchestra.run.smithi062.stdout: 5 144358 7.79 MB/sec execute 367 sec latency 129.609 ms 2023-12-01T04:08:31.152 INFO:teuthology.orchestra.run.smithi062.stdout: 5 144671 7.79 MB/sec execute 368 sec latency 117.822 ms 2023-12-01T04:08:31.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:31 smithi062 ceph-mon[107722]: pgmap v213: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-01T04:08:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:31 smithi179 ceph-mon[110415]: pgmap v213: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-01T04:08:32.160 INFO:teuthology.orchestra.run.smithi062.stdout: 5 144994 7.79 MB/sec execute 369 sec latency 143.919 ms 2023-12-01T04:08:33.160 INFO:teuthology.orchestra.run.smithi062.stdout: 5 145237 7.79 MB/sec execute 370 sec latency 128.920 ms 2023-12-01T04:08:33.457 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:33 smithi062 ceph-mon[107722]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-01T04:08:33.458 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:33 smithi179 ceph-mon[110415]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-01T04:08:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:34.160 INFO:teuthology.orchestra.run.smithi062.stdout: 5 145407 7.78 MB/sec execute 371 sec latency 140.746 ms 2023-12-01T04:08:35.160 INFO:teuthology.orchestra.run.smithi062.stdout: 5 145609 7.78 MB/sec execute 372 sec latency 127.691 ms 2023-12-01T04:08:35.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:35 smithi062 ceph-mon[107722]: pgmap v215: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-01T04:08:35.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:35 smithi179 ceph-mon[110415]: pgmap v215: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-01T04:08:36.160 INFO:teuthology.orchestra.run.smithi062.stdout: 5 145860 7.78 MB/sec execute 373 sec latency 150.339 ms 2023-12-01T04:08:37.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 146130 7.77 MB/sec execute 374 sec latency 153.700 ms 2023-12-01T04:08:37.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:37 smithi062 ceph-mon[107722]: pgmap v216: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-12-01T04:08:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:37 smithi179 ceph-mon[110415]: pgmap v216: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-12-01T04:08:38.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 146371 7.77 MB/sec execute 375 sec latency 115.237 ms 2023-12-01T04:08:39.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 146571 7.77 MB/sec execute 376 sec latency 151.805 ms 2023-12-01T04:08:39.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:39 smithi062 ceph-mon[107722]: pgmap v217: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-01T04:08:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:39 smithi179 ceph-mon[110415]: pgmap v217: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-01T04:08:40.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 146845 7.76 MB/sec execute 377 sec latency 136.122 ms 2023-12-01T04:08:41.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 147242 7.76 MB/sec execute 378 sec latency 121.065 ms 2023-12-01T04:08:41.458 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:41 smithi062 ceph-mon[107722]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-12-01T04:08:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:41 smithi179 ceph-mon[110415]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-12-01T04:08:42.165 INFO:teuthology.orchestra.run.smithi062.stdout: 5 147546 7.76 MB/sec execute 379 sec latency 122.642 ms 2023-12-01T04:08:43.166 INFO:teuthology.orchestra.run.smithi062.stdout: 5 147923 7.78 MB/sec execute 380 sec latency 114.558 ms 2023-12-01T04:08:43.495 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:43 smithi062 ceph-mon[107722]: pgmap v219: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-12-01T04:08:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:43 smithi179 ceph-mon[110415]: pgmap v219: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-12-01T04:08:44.166 INFO:teuthology.orchestra.run.smithi062.stdout: 5 148305 7.79 MB/sec execute 381 sec latency 114.875 ms 2023-12-01T04:08:45.166 INFO:teuthology.orchestra.run.smithi062.stdout: 5 148660 7.78 MB/sec execute 382 sec latency 90.371 ms 2023-12-01T04:08:45.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:45 smithi062 ceph-mon[107722]: pgmap v220: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-01T04:08:45.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:45 smithi179 ceph-mon[110415]: pgmap v220: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-01T04:08:46.166 INFO:teuthology.orchestra.run.smithi062.stdout: 5 148923 7.78 MB/sec execute 383 sec latency 123.482 ms 2023-12-01T04:08:47.174 INFO:teuthology.orchestra.run.smithi062.stdout: 5 149181 7.79 MB/sec execute 384 sec latency 123.540 ms 2023-12-01T04:08:47.564 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:47 smithi062 ceph-mon[107722]: pgmap v221: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-01T04:08:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:47 smithi179 ceph-mon[110415]: pgmap v221: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-01T04:08:48.173 INFO:teuthology.orchestra.run.smithi062.stdout: 5 149497 7.79 MB/sec execute 385 sec latency 123.397 ms 2023-12-01T04:08:48.588 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:08:49.173 INFO:teuthology.orchestra.run.smithi062.stdout: 5 149806 7.79 MB/sec execute 386 sec latency 90.041 ms 2023-12-01T04:08:49.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:49 smithi062 ceph-mon[107722]: pgmap v222: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-01T04:08:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:49 smithi179 ceph-mon[110415]: pgmap v222: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-01T04:08:50.176 INFO:teuthology.orchestra.run.smithi062.stdout: 5 150074 7.79 MB/sec execute 387 sec latency 123.670 ms 2023-12-01T04:08:51.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 150346 7.78 MB/sec execute 388 sec latency 125.207 ms 2023-12-01T04:08:51.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:51 smithi062 ceph-mon[107722]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-01T04:08:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:51 smithi179 ceph-mon[110415]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-01T04:08:52.176 INFO:teuthology.orchestra.run.smithi062.stdout: 5 150601 7.77 MB/sec execute 389 sec latency 114.437 ms 2023-12-01T04:08:53.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 150873 7.77 MB/sec execute 390 sec latency 142.219 ms 2023-12-01T04:08:53.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:53 smithi062 ceph-mon[107722]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-01T04:08:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:53 smithi179 ceph-mon[110415]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-01T04:08:54.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 151130 7.77 MB/sec execute 391 sec latency 133.010 ms 2023-12-01T04:08:55.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 151364 7.77 MB/sec execute 392 sec latency 126.287 ms 2023-12-01T04:08:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:55 smithi062 ceph-mon[107722]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-12-01T04:08:55.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:55 smithi179 ceph-mon[110415]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-12-01T04:08:56.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 151631 7.78 MB/sec execute 393 sec latency 131.440 ms 2023-12-01T04:08:57.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 151872 7.78 MB/sec execute 394 sec latency 161.286 ms 2023-12-01T04:08:57.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:57 smithi062 ceph-mon[107722]: pgmap v226: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T04:08:57.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:57 smithi179 ceph-mon[110415]: pgmap v226: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-01T04:08:58.183 INFO:teuthology.orchestra.run.smithi062.stdout: 5 152102 7.77 MB/sec execute 395 sec latency 130.477 ms 2023-12-01T04:08:59.186 INFO:teuthology.orchestra.run.smithi062.stdout: 5 152276 7.75 MB/sec execute 396 sec latency 149.178 ms 2023-12-01T04:08:59.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:08:59 smithi062 ceph-mon[107722]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-01T04:08:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:08:59 smithi179 ceph-mon[110415]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-01T04:09:00.187 INFO:teuthology.orchestra.run.smithi062.stdout: 5 152602 7.76 MB/sec execute 397 sec latency 198.197 ms 2023-12-01T04:09:01.187 INFO:teuthology.orchestra.run.smithi062.stdout: 5 152895 7.77 MB/sec execute 398 sec latency 130.107 ms 2023-12-01T04:09:01.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:01 smithi062 ceph-mon[107722]: pgmap v228: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-01T04:09:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:01 smithi179 ceph-mon[110415]: pgmap v228: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-01T04:09:02.187 INFO:teuthology.orchestra.run.smithi062.stdout: 5 153180 7.77 MB/sec execute 399 sec latency 129.410 ms 2023-12-01T04:09:03.187 INFO:teuthology.orchestra.run.smithi062.stdout: 5 153474 7.77 MB/sec execute 400 sec latency 126.711 ms 2023-12-01T04:09:03.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:03 smithi062 ceph-mon[107722]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-01T04:09:03.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:03 smithi179 ceph-mon[110415]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-01T04:09:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:04.187 INFO:teuthology.orchestra.run.smithi062.stdout: 5 153769 7.77 MB/sec execute 401 sec latency 126.102 ms 2023-12-01T04:09:05.191 INFO:teuthology.orchestra.run.smithi062.stdout: 5 154037 7.76 MB/sec execute 402 sec latency 126.058 ms 2023-12-01T04:09:05.383 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:05 smithi062 ceph-mon[107722]: pgmap v230: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 434 op/s 2023-12-01T04:09:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:05 smithi179 ceph-mon[110415]: pgmap v230: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 434 op/s 2023-12-01T04:09:06.191 INFO:teuthology.orchestra.run.smithi062.stdout: 5 154334 7.75 MB/sec execute 403 sec latency 167.556 ms 2023-12-01T04:09:07.196 INFO:teuthology.orchestra.run.smithi062.stdout: 5 154628 7.76 MB/sec execute 404 sec latency 130.102 ms 2023-12-01T04:09:07.428 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:07 smithi062 ceph-mon[107722]: pgmap v231: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-01T04:09:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:07 smithi179 ceph-mon[110415]: pgmap v231: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-01T04:09:08.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 154922 7.76 MB/sec execute 405 sec latency 129.556 ms 2023-12-01T04:09:09.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 155249 7.77 MB/sec execute 406 sec latency 136.370 ms 2023-12-01T04:09:09.462 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:09 smithi062 ceph-mon[107722]: pgmap v232: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-01T04:09:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:09 smithi179 ceph-mon[110415]: pgmap v232: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-01T04:09:10.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 155545 7.77 MB/sec execute 407 sec latency 133.796 ms 2023-12-01T04:09:11.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 155845 7.76 MB/sec execute 408 sec latency 127.025 ms 2023-12-01T04:09:11.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:11 smithi062 ceph-mon[107722]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:09:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:11 smithi179 ceph-mon[110415]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-12-01T04:09:12.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 156051 7.75 MB/sec execute 409 sec latency 127.162 ms 2023-12-01T04:09:13.199 INFO:teuthology.orchestra.run.smithi062.stdout: 5 156270 7.75 MB/sec execute 410 sec latency 127.934 ms 2023-12-01T04:09:13.560 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:13 smithi062 ceph-mon[107722]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 397 op/s 2023-12-01T04:09:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:13 smithi179 ceph-mon[110415]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 397 op/s 2023-12-01T04:09:14.205 INFO:teuthology.orchestra.run.smithi062.stdout: 5 156571 7.76 MB/sec execute 411 sec latency 126.812 ms 2023-12-01T04:09:15.205 INFO:teuthology.orchestra.run.smithi062.stdout: 5 156858 7.76 MB/sec execute 412 sec latency 126.654 ms 2023-12-01T04:09:15.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:15 smithi062 ceph-mon[107722]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-12-01T04:09:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:15 smithi179 ceph-mon[110415]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-12-01T04:09:16.213 INFO:teuthology.orchestra.run.smithi062.stdout: 5 157099 7.76 MB/sec execute 413 sec latency 137.104 ms 2023-12-01T04:09:17.217 INFO:teuthology.orchestra.run.smithi062.stdout: 5 157373 7.75 MB/sec execute 414 sec latency 108.182 ms 2023-12-01T04:09:17.698 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:17 smithi062 ceph-mon[107722]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-12-01T04:09:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:17 smithi179 ceph-mon[110415]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-12-01T04:09:18.216 INFO:teuthology.orchestra.run.smithi062.stdout: 5 157613 7.74 MB/sec execute 415 sec latency 120.838 ms 2023-12-01T04:09:18.721 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:19.216 INFO:teuthology.orchestra.run.smithi062.stdout: 5 157892 7.74 MB/sec execute 416 sec latency 123.585 ms 2023-12-01T04:09:19.748 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:19 smithi062 ceph-mon[107722]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-01T04:09:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:19 smithi179 ceph-mon[110415]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-01T04:09:20.217 INFO:teuthology.orchestra.run.smithi062.stdout: 5 158174 7.74 MB/sec execute 417 sec latency 130.012 ms 2023-12-01T04:09:21.216 INFO:teuthology.orchestra.run.smithi062.stdout: 5 158504 7.75 MB/sec execute 418 sec latency 148.929 ms 2023-12-01T04:09:21.534 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:21 smithi062 ceph-mon[107722]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-01T04:09:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:21 smithi179 ceph-mon[110415]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-01T04:09:22.218 INFO:teuthology.orchestra.run.smithi062.stdout: 5 158883 7.76 MB/sec execute 419 sec latency 135.725 ms 2023-12-01T04:09:23.218 INFO:teuthology.orchestra.run.smithi062.stdout: 5 159181 7.76 MB/sec execute 420 sec latency 126.792 ms 2023-12-01T04:09:23.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:23 smithi062 ceph-mon[107722]: pgmap v239: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 399 op/s 2023-12-01T04:09:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:23 smithi179 ceph-mon[110415]: pgmap v239: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 399 op/s 2023-12-01T04:09:24.218 INFO:teuthology.orchestra.run.smithi062.stdout: 5 159473 7.75 MB/sec execute 421 sec latency 130.131 ms 2023-12-01T04:09:25.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 159716 7.76 MB/sec execute 422 sec latency 128.333 ms 2023-12-01T04:09:25.605 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:25 smithi062 ceph-mon[107722]: pgmap v240: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 470 op/s 2023-12-01T04:09:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:25 smithi179 ceph-mon[110415]: pgmap v240: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 470 op/s 2023-12-01T04:09:26.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 160080 7.76 MB/sec execute 423 sec latency 129.649 ms 2023-12-01T04:09:27.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 160376 7.76 MB/sec execute 424 sec latency 123.697 ms 2023-12-01T04:09:27.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:27 smithi062 ceph-mon[107722]: pgmap v241: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-12-01T04:09:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:27 smithi179 ceph-mon[110415]: pgmap v241: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-12-01T04:09:28.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 160669 7.77 MB/sec execute 425 sec latency 129.794 ms 2023-12-01T04:09:29.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 160888 7.75 MB/sec execute 426 sec latency 164.801 ms 2023-12-01T04:09:29.730 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:29 smithi062 ceph-mon[107722]: pgmap v242: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-01T04:09:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:29 smithi179 ceph-mon[110415]: pgmap v242: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-01T04:09:30.220 INFO:teuthology.orchestra.run.smithi062.stdout: 5 161162 7.76 MB/sec execute 427 sec latency 127.513 ms 2023-12-01T04:09:31.222 INFO:teuthology.orchestra.run.smithi062.stdout: 5 161443 7.75 MB/sec execute 428 sec latency 149.951 ms 2023-12-01T04:09:31.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:31 smithi062 ceph-mon[107722]: pgmap v243: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-01T04:09:31.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:31 smithi179 ceph-mon[110415]: pgmap v243: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-01T04:09:32.224 INFO:teuthology.orchestra.run.smithi062.stdout: 5 161702 7.74 MB/sec execute 429 sec latency 130.489 ms 2023-12-01T04:09:33.224 INFO:teuthology.orchestra.run.smithi062.stdout: 5 161925 7.74 MB/sec execute 430 sec latency 129.709 ms 2023-12-01T04:09:33.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:33 smithi062 ceph-mon[107722]: pgmap v244: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T04:09:33.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:33 smithi179 ceph-mon[110415]: pgmap v244: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-01T04:09:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:34.224 INFO:teuthology.orchestra.run.smithi062.stdout: 5 162159 7.74 MB/sec execute 431 sec latency 161.952 ms 2023-12-01T04:09:35.224 INFO:teuthology.orchestra.run.smithi062.stdout: 5 162429 7.75 MB/sec execute 432 sec latency 129.666 ms 2023-12-01T04:09:35.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:35 smithi062 ceph-mon[107722]: pgmap v245: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-12-01T04:09:35.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:35 smithi179 ceph-mon[110415]: pgmap v245: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-12-01T04:09:36.227 INFO:teuthology.orchestra.run.smithi062.stdout: 5 162709 7.75 MB/sec execute 434 sec latency 132.674 ms 2023-12-01T04:09:37.227 INFO:teuthology.orchestra.run.smithi062.stdout: 5 162960 7.74 MB/sec execute 435 sec latency 133.789 ms 2023-12-01T04:09:37.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:37 smithi062 ceph-mon[107722]: pgmap v246: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T04:09:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:37 smithi179 ceph-mon[110415]: pgmap v246: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T04:09:38.227 INFO:teuthology.orchestra.run.smithi062.stdout: 5 163209 7.75 MB/sec execute 436 sec latency 129.677 ms 2023-12-01T04:09:39.228 INFO:teuthology.orchestra.run.smithi062.stdout: 5 163383 7.74 MB/sec execute 437 sec latency 150.022 ms 2023-12-01T04:09:39.641 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:39 smithi062 ceph-mon[107722]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-01T04:09:40.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:39 smithi179 ceph-mon[110415]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-01T04:09:40.228 INFO:teuthology.orchestra.run.smithi062.stdout: 5 163556 7.73 MB/sec execute 438 sec latency 153.217 ms 2023-12-01T04:09:41.239 INFO:teuthology.orchestra.run.smithi062.stdout: 5 163786 7.73 MB/sec execute 439 sec latency 126.621 ms 2023-12-01T04:09:41.712 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:41 smithi062 ceph-mon[107722]: pgmap v248: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-01T04:09:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:41 smithi179 ceph-mon[110415]: pgmap v248: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-01T04:09:42.238 INFO:teuthology.orchestra.run.smithi062.stdout: 5 164048 7.72 MB/sec execute 440 sec latency 113.170 ms 2023-12-01T04:09:43.241 INFO:teuthology.orchestra.run.smithi062.stdout: 5 164235 7.71 MB/sec execute 441 sec latency 148.934 ms 2023-12-01T04:09:43.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:43 smithi062 ceph-mon[107722]: pgmap v249: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-01T04:09:44.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:43 smithi179 ceph-mon[110415]: pgmap v249: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-01T04:09:44.239 INFO:teuthology.orchestra.run.smithi062.stdout: 5 164405 7.70 MB/sec execute 442 sec latency 138.050 ms 2023-12-01T04:09:45.245 INFO:teuthology.orchestra.run.smithi062.stdout: 5 164702 7.71 MB/sec execute 443 sec latency 146.303 ms 2023-12-01T04:09:45.819 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:45 smithi062 ceph-mon[107722]: pgmap v250: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-01T04:09:46.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:45 smithi179 ceph-mon[110415]: pgmap v250: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-01T04:09:46.244 INFO:teuthology.orchestra.run.smithi062.stdout: 5 164954 7.71 MB/sec execute 444 sec latency 132.318 ms 2023-12-01T04:09:47.244 INFO:teuthology.orchestra.run.smithi062.stdout: 5 165188 7.69 MB/sec execute 445 sec latency 143.297 ms 2023-12-01T04:09:47.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:47 smithi062 ceph-mon[107722]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-01T04:09:48.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:47 smithi179 ceph-mon[110415]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-01T04:09:48.244 INFO:teuthology.orchestra.run.smithi062.stdout: 5 165450 7.69 MB/sec execute 446 sec latency 126.971 ms 2023-12-01T04:09:48.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:09:49.244 INFO:teuthology.orchestra.run.smithi062.stdout: 5 165565 7.68 MB/sec execute 447 sec latency 137.088 ms 2023-12-01T04:09:49.708 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:49 smithi062 ceph-mon[107722]: pgmap v252: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-01T04:09:50.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:49 smithi179 ceph-mon[110415]: pgmap v252: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-01T04:09:50.248 INFO:teuthology.orchestra.run.smithi062.stdout: 5 165775 7.68 MB/sec execute 448 sec latency 132.171 ms 2023-12-01T04:09:50.723 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:50 smithi062 ceph-mon[107722]: pgmap v253: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2023-12-01T04:09:51.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:50 smithi179 ceph-mon[110415]: pgmap v253: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2023-12-01T04:09:51.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 165977 7.69 MB/sec execute 449 sec latency 130.953 ms 2023-12-01T04:09:52.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 166199 7.68 MB/sec execute 450 sec latency 141.290 ms 2023-12-01T04:09:53.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 166488 7.69 MB/sec execute 451 sec latency 127.067 ms 2023-12-01T04:09:53.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:53 smithi062 ceph-mon[107722]: pgmap v254: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 276 op/s 2023-12-01T04:09:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:53 smithi179 ceph-mon[110415]: pgmap v254: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 276 op/s 2023-12-01T04:09:54.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 166689 7.68 MB/sec execute 452 sec latency 201.271 ms 2023-12-01T04:09:55.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 166895 7.67 MB/sec execute 453 sec latency 97.961 ms 2023-12-01T04:09:55.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:55 smithi062 ceph-mon[107722]: pgmap v255: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-12-01T04:09:55.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:55 smithi179 ceph-mon[110415]: pgmap v255: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-12-01T04:09:56.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 167138 7.67 MB/sec execute 454 sec latency 123.618 ms 2023-12-01T04:09:57.251 INFO:teuthology.orchestra.run.smithi062.stdout: 5 167441 7.66 MB/sec execute 455 sec latency 96.794 ms 2023-12-01T04:09:57.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:57 smithi062 ceph-mon[107722]: pgmap v256: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-01T04:09:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:57 smithi179 ceph-mon[110415]: pgmap v256: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-01T04:09:58.257 INFO:teuthology.orchestra.run.smithi062.stdout: 5 167689 7.66 MB/sec execute 456 sec latency 183.580 ms 2023-12-01T04:09:59.257 INFO:teuthology.orchestra.run.smithi062.stdout: 5 167902 7.66 MB/sec execute 457 sec latency 123.560 ms 2023-12-01T04:09:59.652 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:09:59 smithi062 ceph-mon[107722]: pgmap v257: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 261 op/s 2023-12-01T04:09:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:09:59 smithi179 ceph-mon[110415]: pgmap v257: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 261 op/s 2023-12-01T04:10:00.258 INFO:teuthology.orchestra.run.smithi062.stdout: 5 168135 7.66 MB/sec execute 458 sec latency 124.001 ms 2023-12-01T04:10:00.675 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:10:00.675 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:10:00.675 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: Upgrade daemon: mgr.smithi062.leevxb: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi062.leevxb ... 2023-12-01T04:10:00.675 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T04:10:00.675 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: Traceback (most recent call last): 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: "__main__", mod_spec) 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: exec(code, run_globals) 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T04:10:00.676 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T04:10:00.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:00 smithi062 ceph-mon[107722]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: Upgrade daemon: mgr.smithi062.leevxb: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi062.leevxb ... 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: Traceback (most recent call last): 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: "__main__", mod_spec) 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: exec(code, run_globals) 2023-12-01T04:10:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T04:10:00.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:00 smithi179 ceph-mon[110415]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T04:10:01.258 INFO:teuthology.orchestra.run.smithi062.stdout: 5 168399 7.65 MB/sec execute 459 sec latency 126.853 ms 2023-12-01T04:10:01.703 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:01 smithi062 ceph-mon[107722]: pgmap v258: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2023-12-01T04:10:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:01 smithi179 ceph-mon[110415]: pgmap v258: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2023-12-01T04:10:02.258 INFO:teuthology.orchestra.run.smithi062.stdout: 5 168657 7.65 MB/sec execute 460 sec latency 138.247 ms 2023-12-01T04:10:03.269 INFO:teuthology.orchestra.run.smithi062.stdout: 5 168912 7.65 MB/sec execute 461 sec latency 126.877 ms 2023-12-01T04:10:03.733 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:03 smithi062 ceph-mon[107722]: pgmap v259: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-01T04:10:03.733 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:03 smithi179 ceph-mon[110415]: pgmap v259: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-01T04:10:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:04.269 INFO:teuthology.orchestra.run.smithi062.stdout: 5 169153 7.65 MB/sec execute 462 sec latency 123.034 ms 2023-12-01T04:10:05.269 INFO:teuthology.orchestra.run.smithi062.stdout: 5 169422 7.65 MB/sec execute 463 sec latency 138.324 ms 2023-12-01T04:10:05.788 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:05 smithi062 ceph-mon[107722]: pgmap v260: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-01T04:10:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:05 smithi179 ceph-mon[110415]: pgmap v260: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-01T04:10:06.269 INFO:teuthology.orchestra.run.smithi062.stdout: 5 169683 7.65 MB/sec execute 464 sec latency 129.488 ms 2023-12-01T04:10:07.269 INFO:teuthology.orchestra.run.smithi062.stdout: 5 169904 7.65 MB/sec execute 465 sec latency 140.426 ms 2023-12-01T04:10:07.840 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:07 smithi062 ceph-mon[107722]: pgmap v261: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2023-12-01T04:10:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:07 smithi179 ceph-mon[110415]: pgmap v261: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2023-12-01T04:10:08.273 INFO:teuthology.orchestra.run.smithi062.stdout: 5 170124 7.65 MB/sec execute 466 sec latency 189.410 ms 2023-12-01T04:10:09.283 INFO:teuthology.orchestra.run.smithi062.stdout: 5 170506 7.65 MB/sec execute 467 sec latency 136.446 ms 2023-12-01T04:10:09.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:09 smithi062 ceph-mon[107722]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-12-01T04:10:10.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:09 smithi179 ceph-mon[110415]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-12-01T04:10:10.283 INFO:teuthology.orchestra.run.smithi062.stdout: 5 170795 7.65 MB/sec execute 468 sec latency 129.190 ms 2023-12-01T04:10:11.283 INFO:teuthology.orchestra.run.smithi062.stdout: 5 171194 7.65 MB/sec execute 469 sec latency 129.782 ms 2023-12-01T04:10:11.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:11 smithi062 ceph-mon[107722]: pgmap v263: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 453 op/s 2023-12-01T04:10:12.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:11 smithi179 ceph-mon[110415]: pgmap v263: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 453 op/s 2023-12-01T04:10:12.291 INFO:teuthology.orchestra.run.smithi062.stdout: 5 171439 7.65 MB/sec execute 470 sec latency 147.576 ms 2023-12-01T04:10:13.293 INFO:teuthology.orchestra.run.smithi062.stdout: 5 171727 7.65 MB/sec execute 471 sec latency 126.071 ms 2023-12-01T04:10:13.703 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:13 smithi062 ceph-mon[107722]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-01T04:10:14.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:13 smithi179 ceph-mon[110415]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-01T04:10:14.293 INFO:teuthology.orchestra.run.smithi062.stdout: 5 171987 7.65 MB/sec execute 472 sec latency 127.180 ms 2023-12-01T04:10:15.293 INFO:teuthology.orchestra.run.smithi062.stdout: 5 172350 7.65 MB/sec execute 473 sec latency 123.822 ms 2023-12-01T04:10:15.741 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:15 smithi062 ceph-mon[107722]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-01T04:10:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:15 smithi179 ceph-mon[110415]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-01T04:10:16.293 INFO:teuthology.orchestra.run.smithi062.stdout: 5 172628 7.65 MB/sec execute 474 sec latency 207.428 ms 2023-12-01T04:10:17.293 INFO:teuthology.orchestra.run.smithi062.stdout: 5 172985 7.66 MB/sec execute 475 sec latency 128.900 ms 2023-12-01T04:10:17.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:17 smithi062 ceph-mon[107722]: pgmap v266: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-01T04:10:18.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:17 smithi179 ceph-mon[110415]: pgmap v266: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-01T04:10:18.298 INFO:teuthology.orchestra.run.smithi062.stdout: 5 173280 7.66 MB/sec execute 476 sec latency 128.413 ms 2023-12-01T04:10:18.819 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:19.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:19.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 173576 7.67 MB/sec execute 477 sec latency 123.596 ms 2023-12-01T04:10:19.840 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:19 smithi062 ceph-mon[107722]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-01T04:10:20.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:19 smithi179 ceph-mon[110415]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-01T04:10:20.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 173887 7.67 MB/sec execute 478 sec latency 138.988 ms 2023-12-01T04:10:20.847 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:20 smithi062 ceph-mon[107722]: pgmap v268: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-12-01T04:10:21.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:20 smithi179 ceph-mon[110415]: pgmap v268: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-12-01T04:10:21.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 174195 7.67 MB/sec execute 479 sec latency 121.402 ms 2023-12-01T04:10:22.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 174473 7.66 MB/sec execute 480 sec latency 129.620 ms 2023-12-01T04:10:23.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 174760 7.66 MB/sec execute 481 sec latency 130.314 ms 2023-12-01T04:10:23.649 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:23 smithi062 ceph-mon[107722]: pgmap v269: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-01T04:10:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:23 smithi179 ceph-mon[110415]: pgmap v269: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-01T04:10:24.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 175047 7.66 MB/sec execute 482 sec latency 127.053 ms 2023-12-01T04:10:25.304 INFO:teuthology.orchestra.run.smithi062.stdout: 5 175356 7.67 MB/sec execute 483 sec latency 123.960 ms 2023-12-01T04:10:25.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:25 smithi062 ceph-mon[107722]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-12-01T04:10:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:25 smithi179 ceph-mon[110415]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-12-01T04:10:26.314 INFO:teuthology.orchestra.run.smithi062.stdout: 5 175688 7.66 MB/sec execute 484 sec latency 123.820 ms 2023-12-01T04:10:27.314 INFO:teuthology.orchestra.run.smithi062.stdout: 5 176040 7.66 MB/sec execute 485 sec latency 137.347 ms 2023-12-01T04:10:27.722 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:27 smithi062 ceph-mon[107722]: pgmap v271: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-01T04:10:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:27 smithi179 ceph-mon[110415]: pgmap v271: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-01T04:10:28.314 INFO:teuthology.orchestra.run.smithi062.stdout: 5 176380 7.67 MB/sec execute 486 sec latency 136.163 ms 2023-12-01T04:10:29.314 INFO:teuthology.orchestra.run.smithi062.stdout: 5 176711 7.68 MB/sec execute 487 sec latency 129.273 ms 2023-12-01T04:10:29.499 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:29 smithi062 ceph-mon[107722]: pgmap v272: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-01T04:10:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:29 smithi179 ceph-mon[110415]: pgmap v272: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-01T04:10:30.314 INFO:teuthology.orchestra.run.smithi062.stdout: 5 177043 7.68 MB/sec execute 488 sec latency 129.852 ms 2023-12-01T04:10:31.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 177344 7.68 MB/sec execute 489 sec latency 126.548 ms 2023-12-01T04:10:31.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:31 smithi062 ceph-mon[107722]: pgmap v273: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-01T04:10:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:31 smithi179 ceph-mon[110415]: pgmap v273: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-01T04:10:32.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 177658 7.69 MB/sec execute 490 sec latency 164.958 ms 2023-12-01T04:10:33.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 177914 7.68 MB/sec execute 491 sec latency 109.601 ms 2023-12-01T04:10:33.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:33 smithi062 ceph-mon[107722]: pgmap v274: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-12-01T04:10:33.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:33 smithi179 ceph-mon[110415]: pgmap v274: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 388 op/s 2023-12-01T04:10:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:34.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 178154 7.67 MB/sec execute 492 sec latency 127.722 ms 2023-12-01T04:10:35.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 178374 7.67 MB/sec execute 493 sec latency 120.789 ms 2023-12-01T04:10:35.615 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:35 smithi062 ceph-mon[107722]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-01T04:10:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:35 smithi179 ceph-mon[110415]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-01T04:10:36.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 178566 7.66 MB/sec execute 494 sec latency 123.742 ms 2023-12-01T04:10:37.315 INFO:teuthology.orchestra.run.smithi062.stdout: 5 178829 7.67 MB/sec execute 495 sec latency 132.374 ms 2023-12-01T04:10:37.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:37 smithi062 ceph-mon[107722]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-01T04:10:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:37 smithi179 ceph-mon[110415]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-01T04:10:38.321 INFO:teuthology.orchestra.run.smithi062.stdout: 5 179121 7.67 MB/sec execute 496 sec latency 134.626 ms 2023-12-01T04:10:39.321 INFO:teuthology.orchestra.run.smithi062.stdout: 5 179472 7.67 MB/sec execute 497 sec latency 129.167 ms 2023-12-01T04:10:39.689 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:39 smithi062 ceph-mon[107722]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T04:10:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:39 smithi179 ceph-mon[110415]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-01T04:10:40.321 INFO:teuthology.orchestra.run.smithi062.stdout: 5 179824 7.67 MB/sec execute 498 sec latency 126.361 ms 2023-12-01T04:10:41.326 INFO:teuthology.orchestra.run.smithi062.stdout: 5 180051 7.67 MB/sec execute 499 sec latency 160.626 ms 2023-12-01T04:10:41.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:41 smithi062 ceph-mon[107722]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-01T04:10:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:41 smithi179 ceph-mon[110415]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-01T04:10:42.333 INFO:teuthology.orchestra.run.smithi062.stdout: 5 180339 7.67 MB/sec execute 500 sec latency 131.960 ms 2023-12-01T04:10:43.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 180582 7.67 MB/sec execute 501 sec latency 149.585 ms 2023-12-01T04:10:43.589 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:43 smithi062 ceph-mon[107722]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T04:10:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:43 smithi179 ceph-mon[110415]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-01T04:10:44.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 180830 7.67 MB/sec execute 502 sec latency 129.400 ms 2023-12-01T04:10:45.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 181123 7.67 MB/sec execute 503 sec latency 129.622 ms 2023-12-01T04:10:45.686 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:45 smithi062 ceph-mon[107722]: pgmap v280: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-12-01T04:10:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:45 smithi179 ceph-mon[110415]: pgmap v280: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-12-01T04:10:46.332 INFO:teuthology.orchestra.run.smithi062.stdout: 5 181288 7.66 MB/sec execute 504 sec latency 187.028 ms 2023-12-01T04:10:47.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 181552 7.66 MB/sec execute 505 sec latency 148.872 ms 2023-12-01T04:10:47.756 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:47 smithi062 ceph-mon[107722]: pgmap v281: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-12-01T04:10:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:47 smithi179 ceph-mon[110415]: pgmap v281: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-12-01T04:10:48.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 181851 7.66 MB/sec execute 506 sec latency 137.787 ms 2023-12-01T04:10:48.763 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:10:49.333 INFO:teuthology.orchestra.run.smithi062.stdout: 5 182117 7.66 MB/sec execute 507 sec latency 126.984 ms 2023-12-01T04:10:49.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:49 smithi062 ceph-mon[107722]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-01T04:10:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:49 smithi179 ceph-mon[110415]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-01T04:10:50.332 INFO:teuthology.orchestra.run.smithi062.stdout: 5 182433 7.66 MB/sec execute 508 sec latency 140.059 ms 2023-12-01T04:10:51.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 182739 7.66 MB/sec execute 509 sec latency 117.808 ms 2023-12-01T04:10:51.594 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:51 smithi062 ceph-mon[107722]: pgmap v283: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-01T04:10:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:51 smithi179 ceph-mon[110415]: pgmap v283: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-01T04:10:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 5 183020 7.66 MB/sec execute 510 sec latency 123.455 ms 2023-12-01T04:10:53.332 INFO:teuthology.orchestra.run.smithi062.stdout: 5 183380 7.66 MB/sec execute 511 sec latency 126.297 ms 2023-12-01T04:10:53.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:53 smithi062 ceph-mon[107722]: pgmap v284: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-01T04:10:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:53 smithi179 ceph-mon[110415]: pgmap v284: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-01T04:10:54.332 INFO:teuthology.orchestra.run.smithi062.stdout: 5 183584 7.66 MB/sec execute 512 sec latency 142.857 ms 2023-12-01T04:10:55.332 INFO:teuthology.orchestra.run.smithi062.stdout: 5 183940 7.67 MB/sec execute 513 sec latency 126.699 ms 2023-12-01T04:10:55.703 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:55 smithi062 ceph-mon[107722]: pgmap v285: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-01T04:10:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:55 smithi179 ceph-mon[110415]: pgmap v285: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-01T04:10:56.333 INFO:teuthology.orchestra.run.smithi062.stdout: 5 184181 7.67 MB/sec execute 514 sec latency 207.351 ms 2023-12-01T04:10:57.333 INFO:teuthology.orchestra.run.smithi062.stdout: 5 184502 7.67 MB/sec execute 515 sec latency 126.261 ms 2023-12-01T04:10:57.756 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:57 smithi062 ceph-mon[107722]: pgmap v286: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-12-01T04:10:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:57 smithi179 ceph-mon[110415]: pgmap v286: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-12-01T04:10:58.333 INFO:teuthology.orchestra.run.smithi062.stdout: 5 184727 7.67 MB/sec execute 516 sec latency 121.806 ms 2023-12-01T04:10:59.341 INFO:teuthology.orchestra.run.smithi062.stdout: 5 184885 7.66 MB/sec execute 517 sec latency 141.027 ms 2023-12-01T04:10:59.829 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:10:59 smithi062 ceph-mon[107722]: pgmap v287: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T04:11:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:10:59 smithi179 ceph-mon[110415]: pgmap v287: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 372 op/s 2023-12-01T04:11:00.341 INFO:teuthology.orchestra.run.smithi062.stdout: 5 185055 7.65 MB/sec execute 518 sec latency 121.082 ms 2023-12-01T04:11:01.341 INFO:teuthology.orchestra.run.smithi062.stdout: 5 185343 7.65 MB/sec execute 519 sec latency 149.525 ms 2023-12-01T04:11:01.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:01 smithi062 ceph-mon[107722]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-12-01T04:11:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:01 smithi179 ceph-mon[110415]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-12-01T04:11:02.341 INFO:teuthology.orchestra.run.smithi062.stdout: 5 185508 7.64 MB/sec execute 520 sec latency 156.838 ms 2023-12-01T04:11:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: 5 185733 7.63 MB/sec execute 521 sec latency 207.388 ms 2023-12-01T04:11:03.736 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:03 smithi062 ceph-mon[107722]: pgmap v289: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-01T04:11:03.736 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:03 smithi179 ceph-mon[110415]: pgmap v289: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-01T04:11:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:04.341 INFO:teuthology.orchestra.run.smithi062.stdout: 5 186027 7.64 MB/sec execute 522 sec latency 123.088 ms 2023-12-01T04:11:05.348 INFO:teuthology.orchestra.run.smithi062.stdout: 5 186242 7.64 MB/sec execute 523 sec latency 163.918 ms 2023-12-01T04:11:05.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:05 smithi062 ceph-mon[107722]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-01T04:11:06.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:05 smithi179 ceph-mon[110415]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-01T04:11:06.360 INFO:teuthology.orchestra.run.smithi062.stdout: 5 186458 7.63 MB/sec execute 524 sec latency 146.893 ms 2023-12-01T04:11:07.358 INFO:teuthology.orchestra.run.smithi062.stdout: 5 186735 7.63 MB/sec execute 525 sec latency 126.919 ms 2023-12-01T04:11:07.856 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:07 smithi062 ceph-mon[107722]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-01T04:11:08.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:07 smithi179 ceph-mon[110415]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-01T04:11:08.358 INFO:teuthology.orchestra.run.smithi062.stdout: 5 186953 7.63 MB/sec execute 526 sec latency 141.323 ms 2023-12-01T04:11:09.367 INFO:teuthology.orchestra.run.smithi062.stdout: 5 187259 7.63 MB/sec execute 527 sec latency 139.442 ms 2023-12-01T04:11:09.901 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:09 smithi062 ceph-mon[107722]: pgmap v292: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 265 op/s 2023-12-01T04:11:10.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:09 smithi179 ceph-mon[110415]: pgmap v292: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 265 op/s 2023-12-01T04:11:10.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 187538 7.63 MB/sec execute 528 sec latency 136.733 ms 2023-12-01T04:11:11.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 187867 7.64 MB/sec execute 529 sec latency 136.860 ms 2023-12-01T04:11:11.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:11 smithi062 ceph-mon[107722]: pgmap v293: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-01T04:11:12.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:11 smithi179 ceph-mon[110415]: pgmap v293: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-01T04:11:12.372 INFO:teuthology.orchestra.run.smithi062.stdout: 5 188104 7.63 MB/sec execute 530 sec latency 125.412 ms 2023-12-01T04:11:13.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 188363 7.63 MB/sec execute 531 sec latency 136.871 ms 2023-12-01T04:11:13.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:13 smithi062 ceph-mon[107722]: pgmap v294: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 346 op/s 2023-12-01T04:11:14.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:13 smithi179 ceph-mon[110415]: pgmap v294: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 346 op/s 2023-12-01T04:11:14.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 188558 7.62 MB/sec execute 532 sec latency 134.116 ms 2023-12-01T04:11:15.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 188882 7.63 MB/sec execute 533 sec latency 141.242 ms 2023-12-01T04:11:15.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:15 smithi062 ceph-mon[107722]: pgmap v295: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-01T04:11:16.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:15 smithi179 ceph-mon[110415]: pgmap v295: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-01T04:11:16.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 189123 7.62 MB/sec execute 534 sec latency 164.741 ms 2023-12-01T04:11:17.373 INFO:teuthology.orchestra.run.smithi062.stdout: 5 189453 7.63 MB/sec execute 535 sec latency 127.039 ms 2023-12-01T04:11:17.855 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:17 smithi062 ceph-mon[107722]: pgmap v296: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-01T04:11:18.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:17 smithi179 ceph-mon[110415]: pgmap v296: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-01T04:11:18.378 INFO:teuthology.orchestra.run.smithi062.stdout: 5 189765 7.63 MB/sec execute 536 sec latency 137.394 ms 2023-12-01T04:11:18.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:18.891 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:18 smithi062 ceph-mon[107722]: pgmap v297: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-12-01T04:11:19.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:19.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:18 smithi179 ceph-mon[110415]: pgmap v297: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-12-01T04:11:19.383 INFO:teuthology.orchestra.run.smithi062.stdout: 5 190052 7.63 MB/sec execute 537 sec latency 123.655 ms 2023-12-01T04:11:20.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 190376 7.63 MB/sec execute 538 sec latency 129.515 ms 2023-12-01T04:11:21.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 190698 7.64 MB/sec execute 539 sec latency 213.419 ms 2023-12-01T04:11:21.690 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:21 smithi062 ceph-mon[107722]: pgmap v298: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-01T04:11:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:21 smithi179 ceph-mon[110415]: pgmap v298: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-01T04:11:22.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 190976 7.63 MB/sec execute 540 sec latency 155.693 ms 2023-12-01T04:11:23.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 191253 7.63 MB/sec execute 541 sec latency 137.052 ms 2023-12-01T04:11:23.504 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:23 smithi062 ceph-mon[107722]: pgmap v299: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T04:11:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:23 smithi179 ceph-mon[110415]: pgmap v299: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T04:11:24.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 191486 7.63 MB/sec execute 542 sec latency 127.198 ms 2023-12-01T04:11:25.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 191760 7.63 MB/sec execute 543 sec latency 151.551 ms 2023-12-01T04:11:25.558 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:25 smithi062 ceph-mon[107722]: pgmap v300: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-01T04:11:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:25 smithi179 ceph-mon[110415]: pgmap v300: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-01T04:11:26.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 192048 7.64 MB/sec execute 544 sec latency 137.737 ms 2023-12-01T04:11:27.391 INFO:teuthology.orchestra.run.smithi062.stdout: 5 192359 7.63 MB/sec execute 545 sec latency 121.151 ms 2023-12-01T04:11:27.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:27 smithi062 ceph-mon[107722]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-01T04:11:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:27 smithi179 ceph-mon[110415]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-01T04:11:28.396 INFO:teuthology.orchestra.run.smithi062.stdout: 5 192640 7.63 MB/sec execute 546 sec latency 129.942 ms 2023-12-01T04:11:29.396 INFO:teuthology.orchestra.run.smithi062.stdout: 5 192868 7.63 MB/sec execute 547 sec latency 126.695 ms 2023-12-01T04:11:29.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:29 smithi062 ceph-mon[107722]: pgmap v302: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-01T04:11:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:29 smithi179 ceph-mon[110415]: pgmap v302: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-01T04:11:30.396 INFO:teuthology.orchestra.run.smithi062.stdout: 5 193078 7.63 MB/sec execute 548 sec latency 123.851 ms 2023-12-01T04:11:31.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 193363 7.63 MB/sec execute 549 sec latency 120.521 ms 2023-12-01T04:11:31.671 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:31 smithi062 ceph-mon[107722]: pgmap v303: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-12-01T04:11:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:31 smithi179 ceph-mon[110415]: pgmap v303: 97 pgs: 97 active+clean; 363 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-12-01T04:11:32.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 193617 7.62 MB/sec execute 550 sec latency 130.083 ms 2023-12-01T04:11:33.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 193839 7.62 MB/sec execute 551 sec latency 126.645 ms 2023-12-01T04:11:33.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:33 smithi062 ceph-mon[107722]: pgmap v304: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-01T04:11:33.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:33 smithi179 ceph-mon[110415]: pgmap v304: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-01T04:11:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:34.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 194012 7.62 MB/sec execute 552 sec latency 152.327 ms 2023-12-01T04:11:35.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 194152 7.61 MB/sec execute 553 sec latency 123.790 ms 2023-12-01T04:11:35.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:35 smithi062 ceph-mon[107722]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 478 op/s 2023-12-01T04:11:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:35 smithi179 ceph-mon[110415]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 478 op/s 2023-12-01T04:11:36.397 INFO:teuthology.orchestra.run.smithi062.stdout: 5 194389 7.61 MB/sec execute 554 sec latency 139.316 ms 2023-12-01T04:11:37.405 INFO:teuthology.orchestra.run.smithi062.stdout: 5 194622 7.60 MB/sec execute 555 sec latency 111.492 ms 2023-12-01T04:11:37.644 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:37 smithi062 ceph-mon[107722]: pgmap v306: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-01T04:11:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:37 smithi179 ceph-mon[110415]: pgmap v306: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-01T04:11:38.405 INFO:teuthology.orchestra.run.smithi062.stdout: 5 194885 7.59 MB/sec execute 556 sec latency 146.271 ms 2023-12-01T04:11:39.405 INFO:teuthology.orchestra.run.smithi062.stdout: 5 195099 7.59 MB/sec execute 557 sec latency 137.544 ms 2023-12-01T04:11:39.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:39 smithi062 ceph-mon[107722]: pgmap v307: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-01T04:11:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:39 smithi179 ceph-mon[110415]: pgmap v307: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-01T04:11:40.405 INFO:teuthology.orchestra.run.smithi062.stdout: 5 195312 7.60 MB/sec execute 558 sec latency 130.866 ms 2023-12-01T04:11:41.413 INFO:teuthology.orchestra.run.smithi062.stdout: 5 195606 7.60 MB/sec execute 559 sec latency 126.390 ms 2023-12-01T04:11:41.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:41 smithi062 ceph-mon[107722]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 431 op/s 2023-12-01T04:11:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:41 smithi179 ceph-mon[110415]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.2 MiB/s wr, 431 op/s 2023-12-01T04:11:42.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 195881 7.59 MB/sec execute 560 sec latency 131.386 ms 2023-12-01T04:11:43.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 196224 7.60 MB/sec execute 561 sec latency 125.185 ms 2023-12-01T04:11:43.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:43 smithi062 ceph-mon[107722]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2023-12-01T04:11:43.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:43 smithi179 ceph-mon[110415]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2023-12-01T04:11:44.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 196448 7.60 MB/sec execute 562 sec latency 139.276 ms 2023-12-01T04:11:45.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 196782 7.61 MB/sec execute 563 sec latency 129.455 ms 2023-12-01T04:11:45.815 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:45 smithi062 ceph-mon[107722]: pgmap v310: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-01T04:11:46.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:45 smithi179 ceph-mon[110415]: pgmap v310: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-01T04:11:46.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 197138 7.60 MB/sec execute 564 sec latency 129.785 ms 2023-12-01T04:11:47.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 197395 7.60 MB/sec execute 565 sec latency 123.685 ms 2023-12-01T04:11:47.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:47 smithi062 ceph-mon[107722]: pgmap v311: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-12-01T04:11:48.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:47 smithi179 ceph-mon[110415]: pgmap v311: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-12-01T04:11:48.414 INFO:teuthology.orchestra.run.smithi062.stdout: 5 197644 7.60 MB/sec execute 566 sec latency 134.192 ms 2023-12-01T04:11:48.651 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:11:49.417 INFO:teuthology.orchestra.run.smithi062.stdout: 5 197994 7.61 MB/sec execute 567 sec latency 132.599 ms 2023-12-01T04:11:49.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:49 smithi062 ceph-mon[107722]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 294 op/s 2023-12-01T04:11:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:49 smithi179 ceph-mon[110415]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.0 MiB/s wr, 294 op/s 2023-12-01T04:11:50.425 INFO:teuthology.orchestra.run.smithi062.stdout: 5 198362 7.60 MB/sec execute 568 sec latency 141.246 ms 2023-12-01T04:11:51.425 INFO:teuthology.orchestra.run.smithi062.stdout: 5 198593 7.60 MB/sec execute 569 sec latency 123.356 ms 2023-12-01T04:11:51.735 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:51 smithi062 ceph-mon[107722]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-01T04:11:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:51 smithi179 ceph-mon[110415]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-01T04:11:52.428 INFO:teuthology.orchestra.run.smithi062.stdout: 5 198833 7.60 MB/sec execute 570 sec latency 134.213 ms 2023-12-01T04:11:53.428 INFO:teuthology.orchestra.run.smithi062.stdout: 5 199126 7.60 MB/sec execute 571 sec latency 129.939 ms 2023-12-01T04:11:53.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:53 smithi062 ceph-mon[107722]: pgmap v314: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:11:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:53 smithi179 ceph-mon[110415]: pgmap v314: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-01T04:11:54.435 INFO:teuthology.orchestra.run.smithi062.stdout: 5 199494 7.60 MB/sec execute 572 sec latency 161.781 ms 2023-12-01T04:11:55.435 INFO:teuthology.orchestra.run.smithi062.stdout: 5 199758 7.60 MB/sec execute 573 sec latency 124.822 ms 2023-12-01T04:11:55.826 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:55 smithi062 ceph-mon[107722]: pgmap v315: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 452 op/s 2023-12-01T04:11:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:55 smithi179 ceph-mon[110415]: pgmap v315: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 452 op/s 2023-12-01T04:11:56.435 INFO:teuthology.orchestra.run.smithi062.stdout: 5 200010 7.61 MB/sec execute 574 sec latency 141.248 ms 2023-12-01T04:11:57.435 INFO:teuthology.orchestra.run.smithi062.stdout: 5 200225 7.60 MB/sec execute 575 sec latency 131.590 ms 2023-12-01T04:11:57.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:57 smithi062 ceph-mon[107722]: pgmap v316: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-01T04:11:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:57 smithi179 ceph-mon[110415]: pgmap v316: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-01T04:11:58.445 INFO:teuthology.orchestra.run.smithi062.stdout: 5 200545 7.60 MB/sec execute 576 sec latency 125.770 ms 2023-12-01T04:11:59.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 200863 7.61 MB/sec execute 577 sec latency 120.672 ms 2023-12-01T04:11:59.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:11:59 smithi062 ceph-mon[107722]: pgmap v317: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-12-01T04:12:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:11:59 smithi179 ceph-mon[110415]: pgmap v317: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-12-01T04:12:00.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 201070 7.60 MB/sec execute 578 sec latency 114.005 ms 2023-12-01T04:12:01.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 201306 7.60 MB/sec execute 579 sec latency 134.700 ms 2023-12-01T04:12:01.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:01 smithi062 ceph-mon[107722]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-01T04:12:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:01 smithi179 ceph-mon[110415]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-01T04:12:02.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 201556 7.60 MB/sec execute 580 sec latency 189.537 ms 2023-12-01T04:12:03.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 201879 7.60 MB/sec execute 581 sec latency 129.930 ms 2023-12-01T04:12:03.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:03 smithi062 ceph-mon[107722]: pgmap v319: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T04:12:03.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:03 smithi179 ceph-mon[110415]: pgmap v319: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-01T04:12:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:04.451 INFO:teuthology.orchestra.run.smithi062.stdout: 5 202109 7.60 MB/sec execute 582 sec latency 142.874 ms 2023-12-01T04:12:05.455 INFO:teuthology.orchestra.run.smithi062.stdout: 5 202381 7.60 MB/sec execute 583 sec latency 141.527 ms 2023-12-01T04:12:05.819 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:05 smithi062 ceph-mon[107722]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-01T04:12:06.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:05 smithi179 ceph-mon[110415]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-01T04:12:06.455 INFO:teuthology.orchestra.run.smithi062.stdout: 5 202609 7.59 MB/sec execute 584 sec latency 132.741 ms 2023-12-01T04:12:07.455 INFO:teuthology.orchestra.run.smithi062.stdout: 5 202849 7.59 MB/sec execute 585 sec latency 144.862 ms 2023-12-01T04:12:07.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:07 smithi062 ceph-mon[107722]: pgmap v321: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 398 op/s 2023-12-01T04:12:08.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:07 smithi179 ceph-mon[110415]: pgmap v321: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 398 op/s 2023-12-01T04:12:08.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 203089 7.59 MB/sec execute 586 sec latency 167.791 ms 2023-12-01T04:12:08.942 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:08 smithi062 ceph-mon[107722]: pgmap v322: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-01T04:12:09.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:08 smithi179 ceph-mon[110415]: pgmap v322: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-01T04:12:09.455 INFO:teuthology.orchestra.run.smithi062.stdout: 5 203335 7.58 MB/sec execute 587 sec latency 203.942 ms 2023-12-01T04:12:10.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 203541 7.59 MB/sec execute 588 sec latency 130.789 ms 2023-12-01T04:12:11.457 INFO:teuthology.orchestra.run.smithi062.stdout: 5 203723 7.59 MB/sec execute 589 sec latency 137.790 ms 2023-12-01T04:12:11.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:11 smithi062 ceph-mon[107722]: pgmap v323: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-01T04:12:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:11 smithi179 ceph-mon[110415]: pgmap v323: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-01T04:12:12.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 203943 7.58 MB/sec execute 590 sec latency 135.644 ms 2023-12-01T04:12:13.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 204204 7.58 MB/sec execute 591 sec latency 141.077 ms 2023-12-01T04:12:13.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:13 smithi062 ceph-mon[107722]: pgmap v324: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-12-01T04:12:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:13 smithi179 ceph-mon[110415]: pgmap v324: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-12-01T04:12:14.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 204437 7.58 MB/sec execute 592 sec latency 154.394 ms 2023-12-01T04:12:15.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 204595 7.57 MB/sec execute 593 sec latency 133.918 ms 2023-12-01T04:12:15.684 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:15 smithi062 ceph-mon[107722]: pgmap v325: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.2 MiB/s wr, 438 op/s 2023-12-01T04:12:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:15 smithi179 ceph-mon[110415]: pgmap v325: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.2 MiB/s wr, 438 op/s 2023-12-01T04:12:16.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 204749 7.56 MB/sec execute 594 sec latency 204.004 ms 2023-12-01T04:12:17.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 205053 7.57 MB/sec execute 595 sec latency 135.651 ms 2023-12-01T04:12:17.740 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:17 smithi062 ceph-mon[107722]: pgmap v326: 97 pgs: 97 active+clean; 362 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-12-01T04:12:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:17 smithi179 ceph-mon[110415]: pgmap v326: 97 pgs: 97 active+clean; 362 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-12-01T04:12:18.456 INFO:teuthology.orchestra.run.smithi062.stdout: 5 205379 7.56 MB/sec execute 596 sec latency 183.124 ms 2023-12-01T04:12:18.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:19.457 INFO:teuthology.orchestra.run.smithi062.stdout: 5 205642 7.56 MB/sec execute 597 sec latency 135.703 ms 2023-12-01T04:12:19.537 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:19 smithi062 ceph-mon[107722]: pgmap v327: 97 pgs: 97 active+clean; 362 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-01T04:12:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:19 smithi179 ceph-mon[110415]: pgmap v327: 97 pgs: 97 active+clean; 362 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-01T04:12:20.459 INFO:teuthology.orchestra.run.smithi062.stdout: 5 205846 7.56 MB/sec execute 598 sec latency 135.133 ms 2023-12-01T04:12:21.459 INFO:teuthology.orchestra.run.smithi062.stdout: 5 206064 7.56 MB/sec execute 599 sec latency 199.569 ms 2023-12-01T04:12:21.592 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:21 smithi062 ceph-mon[107722]: pgmap v328: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T04:12:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:21 smithi179 ceph-mon[110415]: pgmap v328: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-01T04:12:22.459 INFO:teuthology.orchestra.run.smithi062.stdout: 5 206307 7.56 MB/sec execute 600 sec latency 124.120 ms 2023-12-01T04:12:23.460 INFO:teuthology.orchestra.run.smithi062.stdout: 5 cleanup 601 sec 2023-12-01T04:12:23.630 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002d600000012' failed - Device or resource busy 2023-12-01T04:12:23.630 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002e400000026' failed - Device or resource busy 2023-12-01T04:12:23.630 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000003330000001e' failed - Device or resource busy 2023-12-01T04:12:23.631 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000033500000020' failed - Device or resource busy 2023-12-01T04:12:23.637 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000031000000028' failed - Device or resource busy 2023-12-01T04:12:23.637 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002cb00000024' failed - Device or resource busy 2023-12-01T04:12:23.637 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002f40000001d' failed - Device or resource busy 2023-12-01T04:12:23.637 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000032a00000022' failed - Device or resource busy 2023-12-01T04:12:23.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:23 smithi062 ceph-mon[107722]: pgmap v329: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-01T04:12:23.685 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002fd00000016' failed - Device or resource busy 2023-12-01T04:12:23.686 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000031e00000027' failed - Device or resource busy 2023-12-01T04:12:23.687 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000030d00000023' failed - Device or resource busy 2023-12-01T04:12:23.713 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000002d800000014' failed - Device or resource busy 2023-12-01T04:12:23.713 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000031600000018' failed - Device or resource busy 2023-12-01T04:12:23.714 INFO:teuthology.orchestra.run.smithi062.stdout:[207768] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000030a00000021' failed - Device or resource busy 2023-12-01T04:12:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:23 smithi179 ceph-mon[110415]: pgmap v329: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-01T04:12:24.460 INFO:teuthology.orchestra.run.smithi062.stdout: 2 cleanup 602 sec 2023-12-01T04:12:25.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 603 sec 2023-12-01T04:12:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:25 smithi179 ceph-mon[110415]: pgmap v330: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-01T04:12:25.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:25 smithi062 ceph-mon[107722]: pgmap v330: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-01T04:12:26.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 604 sec 2023-12-01T04:12:27.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 605 sec 2023-12-01T04:12:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:27 smithi179 ceph-mon[110415]: pgmap v331: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-01T04:12:27.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:27 smithi062 ceph-mon[107722]: pgmap v331: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-01T04:12:28.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 606 sec 2023-12-01T04:12:29.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 607 sec 2023-12-01T04:12:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:29 smithi179 ceph-mon[110415]: pgmap v332: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-12-01T04:12:29.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:29 smithi062 ceph-mon[107722]: pgmap v332: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-12-01T04:12:30.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 608 sec 2023-12-01T04:12:31.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 609 sec 2023-12-01T04:12:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:31 smithi179 ceph-mon[110415]: pgmap v333: 97 pgs: 97 active+clean; 275 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-12-01T04:12:31.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:31 smithi062 ceph-mon[107722]: pgmap v333: 97 pgs: 97 active+clean; 275 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-12-01T04:12:32.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 610 sec 2023-12-01T04:12:33.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 611 sec 2023-12-01T04:12:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:33 smithi179 ceph-mon[110415]: pgmap v334: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.8 MiB/s wr, 229 op/s 2023-12-01T04:12:33.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:33 smithi062 ceph-mon[107722]: pgmap v334: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.8 MiB/s wr, 229 op/s 2023-12-01T04:12:33.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:34.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 612 sec 2023-12-01T04:12:35.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 613 sec 2023-12-01T04:12:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:35 smithi179 ceph-mon[110415]: pgmap v335: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.3 MiB/s wr, 133 op/s 2023-12-01T04:12:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:35 smithi062 ceph-mon[107722]: pgmap v335: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.3 MiB/s wr, 133 op/s 2023-12-01T04:12:36.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 614 sec 2023-12-01T04:12:37.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 615 sec 2023-12-01T04:12:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:37 smithi179 ceph-mon[110415]: pgmap v336: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 144 KiB/s wr, 42 op/s 2023-12-01T04:12:37.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:37 smithi062 ceph-mon[107722]: pgmap v336: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 144 KiB/s wr, 42 op/s 2023-12-01T04:12:38.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 616 sec 2023-12-01T04:12:39.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 617 sec 2023-12-01T04:12:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:39 smithi179 ceph-mon[110415]: pgmap v337: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 35 KiB/s wr, 35 op/s 2023-12-01T04:12:39.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:39 smithi062 ceph-mon[107722]: pgmap v337: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 35 KiB/s wr, 35 op/s 2023-12-01T04:12:40.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 618 sec 2023-12-01T04:12:41.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 619 sec 2023-12-01T04:12:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:41 smithi179 ceph-mon[110415]: pgmap v338: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 36 KiB/s wr, 35 op/s 2023-12-01T04:12:41.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:41 smithi062 ceph-mon[107722]: pgmap v338: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 36 KiB/s wr, 35 op/s 2023-12-01T04:12:42.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 620 sec 2023-12-01T04:12:43.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 621 sec 2023-12-01T04:12:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:43 smithi179 ceph-mon[110415]: pgmap v339: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 7 op/s 2023-12-01T04:12:43.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:43 smithi062 ceph-mon[107722]: pgmap v339: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 7 op/s 2023-12-01T04:12:44.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 622 sec 2023-12-01T04:12:45.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 623 sec 2023-12-01T04:12:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:45 smithi179 ceph-mon[110415]: pgmap v340: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 5.7 KiB/s wr, 3 op/s 2023-12-01T04:12:45.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:45 smithi062 ceph-mon[107722]: pgmap v340: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 5.7 KiB/s wr, 3 op/s 2023-12-01T04:12:46.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 624 sec 2023-12-01T04:12:47.460 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 625 sec 2023-12-01T04:12:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:47 smithi179 ceph-mon[110415]: pgmap v341: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:47.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:47 smithi062 ceph-mon[107722]: pgmap v341: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:48.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 626 sec 2023-12-01T04:12:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:49.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:12:49.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 627 sec 2023-12-01T04:12:50.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:49 smithi179 ceph-mon[110415]: pgmap v342: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:50.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:49 smithi062 ceph-mon[107722]: pgmap v342: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:50.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 628 sec 2023-12-01T04:12:51.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 629 sec 2023-12-01T04:12:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:51 smithi179 ceph-mon[110415]: pgmap v343: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:52.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:51 smithi062 ceph-mon[107722]: pgmap v343: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-01T04:12:52.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 630 sec 2023-12-01T04:12:53.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 631 sec 2023-12-01T04:12:54.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:53 smithi179 ceph-mon[110415]: pgmap v344: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 0 op/s 2023-12-01T04:12:54.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:53 smithi062 ceph-mon[107722]: pgmap v344: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 0 op/s 2023-12-01T04:12:54.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 632 sec 2023-12-01T04:12:55.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 633 sec 2023-12-01T04:12:56.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:55 smithi179 ceph-mon[110415]: pgmap v345: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 0 op/s 2023-12-01T04:12:56.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:55 smithi062 ceph-mon[107722]: pgmap v345: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 0 op/s 2023-12-01T04:12:56.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 634 sec 2023-12-01T04:12:57.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 635 sec 2023-12-01T04:12:58.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:57 smithi179 ceph-mon[110415]: pgmap v346: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:12:58.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:57 smithi062 ceph-mon[107722]: pgmap v346: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:12:58.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 636 sec 2023-12-01T04:12:59.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 637 sec 2023-12-01T04:13:00.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:12:59 smithi179 ceph-mon[110415]: pgmap v347: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:00.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:12:59 smithi062 ceph-mon[107722]: pgmap v347: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:00.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 638 sec 2023-12-01T04:13:01.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 639 sec 2023-12-01T04:13:02.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:01 smithi179 ceph-mon[110415]: pgmap v348: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:02.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:01 smithi062 ceph-mon[107722]: pgmap v348: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:02.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 640 sec 2023-12-01T04:13:03.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 641 sec 2023-12-01T04:13:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:03 smithi179 ceph-mon[110415]: pgmap v349: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:04.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:04.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:03 smithi062 ceph-mon[107722]: pgmap v349: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:04.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:04.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 642 sec 2023-12-01T04:13:05.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 643 sec 2023-12-01T04:13:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:05 smithi179 ceph-mon[110415]: pgmap v350: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:05.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:05 smithi062 ceph-mon[107722]: pgmap v350: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:06.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 644 sec 2023-12-01T04:13:07.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 645 sec 2023-12-01T04:13:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:07 smithi179 ceph-mon[110415]: pgmap v351: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:07.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:07 smithi062 ceph-mon[107722]: pgmap v351: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:08.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 646 sec 2023-12-01T04:13:09.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 647 sec 2023-12-01T04:13:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:09 smithi179 ceph-mon[110415]: pgmap v352: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:09.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:09 smithi062 ceph-mon[107722]: pgmap v352: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:10.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 648 sec 2023-12-01T04:13:11.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 649 sec 2023-12-01T04:13:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:11 smithi179 ceph-mon[110415]: pgmap v353: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:11.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:11 smithi062 ceph-mon[107722]: pgmap v353: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:12.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 650 sec 2023-12-01T04:13:13.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 651 sec 2023-12-01T04:13:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:13 smithi179 ceph-mon[110415]: pgmap v354: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:13.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:13 smithi062 ceph-mon[107722]: pgmap v354: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:14.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 652 sec 2023-12-01T04:13:15.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 653 sec 2023-12-01T04:13:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:15 smithi179 ceph-mon[110415]: pgmap v355: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:15.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:15 smithi062 ceph-mon[107722]: pgmap v355: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:16.461 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 654 sec 2023-12-01T04:13:17.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 655 sec 2023-12-01T04:13:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:17 smithi179 ceph-mon[110415]: pgmap v356: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:17.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:17 smithi062 ceph-mon[107722]: pgmap v356: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:18.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 656 sec 2023-12-01T04:13:18.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:18.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:19.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 657 sec 2023-12-01T04:13:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:19 smithi179 ceph-mon[110415]: pgmap v357: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:19.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:19 smithi062 ceph-mon[107722]: pgmap v357: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:20.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 658 sec 2023-12-01T04:13:21.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 659 sec 2023-12-01T04:13:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:21 smithi179 ceph-mon[110415]: pgmap v358: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:21.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:21 smithi062 ceph-mon[107722]: pgmap v358: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:22.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 660 sec 2023-12-01T04:13:23.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 661 sec 2023-12-01T04:13:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:23 smithi179 ceph-mon[110415]: pgmap v359: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:23.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:23 smithi062 ceph-mon[107722]: pgmap v359: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:24.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 662 sec 2023-12-01T04:13:25.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 663 sec 2023-12-01T04:13:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:25 smithi179 ceph-mon[110415]: pgmap v360: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:25 smithi062 ceph-mon[107722]: pgmap v360: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:26.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 664 sec 2023-12-01T04:13:27.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 665 sec 2023-12-01T04:13:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:27 smithi179 ceph-mon[110415]: pgmap v361: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:27.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:27 smithi062 ceph-mon[107722]: pgmap v361: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:13:28.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 666 sec 2023-12-01T04:13:29.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 667 sec 2023-12-01T04:13:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:29 smithi179 ceph-mon[110415]: pgmap v362: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:29.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:29 smithi062 ceph-mon[107722]: pgmap v362: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:30.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 668 sec 2023-12-01T04:13:31.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 669 sec 2023-12-01T04:13:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:31 smithi179 ceph-mon[110415]: pgmap v363: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:31.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:31 smithi062 ceph-mon[107722]: pgmap v363: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:32.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 670 sec 2023-12-01T04:13:33.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 671 sec 2023-12-01T04:13:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:33 smithi062 ceph-mon[107722]: pgmap v364: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:33.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:33 smithi179 ceph-mon[110415]: pgmap v364: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:34.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 672 sec 2023-12-01T04:13:35.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 673 sec 2023-12-01T04:13:36.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:35 smithi179 ceph-mon[110415]: pgmap v365: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:36.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:35 smithi062 ceph-mon[107722]: pgmap v365: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:36.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 674 sec 2023-12-01T04:13:37.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 675 sec 2023-12-01T04:13:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:37 smithi179 ceph-mon[110415]: pgmap v366: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:38.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:37 smithi062 ceph-mon[107722]: pgmap v366: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:13:38.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 676 sec 2023-12-01T04:13:39.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 677 sec 2023-12-01T04:13:40.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:39 smithi179 ceph-mon[110415]: pgmap v367: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:40.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:39 smithi062 ceph-mon[107722]: pgmap v367: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:40.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 678 sec 2023-12-01T04:13:41.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 679 sec 2023-12-01T04:13:42.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:41 smithi179 ceph-mon[110415]: pgmap v368: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:42.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:41 smithi062 ceph-mon[107722]: pgmap v368: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:42.462 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 680 sec 2023-12-01T04:13:43.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 681 sec 2023-12-01T04:13:44.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:43 smithi179 ceph-mon[110415]: pgmap v369: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:44.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:43 smithi062 ceph-mon[107722]: pgmap v369: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:44.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 682 sec 2023-12-01T04:13:45.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 683 sec 2023-12-01T04:13:47.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 684 sec 2023-12-01T04:13:47.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 685 sec 2023-12-01T04:13:54.598 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:13:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:13:54.276+0000 7f9e9f961700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:13:28.907917+0000 front 2023-12-01T04:13:34.208507+0000 (oldest deadline 2023-12-01T04:13:54.208017+0000) 2023-12-01T04:13:55.284 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:13:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:13:54.898+0000 7f4aa4c49700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:13:54.161319+0000 front 2023-12-01T04:13:30.157906+0000 (oldest deadline 2023-12-01T04:13:54.858051+0000) 2023-12-01T04:13:55.285 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:13:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:13:54.898+0000 7f4aa4c49700 -1 osd.5 77 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:13:51.260861+0000 front 2023-12-01T04:13:30.157934+0000 (oldest deadline 2023-12-01T04:13:54.858051+0000) 2023-12-01T04:13:55.341 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 686 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 687 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 688 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 689 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 690 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 691 sec 2023-12-01T04:13:55.342 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 692 sec 2023-12-01T04:13:55.463 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 693 sec 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: 0 cleanup 693 sec 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Operation Count AvgLat MaxLat 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: ---------------------------------------- 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: NTCreateX 145545 7.022 1773.622 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Close 106833 0.137 17.647 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Rename 6165 16.142 25833.428 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Unlink 29388 6.886 1737.945 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Qpathinfo 132040 2.825 111.902 2023-12-01T04:13:55.598 INFO:teuthology.orchestra.run.smithi062.stdout: Qfileinfo 23031 0.092 9.304 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: Qfsinfo 24181 1.464 46.527 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: Sfileinfo 11841 12.596 25690.127 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: Find 51031 5.220 156.834 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: WriteX 71910 11.591 25741.972 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: ReadX 228395 0.010 6.251 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: LockX 474 0.450 6.581 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: UnlockX 474 0.326 4.230 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: Flush 10184 0.002 0.045 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:13:55.599 INFO:teuthology.orchestra.run.smithi062.stdout:Throughput 7.56 MB/sec 5 clients 5 procs max_latency=25833.434 ms 2023-12-01T04:13:55.600 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:13:55 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:13:55.283+0000 7f9e9f961700 -1 osd.4 77 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:13:28.907917+0000 front 2023-12-01T04:13:34.208507+0000 (oldest deadline 2023-12-01T04:13:54.208017+0000) 2023-12-01T04:13:55.601 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v370: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v371: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v372: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v373: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v374: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: pgmap v375: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.2 reported failed by osd.5 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.3 reported failed by osd.5 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.3 reported failed by osd.4 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 24.000846 >= grace 20.000000) 2023-12-01T04:13:56.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.2 failure report canceled by osd.5 2023-12-01T04:13:56.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.3 failure report canceled by osd.5 2023-12-01T04:13:56.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:56 smithi062 ceph-mon[107722]: osd.3 failure report canceled by osd.4 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v370: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v371: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v372: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v373: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v374: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: pgmap v375: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.2 reported failed by osd.5 2023-12-01T04:13:56.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.3 reported failed by osd.5 2023-12-01T04:13:56.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.3 reported failed by osd.4 2023-12-01T04:13:56.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 24.000846 >= grace 20.000000) 2023-12-01T04:13:56.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.2 failure report canceled by osd.5 2023-12-01T04:13:56.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.3 failure report canceled by osd.5 2023-12-01T04:13:56.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:56 smithi179 ceph-mon[110415]: osd.3 failure report canceled by osd.4 2023-12-01T04:13:57.601 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T04:13:54.755+0000 7f5e46f31700 -1 osd.3 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: Monitor daemon marked osd.3 down, but it is still running 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: map e78 wrongly marked me down at e78 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: osdmap e78: 8 total, 7 up, 8 in 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: osd.3 marked itself dead as of e78 2023-12-01T04:13:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:57 smithi062 ceph-mon[107722]: pgmap v377: 97 pgs: 2 stale+active+clean+laggy, 14 stale+active+clean, 81 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: Monitor daemon marked osd.3 down, but it is still running 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: map e78 wrongly marked me down at e78 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: osdmap e78: 8 total, 7 up, 8 in 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: osd.3 marked itself dead as of e78 2023-12-01T04:13:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:57 smithi179 ceph-mon[110415]: pgmap v377: 97 pgs: 2 stale+active+clean+laggy, 14 stale+active+clean, 81 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:58.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:58 smithi062 ceph-mon[107722]: osdmap e79: 8 total, 7 up, 8 in 2023-12-01T04:13:58.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:58 smithi179 ceph-mon[110415]: osdmap e79: 8 total, 7 up, 8 in 2023-12-01T04:13:58.885 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-01T04:13:59.001 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-01T04:13:59.032 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-01T04:13:59.069 INFO:teuthology.orchestra.run.smithi062.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-01T04:13:59.069 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:13:59.069 INFO:teuthology.orchestra.run.smithi062.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-01T04:13:59.069 INFO:teuthology.orchestra.run.smithi062.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-01T04:13:59.170 INFO:teuthology.orchestra.run.smithi062.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-01T04:13:59.170 INFO:teuthology.orchestra.run.smithi062.stdout:releasing clients 2023-12-01T04:13:59.539 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:59 smithi062 ceph-mon[107722]: pgmap v379: 97 pgs: 2 stale+active+clean+laggy, 14 stale+active+clean, 81 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:59.539 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:13:59.539 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:13:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:13:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:59 smithi179 ceph-mon[110415]: pgmap v379: 97 pgs: 2 stale+active+clean+laggy, 14 stale+active+clean, 81 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-12-01T04:13:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:13:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:13:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:00.170 INFO:teuthology.orchestra.run.smithi062.stdout: 4 38 7.34 MB/sec warmup 1 sec latency 790.204 ms 2023-12-01T04:14:00.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:00 smithi062 ceph-mon[107722]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-01T04:14:00.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:00 smithi062 ceph-mon[107722]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T04:14:00.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:00 smithi062 ceph-mon[107722]: osdmap e80: 8 total, 8 up, 8 in 2023-12-01T04:14:00.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:00 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:14:00.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:00 smithi062 ceph-mon[107722]: osdmap e81: 8 total, 8 up, 8 in 2023-12-01T04:14:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:00 smithi179 ceph-mon[110415]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-01T04:14:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:00 smithi179 ceph-mon[110415]: osd.3 [v2:172.21.15.62:6826/156247003,v1:172.21.15.62:6827/156247003] boot 2023-12-01T04:14:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:00 smithi179 ceph-mon[110415]: osdmap e80: 8 total, 8 up, 8 in 2023-12-01T04:14:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:00 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T04:14:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:00 smithi179 ceph-mon[110415]: osdmap e81: 8 total, 8 up, 8 in 2023-12-01T04:14:01.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:01 smithi062 ceph-mon[107722]: pgmap v382: 97 pgs: 3 peering, 13 active+undersized+degraded, 2 stale+active+clean+laggy, 23 active+undersized, 56 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s wr, 1 op/s; 50/477 objects degraded (10.482%) 2023-12-01T04:14:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:01 smithi179 ceph-mon[110415]: pgmap v382: 97 pgs: 3 peering, 13 active+undersized+degraded, 2 stale+active+clean+laggy, 23 active+undersized, 56 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s wr, 1 op/s; 50/477 objects degraded (10.482%) 2023-12-01T04:14:02.176 INFO:teuthology.orchestra.run.smithi062.stdout: 5 289 18.47 MB/sec execute 1 sec latency 1054.028 ms 2023-12-01T04:14:02.391 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:14:02.391 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (18m) 12m ago 18m 7042k - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (17m) 8m ago 17m 7147k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (14m) 12m ago 14m 33.5M - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (13m) 8m ago 13m 17.5M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:9283 running (19m) 12m ago 19m 389M - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (12m) 8m ago 17m 512M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (19m) 12m ago 19m 91.3M 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (17m) 8m ago 17m 66.9M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (13m) 12m ago 13m 254M - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (13m) 8m ago 13m 92.4M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2023-12-01T04:14:02.392 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (11m) 8m ago 17m 26.6M - 1.3.1 1dbe0e931976 524befc6b150 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (16m) 12m ago 16m 512M 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (16m) 12m ago 16m 357M 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (16m) 12m ago 16m 229M 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (16m) 12m ago 16m 492M 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (15m) 8m ago 15m 1248M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (15m) 8m ago 15m 1550M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (15m) 8m ago 15m 1223M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (14m) 8m ago 14m 1988M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:14:02.393 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2023-12-01T04:14:02.455 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:02 smithi062 ceph-mon[107722]: Health check failed: Slow OSD heartbeats on back (longest 1921.947ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:02.455 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:02 smithi062 ceph-mon[107722]: Health check failed: Slow OSD heartbeats on front (longest 1921.855ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:02.455 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:02 smithi062 ceph-mon[107722]: Health check failed: Degraded data redundancy: 50/477 objects degraded (10.482%), 13 pgs degraded (PG_DEGRADED) 2023-12-01T04:14:02.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:02 smithi179 ceph-mon[110415]: Health check failed: Slow OSD heartbeats on back (longest 1921.947ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:02.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:02 smithi179 ceph-mon[110415]: Health check failed: Slow OSD heartbeats on front (longest 1921.855ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:02.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:02 smithi179 ceph-mon[110415]: Health check failed: Degraded data redundancy: 50/477 objects degraded (10.482%), 13 pgs degraded (PG_DEGRADED) 2023-12-01T04:14:03.172 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-01T04:14:03.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 410 18.85 MB/sec execute 2 sec latency 120.647 ms 2023-12-01T04:14:03.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:03 smithi062 ceph-mon[107722]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:14:03.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:03 smithi062 ceph-mon[107722]: pgmap v383: 97 pgs: 3 peering, 7 active+undersized+degraded, 1 active+recovering, 15 active+undersized, 71 active+clean; 259 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 524 KiB/s wr, 1 op/s; 30/489 objects degraded (6.135%); 0 B/s, 0 objects/s recovering 2023-12-01T04:14:03.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:03.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:03 smithi179 ceph-mon[110415]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:14:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:03 smithi179 ceph-mon[110415]: pgmap v383: 97 pgs: 3 peering, 7 active+undersized+degraded, 1 active+recovering, 15 active+undersized, 71 active+clean; 259 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 524 KiB/s wr, 1 op/s; 30/489 objects degraded (6.135%); 0 B/s, 0 objects/s recovering 2023-12-01T04:14:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:04.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 537 19.16 MB/sec execute 3 sec latency 120.502 ms 2023-12-01T04:14:05.177 INFO:teuthology.orchestra.run.smithi062.stdout: 5 737 17.87 MB/sec execute 4 sec latency 124.162 ms 2023-12-01T04:14:05.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:05 smithi062 ceph-mon[107722]: pgmap v384: 97 pgs: 3 peering, 1 active+recovering, 93 active+clean; 327 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 186 op/s; 12 B/s, 0 objects/s recovering 2023-12-01T04:14:05.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:05 smithi062 ceph-mon[107722]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/489 objects degraded (6.135%), 7 pgs degraded) 2023-12-01T04:14:05.643 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:14:05.644 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:14:05.645 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:14:05.645 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:14:05.645 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:14:05.645 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:14:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:05 smithi179 ceph-mon[110415]: pgmap v384: 97 pgs: 3 peering, 1 active+recovering, 93 active+clean; 327 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 186 op/s; 12 B/s, 0 objects/s recovering 2023-12-01T04:14:05.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:05 smithi179 ceph-mon[110415]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/489 objects degraded (6.135%), 7 pgs degraded) 2023-12-01T04:14:06.178 INFO:teuthology.orchestra.run.smithi062.stdout: 5 cleanup 5 sec 2023-12-01T04:14:06.194 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-01T04:14:06.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1841280591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:14:06.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:14:06.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:14:06.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:06 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1841280591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:14:06.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:06.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:06 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:07.178 INFO:teuthology.orchestra.run.smithi062.stdout: 2 cleanup 6 sec 2023-12-01T04:14:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: pgmap v385: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 178 op/s; 11 B/s, 0 objects/s recovering 2023-12-01T04:14:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: pgmap v386: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s wr, 200 op/s; 12 B/s, 0 objects/s recovering 2023-12-01T04:14:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:14:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-01T04:14:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:07 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:07.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: pgmap v385: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 178 op/s; 11 B/s, 0 objects/s recovering 2023-12-01T04:14:07.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: pgmap v386: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s wr, 200 op/s; 12 B/s, 0 objects/s recovering 2023-12-01T04:14:07.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:14:07.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-01T04:14:07.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:07.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:07 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:08.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 7 sec 2023-12-01T04:14:09.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 8 sec 2023-12-01T04:14:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:09 smithi179 ceph-mon[110415]: pgmap v387: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 175 op/s; 11 B/s, 0 objects/s recovering 2023-12-01T04:14:09.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:09 smithi062 ceph-mon[107722]: pgmap v387: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 175 op/s; 11 B/s, 0 objects/s recovering 2023-12-01T04:14:10.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 9 sec 2023-12-01T04:14:11.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 10 sec 2023-12-01T04:14:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:11 smithi179 ceph-mon[110415]: pgmap v388: 97 pgs: 97 active+clean; 300 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 239 op/s; 8 B/s, 0 objects/s recovering 2023-12-01T04:14:11.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:11 smithi062 ceph-mon[107722]: pgmap v388: 97 pgs: 97 active+clean; 300 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s wr, 239 op/s; 8 B/s, 0 objects/s recovering 2023-12-01T04:14:12.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 11 sec 2023-12-01T04:14:13.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 12 sec 2023-12-01T04:14:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:13 smithi179 ceph-mon[110415]: pgmap v389: 97 pgs: 97 active+clean; 285 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 11 MiB/s wr, 246 op/s; 8 B/s, 0 objects/s recovering 2023-12-01T04:14:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:13 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:13.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:13 smithi062 ceph-mon[107722]: pgmap v389: 97 pgs: 97 active+clean; 285 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 11 MiB/s wr, 246 op/s; 8 B/s, 0 objects/s recovering 2023-12-01T04:14:13.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:13 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:14.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 13 sec 2023-12-01T04:14:15.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 14 sec 2023-12-01T04:14:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:15 smithi179 ceph-mon[110415]: pgmap v390: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 124 op/s 2023-12-01T04:14:15.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:15 smithi062 ceph-mon[107722]: pgmap v390: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 124 op/s 2023-12-01T04:14:16.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 15 sec 2023-12-01T04:14:17.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 16 sec 2023-12-01T04:14:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:17 smithi179 ceph-mon[110415]: pgmap v391: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.0 MiB/s wr, 113 op/s 2023-12-01T04:14:17.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:17 smithi062 ceph-mon[107722]: pgmap v391: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.0 MiB/s wr, 113 op/s 2023-12-01T04:14:18.180 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 17 sec 2023-12-01T04:14:19.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 18 sec 2023-12-01T04:14:19.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:18 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:19.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:19.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:18 smithi179 ceph-mon[110415]: pgmap v392: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 MiB/s wr, 95 op/s 2023-12-01T04:14:19.350 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:18 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:19.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:19.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:18 smithi062 ceph-mon[107722]: pgmap v392: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 MiB/s wr, 95 op/s 2023-12-01T04:14:20.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 19 sec 2023-12-01T04:14:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:20 smithi179 ceph-mon[110415]: Health check update: Slow OSD heartbeats on back (longest 4320.018ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:20 smithi179 ceph-mon[110415]: Health check update: Slow OSD heartbeats on front (longest 3934.350ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:20.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:20 smithi062 ceph-mon[107722]: Health check update: Slow OSD heartbeats on back (longest 4320.018ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:20.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:20 smithi062 ceph-mon[107722]: Health check update: Slow OSD heartbeats on front (longest 3934.350ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:21.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 20 sec 2023-12-01T04:14:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:21 smithi179 ceph-mon[110415]: pgmap v393: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 MiB/s wr, 95 op/s 2023-12-01T04:14:21.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:21 smithi062 ceph-mon[107722]: pgmap v393: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 MiB/s wr, 95 op/s 2023-12-01T04:14:22.178 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 21 sec 2023-12-01T04:14:23.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 22 sec 2023-12-01T04:14:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:23 smithi179 ceph-mon[110415]: pgmap v394: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 87 KiB/s wr, 13 op/s 2023-12-01T04:14:23.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:23 smithi062 ceph-mon[107722]: pgmap v394: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 87 KiB/s wr, 13 op/s 2023-12-01T04:14:24.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 23 sec 2023-12-01T04:14:25.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 24 sec 2023-12-01T04:14:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:25 smithi179 ceph-mon[110415]: pgmap v395: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 18 KiB/s wr, 8 op/s 2023-12-01T04:14:25.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:25 smithi062 ceph-mon[107722]: pgmap v395: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 18 KiB/s wr, 8 op/s 2023-12-01T04:14:26.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 25 sec 2023-12-01T04:14:27.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 26 sec 2023-12-01T04:14:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:27 smithi179 ceph-mon[110415]: pgmap v396: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2023-12-01T04:14:27.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:27 smithi062 ceph-mon[107722]: pgmap v396: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2023-12-01T04:14:28.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 27 sec 2023-12-01T04:14:29.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 28 sec 2023-12-01T04:14:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:29 smithi179 ceph-mon[110415]: pgmap v397: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-01T04:14:29.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:29 smithi062 ceph-mon[107722]: pgmap v397: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-01T04:14:30.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 29 sec 2023-12-01T04:14:31.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 30 sec 2023-12-01T04:14:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:31 smithi179 ceph-mon[110415]: pgmap v398: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-01T04:14:31.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:31 smithi062 ceph-mon[107722]: pgmap v398: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-01T04:14:32.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 31 sec 2023-12-01T04:14:33.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 32 sec 2023-12-01T04:14:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:33 smithi179 ceph-mon[110415]: pgmap v399: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:14:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:33 smithi062 ceph-mon[107722]: pgmap v399: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:14:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:34.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 33 sec 2023-12-01T04:14:35.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 34 sec 2023-12-01T04:14:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:35 smithi179 ceph-mon[110415]: pgmap v400: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:14:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:35 smithi179 ceph-mon[110415]: Health check update: Slow OSD heartbeats on back (longest 4797.578ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:35 smithi179 ceph-mon[110415]: Health check update: Slow OSD heartbeats on front (longest 3945.743ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:35 smithi062 ceph-mon[107722]: pgmap v400: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-01T04:14:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:35 smithi062 ceph-mon[107722]: Health check update: Slow OSD heartbeats on back (longest 4797.578ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-01T04:14:35.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:35 smithi062 ceph-mon[107722]: Health check update: Slow OSD heartbeats on front (longest 3945.743ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-01T04:14:36.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 35 sec 2023-12-01T04:14:37.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 36 sec 2023-12-01T04:14:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:37 smithi179 ceph-mon[110415]: pgmap v401: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:37.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:37 smithi062 ceph-mon[107722]: pgmap v401: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:38.180 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 37 sec 2023-12-01T04:14:39.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 38 sec 2023-12-01T04:14:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:39 smithi179 ceph-mon[110415]: pgmap v402: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:39.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:39 smithi062 ceph-mon[107722]: pgmap v402: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:40.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 39 sec 2023-12-01T04:14:41.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 40 sec 2023-12-01T04:14:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:41 smithi179 ceph-mon[110415]: pgmap v403: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:41.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:41 smithi062 ceph-mon[107722]: pgmap v403: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:42.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 41 sec 2023-12-01T04:14:43.180 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 42 sec 2023-12-01T04:14:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:43 smithi179 ceph-mon[110415]: pgmap v404: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:14:43.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:43 smithi062 ceph-mon[107722]: pgmap v404: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:14:44.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 43 sec 2023-12-01T04:14:45.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 44 sec 2023-12-01T04:14:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:45 smithi179 ceph-mon[110415]: pgmap v405: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:45.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:45 smithi062 ceph-mon[107722]: pgmap v405: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:46.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 45 sec 2023-12-01T04:14:47.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 46 sec 2023-12-01T04:14:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:47 smithi179 ceph-mon[110415]: pgmap v406: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:47.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:47 smithi062 ceph-mon[107722]: pgmap v406: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:48.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 47 sec 2023-12-01T04:14:48.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:48.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:14:49.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 48 sec 2023-12-01T04:14:49.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:49 smithi179 ceph-mon[110415]: pgmap v407: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:49.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:49 smithi062 ceph-mon[107722]: pgmap v407: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:50.179 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 49 sec 2023-12-01T04:14:50.232 INFO:teuthology.orchestra.run.smithi062.stdout: 0 cleanup 49 sec 2023-12-01T04:14:50.232 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:14:50.233 INFO:teuthology.orchestra.run.smithi062.stdout: Operation Count AvgLat MaxLat 2023-12-01T04:14:50.233 INFO:teuthology.orchestra.run.smithi062.stdout: ---------------------------------------- 2023-12-01T04:14:50.234 INFO:teuthology.orchestra.run.smithi062.stdout: NTCreateX 536 22.193 172.145 2023-12-01T04:14:50.235 INFO:teuthology.orchestra.run.smithi062.stdout: Close 494 8.184 51.455 2023-12-01T04:14:50.235 INFO:teuthology.orchestra.run.smithi062.stdout: Rename 15 23.375 80.432 2023-12-01T04:14:50.235 INFO:teuthology.orchestra.run.smithi062.stdout: Unlink 39 7.511 86.875 2023-12-01T04:14:50.235 INFO:teuthology.orchestra.run.smithi062.stdout: Qpathinfo 122 4.896 86.358 2023-12-01T04:14:50.235 INFO:teuthology.orchestra.run.smithi062.stdout: Qfileinfo 324 12.802 41.608 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: Qfsinfo 86 3.569 40.102 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: Sfileinfo 75 13.973 57.512 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: Find 107 8.406 101.448 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: WriteX 1579 0.025 0.073 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: ReadX 388 0.020 1.338 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: Flush 108 13.367 28.136 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:14:50.236 INFO:teuthology.orchestra.run.smithi062.stdout:Throughput 17.8664 MB/sec 5 clients 5 procs max_latency=1054.028 ms 2023-12-01T04:14:50.238 DEBUG:teuthology.parallel:result is None 2023-12-01T04:14:51.100 INFO:teuthology.orchestra.run.smithi062.stdout:wait for servicemap items w/ changing names to refresh 2023-12-01T04:14:51.473 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'sleep 60' 2023-12-01T04:14:51.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:51 smithi062 ceph-mon[107722]: pgmap v408: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:51.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:51 smithi179 ceph-mon[110415]: pgmap v408: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:14:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:53 smithi179 ceph-mon[110415]: pgmap v409: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:14:53.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:53 smithi062 ceph-mon[107722]: pgmap v409: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: pgmap v410: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 175 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:55 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:14:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:14:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: pgmap v410: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 175 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-01T04:14:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:55.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:55 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:14:56.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:56 smithi179 ceph-mon[110415]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-01T04:14:56.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:56 smithi062 ceph-mon[107722]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-01T04:14:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:57 smithi179 ceph-mon[110415]: pgmap v411: 97 pgs: 97 active+clean; 252 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-01T04:14:57.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:57 smithi062 ceph-mon[107722]: pgmap v411: 97 pgs: 97 active+clean; 252 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-01T04:14:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:14:59 smithi179 ceph-mon[110415]: pgmap v412: 97 pgs: 97 active+clean; 252 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-01T04:14:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:14:59 smithi062 ceph-mon[107722]: pgmap v412: 97 pgs: 97 active+clean; 252 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-01T04:15:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:01 smithi179 ceph-mon[110415]: pgmap v413: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-12-01T04:15:01.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:01 smithi062 ceph-mon[107722]: pgmap v413: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-12-01T04:15:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:03 smithi179 ceph-mon[110415]: pgmap v414: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-12-01T04:15:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:03 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:03.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:03 smithi062 ceph-mon[107722]: pgmap v414: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-12-01T04:15:03.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:03 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:03.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:05.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:05 smithi179 ceph-mon[110415]: pgmap v415: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-12-01T04:15:05.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:05 smithi062 ceph-mon[107722]: pgmap v415: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-12-01T04:15:07.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:07 smithi179 ceph-mon[110415]: pgmap v416: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-01T04:15:07.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:07 smithi062 ceph-mon[107722]: pgmap v416: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-01T04:15:09.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:09 smithi179 ceph-mon[110415]: pgmap v417: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-12-01T04:15:09.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:09 smithi062 ceph-mon[107722]: pgmap v417: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-12-01T04:15:11.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:11 smithi179 ceph-mon[110415]: pgmap v418: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-12-01T04:15:11.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:11 smithi062 ceph-mon[107722]: pgmap v418: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-12-01T04:15:13.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:13 smithi179 ceph-mon[110415]: pgmap v419: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:13.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:13 smithi062 ceph-mon[107722]: pgmap v419: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:15 smithi179 ceph-mon[110415]: pgmap v420: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:15.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:15 smithi062 ceph-mon[107722]: pgmap v420: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:17 smithi179 ceph-mon[110415]: pgmap v421: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:17.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:17 smithi062 ceph-mon[107722]: pgmap v421: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:18 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:18.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:18 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:19.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:19 smithi179 ceph-mon[110415]: pgmap v422: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:19.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:19 smithi062 ceph-mon[107722]: pgmap v422: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:21 smithi179 ceph-mon[110415]: pgmap v423: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:21.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:21 smithi062 ceph-mon[107722]: pgmap v423: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:23 smithi179 ceph-mon[110415]: pgmap v424: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:23.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:23 smithi062 ceph-mon[107722]: pgmap v424: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:25 smithi179 ceph-mon[110415]: pgmap v425: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:25.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:25 smithi062 ceph-mon[107722]: pgmap v425: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:27 smithi179 ceph-mon[110415]: pgmap v426: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:27.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:27 smithi062 ceph-mon[107722]: pgmap v426: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:29 smithi179 ceph-mon[110415]: pgmap v427: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:29.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:29 smithi062 ceph-mon[107722]: pgmap v427: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:31.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:31 smithi179 ceph-mon[110415]: pgmap v428: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:31.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:31 smithi062 ceph-mon[107722]: pgmap v428: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:33 smithi179 ceph-mon[110415]: pgmap v429: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:33 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:33 smithi062 ceph-mon[107722]: pgmap v429: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:33.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:33 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:35 smithi179 ceph-mon[110415]: pgmap v430: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:35 smithi179 ceph-mon[110415]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 4797.578ms)) 2023-12-01T04:15:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:35 smithi179 ceph-mon[110415]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 3945.743ms)) 2023-12-01T04:15:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:35 smithi062 ceph-mon[107722]: pgmap v430: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:35 smithi062 ceph-mon[107722]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 4797.578ms)) 2023-12-01T04:15:35.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:35 smithi062 ceph-mon[107722]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 3945.743ms)) 2023-12-01T04:15:37.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:37 smithi179 ceph-mon[110415]: pgmap v431: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:37.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:37 smithi062 ceph-mon[107722]: pgmap v431: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:39 smithi179 ceph-mon[110415]: pgmap v432: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:39.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:39 smithi062 ceph-mon[107722]: pgmap v432: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:41 smithi179 ceph-mon[110415]: pgmap v433: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:41.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:41 smithi062 ceph-mon[107722]: pgmap v433: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:43.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:43 smithi179 ceph-mon[110415]: pgmap v434: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:43.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:43 smithi062 ceph-mon[107722]: pgmap v434: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:45.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:45 smithi179 ceph-mon[110415]: pgmap v435: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:45.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:45 smithi062 ceph-mon[107722]: pgmap v435: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:47.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:47 smithi179 ceph-mon[110415]: pgmap v436: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:47.851 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:47 smithi062 ceph-mon[107722]: pgmap v436: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:49.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:48 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:49.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:48 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:49.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:48 smithi179 ceph-mon[110415]: pgmap v437: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:49.350 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:48 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:49.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:48 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:15:49.351 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:48 smithi062 ceph-mon[107722]: pgmap v437: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:51.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:51 smithi179 ceph-mon[110415]: pgmap v438: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:51.852 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:51 smithi062 ceph-mon[107722]: pgmap v438: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:53.657 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-01T04:15:53.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:53 smithi179 ceph-mon[110415]: pgmap v439: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:53.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:53 smithi062 ceph-mon[107722]: pgmap v439: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:15:54.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:54 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:15:54.851 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:54 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T04:15:55.123 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (13m) 60s ago 20m - - 0.23.0 ba2b418f427c 8712c2e0218d 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e f4100988de48 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi179 smithi179 running (19m) 9m ago 19m 7147k - 17.2.0 e1d6a67b021e ad6bf61b7b1d 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (13m) 60s ago 19m - - 8.3.5 dad864ee21e9 16a99487a8cf 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.caeilu smithi062 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e 030ec8604e46 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi179.ujpzpg smithi179 running (15m) 9m ago 15m 17.5M - 17.2.0 e1d6a67b021e 26e863bf4551 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.leevxb smithi062 *:8443,9283,8765 running (21m) 60s ago 21m - - 17.2.0 e1d6a67b021e 9d34f87642eb 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi179.zdxcxm smithi179 *:8443,9283 running (14m) 9m ago 19m 512M - 18.0.0-7673-gb5f2d389 ad35153e00f8 d0d1e424a53f 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (21m) 60s ago 21m - 2048M 17.2.0 e1d6a67b021e 4dbb4acc1169 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi179 smithi179 running (19m) 9m ago 19m 66.9M 2048M 17.2.0 e1d6a67b021e b894be235cdc 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.tsshcd smithi062 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e 0edc27c38391 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi179.ddxkhc smithi179 *:2049 running (15m) 9m ago 15m 92.4M - 4.0 e1d6a67b021e 32820de3be2d 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (13m) 60s ago 19m - - 1.3.1 1dbe0e931976 1421b2c98083 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi179 smithi179 *:9100 running (13m) 9m ago 19m 26.6M - 1.3.1 1dbe0e931976 524befc6b150 2023-12-01T04:15:55.124 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 16a5c2bf72cd 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 3dc097b1be55 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 29c350235d0d 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (17m) 60s ago 17m - 1944M 17.2.0 e1d6a67b021e 1e47734267cf 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi179 running (17m) 9m ago 17m 1248M 2712M 17.2.0 e1d6a67b021e 5e4b794cc45e 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi179 running (17m) 9m ago 17m 1550M 2712M 17.2.0 e1d6a67b021e c91c99de8ee9 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi179 running (17m) 9m ago 17m 1223M 2712M 17.2.0 e1d6a67b021e c511d153a052 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi179 running (16m) 9m ago 16m 1988M 2712M 17.2.0 e1d6a67b021e e0a3242e35b3 2023-12-01T04:15:55.125 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (13m) 60s ago 19m - - 2.33.4 514e6a882f6e 09d81549fe83 2023-12-01T04:15:55.600 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade status' 2023-12-01T04:15:55.792 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:55 smithi062 ceph-mon[107722]: pgmap v440: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:55.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:55 smithi179 ceph-mon[110415]: pgmap v440: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:56.837 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:56 smithi062 ceph-mon[107722]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:15:56.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:56 smithi179 ceph-mon[110415]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed.", 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": true 2023-12-01T04:15:57.462 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:15:57.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:57 smithi179 ceph-mon[110415]: pgmap v441: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:57.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:57 smithi062 ceph-mon[107722]: pgmap v441: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:58.081 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph health detail' 2023-12-01T04:15:58.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:58 smithi062 ceph-mon[107722]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:15:58.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:58 smithi179 ceph-mon[110415]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: pgmap v442: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:15:59 smithi062 ceph-mon[107722]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi062.leevxb on host smithi062 failed. 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrade daemon: mgr.smithi062.leevxb: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi062.leevxb ... 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-01T04:15:59.793 INFO:teuthology.orchestra.run.smithi062.stdout:Traceback (most recent call last): 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: "__main__", mod_spec) 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: exec(code, run_globals) 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-01T04:15:59.794 INFO:teuthology.orchestra.run.smithi062.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-01T04:15:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: pgmap v442: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:15:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T04:15:59.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T04:15:59.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:15:59.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:15:59 smithi179 ceph-mon[110415]: from='mgr.24413 ' entity='mgr.smithi179.zdxcxm' 2023-12-01T04:16:00.188 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-01T04:16:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:00 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/1545831244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:16:00.850 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:00 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/1545831244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-01T04:16:01.670 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2023-12-01T04:16:01.671 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-01T04:16:01.672 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-01T04:16:01.672 INFO:teuthology.orchestra.run.smithi062.stdout: } 2023-12-01T04:16:01.672 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-12-01T04:16:01.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:01 smithi062 ceph-mon[107722]: pgmap v443: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:16:01.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:01 smithi179 ceph-mon[110415]: pgmap v443: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-01T04:16:02.052 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-01T04:16:02.683 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:02 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/18188005' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:16:02.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:02 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/18188005' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:16:03.551 INFO:teuthology.orchestra.run.smithi062.stdout:false 2023-12-01T04:16:03.827 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:03 smithi062 ceph-mon[107722]: pgmap v444: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:16:03.827 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:03 smithi062 ceph-mon[107722]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:16:03.827 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:03 smithi062 ceph-mon[107722]: from='client.? 172.21.15.62:0/251206863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:16:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:03 smithi179 ceph-mon[110415]: pgmap v444: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-01T04:16:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:03 smithi179 ceph-mon[110415]: from='mgr.24413 172.21.15.179:0/1875130986' entity='mgr.smithi179.zdxcxm' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-01T04:16:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:03 smithi179 ceph-mon[110415]: from='client.? 172.21.15.62:0/251206863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-01T04:16:03.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:16:03.911 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 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 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-01T04:16:04.004 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3441566a738e4997b10fb836532a1d34 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 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 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-01T04:16:04.007 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T04:16:04.026 INFO:tasks.cephadm:Teardown begin 2023-12-01T04:16:04.027 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T04:16:04.066 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T04:16:04.103 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-01T04:16:04.104 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T04:16:04.125 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T04:16:04.165 INFO:tasks.cephadm:Stopping all daemons... 2023-12-01T04:16:04.165 INFO:tasks.cephadm.mon.smithi062:Stopping mon.smithi062... 2023-12-01T04:16:04.166 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062 2023-12-01T04:16:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:04 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:04 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T04:16:04.276+0000 7f991bc56700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:04.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Dec 01 04:16:04 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi062[107699]: 2023-12-01T04:16:04.276+0000 7f991bc56700 -1 mon.smithi062@0(leader) e2 *** Got Signal Terminated *** 2023-12-01T04:16:04.796 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi062.service' 2023-12-01T04:16:04.845 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:04.845 INFO:tasks.cephadm.mon.smithi062:Stopped mon.smithi062 2023-12-01T04:16:04.845 INFO:tasks.cephadm.mon.smithi179:Stopping mon.smithi179... 2023-12-01T04:16:04.846 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi179 2023-12-01T04:16:05.134 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:04 smithi179 systemd[1]: Stopping Ceph mon.smithi179 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:05.135 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:04 smithi179 bash[135595]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon.smithi179" found: no such container 2023-12-01T04:16:05.135 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:04 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi179[110377]: 2023-12-01T04:16:04.997+0000 7fef68305700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi179 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:05.135 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Dec 01 04:16:04 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-mon-smithi179[110377]: 2023-12-01T04:16:04.997+0000 7fef68305700 -1 mon.smithi179@1(peon) e2 *** Got Signal Terminated *** 2023-12-01T04:16:05.281 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@mon.smithi179.service' 2023-12-01T04:16:05.334 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:05.334 INFO:tasks.cephadm.mon.smithi179:Stopped mon.smithi179 2023-12-01T04:16:05.334 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-01T04:16:05.334 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.0 2023-12-01T04:16:05.851 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:05 smithi062 systemd[1]: Stopping Ceph osd.0 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:05.851 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:05 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T04:16:05.470+0000 7fdb0b07e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:05.851 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:05 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T04:16:05.470+0000 7fdb0b07e700 -1 osd.0 81 *** Got signal Terminated *** 2023-12-01T04:16:05.851 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:05 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0[120505]: 2023-12-01T04:16:05.470+0000 7fdb0b07e700 -1 osd.0 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:11.530 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:11 smithi062 bash[158143]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-0 2023-12-01T04:16:11.530 INFO:journalctl@ceph.osd.0.smithi062.stdout:Dec 01 04:16:11 smithi062 bash[158223]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-01T04:16:12.300 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.0.service' 2023-12-01T04:16:12.342 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:12.342 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-01T04:16:12.343 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-01T04:16:12.343 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.1 2023-12-01T04:16:12.601 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:12 smithi062 systemd[1]: Stopping Ceph osd.1 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:12.601 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:12 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T04:16:12.487+0000 7f04a0407700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:12.601 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:12 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T04:16:12.487+0000 7f04a0407700 -1 osd.1 81 *** Got signal Terminated *** 2023-12-01T04:16:12.601 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:12 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1[123850]: 2023-12-01T04:16:12.487+0000 7f04a0407700 -1 osd.1 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:18.353 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:18 smithi062 bash[158403]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-1 2023-12-01T04:16:18.354 INFO:journalctl@ceph.osd.1.smithi062.stdout:Dec 01 04:16:18 smithi062 bash[158446]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-01T04:16:19.147 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.1.service' 2023-12-01T04:16:19.189 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:19.189 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-01T04:16:19.189 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-01T04:16:19.190 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.2 2023-12-01T04:16:19.601 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:19 smithi062 systemd[1]: Stopping Ceph osd.2 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:19.601 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:19 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:16:19.336+0000 7f0e06a18700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:19.601 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:19 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:16:19.336+0000 7f0e06a18700 -1 osd.2 81 *** Got signal Terminated *** 2023-12-01T04:16:19.602 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:19 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2[128415]: 2023-12-01T04:16:19.336+0000 7f0e06a18700 -1 osd.2 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:25.311 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:24 smithi062 bash[158628]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-2 2023-12-01T04:16:25.311 INFO:journalctl@ceph.osd.2.smithi062.stdout:Dec 01 04:16:24 smithi062 bash[158671]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-01T04:16:26.071 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.2.service' 2023-12-01T04:16:26.112 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:26.112 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-01T04:16:26.112 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-01T04:16:26.112 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.3 2023-12-01T04:16:26.351 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:26 smithi062 systemd[1]: Stopping Ceph osd.3 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:26.352 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:26 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T04:16:26.248+0000 7f5e4f5a0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:26.352 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:26 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T04:16:26.248+0000 7f5e4f5a0700 -1 osd.3 81 *** Got signal Terminated *** 2023-12-01T04:16:26.352 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:26 smithi062 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3[132761]: 2023-12-01T04:16:26.248+0000 7f5e4f5a0700 -1 osd.3 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:32.289 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:31 smithi062 bash[158851]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-3 2023-12-01T04:16:32.290 INFO:journalctl@ceph.osd.3.smithi062.stdout:Dec 01 04:16:32 smithi062 bash[158932]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-01T04:16:33.045 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.3.service' 2023-12-01T04:16:33.086 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:33.086 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-01T04:16:33.087 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-01T04:16:33.087 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.4 2023-12-01T04:16:33.097 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:32 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:32.776+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:33.597 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 systemd[1]: Stopping Ceph osd.4 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:33.598 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 bash[135785]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-01T04:16:33.598 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:33.231+0000 7f9ea47c9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:33.598 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:33.231+0000 7f9ea47c9700 -1 osd.4 81 *** Got signal Terminated *** 2023-12-01T04:16:33.598 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:33.231+0000 7f9ea47c9700 -1 osd.4 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:34.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:33.778+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:34.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:33 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:33.848+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:35.097 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:34 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:34.817+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:35.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:34 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:34.963+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:35.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:34 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:34.852+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:35.830 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:35 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:35.529+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:36.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:35 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:35.943+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:36.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:35 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:35.829+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:36.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:35 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:35.895+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:36.847 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:36 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:36.571+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:37.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:36 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:36.863+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:37.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:36 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:36.927+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:37.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:36 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:36.870+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:37.817 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:37 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:37.532+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:38.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:37 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4[115235]: 2023-12-01T04:16:37.817+0000 7f9e9f961700 -1 osd.4 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:07.030861+0000 front 2023-12-01T04:16:07.030772+0000 (oldest deadline 2023-12-01T04:16:32.330581+0000) 2023-12-01T04:16:38.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:37 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:37.936+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:38.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:37 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:37.874+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:38.818 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:38.538+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:38.818 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:38.538+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:39.097 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:38 smithi179 bash[135797]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-4 2023-12-01T04:16:39.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Dec 01 04:16:38 smithi179 bash[135849]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-01T04:16:39.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:38.896+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:39.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:38 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:38.935+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:39.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:39 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:39.519+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:39.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:39 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:39.519+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:39.885 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.4.service' 2023-12-01T04:16:39.965 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:39.965 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-01T04:16:39.966 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-01T04:16:39.966 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.5 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:39 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:39.928+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:39 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:39.928+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:39 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:39.909+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 systemd[1]: Stopping Ceph osd.5 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 bash[136027]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-01T04:16:40.132 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:40.130+0000 7f4aabab5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:40.133 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:40.130+0000 7f4aabab5700 -1 osd.5 81 *** Got signal Terminated *** 2023-12-01T04:16:40.133 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:40.130+0000 7f4aabab5700 -1 osd.5 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:40.847 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:40.542+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:40.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:40.542+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:41.347 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:40.940+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:41.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:40.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:41.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:40 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:40.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:41.847 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:41 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:41.587+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:41.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:41 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:41.587+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:42.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:41 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:41.956+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:42.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:41 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:41.950+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:42.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:41 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:41.950+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:42.909 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:42.602+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:42.910 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:42.602+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:43.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:42.984+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:43.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:42.984+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:16.882591+0000 front 2023-12-01T04:16:16.882516+0000 (oldest deadline 2023-12-01T04:16:42.782566+0000) 2023-12-01T04:16:43.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:42.908+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:43.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:42 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:42.908+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:43.908 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:43.631+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:43.908 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:43.631+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:44.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:43.985+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:44.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:43.985+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:16.882591+0000 front 2023-12-01T04:16:16.882516+0000 (oldest deadline 2023-12-01T04:16:42.782566+0000) 2023-12-01T04:16:44.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:43.906+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:44.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:43 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:43.906+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:45.022 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:44 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:44.871+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:45.023 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:44 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:44.871+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:45.023 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:44 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:44.674+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:45.023 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:44 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:44.674+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:45.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:45.021+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.181497+0000 front 2023-12-01T04:16:08.181420+0000 (oldest deadline 2023-12-01T04:16:34.081396+0000) 2023-12-01T04:16:45.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5[118683]: 2023-12-01T04:16:45.021+0000 7f4aa4c49700 -1 osd.5 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:16.882591+0000 front 2023-12-01T04:16:16.882516+0000 (oldest deadline 2023-12-01T04:16:42.782566+0000) 2023-12-01T04:16:45.891 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:45 smithi179 bash[136039]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-5 2023-12-01T04:16:45.891 INFO:journalctl@ceph.osd.5.smithi179.stdout:Dec 01 04:16:45 smithi179 bash[136083]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-01T04:16:45.891 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:45.638+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:45.891 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:45.638+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:46.156 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:45.897+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:46.156 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:45 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:45.898+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:46.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:46 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:46.647+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:46.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:46 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:46.647+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:46.848 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:46 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:46.647+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:46.876 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.5.service' 2023-12-01T04:16:46.915 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:46.915 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-01T04:16:46.915 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-01T04:16:46.915 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.6 2023-12-01T04:16:47.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:46 smithi179 systemd[1]: Stopping Ceph osd.6 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:47.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 bash[136263]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-01T04:16:47.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.070+0000 7fe13eaf7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:47.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.070+0000 7fe13eaf7700 -1 osd.6 81 *** Got signal Terminated *** 2023-12-01T04:16:47.348 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.070+0000 7fe13eaf7700 -1 osd.6 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:47.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:46 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:46.852+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:47.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:46 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:46.852+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:48.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.628+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:48.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.628+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:48.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:47.628+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:48.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:47.808+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:48.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:47 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:47.808+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:49.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:48.607+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:49.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:48.607+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:49.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:48.607+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:49.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:48.822+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:49.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:48.822+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:49.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:48 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:48.822+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:50.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:49.631+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:50.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:49.631+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:50.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:49.631+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:50.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:49.856+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:50.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:49.856+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:50.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:49 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:49.856+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:51.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:50.654+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:51.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:50.654+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:51.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:50.654+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:51.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:50.822+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:51.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:50.823+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:51.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:50 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:50.823+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:52.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:51.650+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:09.875986+0000 front 2023-12-01T04:16:09.875810+0000 (oldest deadline 2023-12-01T04:16:35.175779+0000) 2023-12-01T04:16:52.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:51.650+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:15.176421+0000 front 2023-12-01T04:16:15.176373+0000 (oldest deadline 2023-12-01T04:16:38.076203+0000) 2023-12-01T04:16:52.098 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6[122234]: 2023-12-01T04:16:51.650+0000 7fe139c8f700 -1 osd.6 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:20.977188+0000 front 2023-12-01T04:16:20.977322+0000 (oldest deadline 2023-12-01T04:16:45.677179+0000) 2023-12-01T04:16:52.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:51.845+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:52.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:51.845+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:52.099 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:51 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:51.845+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:52.947 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:52 smithi179 bash[136275]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-6 2023-12-01T04:16:52.947 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:52 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:52.864+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:52.947 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:52 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:52.864+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:52.947 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:52 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:52.864+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:52.947 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:52 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:52.864+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:53.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Dec 01 04:16:52 smithi179 bash[136354]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-01T04:16:53.867 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.6.service' 2023-12-01T04:16:53.907 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:16:53.907 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-01T04:16:53.908 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-01T04:16:53.908 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.7 2023-12-01T04:16:54.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:53 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:53.873+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:54.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:53 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:53.873+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:54.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:53 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:53.873+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:54.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:53 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:53.873+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:54.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:53 smithi179 systemd[1]: Stopping Ceph osd.7 for 4ab9c040-8ffd-11ee-95a2-87774f69a715... 2023-12-01T04:16:54.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 bash[136530]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-01T04:16:54.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.081+0000 7f8a1b076700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-01T04:16:54.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.081+0000 7f8a1b076700 -1 osd.7 81 *** Got signal Terminated *** 2023-12-01T04:16:54.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.081+0000 7f8a1b076700 -1 osd.7 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-01T04:16:55.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.918+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:55.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.918+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:55.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.918+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:55.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:54 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:54.918+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:56.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:55 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:55.934+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:56.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:55 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:55.934+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:56.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:55 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:55.934+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:56.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:55 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:55.934+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:57.347 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:56.925+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:57.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:56.925+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:57.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:56.925+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:57.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:56 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:56.925+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:58.347 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:57 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:57.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:58.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:57 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:57.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:58.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:57 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:57.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:58.348 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:57 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:57.955+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:16:59.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:58 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:58.924+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2023-12-01T04:16:08.233507+0000 front 2023-12-01T04:16:08.233557+0000 (oldest deadline 2023-12-01T04:16:33.533648+0000) 2023-12-01T04:16:59.349 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:58 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:58.924+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2023-12-01T04:16:13.534318+0000 front 2023-12-01T04:16:13.534243+0000 (oldest deadline 2023-12-01T04:16:39.434244+0000) 2023-12-01T04:16:59.350 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:58 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:58.924+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2023-12-01T04:16:23.435801+0000 front 2023-12-01T04:16:23.435747+0000 (oldest deadline 2023-12-01T04:16:48.135722+0000) 2023-12-01T04:16:59.350 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:58 smithi179 ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7[125723]: 2023-12-01T04:16:58.924+0000 7f8a18212700 -1 osd.7 81 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2023-12-01T04:16:28.136201+0000 front 2023-12-01T04:16:28.136247+0000 (oldest deadline 2023-12-01T04:16:52.836192+0000) 2023-12-01T04:17:00.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:59 smithi179 bash[136542]: ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd-7 2023-12-01T04:17:00.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Dec 01 04:16:59 smithi179 bash[136585]: Error: no container with name or ID "ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-01T04:17:00.916 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4ab9c040-8ffd-11ee-95a2-87774f69a715@osd.7.service' 2023-12-01T04:17:00.955 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:17:00.955 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-01T04:17:00.956 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T04:17:19.765 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T04:17:34.489 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T04:17:34.528 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T04:17:34.560 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T04:17:34.562 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi062/crash 2023-12-01T04:17:34.563 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash -- . 2023-12-01T04:17:34.656 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T04:17:34.657 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2023-12-01T04:17:34.658 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi179/crash 2023-12-01T04:17:34.659 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash -- . 2023-12-01T04:17:34.700 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T04:17:34.700 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2023-12-01T04:17:34.701 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T04:17:34.701 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T04:17:34.732 INFO:teuthology.orchestra.run.smithi062.stderr:grep: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T04:17:34.734 INFO:tasks.cephadm:Compressing logs... 2023-12-01T04:17:34.734 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T04:17:34.777 DEBUG:teuthology.orchestra.run.smithi179:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T04:17:34.804 INFO:teuthology.orchestra.run.smithi179.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:: No such file or directory 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi179.log 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-01T04:17:34.805 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi179.log: gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi179.ujpzpg.log 2023-12-01T04:17:34.807 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi179.ujpzpg.log: 60.2% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi179.ujpzpg.log.gz 2023-12-01T04:17:34.807 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi179.zdxcxm.log 2023-12-01T04:17:34.807 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’gzip -5 : No such file or directory--verbose 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:-- /var/log/ceph/cephadm.log 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose /var/log/ceph/cephadm.log: -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi062.leevxb.log 2023-12-01T04:17:34.808 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-01T04:17:34.809 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-01T04:17:34.811 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi062.leevxb.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.0.log: 90.9% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T04:17:34.811 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi062.caeilu.log 2023-12-01T04:17:34.812 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-01T04:17:34.812 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi062.caeilu.log: 80.1% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi062.caeilu.log.gz 2023-12-01T04:17:34.812 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi062.log 2023-12-01T04:17:34.814 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi179.zdxcxm.log: /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.4.log: 91.0% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T04:17:34.814 INFO:teuthology.orchestra.run.smithi179.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T04:17:34.814 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-01T04:17:34.822 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi062.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T04:17:34.904 INFO:teuthology.orchestra.run.smithi062.stderr: 88.5% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi062.leevxb.log.gz 2023-12-01T04:17:34.951 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.5.log: 90.1% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mgr.smithi179.zdxcxm.log.gz 2023-12-01T04:17:35.200 INFO:teuthology.orchestra.run.smithi179.stderr: 92.3% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi179.log.gz 2023-12-01T04:17:36.306 INFO:teuthology.orchestra.run.smithi062.stderr: 91.6% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-mon.smithi062.log.gz 2023-12-01T04:17:43.369 INFO:teuthology.orchestra.run.smithi062.stderr: 94.5% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-01T04:17:44.557 INFO:teuthology.orchestra.run.smithi179.stderr: 94.0% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-01T04:17:45.364 INFO:teuthology.orchestra.run.smithi179.stderr: 94.3% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-01T04:17:46.207 INFO:teuthology.orchestra.run.smithi062.stderr: 94.1% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-01T04:17:47.062 INFO:teuthology.orchestra.run.smithi062.stderr: 94.1% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-01T04:17:48.110 INFO:teuthology.orchestra.run.smithi062.stderr: 94.3% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-01T04:17:48.111 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-12-01T04:17:48.111 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m13.316s 2023-12-01T04:17:48.111 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m45.381s 2023-12-01T04:17:48.111 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m1.703s 2023-12-01T04:17:48.670 INFO:teuthology.orchestra.run.smithi179.stderr: 94.3% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-01T04:17:51.739 INFO:teuthology.orchestra.run.smithi179.stderr: 94.2% -- replaced with /var/log/ceph/4ab9c040-8ffd-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-01T04:17:51.741 INFO:teuthology.orchestra.run.smithi179.stderr: 2023-12-01T04:17:51.741 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m16.947s 2023-12-01T04:17:51.741 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m49.571s 2023-12-01T04:17:51.741 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m2.022s 2023-12-01T04:17:51.742 INFO:tasks.cephadm:Archiving logs... 2023-12-01T04:17:51.742 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi062/log 2023-12-01T04:17:51.743 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T04:17:57.893 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi179/log 2023-12-01T04:17:57.895 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T04:18:04.976 INFO:tasks.cephadm:Removing cluster... 2023-12-01T04:18:04.976 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 --force 2023-12-01T04:18:05.364 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4ab9c040-8ffd-11ee-95a2-87774f69a715 --force 2023-12-01T04:18:05.749 INFO:tasks.cephadm:Removing cephadm ... 2023-12-01T04:18:05.749 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T04:18:05.770 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T04:18:05.788 INFO:tasks.cephadm:Teardown complete 2023-12-01T04:18:05.788 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T04:18:05.799 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T04:18:05.800 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:18:05.813 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:18:05.828 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-12-01T04:18:05.832 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:18:05.833 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-12-01T04:18:05.833 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 19 +1619us[+1633us] +/- 97ms 2023-12-01T04:18:05.833 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -285us[ -271us] +/- 61ms 2023-12-01T04:18:05.833 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 -956us[ -942us] +/- 91ms 2023-12-01T04:18:05.833 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:18:05.844 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2023-12-01T04:18:05.848 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:18:05.848 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2023-12-01T04:18:05.848 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 +1603us[+1643us] +/- 97ms 2023-12-01T04:18:05.848 INFO:teuthology.orchestra.run.smithi179.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -324us[ -284us] +/- 61ms 2023-12-01T04:18:05.849 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 -965us[ -925us] +/- 91ms 2023-12-01T04:18:05.849 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:18:05.850 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T04:18:05.860 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T04:18:05.860 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T04:18:05.877 DEBUG:teuthology.orchestra.run.smithi062:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T04:18:05.976 DEBUG:teuthology.orchestra.run.smithi179:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T04:18:06.069 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T04:18:06.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:18:06.102 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T04:18:06.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:18:06.134 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T04:18:06.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T04:18:06.155 INFO:teuthology.task.internal:Duration was 1909.000523 seconds 2023-12-01T04:18:06.156 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T04:18:06.166 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T04:18:06.166 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:18:06.169 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:18:06.214 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:18:06.222 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:18:06.615 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T04:18:06.615 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:18:06.615 DEBUG:teuthology.orchestra.run.smithi062:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T04:18:06.641 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2023-12-01T04:18:06.642 DEBUG:teuthology.orchestra.run.smithi179:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T04:18:06.666 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T04:18:06.667 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:18:06.684 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:18:06.763 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T04:18:06.764 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:18:06.766 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:18:15.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T04:18:15.710 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T04:18:15.711 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:18:15.740 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:18:15.773 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T04:18:15.786 DEBUG:teuthology.orchestra.run.smithi062:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:18:15.788 DEBUG:teuthology.orchestra.run.smithi179:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:18:15.813 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2023-12-01T04:18:15.843 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2023-12-01T04:18:15.884 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:18:15.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:18:15.931 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:18:15.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:18:15.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T04:18:15.964 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T04:18:15.965 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi062 2023-12-01T04:18:15.965 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:18:16.036 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450/remote/smithi179 2023-12-01T04:18:16.037 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:18:16.079 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T04:18:16.079 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:18:16.082 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:18:16.132 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T04:18:16.144 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T04:18:16.144 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T04:18:16.160 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T04:18:16.160 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:18:16.163 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:18:16.178 INFO:teuthology.orchestra.run.smithi062.stdout: 525658 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:18 /home/ubuntu/cephtest 2023-12-01T04:18:16.190 INFO:teuthology.orchestra.run.smithi179.stdout: 525686 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:18 /home/ubuntu/cephtest 2023-12-01T04:18:16.191 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T04:18:16.205 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T04:18:16.238 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T04:18:16.265 DEBUG:teuthology.nuke:shortname: smithi062 2023-12-01T04:18:16.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:18:16.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:37:11.148089', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUPaWOA+WgrjXzxB0r1/XDTmn7pnNUeIBRuka3SLAYw1JG17J45FOqfWMAVxs1vud4Q+bwMzTx9z8FxGwie8Qo='} 2023-12-01T04:18:16.292 DEBUG:teuthology.nuke:shortname: smithi179 2023-12-01T04:18:16.293 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:18:16.318 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473450', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 03:37:11.149420', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDz2Hq4PLUHVPzcWYk5MWd3c8rg9yFshh4658ipt1zPQ/dUPuHPVIOSYJA9ECT3hnt5FeOQY3zl9tRtXNHtkSqk='} 2023-12-01T04:18:16.355 INFO:teuthology.orchestra.console.smithi062:Power off 2023-12-01T04:18:16.355 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:18:16.373 INFO:teuthology.orchestra.console.smithi179:Power off 2023-12-01T04:18:16.374 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:18:16.383 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2023-12-01T04:18:16.383 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:16.395 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2023-12-01T04:18:16.395 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:16.406 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:18:16.419 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-12-01T04:18:20.407 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:20.420 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:20.518 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:18:20.532 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-12-01T04:18:24.522 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:24.533 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:24.634 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:18:24.644 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2023-12-01T04:18:24.744 INFO:teuthology.orchestra.console.smithi179:Power off completed 2023-12-01T04:18:28.638 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:18:28.748 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2023-12-01T04:18:28.849 INFO:teuthology.orchestra.console.smithi062:Power off completed 2023-12-01T04:18:28.954 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: 1909.000522851944 failure_reason: 'Command failed on smithi062 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 4ab9c040-8ffd-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3441566a738e4997b10fb836532a1d34 status: fail success: false 2023-12-01T04:18:28.954 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T04:18:29.030 INFO:teuthology.run:FAIL