2023-11-28T01:28:27.052 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-28T01:28:27.052 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi --owner scheduled_yuriw@teuthology --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --archive /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450 -- /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/orig.config.yaml 2023-11-28T01:28:27.131 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T01:28:27.241 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450 branch: wip-yuri10-testing-2023-11-22-1112 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: yweinste@redhat.com first_in_suite: false job_id: '7468450' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-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-yuri10-testing-2023-11-22-1112 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: 369173db14b6995b2bd07c60ec5f63d01cf21631 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-11-22-1112 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 1759 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri10-testing-2023-11-22-1112 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 targets: smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLkkjO4WhEJ9VYAyRlBD4EVNNNBpJFJbOSKt9ftRG3KdgR0xAYQm9FCq5DSAgijOxODrCVMoxy/96pVHkS0v0ys= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWWKhh1OZuaeh9P4jpA7aaL66fIrn7pXIzuFWM48hL4mAp0unwzwDPCANjtMnjmZvUHj/7MOfPkcTqqeV8aUfg= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-27_17:19:32 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: yuriw verbose: true 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-11-28T01:28:27.242 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa; will attempt to use it 2023-11-28T01:28:27.243 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks 2023-11-28T01:28:27.243 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-28T01:28:27.253 INFO:teuthology.task.internal:Checking packages... 2023-11-28T01:28:27.279 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '369173db14b6995b2bd07c60ec5f63d01cf21631' 2023-11-28T01:28:27.279 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-28T01:28:27.279 INFO:teuthology.packaging:ref: None 2023-11-28T01:28:27.279 INFO:teuthology.packaging:tag: None 2023-11-28T01:28:27.279 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-11-22-1112 2023-11-28T01:28:27.279 INFO:teuthology.packaging:sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:28:27.279 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-11-22-1112 2023-11-28T01:28:27.433 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7498.g369173db 2023-11-28T01:28:27.434 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-28T01:28:27.443 INFO:teuthology.task.internal:no buildpackages task found 2023-11-28T01:28:27.443 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-28T01:28:27.450 INFO:teuthology.task.internal:Saving configuration 2023-11-28T01:28:27.469 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-28T01:28:27.486 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:28:27.513 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450', '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-11-28 01:23:19.394737', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLkkjO4WhEJ9VYAyRlBD4EVNNNBpJFJbOSKt9ftRG3KdgR0xAYQm9FCq5DSAgijOxODrCVMoxy/96pVHkS0v0ys='} 2023-11-28T01:28:27.539 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450', '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-11-28 01:23:19.393359', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWWKhh1OZuaeh9P4jpA7aaL66fIrn7pXIzuFWM48hL4mAp0unwzwDPCANjtMnjmZvUHj/7MOfPkcTqqeV8aUfg='} 2023-11-28T01:28:27.540 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-28T01:28:27.547 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-28T01:28:27.547 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-28T01:28:27.548 INFO:teuthology.run_tasks:Running task console_log... 2023-11-28T01:28:27.642 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f23eab17f70>, signals=[15]) 2023-11-28T01:28:27.642 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-28T01:28:27.649 INFO:teuthology.task.internal:Opening connections... 2023-11-28T01:28:27.649 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:28:27.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:28:27.721 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2023-11-28T01:28:27.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:28:27.788 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-28T01:28:27.798 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2023-11-28T01:28:27.821 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2023-11-28T01:28:27.821 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="CentOS Stream" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:ID="centos" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="rhel fedora" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-28T01:28:27.883 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://centos.org/" 2023-11-28T01:28:27.884 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T01:28:27.884 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T01:28:27.884 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-28T01:28:27.884 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2023-11-28T01:28:27.908 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2023-11-28T01:28:27.930 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2023-11-28T01:28:27.931 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2023-11-28T01:28:27.991 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="CentOS Stream" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="8" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:ID="centos" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="rhel fedora" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="8" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el8" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2023-11-28T01:28:27.992 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-28T01:28:27.993 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://centos.org/" 2023-11-28T01:28:27.993 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T01:28:27.993 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T01:28:27.993 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-28T01:28:27.993 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2023-11-28T01:28:28.016 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-28T01:28:28.025 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-28T01:28:28.030 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-28T01:28:28.031 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2023-11-28T01:28:28.033 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2023-11-28T01:28:28.053 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-28T01:28:28.059 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-28T01:28:28.059 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2023-11-28T01:28:28.094 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2023-11-28T01:28:28.124 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-28T01:28:28.180 INFO:teuthology.run_tasks:Running task kernel... 2023-11-28T01:28:28.198 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-28T01:28:28.198 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-28T01:28:28.198 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T01:28:28.199 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T01:28:28.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:28:28.219 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2023-11-28T01:28:28.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:28:28.220 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-28T01:28:28.279 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-489.el8.x86_64 2023-11-28T01:28:28.280 INFO:teuthology.task.kernel:Running kernel on smithi170: 4.18.0-489.el8.x86_64 2023-11-28T01:28:28.280 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2023-11-28T01:28:28.282 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-489.el8.x86_64 2023-11-28T01:28:28.283 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-489.el8.x86_64 2023-11-28T01:28:28.283 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2023-11-28T01:28:32.605 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-11-28T01:28:34.283 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - AppStream 10 MB/s | 34 MB 00:03 2023-11-28T01:28:41.529 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 54 MB 00:02 2023-11-28T01:28:42.699 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 54 MB 00:02 2023-11-28T01:28:49.570 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras 53 kB/s | 18 kB 00:00 2023-11-28T01:28:50.112 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-28T01:28:50.430 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-28T01:28:50.791 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-28T01:28:51.316 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-11-28T01:28:51.660 INFO:teuthology.orchestra.run.smithi170.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-28T01:28:52.374 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2023-11-28T01:28:53.463 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-11-28T01:28:56.197 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 378 kB/s | 24 kB 00:00 2023-11-28T01:28:57.244 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 623 kB/s | 24 kB 00:00 2023-11-28T01:28:59.838 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-28T01:28:59.838 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-28T01:29:00.124 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-28T01:29:00.125 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:29:00.125 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-28T01:29:00.125 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:29:00.125 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-28T01:29:00.125 INFO:teuthology.orchestra.run.smithi162.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-28T01:29:00.126 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:29:00.127 INFO:teuthology.orchestra.run.smithi162.stdout:Install 3 Packages 2023-11-28T01:29:00.127 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:00.127 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 89 M 2023-11-28T01:29:00.128 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 96 M 2023-11-28T01:29:00.128 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-28T01:29:00.827 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-28T01:29:00.827 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-28T01:29:01.107 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-28T01:29:01.107 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:29:01.107 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout:Install 3 Packages 2023-11-28T01:29:01.108 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:01.109 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 89 M 2023-11-28T01:29:01.109 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 96 M 2023-11-28T01:29:01.109 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-11-28T01:29:02.206 INFO:teuthology.orchestra.run.smithi162.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 4.9 MB/s | 10 MB 00:02 2023-11-28T01:29:04.461 INFO:teuthology.orchestra.run.smithi170.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 3.0 MB/s | 10 MB 00:03 2023-11-28T01:29:06.389 INFO:teuthology.orchestra.run.smithi162.stdout:(2/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 5.8 MB/s | 36 MB 00:06 2023-11-28T01:29:07.062 INFO:teuthology.orchestra.run.smithi170.stdout:(2/3): kernel-core-4.18.0-522.el8.x86_64.rpm 7.3 MB/s | 43 MB 00:05 2023-11-28T01:29:08.555 INFO:teuthology.orchestra.run.smithi162.stdout:(3/3): kernel-core-4.18.0-522.el8.x86_64.rpm 5.2 MB/s | 43 MB 00:08 2023-11-28T01:29:08.556 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:29:08.556 INFO:teuthology.orchestra.run.smithi162.stdout:Total 11 MB/s | 89 MB 00:08 2023-11-28T01:29:09.233 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-28T01:29:09.561 INFO:teuthology.orchestra.run.smithi170.stdout:(3/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 4.3 MB/s | 36 MB 00:08 2023-11-28T01:29:09.562 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:29:09.562 INFO:teuthology.orchestra.run.smithi170.stdout:Total 11 MB/s | 89 MB 00:08 2023-11-28T01:29:09.650 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-28T01:29:09.651 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-28T01:29:10.243 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-11-28T01:29:10.667 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-11-28T01:29:10.667 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-11-28T01:29:10.891 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-28T01:29:10.905 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-28T01:29:11.901 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-11-28T01:29:11.933 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-11-28T01:29:13.654 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-28T01:29:14.202 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:14.723 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-11-28T01:29:15.407 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:17.764 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:18.143 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:18.992 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:19.406 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:21.587 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:21.849 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:22.835 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:23.136 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:43.689 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:43.712 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:44.055 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:44.056 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:44.056 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-28T01:29:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:44.870 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-28T01:29:44.929 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:44.955 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:45.005 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T01:29:45.223 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T01:29:45.223 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T01:29:45.224 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-28T01:29:45.224 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-28T01:29:45.224 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-28T01:29:45.225 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-28T01:29:45.225 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2023-11-28T01:29:45.225 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T01:29:45.321 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:45.321 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-28T01:29:45.321 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-28T01:29:45.434 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T01:29:45.434 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T01:29:45.435 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2023-11-28T01:29:45.468 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2023-11-28T01:29:45.468 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2023-11-28T01:29:45.468 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2023-11-28T01:29:45.468 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 129.el8 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9265586 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : CentOS BuildSystem 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : CentOS 2023-11-28T01:29:45.469 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:29:45.470 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2023-11-28T01:29:45.471 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-28T01:29:45.471 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-522.el8.x86_64 2023-11-28T01:29:45.471 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:46.101 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-28T01:29:46.255 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T01:29:46.473 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T01:29:46.473 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T01:29:46.473 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-28T01:29:46.473 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-28T01:29:46.473 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-28T01:29:46.474 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-28T01:29:46.474 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2023-11-28T01:29:46.474 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T01:29:46.684 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T01:29:46.685 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T01:29:46.685 DEBUG:teuthology.orchestra.run.smithi170:> sudo rpm -qi grub2-tools 2023-11-28T01:29:46.718 INFO:teuthology.orchestra.run.smithi170.stdout:Name : grub2-tools 2023-11-28T01:29:46.718 INFO:teuthology.orchestra.run.smithi170.stdout:Epoch : 1 2023-11-28T01:29:46.718 INFO:teuthology.orchestra.run.smithi170.stdout:Version : 2.02 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:Release : 129.el8 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: x86_64 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:Group : System Environment/Base 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:Size : 9265586 2023-11-28T01:29:46.719 INFO:teuthology.orchestra.run.smithi170.stdout:License : GPLv3+ 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Relocations : (not relocatable) 2023-11-28T01:29:46.720 INFO:teuthology.orchestra.run.smithi170.stdout:Packager : CentOS BuildSystem 2023-11-28T01:29:46.721 INFO:teuthology.orchestra.run.smithi170.stdout:Vendor : CentOS 2023-11-28T01:29:46.721 INFO:teuthology.orchestra.run.smithi170.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-28T01:29:46.721 INFO:teuthology.orchestra.run.smithi170.stdout:Summary : Support tools for GRUB. 2023-11-28T01:29:46.721 INFO:teuthology.orchestra.run.smithi170.stdout:Description : 2023-11-28T01:29:46.722 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:46.722 INFO:teuthology.orchestra.run.smithi170.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-28T01:29:46.722 INFO:teuthology.orchestra.run.smithi170.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-28T01:29:46.722 INFO:teuthology.orchestra.run.smithi170.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-28T01:29:46.723 INFO:teuthology.orchestra.run.smithi170.stdout:hardware devices. 2023-11-28T01:29:46.723 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:29:46.723 INFO:teuthology.orchestra.run.smithi170.stdout:This subpackage provides tools for support of all platforms. 2023-11-28T01:29:46.724 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-28T01:29:46.725 INFO:teuthology.task.kernel:Updating grub on smithi170 to boot 4.18.0-522.el8.x86_64 2023-11-28T01:29:46.725 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-28T01:29:47.112 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2023-11-28T01:29:48.589 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2023-11-28T01:29:49.042 INFO:teuthology.orchestra.run.smithi162.stderr:done 2023-11-28T01:29:49.044 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2023-11-28T01:29:49.074 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.kjMuonYl3s 2023-11-28T01:29:49.075 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kjMuonYl3s 2023-11-28T01:29:49.149 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.kjMuonYl3s 2023-11-28T01:29:49.291 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.kjMuonYl3s is 6KB 2023-11-28T01:29:49.339 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.kjMuonYl3s 2023-11-28T01:29:49.357 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2023-11-28T01:29:49.433 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-28T01:29:49.433 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-28T01:29:49.433 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-28T01:29:49.433 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-28T01:29:49.435 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-28T01:29:49.578 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2023-11-28T01:29:50.615 INFO:teuthology.orchestra.run.smithi170.stderr:done 2023-11-28T01:29:50.617 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2023-11-28T01:29:50.651 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.QbbHroWcwv 2023-11-28T01:29:50.651 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QbbHroWcwv 2023-11-28T01:29:50.725 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.QbbHroWcwv 2023-11-28T01:29:50.865 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.QbbHroWcwv is 6KB 2023-11-28T01:29:50.913 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.QbbHroWcwv 2023-11-28T01:29:50.931 DEBUG:teuthology.orchestra.run.smithi170:> sudo /bin/ls /boot/loader/entries || true 2023-11-28T01:29:51.004 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-28T01:29:51.004 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-28T01:29:51.004 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-28T01:29:51.005 INFO:teuthology.orchestra.run.smithi170.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-28T01:29:51.005 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-28T01:29:51.183 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2023-11-28T01:30:19.606 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-28T01:30:19.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:30:19.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:30:21.188 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-28T01:30:21.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:30:21.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:30:38.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-28T01:30:39.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2023-11-28T01:30:47.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:30:47.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:30:48.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:30:48.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:30:50.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-28T01:30:51.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2023-11-28T01:31:02.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:31:02.131 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:31:03.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:31:03.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:31:20.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-28T01:31:35.548 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:31:35.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:31:35.868 DEBUG:teuthology.orchestra.run.smithi170:> true 2023-11-28T01:31:35.873 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-28T01:31:36.118 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:31:36.118 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-522.el8.x86_64"... 2023-11-28T01:31:36.119 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-28T01:31:36.135 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-522.el8.x86_64 2023-11-28T01:31:36.136 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-28T01:31:36.136 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-28T01:31:36.136 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-28T01:31:36.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:31:36.175 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-522.el8.x86_64"... 2023-11-28T01:31:36.175 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2023-11-28T01:31:36.236 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-522.el8.x86_64 2023-11-28T01:31:36.236 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-28T01:31:36.236 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-28T01:31:36.236 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-28T01:31:37.137 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-28T01:31:37.137 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T01:31:37.237 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-28T01:31:37.237 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T01:31:37.320 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2023-11-28T01:31:37.334 DEBUG:teuthology.parallel:result is None 2023-11-28T01:31:37.661 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2023-11-28T01:31:37.699 DEBUG:teuthology.parallel:result is None 2023-11-28T01:31:37.699 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-28T01:31:37.710 INFO:teuthology.task.internal:Creating test directory... 2023-11-28T01:31:37.710 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T01:31:37.742 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T01:31:38.235 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-28T01:31:38.243 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-28T01:31:38.254 INFO:teuthology.task.internal:Creating archive directory... 2023-11-28T01:31:38.254 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T01:31:38.281 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T01:31:38.606 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-28T01:31:38.613 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-28T01:31:38.613 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T01:31:38.616 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T01:31:38.660 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T01:31:38.670 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T01:31:38.672 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T01:31:38.680 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T01:31:38.682 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-28T01:31:38.690 INFO:teuthology.task.internal:Configuring sudo... 2023-11-28T01:31:38.690 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T01:31:38.692 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T01:31:38.724 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-28T01:31:38.733 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-28T01:31:38.733 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T01:31:38.760 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T01:31:38.783 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T01:31:38.861 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T01:31:38.950 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T01:31:38.993 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T01:31:39.037 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:31:39.037 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T01:31:39.103 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T01:31:39.153 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T01:31:39.212 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T01:31:39.258 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T01:31:39.302 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:31:39.302 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T01:31:39.371 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2023-11-28T01:31:39.373 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2023-11-28T01:31:39.423 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:31:39.471 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:31:39.795 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-28T01:31:39.803 INFO:teuthology.task.internal:Starting timer... 2023-11-28T01:31:39.803 INFO:teuthology.run_tasks:Running task pcp... 2023-11-28T01:31:39.813 INFO:teuthology.run_tasks:Running task selinux... 2023-11-28T01:31:39.822 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-28T01:31:39.822 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2023-11-28T01:31:39.931 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2023-11-28T01:31:39.932 DEBUG:teuthology.orchestra.run.smithi170:> sudo service auditd rotate 2023-11-28T01:31:40.018 INFO:teuthology.orchestra.run.smithi170.stdout:Rotating logs: 2023-11-28T01:31:40.019 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-28T01:31:40.019 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2023-11-28T01:31:40.046 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2023-11-28T01:31:40.046 DEBUG:teuthology.orchestra.run.smithi170:> /usr/sbin/getenforce 2023-11-28T01:31:40.071 INFO:teuthology.orchestra.run.smithi170.stdout:Permissive 2023-11-28T01:31:40.072 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi162.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi170.front.sepia.ceph.com': 'permissive'} 2023-11-28T01:31:40.072 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T01:31:40.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:31:40.113 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T01:31:40.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:31:40.140 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-28T01:31:40.141 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2023-11-28T01:31:40.181 DEBUG:teuthology.orchestra.run.smithi170:> sudo /usr/sbin/setenforce permissive 2023-11-28T01:31:40.207 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-28T01:31:40.218 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-11-28T01:31:40.218 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-28T01:31:40.236 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-11-28T01:31:40.237 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi162.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-28T01:39:23.326 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi162.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2023-11-28T01:39:23.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:39:23.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:39:23.400 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-28T01:39:23.469 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-28T01:39:23.469 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:39:23.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:39:23.538 DEBUG:teuthology.orchestra.run.smithi170:> true 2023-11-28T01:39:23.610 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-11-28T01:39:23.610 INFO:teuthology.run_tasks:Running task clock... 2023-11-28T01:39:23.622 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-28T01:39:23.623 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T01:39:23.623 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T01:39:23.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T01:39:23.626 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T01:39:23.656 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T01:39:23.671 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T01:39:23.686 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T01:39:23.701 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T01:39:23.733 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2023-11-28T01:39:23.745 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2023-11-28T01:39:23.761 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T01:39:23.765 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: ntpd: command not found 2023-11-28T01:39:23.773 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T01:39:23.777 INFO:teuthology.orchestra.run.smithi170.stdout:506 Cannot talk to daemon 2023-11-28T01:39:23.791 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T01:39:23.805 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T01:39:23.836 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-28T01:39:23.840 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:39:23.841 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-28T01:39:23.841 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.841 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.841 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.841 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.878 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.882 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:39:23.883 INFO:teuthology.run_tasks:Running task pexec... 2023-11-28T01:39:23.892 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-28T01:39:23.893 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:39:23.893 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T01:39:23.893 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi170.front.sepia.ceph.com 2023-11-28T01:39:23.894 DEBUG:teuthology.orchestra.run.smithi170:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T01:39:24.774 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:52 ago on Tue 28 Nov 2023 01:37:32 AM UTC. 2023-11-28T01:39:24.805 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:40 ago on Tue 28 Nov 2023 01:37:44 AM UTC. 2023-11-28T01:39:26.893 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-28T01:39:26.894 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:26.894 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-28T01:39:26.894 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:26.894 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2023-11-28T01:39:26.894 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2023-11-28T01:39:26.895 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:26.895 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-28T01:39:26.895 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:26.895 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:26.947 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-28T01:39:26.948 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:26.948 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2023-11-28T01:39:26.948 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:26.948 INFO:teuthology.orchestra.run.smithi170.stdout:Resetting modules: 2023-11-28T01:39:26.948 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools 2023-11-28T01:39:26.949 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:26.949 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-28T01:39:26.949 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:26.949 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:27.149 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-28T01:39:27.197 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-28T01:39:28.085 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:55 ago on Tue 28 Nov 2023 01:37:32 AM UTC. 2023-11-28T01:39:28.149 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:43 ago on Tue 28 Nov 2023 01:37:44 AM UTC. 2023-11-28T01:39:30.203 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-28T01:39:30.253 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-11-28T01:39:30.386 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:30.386 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-28T01:39:30.386 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:30.386 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-28T01:39:30.387 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout:Installing weak dependencies: 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-28T01:39:30.388 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools rhel8 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout:Install 13 Packages 2023-11-28T01:39:30.389 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:30.390 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 27 M 2023-11-28T01:39:30.390 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 89 M 2023-11-28T01:39:30.390 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-28T01:39:30.435 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout:Installing group/module packages: 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-28T01:39:30.436 INFO:teuthology.orchestra.run.smithi170.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-28T01:39:30.437 INFO:teuthology.orchestra.run.smithi170.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:Installing weak dependencies: 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:Installing module profiles: 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools/common 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:Enabling module streams: 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools rhel8 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-11-28T01:39:30.438 INFO:teuthology.orchestra.run.smithi170.stdout:Install 13 Packages 2023-11-28T01:39:30.439 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:30.439 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 27 M 2023-11-28T01:39:30.439 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 89 M 2023-11-28T01:39:30.439 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-11-28T01:39:30.517 INFO:teuthology.orchestra.run.smithi170.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:30.618 INFO:teuthology.orchestra.run.smithi162.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:31.279 INFO:teuthology.orchestra.run.smithi170.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2023-11-28T01:39:31.374 INFO:teuthology.orchestra.run.smithi162.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2023-11-28T01:39:31.525 INFO:teuthology.orchestra.run.smithi170.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:31.526 INFO:teuthology.orchestra.run.smithi170.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:31.672 INFO:teuthology.orchestra.run.smithi162.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:32.030 INFO:teuthology.orchestra.run.smithi170.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 484 kB/s | 750 kB 00:01 2023-11-28T01:39:32.255 INFO:teuthology.orchestra.run.smithi170.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.0 MB/s | 241 kB 00:00 2023-11-28T01:39:32.439 INFO:teuthology.orchestra.run.smithi170.stdout:(4/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.9 MB/s | 9.6 MB 00:01 2023-11-28T01:39:32.440 INFO:teuthology.orchestra.run.smithi162.stdout:[MIRROR] criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/criu-libs-3.15-3.module_el8.7.0%2b1216%2bb022c01d.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:32.457 INFO:teuthology.orchestra.run.smithi170.stdout:[MIRROR] criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/criu-libs-3.15-3.module_el8.7.0%2b1216%2bb022c01d.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:32.564 INFO:teuthology.orchestra.run.smithi170.stdout:(5/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 29 kB/s | 38 kB 00:01 2023-11-28T01:39:32.639 INFO:teuthology.orchestra.run.smithi170.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 890 kB/s | 178 kB 00:00 2023-11-28T01:39:32.657 INFO:teuthology.orchestra.run.smithi162.stdout:(2/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.6 MB/s | 9.6 MB 00:02 2023-11-28T01:39:32.698 INFO:teuthology.orchestra.run.smithi170.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 185 kB/s | 25 kB 00:00 2023-11-28T01:39:32.707 INFO:teuthology.orchestra.run.smithi162.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 28 kB/s | 38 kB 00:01 2023-11-28T01:39:32.790 INFO:teuthology.orchestra.run.smithi170.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 623 kB/s | 94 kB 00:00 2023-11-28T01:39:32.883 INFO:teuthology.orchestra.run.smithi162.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.0 MB/s | 241 kB 00:00 2023-11-28T01:39:33.075 INFO:teuthology.orchestra.run.smithi162.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 928 kB/s | 178 kB 00:00 2023-11-28T01:39:33.217 INFO:teuthology.orchestra.run.smithi162.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.7 MB/s | 3.9 MB 00:00 2023-11-28T01:39:33.242 INFO:teuthology.orchestra.run.smithi162.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 148 kB/s | 25 kB 00:00 2023-11-28T01:39:33.376 INFO:teuthology.orchestra.run.smithi162.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 592 kB/s | 94 kB 00:00 2023-11-28T01:39:33.449 INFO:teuthology.orchestra.run.smithi170.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.3 MB/s | 3.9 MB 00:01 2023-11-28T01:39:33.499 INFO:teuthology.orchestra.run.smithi170.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.6 MB/s | 2.5 MB 00:00 2023-11-28T01:39:33.591 INFO:teuthology.orchestra.run.smithi170.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.1 MB/s | 8.1 MB 00:00 2023-11-28T01:39:33.607 INFO:teuthology.orchestra.run.smithi170.stdout:(12/13): udica-0.2.6-20.module_el8+712+4cd1bd69 331 kB/s | 53 kB 00:00 2023-11-28T01:39:33.725 INFO:teuthology.orchestra.run.smithi170.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 181 kB/s | 41 kB 00:00 2023-11-28T01:39:33.725 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:39:33.725 INFO:teuthology.orchestra.run.smithi170.stdout:Total 8.1 MB/s | 27 MB 00:03 2023-11-28T01:39:33.909 INFO:teuthology.orchestra.run.smithi162.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 4.7 MB/s | 2.5 MB 00:00 2023-11-28T01:39:33.994 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-11-28T01:39:34.015 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-11-28T01:39:34.015 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-11-28T01:39:34.026 INFO:teuthology.orchestra.run.smithi162.stdout:(10/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 10 MB/s | 8.1 MB 00:00 2023-11-28T01:39:34.126 INFO:teuthology.orchestra.run.smithi162.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 243 kB/s | 53 kB 00:00 2023-11-28T01:39:34.152 INFO:teuthology.orchestra.run.smithi162.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2023-11-28T01:39:34.273 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-11-28T01:39:34.276 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-11-28T01:39:34.948 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-11-28T01:39:35.158 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-28T01:39:35.328 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-28T01:39:35.520 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-28T01:39:35.767 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T01:39:36.301 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-28T01:39:37.496 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T01:39:37.711 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-28T01:39:37.752 INFO:teuthology.orchestra.run.smithi162.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-28T01:39:37.911 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-28T01:39:38.009 INFO:teuthology.orchestra.run.smithi162.stdout:(13/13): cockpit-podman-78-1.module_el8+712+4cd 101 kB/s | 750 kB 00:07 2023-11-28T01:39:38.010 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:39:38.010 INFO:teuthology.orchestra.run.smithi162.stdout:Total 3.5 MB/s | 27 MB 00:07 2023-11-28T01:39:38.140 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-28T01:39:38.282 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-28T01:39:38.303 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-28T01:39:38.303 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-28T01:39:38.559 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-28T01:39:38.560 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-28T01:39:38.564 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-28T01:39:39.253 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-28T01:39:39.452 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T01:39:39.469 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-28T01:39:39.630 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-28T01:39:39.662 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-28T01:39:39.841 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-28T01:39:39.868 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T01:39:40.041 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T01:39:40.313 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T01:39:40.313 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T01:39:40.314 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-28T01:39:40.572 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.134 INFO:teuthology.orchestra.run.smithi170.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:39:41.135 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-11-28T01:39:41.407 DEBUG:teuthology.parallel:result is None 2023-11-28T01:39:41.605 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T01:39:41.880 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-28T01:39:42.093 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-28T01:39:42.343 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-28T01:39:42.773 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-28T01:39:43.649 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T01:39:43.883 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-28T01:39:44.071 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T01:39:44.507 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T01:39:44.508 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-28T01:39:45.376 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-28T01:39:45.376 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-28T01:39:45.377 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:39:45.378 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-28T01:39:45.605 DEBUG:teuthology.parallel:result is None 2023-11-28T01:39:45.605 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-28T01:39:45.694 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': '369173db14b6995b2bd07c60ec5f63d01cf21631'} 2023-11-28T01:39:45.694 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-28T01:39:45.694 INFO:tasks.cephadm:Cluster fsid is 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:39:45.694 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-28T01:39:45.694 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-28T01:39:45.695 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi162': '172.21.15.162', 'mon.smithi170': '172.21.15.170'} 2023-11-28T01:39:45.695 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-28T01:39:45.695 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2023-11-28T01:39:45.723 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2023-11-28T01:39:45.757 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-28T01:39:45.757 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T01:39:46.008 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 28 01:39 /home/ubuntu/cephtest/cephadm 2023-11-28T01:39:46.008 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T01:39:46.156 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 28 01:39 /home/ubuntu/cephtest/cephadm 2023-11-28T01:39:46.157 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T01:39:46.175 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T01:39:46.205 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-28T01:39:46.206 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-28T01:39:46.217 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-28T01:39:47.828 INFO:teuthology.orchestra.run.smithi162.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T01:39:47.862 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout:{ 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout: "repo_digests": [ 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-28T01:40:07.764 INFO:teuthology.orchestra.run.smithi170.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-28T01:40:07.765 INFO:teuthology.orchestra.run.smithi170.stdout: ] 2023-11-28T01:40:07.765 INFO:teuthology.orchestra.run.smithi170.stdout:} 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout: "repo_digests": [ 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-28T01:40:08.062 INFO:teuthology.orchestra.run.smithi162.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-28T01:40:08.063 INFO:teuthology.orchestra.run.smithi162.stdout: ] 2023-11-28T01:40:08.063 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:40:08.080 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2023-11-28T01:40:08.111 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /etc/ceph 2023-11-28T01:40:08.142 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2023-11-28T01:40:08.192 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 777 /etc/ceph 2023-11-28T01:40:08.219 INFO:tasks.cephadm:Writing seed config... 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-28T01:40:08.220 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-28T01:40:08.221 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-28T01:40:08.221 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-28T01:40:08.221 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:40:08.221 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-28T01:40:08.250 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 = 028184b8-8d8f-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-11-28T01:40:08.250 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service 2023-11-28T01:40:08.292 INFO:tasks.cephadm:Bootstrapping... 2023-11-28T01:40:08.293 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 028184b8-8d8f-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.162 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:40:08.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Tue 2023-11-28 01:31:16 UTC. -- 2023-11-28T01:40:08.485 INFO:teuthology.orchestra.run.smithi162.stderr:-------------------------------------------------------------------------------- 2023-11-28T01:40:08.485 INFO:teuthology.orchestra.run.smithi162.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '028184b8-8d8f-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.162', '--skip-admin-label'] 2023-11-28T01:40:08.507 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-28T01:40:08.519 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying podman|docker is present... 2023-11-28T01:40:08.538 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-28T01:40:08.548 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying lvm2 is present... 2023-11-28T01:40:08.548 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying time synchronization is in place... 2023-11-28T01:40:08.554 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T01:40:08.560 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:40:08.565 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: enabled 2023-11-28T01:40:08.572 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: active 2023-11-28T01:40:08.572 INFO:teuthology.orchestra.run.smithi162.stderr:Unit chronyd.service is enabled and running 2023-11-28T01:40:08.572 INFO:teuthology.orchestra.run.smithi162.stderr:Repeating the final host check... 2023-11-28T01:40:08.592 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-28T01:40:08.611 INFO:teuthology.orchestra.run.smithi162.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-28T01:40:08.611 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl is present 2023-11-28T01:40:08.611 INFO:teuthology.orchestra.run.smithi162.stderr:lvcreate is present 2023-11-28T01:40:08.616 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T01:40:08.621 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:40:08.627 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: enabled 2023-11-28T01:40:08.632 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: active 2023-11-28T01:40:08.633 INFO:teuthology.orchestra.run.smithi162.stderr:Unit chronyd.service is enabled and running 2023-11-28T01:40:08.633 INFO:teuthology.orchestra.run.smithi162.stderr:Host looks OK 2023-11-28T01:40:08.633 INFO:teuthology.orchestra.run.smithi162.stderr:Cluster fsid: 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:08.634 INFO:teuthology.orchestra.run.smithi162.stderr:Acquiring lock 140168090321024 on /run/cephadm/028184b8-8d8f-11ee-95a2-87774f69a715.lock 2023-11-28T01:40:08.634 INFO:teuthology.orchestra.run.smithi162.stderr:Lock 140168090321024 acquired on /run/cephadm/028184b8-8d8f-11ee-95a2-87774f69a715.lock 2023-11-28T01:40:08.634 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying IP 172.21.15.162 port 3300 ... 2023-11-28T01:40:08.634 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying IP 172.21.15.162 port 6789 ... 2023-11-28T01:40:08.634 INFO:teuthology.orchestra.run.smithi162.stderr:Base mon IP is 172.21.15.162, final addrv is [v2:172.21.15.162:3300,v1:172.21.15.162:6789] 2023-11-28T01:40:08.637 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.162 metric 100 2023-11-28T01:40:08.637 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.162 metric 100 2023-11-28T01:40:08.639 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-28T01:40:08.640 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-28T01:40:08.640 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2023-11-28T01:40:08.642 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-28T01:40:08.642 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-28T01:40:08.642 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-28T01:40:08.642 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-28T01:40:08.643 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f41/64 scope link 2023-11-28T01:40:08.643 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-28T01:40:08.643 INFO:teuthology.orchestra.run.smithi162.stderr:Mon IP `172.21.15.162` is in CIDR network `172.21.0.0/20` 2023-11-28T01:40:08.643 INFO:teuthology.orchestra.run.smithi162.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-28T01:40:08.644 INFO:teuthology.orchestra.run.smithi162.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T01:40:08.722 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-28T01:40:09.329 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Getting image source signatures 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-28T01:40:09.330 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-28T01:40:09.403 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Writing manifest to image destination 2023-11-28T01:40:09.542 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-28T01:40:09.890 INFO:teuthology.orchestra.run.smithi162.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-28T01:40:10.238 INFO:teuthology.orchestra.run.smithi162.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-28T01:40:10.238 INFO:teuthology.orchestra.run.smithi162.stderr:Extracting ceph user uid/gid from container image... 2023-11-28T01:40:10.510 INFO:teuthology.orchestra.run.smithi162.stderr:stat: 167 167 2023-11-28T01:40:10.819 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial keys... 2023-11-28T01:40:11.086 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQD7RGVlll0ZBBAAYKFoggA7yMbBz2IentgKNA== 2023-11-28T01:40:11.713 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQD7RGVl9IjXJxAAfWj3hBvmTI590V+cVSWhKA== 2023-11-28T01:40:12.297 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQD8RGVluXSCDxAA4ivZ92fwpfKXkt3MMCs74w== 2023-11-28T01:40:12.612 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial monmap... 2023-11-28T01:40:12.886 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T01:40:12.887 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-28T01:40:12.887 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:12.887 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T01:40:13.227 INFO:teuthology.orchestra.run.smithi162.stderr:monmaptool for smithi162 [v2:172.21.15.162:3300,v1:172.21.15.162:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T01:40:13.228 INFO:teuthology.orchestra.run.smithi162.stderr:setting min_mon_release = octopus 2023-11-28T01:40:13.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: set fsid to 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:13.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T01:40:13.228 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:40:13.228 INFO:teuthology.orchestra.run.smithi162.stderr:Creating mon... 2023-11-28T01:40:13.901 INFO:teuthology.orchestra.run.smithi162.stderr:create mon.smithi162 on 2023-11-28T01:40:14.003 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-28T01:40:14.095 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target. 2023-11-28T01:40:14.095 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target. 2023-11-28T01:40:14.293 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to reset failed state of unit ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service: Unit ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service not loaded. 2023-11-28T01:40:14.300 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target.wants/ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service → /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715@.service. 2023-11-28T01:40:14.740 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-28T01:40:14.747 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:40:14.748 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-28T01:40:14.748 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to enable service . firewalld.service is not available 2023-11-28T01:40:14.748 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mon to start... 2023-11-28T01:40:14.749 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mon... 2023-11-28T01:40:15.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:14 smithi162 ceph-mon[107272]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-28T01:40:15.217 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: cluster: 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: id: 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: services: 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi162 (age 0.450871s) 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: data: 2023-11-28T01:40:15.218 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-28T01:40:15.219 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-28T01:40:15.219 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-28T01:40:15.219 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: pgs: 2023-11-28T01:40:15.219 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.562 INFO:teuthology.orchestra.run.smithi162.stderr:mon is available 2023-11-28T01:40:15.562 INFO:teuthology.orchestra.run.smithi162.stderr:Assimilating anything we can from ceph.conf... 2023-11-28T01:40:15.986 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.986 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [global] 2023-11-28T01:40:15.987 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: fsid = 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:15.987 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.162:3300,v1:172.21.15.162:6789] 2023-11-28T01:40:15.987 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-28T01:40:15.988 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-28T01:40:15.988 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-28T01:40:15.988 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-28T01:40:15.988 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.988 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [mgr] 2023-11-28T01:40:15.989 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-28T01:40:15.989 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:15.989 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [osd] 2023-11-28T01:40:15.989 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-28T01:40:15.989 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: monmap e1: 1 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: fsmap 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: mgrmap e1: no daemons active 2023-11-28T01:40:16.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:15 smithi162 ceph-mon[107272]: from='client.? 172.21.15.162:0/442571892' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-28T01:40:16.328 INFO:teuthology.orchestra.run.smithi162.stderr:Generating new minimal ceph.conf... 2023-11-28T01:40:17.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:16 smithi162 ceph-mon[107272]: from='client.? 172.21.15.162:0/1386136262' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T01:40:17.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:16 smithi162 ceph-mon[107272]: from='client.? 172.21.15.162:0/1386136262' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-28T01:40:17.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:16 smithi162 ceph-mon[107272]: from='client.? 172.21.15.162:0/864888012' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:40:17.079 INFO:teuthology.orchestra.run.smithi162.stderr:Restarting the monitor... 2023-11-28T01:40:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T01:40:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 bash[107570]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon.smithi162" found: no such container 2023-11-28T01:40:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162[107249]: 2023-11-28T01:40:17.163+0000 7f638af42700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi162 -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-11-28T01:40:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162[107249]: 2023-11-28T01:40:17.163+0000 7f638af42700 -1 mon.smithi162@0(leader) e1 *** Got Signal Terminated *** 2023-11-28T01:40:17.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 bash[107582]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162 2023-11-28T01:40:17.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 bash[107619]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon.smithi162" found: no such container 2023-11-28T01:40:17.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 systemd[1]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service: Succeeded. 2023-11-28T01:40:17.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 systemd[1]: Stopped Ceph mon.smithi162 for 028184b8-8d8f-11ee-95a2-87774f69a715. 2023-11-28T01:40:17.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 systemd[1]: Starting Ceph mon.smithi162 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T01:40:17.829 INFO:teuthology.orchestra.run.smithi162.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: pidfile_write: ignore empty --pid-file 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: load: jerasure load: lrc 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: RocksDB version: 6.15.5 2023-11-28T01:40:18.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Compile date Apr 18 2022 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: DB SUMMARY 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: DB Session ID: OSLIYPVMNXOIPPSDZHDV 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: CURRENT file: CURRENT 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-28T01:40:18.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi162/store.db dir, Total Num: 1, files: 000008.sst 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi162/store.db: 000010.log size: 81889 ; 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.error_if_exists: 0 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.create_if_missing: 0 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.paranoid_checks: 1 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 bash[107687]: 30bfda502fab5fc16ecfb128c851c5c287aac1b3b46772dafc8d84b3d535aab0 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.env: 0x55acc0cf7860 2023-11-28T01:40:18.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.fs: Posix File System 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.info_log: 0x55acc343dfa0 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.statistics: (nil) 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.use_fsync: 0 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_log_file_size: 0 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T01:40:18.289 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_fallocate: 1 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.use_direct_reads: 0 2023-11-28T01:40:18.290 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.db_log_dir: 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi162/store.db 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T01:40:18.291 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.write_buffer_manager: 0x55acc352e2d0 2023-11-28T01:40:18.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T01:40:18.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.unordered_write: 0 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T01:40:18.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.row_cache: None 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.wal_filter: None 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.preserve_deletes: 0 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.two_write_queues: 0 2023-11-28T01:40:18.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.atomic_flush: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.log_readahead_size: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T01:40:18.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_background_jobs: 2 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_background_compactions: -1 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_subcompactions: 1 2023-11-28T01:40:18.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T01:40:18.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_open_files: -1 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_background_flushes: -1 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Compression algorithms supported: 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kZSTD supported: 0 2023-11-28T01:40:18.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kXpressCompression supported: 0 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kLZ4Compression supported: 1 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kBZip2Compression supported: 0 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kZlibCompression supported: 1 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: kSnappyCompression supported: 1 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi162/store.db/MANIFEST-000009 2023-11-28T01:40:18.300 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.merge_operator: 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_filter: None 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55acc3409d00) 2023-11-28T01:40:18.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: cache_index_and_filter_blocks: 1 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: pin_top_level_index_and_filter: 1 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_type: 0 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: data_block_index_type: 0 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_shortening: 1 2023-11-28T01:40:18.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: hash_index_allow_collision: 1 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: checksum: 1 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: no_block_cache: 0 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache: 0x55acc3474170 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_name: BinnedLRUCache 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_options: 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: capacity : 536870912 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: num_shard_bits : 4 2023-11-28T01:40:18.303 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: strict_capacity_limit : 0 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: high_pri_pool_ratio: 0.000 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_compressed: (nil) 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: persistent_cache: (nil) 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_size: 4096 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_size_deviation: 10 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_restart_interval: 16 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_block_restart_interval: 1 2023-11-28T01:40:18.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: metadata_block_size: 4096 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: partition_filters: 0 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: use_delta_encoding: 1 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: whole_key_filtering: 1 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: verify_compression: 0 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: read_amp_bytes_per_bit: 0 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: format_version: 4 2023-11-28T01:40:18.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: enable_index_compression: 1 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_align: 0 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression: NoCompression 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T01:40:18.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.num_levels: 7 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T01:40:18.307 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:40:18.308 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T01:40:18.308 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T01:40:18.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T01:40:18.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T01:40:18.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.arena_block_size: 4194304 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T01:40:18.312 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T01:40:18.313 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.table_properties_collectors: 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.inplace_update_support: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.bloom_locality: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.max_successive_merges: 0 2023-11-28T01:40:18.314 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.ttl: 2592000 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.enable_blob_files: false 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.min_blob_size: 0 2023-11-28T01:40:18.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi162/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-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135617826639, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-28T01:40:18.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: 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-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135617827309, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78737, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76995, "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": 71438, "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": 1701135617, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "857b8ca3-f74f-441c-bd0c-0e2587e8ee0b", "db_session_id": "OSLIYPVMNXOIPPSDZHDV"}} 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 systemd[1]: Started Ceph mon.smithi162 for 028184b8-8d8f-11ee-95a2-87774f69a715. 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135617827653, "job": 1, "event": "recovery_finished"} 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi162/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55acc345aa80 2023-11-28T01:40:18.317 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: DB pointer 0x55acc346a000 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** DB Stats ** 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:40:18.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:40:18.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.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 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.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 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:40:18.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative compaction: 0.00 GB write, 23.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Interval compaction: 0.00 GB write, 23.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.322 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.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 168.4 0.00 0.00 1 0.000 0 0 2023-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:40:18.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative compaction: 0.00 GB write, 23.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: starting mon.smithi162 rank 0 at public addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] at bind addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi162 fsid 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???) e1 preinit fsid 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).mds e1 new map 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).mds e1 print_map 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: e1 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.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-11-28T01:40:18.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: legacy client fscid: -1 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: No filesystems configured 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-28T01:40:18.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expand map: {default=false} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta from 'false' to 'false' 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expanded map: {default=false} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expand map: {default=info} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta from 'info' to 'info' 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expanded map: {default=info} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expand map: {default=daemon} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta from 'daemon' to 'daemon' 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expanded map: {default=daemon} 2023-11-28T01:40:18.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expand map: {default=debug} 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta from 'debug' to 'debug' 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: expand_channel_meta expanded map: {default=debug} 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: monmap e1: 1 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: fsmap 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T01:40:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:17 smithi162 ceph-mon[107725]: mgrmap e1: no daemons active 2023-11-28T01:40:18.704 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-28T01:40:18.705 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:40:18.705 INFO:teuthology.orchestra.run.smithi162.stderr:Creating mgr... 2023-11-28T01:40:18.705 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying port 9283 ... 2023-11-28T01:40:18.830 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to reset failed state of unit ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mgr.smithi162.plqjjc.service: Unit ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mgr.smithi162.plqjjc.service not loaded. 2023-11-28T01:40:18.836 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715.target.wants/ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mgr.smithi162.plqjjc.service → /etc/systemd/system/ceph-028184b8-8d8f-11ee-95a2-87774f69a715@.service. 2023-11-28T01:40:19.296 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-28T01:40:19.304 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:40:19.305 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-28T01:40:19.305 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to enable service . firewalld.service is not available 2023-11-28T01:40:19.312 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-28T01:40:19.320 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:40:19.321 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-28T01:40:19.321 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-28T01:40:19.321 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr to start... 2023-11-28T01:40:19.321 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr... 2023-11-28T01:40:19.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:19 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3743749684' entity='client.admin' 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "028184b8-8d8f-11ee-95a2-87774f69a715", 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T01:40:19.832 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T01:40:19.833 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T01:40:19.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T01:40:19.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T01:40:19.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-28T01:40:19.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-28T01:40:14.768379+0000", 2023-11-28T01:40:19.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:19.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:19.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T01:40:19.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:20.186 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (1/15)... 2023-11-28T01:40:20.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:20 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1212644375' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:40:22.641 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "028184b8-8d8f-11ee-95a2-87774f69a715", 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-28T01:40:22.642 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T01:40:22.643 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:22.644 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T01:40:22.644 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T01:40:22.644 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T01:40:22.644 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T01:40:22.647 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T01:40:22.648 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-28T01:40:14.768379+0000", 2023-11-28T01:40:22.649 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:22.650 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:22.650 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T01:40:22.650 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:22.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:22 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2702126979' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:40:22.986 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (2/15)... 2023-11-28T01:40:25.445 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "028184b8-8d8f-11ee-95a2-87774f69a715", 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T01:40:25.446 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T01:40:25.447 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T01:40:25.448 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T01:40:25.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-28T01:40:25.452 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.453 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-28T01:40:14.768379+0000", 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T01:40:25.454 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: Activating manager daemon smithi162.plqjjc 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: mgrmap e2: smithi162.plqjjc(active, starting, since 0.00271057s) 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: Manager daemon smithi162.plqjjc is now available 2023-11-28T01:40:25.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:40:25.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:40:25.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:25.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:25.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:25 smithi162 ceph-mon[107725]: from='mgr.14100 172.21.15.162:0/2814310495' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:25.793 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (3/15)... 2023-11-28T01:40:26.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:26 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/431209933' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:40:26.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:26 smithi162 ceph-mon[107725]: mgrmap e3: smithi162.plqjjc(active, since 1.00554s) 2023-11-28T01:40:28.378 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "028184b8-8d8f-11ee-95a2-87774f69a715", 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.379 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T01:40:28.380 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T01:40:28.380 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-28T01:40:28.380 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:28.380 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T01:40:28.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-28T01:40:28.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:28.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-28T01:40:28.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T01:40:28.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:28.383 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T01:40:28.384 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T01:40:28.385 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-28T01:40:14.768379+0000", 2023-11-28T01:40:28.385 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-28T01:40:28.385 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-28T01:40:28.385 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T01:40:28.385 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:28.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:28 smithi162 ceph-mon[107725]: mgrmap e4: smithi162.plqjjc(active, since 2s) 2023-11-28T01:40:28.709 INFO:teuthology.orchestra.run.smithi162.stderr:mgr is available 2023-11-28T01:40:29.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:29.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [global] 2023-11-28T01:40:29.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: fsid = 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:29.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-28T01:40:29.228 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [mgr] 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [osd] 2023-11-28T01:40:29.229 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-28T01:40:29.230 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-28T01:40:29.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:29 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3537345027' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:40:29.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:29 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1732996489' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T01:40:29.592 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling cephadm module... 2023-11-28T01:40:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:31 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1256828387' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-28T01:40:32.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:32 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1256828387' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-28T01:40:32.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:32 smithi162 ceph-mon[107725]: mgrmap e5: smithi162.plqjjc(active, since 5s) 2023-11-28T01:40:34.091 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:34.092 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-28T01:40:34.092 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-28T01:40:34.092 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "active_name": "smithi162.plqjjc", 2023-11-28T01:40:34.092 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-28T01:40:34.092 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:34.444 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:34 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3788661455' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T01:40:36.922 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for the mgr to restart... 2023-11-28T01:40:36.922 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr epoch 5... 2023-11-28T01:40:38.362 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:38.362 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-28T01:40:38.363 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "initialized": true 2023-11-28T01:40:38.363 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:38.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: Active manager daemon smithi162.plqjjc restarted 2023-11-28T01:40:38.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: Activating manager daemon smithi162.plqjjc 2023-11-28T01:40:38.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: osdmap e2: 0 total, 0 up, 0 in 2023-11-28T01:40:38.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: mgrmap e6: smithi162.plqjjc(active, starting, since 0.052484s) 2023-11-28T01:40:38.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: Manager daemon smithi162.plqjjc is now available 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:40:38.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:38 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:40:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: mgrmap e7: smithi162.plqjjc(active, since 1.05476s) 2023-11-28T01:40:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: [28/Nov/2023:01:40:38] ENGINE Bus STARTING 2023-11-28T01:40:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: [28/Nov/2023:01:40:38] ENGINE Serving on https://172.21.15.162:7150 2023-11-28T01:40:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: [28/Nov/2023:01:40:38] ENGINE Bus STARTED 2023-11-28T01:40:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:39.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:39 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:40.199 INFO:teuthology.orchestra.run.smithi162.stderr:mgr epoch 5 is available 2023-11-28T01:40:40.199 INFO:teuthology.orchestra.run.smithi162.stderr:Setting orchestrator backend to cephadm... 2023-11-28T01:40:41.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:41 smithi162 ceph-mon[107725]: mgrmap e8: smithi162.plqjjc(active, since 2s) 2023-11-28T01:40:41.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:41 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:41.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:41 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:41.620 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: value unchanged 2023-11-28T01:40:41.964 INFO:teuthology.orchestra.run.smithi162.stderr:Generating ssh key... 2023-11-28T01:40:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:42 smithi162 ceph-mon[107725]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:43.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:43 smithi162 ceph-mon[107725]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:43.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:43 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:43.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:43 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:43.807 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPfmiTxGwCF6JMP3etaaaC7TTaYIyEyD2xPbYxj14u4PC9GWxY5VwrZkVi5CfxeaNQsqotUmXU8lgxcz1CfxZaHSX7wGuNgOXVvijYNYxGBeHwd+UmJoSmjSZumauraSLRv3IzqXOiUpvMzRApePwNLFwJ8j8t+qV4DZWM8vtxQKPqAuKQWi4zs61HXgYOMGsNAlsu0gPAhIGg0Z9ZbM+tpUAdencMLJabK/ztO1SK9HIHJHHJA6FcmtG7z4HDYNolSqWilqbaIDq0QnuAfqDRADgZWQXqo2ANjdngTUkoC/XXR8DrrF3zQWKSi+rCGvbZpZwooaUUaAkni4EMz3GktSsEgTd84yVCRWzqzny3bL/tscTeukJGasndwGYPcb5RU5qADVnQKKGOGPe0K3jBsbB+vqECBz0KGtwxP56nXix1QFOWUMEkPAVOe4IhdyqRcgWqEpbzKZS5NGBNAk5Y4YxQDNmoonbvR2XHw3qnWWPaaTfyrQriRP4O3Bd+6K0= ceph-028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:40:44.198 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:40:44.199 INFO:teuthology.orchestra.run.smithi162.stderr:Adding key to root@localhost authorized_keys... 2023-11-28T01:40:44.199 INFO:teuthology.orchestra.run.smithi162.stderr:Adding host smithi162... 2023-11-28T01:40:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:44 smithi162 ceph-mon[107725]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:44 smithi162 ceph-mon[107725]: Generating ssh key... 2023-11-28T01:40:45.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:45 smithi162 ceph-mon[107725]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:45.559 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Added host 'smithi162' with addr '172.21.15.162' 2023-11-28T01:40:45.874 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying mon service with default placement... 2023-11-28T01:40:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:46 smithi162 ceph-mon[107725]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "addr": "172.21.15.162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:46 smithi162 ceph-mon[107725]: Deploying cephadm binary to smithi162 2023-11-28T01:40:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:46 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:46 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:40:46.444 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-28T01:40:46.846 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying mgr service with default placement... 2023-11-28T01:40:47.073 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:47 smithi162 ceph-mon[107725]: Added host smithi162 2023-11-28T01:40:47.073 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:47 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:47.500 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-28T01:40:47.872 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying crash service with default placement... 2023-11-28T01:40:48.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:48 smithi162 ceph-mon[107725]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:48.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:48 smithi162 ceph-mon[107725]: Saving service mon spec with placement count:5 2023-11-28T01:40:48.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:48 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:48.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:48 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:48.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:48 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:48.425 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-28T01:40:48.779 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying prometheus service with default placement... 2023-11-28T01:40:49.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:49 smithi162 ceph-mon[107725]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:49.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:49 smithi162 ceph-mon[107725]: Saving service mgr spec with placement count:2 2023-11-28T01:40:49.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:49 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:49.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:49 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:49.460 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-28T01:40:49.830 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying grafana service with default placement... 2023-11-28T01:40:50.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:50 smithi162 ceph-mon[107725]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:50.039 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:50 smithi162 ceph-mon[107725]: Saving service crash spec with placement * 2023-11-28T01:40:50.039 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:50 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:50.039 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:50 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:50.559 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-28T01:40:50.929 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying node-exporter service with default placement... 2023-11-28T01:40:51.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:51 smithi162 ceph-mon[107725]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:51.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:51 smithi162 ceph-mon[107725]: Saving service prometheus spec with placement count:1 2023-11-28T01:40:51.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:51 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:51.451 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-28T01:40:51.803 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying alertmanager service with default placement... 2023-11-28T01:40:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:52 smithi162 ceph-mon[107725]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:52 smithi162 ceph-mon[107725]: Saving service grafana spec with placement count:1 2023-11-28T01:40:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:52 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:52.332 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-28T01:40:53.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:53 smithi162 ceph-mon[107725]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:53.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:53 smithi162 ceph-mon[107725]: Saving service node-exporter spec with placement * 2023-11-28T01:40:53.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:53 smithi162 ceph-mon[107725]: from='mgr.14120 172.21.15.162:0/3923364081' entity='mgr.smithi162.plqjjc' 2023-11-28T01:40:54.445 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling the dashboard module... 2023-11-28T01:40:54.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:54 smithi162 ceph-mon[107725]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:40:54.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:54 smithi162 ceph-mon[107725]: Saving service alertmanager spec with placement count:1 2023-11-28T01:40:54.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:54 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1564611212' entity='client.admin' 2023-11-28T01:40:54.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:54 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2977453615' entity='client.admin' 2023-11-28T01:40:55.525 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:55 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2582032264' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-28T01:40:56.249 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:40:56.250 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-28T01:40:56.250 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-28T01:40:56.250 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "active_name": "smithi162.plqjjc", 2023-11-28T01:40:56.250 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-28T01:40:56.250 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:40:56.505 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:56 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2582032264' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-28T01:40:56.505 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:56 smithi162 ceph-mon[107725]: mgrmap e9: smithi162.plqjjc(active, since 17s) 2023-11-28T01:40:56.587 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for the mgr to restart... 2023-11-28T01:40:56.587 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr epoch 9... 2023-11-28T01:40:57.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:40:57 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3139575273' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T01:41:02.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-28T01:41:02.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-28T01:41:02.381 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "initialized": true 2023-11-28T01:41:02.382 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-28T01:41:02.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: Active manager daemon smithi162.plqjjc restarted 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: Activating manager daemon smithi162.plqjjc 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: osdmap e3: 0 total, 0 up, 0 in 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: mgrmap e10: smithi162.plqjjc(active, starting, since 0.0537274s) 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: Manager daemon smithi162.plqjjc is now available 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:41:02.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:41:02.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:02.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:02 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:02] ENGINE Bus STARTING 2023-11-28T01:41:02.743 INFO:teuthology.orchestra.run.smithi162.stderr:mgr epoch 9 is available 2023-11-28T01:41:02.744 INFO:teuthology.orchestra.run.smithi162.stderr:Generating a dashboard self-signed certificate... 2023-11-28T01:41:03.401 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:02] ENGINE Serving on https://172.21.15.162:7150 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:02] ENGINE Bus STARTED 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: mgrmap e11: smithi162.plqjjc(active, since 1.05608s) 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-28T01:41:03.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:03 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:03.834 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial admin user... 2023-11-28T01:41:04.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Dtr2812tL1kdlIh32WdSnOzNwkWeVsV/E.8lUKOPCKa5Hm8vdglOq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701135664, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-28T01:41:04.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:04 smithi162 ceph-mon[107725]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:41:04.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:04 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:04.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:04 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:04.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:04 smithi162 ceph-mon[107725]: mgrmap e12: smithi162.plqjjc(active, since 2s) 2023-11-28T01:41:04.942 INFO:teuthology.orchestra.run.smithi162.stderr:Fetching dashboard port number... 2023-11-28T01:41:05.474 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 8443 2023-11-28T01:41:05.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:05 smithi162 ceph-mon[107725]: 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-11-28T01:41:05.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:05 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:05.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:05 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2550096917' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-28T01:41:05.867 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-28T01:41:05.875 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-28T01:41:05.875 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-28T01:41:05.876 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-28T01:41:05.878 INFO:teuthology.orchestra.run.smithi162.stderr:Ceph Dashboard is now available at: 2023-11-28T01:41:05.878 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:05.879 INFO:teuthology.orchestra.run.smithi162.stderr: URL: https://smithi162.front.sepia.ceph.com:8443/ 2023-11-28T01:41:05.879 INFO:teuthology.orchestra.run.smithi162.stderr: User: admin 2023-11-28T01:41:05.880 INFO:teuthology.orchestra.run.smithi162.stderr: Password: xfuhem07yj 2023-11-28T01:41:05.881 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:05.881 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling autotune for osd_memory_target 2023-11-28T01:41:08.034 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-28T01:41:08.367 INFO:teuthology.orchestra.run.smithi162.stderr:You can access the Ceph CLI with: 2023-11-28T01:41:08.368 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.370 INFO:teuthology.orchestra.run.smithi162.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:41:08.370 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.370 INFO:teuthology.orchestra.run.smithi162.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-28T01:41:08.370 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.371 INFO:teuthology.orchestra.run.smithi162.stderr: ceph telemetry on 2023-11-28T01:41:08.371 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.372 INFO:teuthology.orchestra.run.smithi162.stderr:For more information see: 2023-11-28T01:41:08.372 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.372 INFO:teuthology.orchestra.run.smithi162.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-28T01:41:08.372 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T01:41:08.372 INFO:teuthology.orchestra.run.smithi162.stderr:Bootstrap complete. 2023-11-28T01:41:08.400 INFO:tasks.cephadm:Fetching config... 2023-11-28T01:41:08.401 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:41:08.401 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-28T01:41:08.419 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-28T01:41:08.420 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:41:08.420 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-28T01:41:08.479 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-28T01:41:08.479 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:41:08.479 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/keyring of=/dev/stdout 2023-11-28T01:41:08.550 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-28T01:41:08.550 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:41:08.550 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-28T01:41:08.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:08 smithi162 ceph-mon[107725]: mgrmap e13: smithi162.plqjjc(active, since 6s) 2023-11-28T01:41:08.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:08 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1115132752' entity='client.admin' 2023-11-28T01:41:08.608 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-28T01:41:08.608 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPfmiTxGwCF6JMP3etaaaC7TTaYIyEyD2xPbYxj14u4PC9GWxY5VwrZkVi5CfxeaNQsqotUmXU8lgxcz1CfxZaHSX7wGuNgOXVvijYNYxGBeHwd+UmJoSmjSZumauraSLRv3IzqXOiUpvMzRApePwNLFwJ8j8t+qV4DZWM8vtxQKPqAuKQWi4zs61HXgYOMGsNAlsu0gPAhIGg0Z9ZbM+tpUAdencMLJabK/ztO1SK9HIHJHHJA6FcmtG7z4HDYNolSqWilqbaIDq0QnuAfqDRADgZWQXqo2ANjdngTUkoC/XXR8DrrF3zQWKSi+rCGvbZpZwooaUUaAkni4EMz3GktSsEgTd84yVCRWzqzny3bL/tscTeukJGasndwGYPcb5RU5qADVnQKKGOGPe0K3jBsbB+vqECBz0KGtwxP56nXix1QFOWUMEkPAVOe4IhdyqRcgWqEpbzKZS5NGBNAk5Y4YxQDNmoonbvR2XHw3qnWWPaaTfyrQriRP4O3Bd+6K0= ceph-028184b8-8d8f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T01:41:08.685 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPfmiTxGwCF6JMP3etaaaC7TTaYIyEyD2xPbYxj14u4PC9GWxY5VwrZkVi5CfxeaNQsqotUmXU8lgxcz1CfxZaHSX7wGuNgOXVvijYNYxGBeHwd+UmJoSmjSZumauraSLRv3IzqXOiUpvMzRApePwNLFwJ8j8t+qV4DZWM8vtxQKPqAuKQWi4zs61HXgYOMGsNAlsu0gPAhIGg0Z9ZbM+tpUAdencMLJabK/ztO1SK9HIHJHHJA6FcmtG7z4HDYNolSqWilqbaIDq0QnuAfqDRADgZWQXqo2ANjdngTUkoC/XXR8DrrF3zQWKSi+rCGvbZpZwooaUUaAkni4EMz3GktSsEgTd84yVCRWzqzny3bL/tscTeukJGasndwGYPcb5RU5qADVnQKKGOGPe0K3jBsbB+vqECBz0KGtwxP56nXix1QFOWUMEkPAVOe4IhdyqRcgWqEpbzKZS5NGBNAk5Y4YxQDNmoonbvR2XHw3qnWWPaaTfyrQriRP4O3Bd+6K0= ceph-028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:41:08.698 DEBUG:teuthology.orchestra.run.smithi170:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPfmiTxGwCF6JMP3etaaaC7TTaYIyEyD2xPbYxj14u4PC9GWxY5VwrZkVi5CfxeaNQsqotUmXU8lgxcz1CfxZaHSX7wGuNgOXVvijYNYxGBeHwd+UmJoSmjSZumauraSLRv3IzqXOiUpvMzRApePwNLFwJ8j8t+qV4DZWM8vtxQKPqAuKQWi4zs61HXgYOMGsNAlsu0gPAhIGg0Z9ZbM+tpUAdencMLJabK/ztO1SK9HIHJHHJA6FcmtG7z4HDYNolSqWilqbaIDq0QnuAfqDRADgZWQXqo2ANjdngTUkoC/XXR8DrrF3zQWKSi+rCGvbZpZwooaUUaAkni4EMz3GktSsEgTd84yVCRWzqzny3bL/tscTeukJGasndwGYPcb5RU5qADVnQKKGOGPe0K3jBsbB+vqECBz0KGtwxP56nXix1QFOWUMEkPAVOe4IhdyqRcgWqEpbzKZS5NGBNAk5Y4YxQDNmoonbvR2XHw3qnWWPaaTfyrQriRP4O3Bd+6K0= ceph-028184b8-8d8f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T01:41:08.750 INFO:teuthology.orchestra.run.smithi170.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPfmiTxGwCF6JMP3etaaaC7TTaYIyEyD2xPbYxj14u4PC9GWxY5VwrZkVi5CfxeaNQsqotUmXU8lgxcz1CfxZaHSX7wGuNgOXVvijYNYxGBeHwd+UmJoSmjSZumauraSLRv3IzqXOiUpvMzRApePwNLFwJ8j8t+qV4DZWM8vtxQKPqAuKQWi4zs61HXgYOMGsNAlsu0gPAhIGg0Z9ZbM+tpUAdencMLJabK/ztO1SK9HIHJHHJA6FcmtG7z4HDYNolSqWilqbaIDq0QnuAfqDRADgZWQXqo2ANjdngTUkoC/XXR8DrrF3zQWKSi+rCGvbZpZwooaUUaAkni4EMz3GktSsEgTd84yVCRWzqzny3bL/tscTeukJGasndwGYPcb5RU5qADVnQKKGOGPe0K3jBsbB+vqECBz0KGtwxP56nXix1QFOWUMEkPAVOe4IhdyqRcgWqEpbzKZS5NGBNAk5Y4YxQDNmoonbvR2XHw3qnWWPaaTfyrQriRP4O3Bd+6K0= ceph-028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:41:08.761 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-28T01:41:10.569 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-28T01:41:10.569 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-28T01:41:11.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:11 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3982185373' entity='client.admin' 2023-11-28T01:41:11.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:11 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:11.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:11 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:41:12.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:12 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:12.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:12 smithi162 ceph-mon[107725]: Deploying daemon alertmanager.smithi162 on smithi162 2023-11-28T01:41:12.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:12 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:12.761 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi170 2023-11-28T01:41:12.761 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:41:12.761 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.conf 2023-11-28T01:41:12.783 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:41:12.783 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:41:12.844 INFO:tasks.cephadm:Adding host smithi170 to orchestrator... 2023-11-28T01:41:12.844 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch host add smithi170 2023-11-28T01:41:13.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:13 smithi162 ceph-mon[107725]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:41:16.350 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi170' with addr '172.21.15.170' 2023-11-28T01:41:16.642 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:16 smithi162 ceph-mon[107725]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:41:16.642 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:16 smithi162 ceph-mon[107725]: Deploying cephadm binary to smithi170 2023-11-28T01:41:16.986 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-28T01:41:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:17 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:17 smithi162 ceph-mon[107725]: Added host smithi170 2023-11-28T01:41:18.501 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:41:18.501 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}, {"addr": "172.21.15.170", "hostname": "smithi170", "labels": [], "status": ""}] 2023-11-28T01:41:18.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:18 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:18.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:18 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:41:18.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:18 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T01:41:18.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:18 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:41:18.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:18 smithi162 ceph-mon[107725]: Deploying daemon crash.smithi162 on smithi162 2023-11-28T01:41:18.925 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-28T01:41:18.926 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-28T01:41:19.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:19 smithi162 ceph-mon[107725]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:41:19.646 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:19 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:20.622 INFO:teuthology.orchestra.run.smithi162.stderr:adjusted tunables profile to default 2023-11-28T01:41:20.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: Deploying daemon grafana.smithi162 on smithi162 2023-11-28T01:41:20.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:20 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1048717453' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-28T01:41:20.991 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2023-11-28T01:41:20.992 INFO:tasks.cephadm:Adding mon.smithi170 on smithi170 2023-11-28T01:41:20.992 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi162:172.21.15.162=smithi162;smithi170:172.21.15.170=smithi170' 2023-11-28T01:41:22.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:21 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1048717453' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-28T01:41:22.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:21 smithi162 ceph-mon[107725]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:41:22.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:21 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:22.407 INFO:teuthology.orchestra.run.smithi170.stdout:Scheduled mon update... 2023-11-28T01:41:22.774 DEBUG:teuthology.orchestra.run.smithi170:mon.smithi170> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi170.service 2023-11-28T01:41:22.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:22.777 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:22.805 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:-- Logs begin at Tue 2023-11-28 01:31:13 UTC. -- 2023-11-28T01:41:23.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:22 smithi162 ceph-mon[107725]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:23.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:22 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:24.202 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:24.203 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:24.204 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:23 smithi162 ceph-mon[107725]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi162:172.21.15.162=smithi162;smithi170:172.21.15.170=smithi170", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:41:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:23 smithi162 ceph-mon[107725]: Saving service mon spec with placement smithi162:172.21.15.162=smithi162;smithi170:172.21.15.170=smithi170;count:2 2023-11-28T01:41:25.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:24 smithi162 ceph-mon[107725]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:25.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:24 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4282661534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:25.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:25.573 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:26.953 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:26.953 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:26.954 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:27.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:26 smithi162 ceph-mon[107725]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:27 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/73425757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:28.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:28.340 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:28 smithi162 ceph-mon[107725]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:29.727 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:29.727 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:29.729 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:29 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/3119321995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:31.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:31.094 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:31.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:30 smithi162 ceph-mon[107725]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:32.511 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:32.511 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:32.513 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:32 smithi162 ceph-mon[107725]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:32 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4199451805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:33.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:33.838 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:35.207 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:35.207 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:35.209 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:35.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:34 smithi162 ceph-mon[107725]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:36.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:35 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/752269235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:36.615 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:36.616 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:37.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:36 smithi162 ceph-mon[107725]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:38.118 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:38.119 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:38.120 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:39.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:38 smithi162 ceph-mon[107725]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:39.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:38 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2809845097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:39.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:39.515 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:40.910 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:40.910 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:40.912 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:41.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:40 smithi162 ceph-mon[107725]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:42.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:41 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/3149008245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:42.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:42.305 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:43.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:42 smithi162 ceph-mon[107725]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:43.771 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:43.771 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:43.773 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:44.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:43 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/1846847106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:45.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:45.150 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:44 smithi162 ceph-mon[107725]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:46.553 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:46.553 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:46.555 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:47.139 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:46 smithi162 ceph-mon[107725]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:47.140 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:46 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2678210165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:47.967 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:47.968 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:49.363 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:49.363 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:49.365 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:49.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:49 smithi162 ceph-mon[107725]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:49.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:49 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:49.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:49 smithi162 ceph-mon[107725]: Deploying daemon node-exporter.smithi162 on smithi162 2023-11-28T01:41:50.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:50 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2495944011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:50.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:50.789 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:51.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:51 smithi162 ceph-mon[107725]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:41:51.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:51 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:51.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:51 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-28T01:41:52.218 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:52.218 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:52.220 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:52.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:52 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:41:52.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:52 smithi162 ceph-mon[107725]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-28T01:41:52.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:52 smithi162 ceph-mon[107725]: mgrmap e14: smithi162.plqjjc(active, since 50s) 2023-11-28T01:41:52.645 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:52 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2391870509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:53.604 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:53.604 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:55.000 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:55.001 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:55.002 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:55.142 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:55 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/484998511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:56.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:56.388 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:57.761 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:41:57.761 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:41:57.763 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:41:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:57 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/593052611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:41:59.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:41:59.147 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:41:59.180 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:58 smithi162 ceph-mon[107725]: Active manager daemon smithi162.plqjjc restarted 2023-11-28T01:41:59.180 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:58 smithi162 ceph-mon[107725]: Activating manager daemon smithi162.plqjjc 2023-11-28T01:41:59.181 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:58 smithi162 ceph-mon[107725]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T01:42:00.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: mgrmap e15: smithi162.plqjjc(active, starting, since 0.859218s) 2023-11-28T01:42:00.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:42:00.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:42:00.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: Manager daemon smithi162.plqjjc is now available 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:59] ENGINE Bus STARTING 2023-11-28T01:42:00.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:00.015 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:41:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:00.558 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:42:00.558 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:42:00.560 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:42:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:00 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:59] ENGINE Serving on https://172.21.15.162:7150 2023-11-28T01:42:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:00 smithi162 ceph-mon[107725]: [28/Nov/2023:01:41:59] ENGINE Bus STARTED 2023-11-28T01:42:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:00 smithi162 ceph-mon[107725]: mgrmap e16: smithi162.plqjjc(active, since 1.86698s) 2023-11-28T01:42:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:00 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:00 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/131751857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:01.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:42:01.902 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: mgrmap e17: smithi162.plqjjc(active, since 2s) 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:02.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:03.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:02 smithi162 ceph-mon[107725]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:42:03.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:02 smithi162 ceph-mon[107725]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:03.383 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:42:03.383 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:42:03.385 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:42:04.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:04.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:04.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:04.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:04.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:04.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T01:42:04.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:04.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: Deploying daemon crash.smithi170 on smithi170 2023-11-28T01:42:04.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:04 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4260689553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:04.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:42:04.734 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:42:06.283 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:42:06.283 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":1,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:40:12.865437Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:42:06.286 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 1 2023-11-28T01:42:07.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:07.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:07.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T01:42:07.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:07.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:07.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: Deploying daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:42:07.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:06 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/297928534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:07.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T01:42:07.910 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:42:08.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:08 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:08.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:08 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:08.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:08 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:08.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:08 smithi162 ceph-mon[107725]: Deploying daemon mon.smithi170 on smithi170 2023-11-28T01:42:09.709 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 systemd[1]: Starting Ceph mon.smithi170 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T01:42:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 bash[111661]: 3e911a00b2887707b926e6fbc9aec5ce0cd149319a4aa125553dd05afefdf110 2023-11-28T01:42:10.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 systemd[1]: Started Ceph mon.smithi170 for 028184b8-8d8f-11ee-95a2-87774f69a715. 2023-11-28T01:42:10.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T01:42:10.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-28T01:42:10.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pidfile_write: ignore empty --pid-file 2023-11-28T01:42:10.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: load: jerasure load: lrc 2023-11-28T01:42:10.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: RocksDB version: 6.15.5 2023-11-28T01:42:10.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-28T01:42:10.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Compile date Apr 18 2022 2023-11-28T01:42:10.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: DB SUMMARY 2023-11-28T01:42:10.172 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: DB Session ID: VW1KZI3TCNX166OA6D0U 2023-11-28T01:42:10.172 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: CURRENT file: CURRENT 2023-11-28T01:42:10.172 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T01:42:10.172 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-28T01:42:10.172 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi170/store.db dir, Total Num: 0, files: 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi170/store.db: 000004.log size: 511 ; 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.error_if_exists: 0 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.create_if_missing: 0 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.paranoid_checks: 1 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.env: 0x56441e87e860 2023-11-28T01:42:10.173 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.fs: Posix File System 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.info_log: 0x564420e69fa0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.statistics: (nil) 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.use_fsync: 0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_log_file_size: 0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_fallocate: 1 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T01:42:10.174 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.use_direct_reads: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.db_log_dir: 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi170/store.db 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T01:42:10.175 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.write_buffer_manager: 0x564420f5a2d0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.unordered_write: 0 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T01:42:10.176 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.row_cache: None 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.wal_filter: None 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.preserve_deletes: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.two_write_queues: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.atomic_flush: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T01:42:10.177 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.log_readahead_size: 0 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_background_jobs: 2 2023-11-28T01:42:10.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_background_compactions: -1 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_subcompactions: 1 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T01:42:10.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_open_files: -1 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_background_flushes: -1 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Compression algorithms supported: 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kZSTD supported: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kXpressCompression supported: 0 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kLZ4Compression supported: 1 2023-11-28T01:42:10.180 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kBZip2Compression supported: 0 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kZlibCompression supported: 1 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: kSnappyCompression supported: 1 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi170/store.db/MANIFEST-000003 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.merge_operator: 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_filter: None 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T01:42:10.181 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564420e35d00) 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: cache_index_and_filter_blocks: 1 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: pin_top_level_index_and_filter: 1 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: index_type: 0 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: data_block_index_type: 0 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: index_shortening: 1 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: hash_index_allow_collision: 1 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: checksum: 1 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: no_block_cache: 0 2023-11-28T01:42:10.182 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_cache: 0x564420ea0170 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_cache_name: BinnedLRUCache 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_cache_options: 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: capacity : 536870912 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: num_shard_bits : 4 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: strict_capacity_limit : 0 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: high_pri_pool_ratio: 0.000 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_cache_compressed: (nil) 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: persistent_cache: (nil) 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_size: 4096 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_size_deviation: 10 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_restart_interval: 16 2023-11-28T01:42:10.183 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: index_block_restart_interval: 1 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: metadata_block_size: 4096 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: partition_filters: 0 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: use_delta_encoding: 1 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: whole_key_filtering: 1 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: verify_compression: 0 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: read_amp_bytes_per_bit: 0 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: format_version: 4 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: enable_index_compression: 1 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: block_align: 0 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T01:42:10.184 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression: NoCompression 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.num_levels: 7 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T01:42:10.185 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T01:42:10.186 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T01:42:10.187 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.arena_block_size: 4194304 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-28T01:42:10.188 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T01:42:10.189 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T01:42:10.190 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T01:42:10.190 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T01:42:10.190 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.table_properties_collectors: 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.inplace_update_support: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.bloom_locality: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.max_successive_merges: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T01:42:10.191 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.ttl: 2592000 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.enable_blob_files: false 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.min_blob_size: 0 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi170/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-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-28T01:42:10.192 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135729830710, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: 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-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135729831113, "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": 1701135729, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "5c02f6b4-0e41-403b-bf47-b9091453599c", "db_session_id": "VW1KZI3TCNX166OA6D0U"}} 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701135729831551, "job": 1, "event": "recovery_finished"} 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi170/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x564420e86a80 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: DB pointer 0x564420e96000 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-28T01:42:10.193 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** DB Stats ** 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** Compaction Stats [default] ** 2023-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.196 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** Compaction Stats [default] ** 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:42:10.197 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** Compaction Stats [default] ** 2023-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.198 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** Compaction Stats [default] ** 2023-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.199 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.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 3.9 0.00 0.00 1 0.000 0 0 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.200 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170 does not exist in monmap, will attempt to join an existing cluster 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: using public_addr v2:172.21.15.170:0/0 -> [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: starting mon.smithi170 rank -1 at public addrs [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] at bind addrs [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi170 fsid 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(???) e0 preinit fsid 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).mds e1 new map 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).mds e1 print_map 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: e1 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.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-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: legacy client fscid: -1 2023-11-28T01:42:10.201 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout: No filesystems configured 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:42:10.202 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/73425757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/3119321995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/4199451805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/752269235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2809845097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.203 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/3149008245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/1846847106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2678210165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.204 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Deploying daemon node-exporter.smithi162 on smithi162 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2495944011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14162 172.21.15.162:0/4121869796' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mgrmap e14: smithi162.plqjjc(active, since 50s) 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2391870509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/484998511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/593052611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Active manager daemon smithi162.plqjjc restarted 2023-11-28T01:42:10.205 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Activating manager daemon smithi162.plqjjc 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mgrmap e15: smithi162.plqjjc(active, starting, since 0.859218s) 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Manager daemon smithi162.plqjjc is now available 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.206 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: [28/Nov/2023:01:41:59] ENGINE Bus STARTING 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: [28/Nov/2023:01:41:59] ENGINE Serving on https://172.21.15.162:7150 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: [28/Nov/2023:01:41:59] ENGINE Bus STARTED 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mgrmap e16: smithi162.plqjjc(active, since 1.86698s) 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/131751857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.207 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mgrmap e17: smithi162.plqjjc(active, since 2s) 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.208 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Deploying daemon crash.smithi170 on smithi170 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/4260689553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Deploying daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/297928534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:10.209 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:10.210 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:10.210 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: Deploying daemon mon.smithi170 on smithi170 2023-11-28T01:42:10.210 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-28T01:42:10.210 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:09 smithi170 ceph-mon[111718]: mon.smithi170@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-28T01:42:14.905 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-11-28T01:42:14.906 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":2,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","modified":"2023-11-28T01:42:09.864980Z","created":"2023-11-28T01:40:12.865437Z","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":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi170","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:3300","nonce":0},{"type":"v1","addr":"172.21.15.170:6789","nonce":0}]},"addr":"172.21.15.170:6789/0","public_addr":"172.21.15.170:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-28T01:42:14.909 INFO:teuthology.orchestra.run.smithi170.stderr:dumped monmap epoch 2 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: mon.smithi162 calling monitor election 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/4173233601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: mon.smithi170 calling monitor election 2023-11-28T01:42:15.239 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/crt"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: mon.smithi162 is new leader, mons smithi162,smithi170 in quorum (ranks 0,1) 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: monmap e2: 2 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],smithi170=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0]} 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: fsmap 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: mgrmap e17: smithi162.plqjjc(active, since 16s) 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: Standby manager daemon smithi170.wdcbca started 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: overall HEALTH_OK 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/key"}]: dispatch 2023-11-28T01:42:15.240 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:42:15.241 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:15.241 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-28T01:42:15.242 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-11-28T01:42:15.274 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:42:15.274 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.274 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: mon.smithi162 calling monitor election 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4173233601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: mon.smithi170 calling monitor election 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/crt"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: mon.smithi162 is new leader, mons smithi162,smithi170 in quorum (ranks 0,1) 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: monmap e2: 2 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],smithi170=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0]} 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: fsmap 2023-11-28T01:42:15.275 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: mgrmap e17: smithi162.plqjjc(active, since 16s) 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: Standby manager daemon smithi170.wdcbca started 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: overall HEALTH_OK 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/key"}]: dispatch 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/24755724' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:42:15.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:16.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:15 smithi162 ceph-mon[107725]: Deploying daemon node-exporter.smithi170 on smithi170 2023-11-28T01:42:16.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:15 smithi162 ceph-mon[107725]: mgrmap e18: smithi162.plqjjc(active, since 16s), standbys: smithi170.wdcbca 2023-11-28T01:42:16.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:15 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi170.wdcbca", "id": "smithi170.wdcbca"}]: dispatch 2023-11-28T01:42:16.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:15 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:16.323 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:15 smithi170 ceph-mon[111718]: Deploying daemon node-exporter.smithi170 on smithi170 2023-11-28T01:42:16.323 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:15 smithi170 ceph-mon[111718]: mgrmap e18: smithi162.plqjjc(active, since 16s), standbys: smithi170.wdcbca 2023-11-28T01:42:16.323 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:15 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr metadata", "who": "smithi170.wdcbca", "id": "smithi170.wdcbca"}]: dispatch 2023-11-28T01:42:16.323 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:15 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:42:18.843 INFO:teuthology.orchestra.run.smithi162.stdout:# minimal ceph.conf for 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:42:18.844 INFO:teuthology.orchestra.run.smithi162.stdout:[global] 2023-11-28T01:42:18.844 INFO:teuthology.orchestra.run.smithi162.stdout: fsid = 028184b8-8d8f-11ee-95a2-87774f69a715 2023-11-28T01:42:18.844 INFO:teuthology.orchestra.run.smithi162.stdout: mon_host = [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] 2023-11-28T01:42:19.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:18 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:19.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:18 smithi170 ceph-mon[111718]: Deploying daemon prometheus.smithi162 on smithi162 2023-11-28T01:42:19.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:18 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1907540453' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:19.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:18 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:19.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:18 smithi162 ceph-mon[107725]: Deploying daemon prometheus.smithi162 on smithi162 2023-11-28T01:42:19.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:18 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1907540453' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:20.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:19 smithi162 ceph-mon[107725]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:20.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:19 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:19 smithi170 ceph-mon[111718]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:19 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:21.468 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-28T01:42:21.469 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:42:21.469 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T01:42:21.541 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:42:21.542 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:21.611 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:42:21.611 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T01:42:21.648 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:42:21.648 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:21.719 INFO:tasks.cephadm:Deploying OSDs... 2023-11-28T01:42:21.720 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:42:21.720 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T01:42:21.739 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-11-28T01:42:21.740 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2023-11-28T01:42:21.799 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T01:42:21.799 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:21.799 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 390008 Links: 1 2023-11-28T01:42:21.799 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:21.799 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:21.800 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-28 01:41:48.761066995 +0000 2023-11-28T01:42:21.800 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-28 01:38:31.595710856 +0000 2023-11-28T01:42:21.800 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-28 01:38:31.595710856 +0000 2023-11-28T01:42:21.800 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-28T01:42:21.800 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T01:42:21.867 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-28T01:42:21.867 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-28T01:42:21.867 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00020698 s, 2.5 MB/s 2023-11-28T01:42:21.868 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T01:42:21.933 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2023-11-28T01:42:21.992 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T01:42:21.992 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 396801 Links: 1 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-28 01:41:48.761066995 +0000 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-28 01:38:32.113700536 +0000 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-28 01:38:32.113700536 +0000 2023-11-28T01:42:21.993 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-28T01:42:21.993 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T01:42:22.058 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-28T01:42:22.058 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-28T01:42:22.059 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00020451 s, 2.5 MB/s 2023-11-28T01:42:22.060 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T01:42:22.122 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2023-11-28T01:42:22.181 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T01:42:22.181 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:22.181 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 393620 Links: 1 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-28 01:41:48.761066995 +0000 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-28 01:38:32.634690157 +0000 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-28 01:38:32.634690157 +0000 2023-11-28T01:42:22.182 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-28T01:42:22.182 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T01:42:22.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:21 smithi162 ceph-mon[107725]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:22.247 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-28T01:42:22.248 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-28T01:42:22.248 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000203671 s, 2.5 MB/s 2023-11-28T01:42:22.249 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T01:42:22.307 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2023-11-28T01:42:22.365 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 392027 Links: 1 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-28 01:41:48.761066995 +0000 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-28 01:38:33.143680017 +0000 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-28 01:38:33.143680017 +0000 2023-11-28T01:42:22.366 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-28T01:42:22.366 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T01:42:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:21 smithi170 ceph-mon[111718]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:22.431 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-28T01:42:22.431 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-28T01:42:22.431 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000238819 s, 2.1 MB/s 2023-11-28T01:42:22.432 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T01:42:22.493 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-11-28T01:42:22.494 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T01:42:22.516 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-11-28T01:42:22.516 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_1 2023-11-28T01:42:22.577 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T01:42:22.577 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:22.577 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 392783 Links: 1 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-28 01:42:15.444740438 +0000 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-28 01:38:41.760177062 +0000 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-28 01:38:41.760177062 +0000 2023-11-28T01:42:22.578 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-28T01:42:22.578 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T01:42:22.647 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-28T01:42:22.647 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-28T01:42:22.647 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000119051 s, 4.3 MB/s 2023-11-28T01:42:22.648 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T01:42:22.710 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_2 2023-11-28T01:42:22.770 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T01:42:22.770 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:22.770 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 391678 Links: 1 2023-11-28T01:42:22.771 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:22.771 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:22.771 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-28 01:42:15.444740438 +0000 2023-11-28T01:42:22.772 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-28 01:38:42.261165686 +0000 2023-11-28T01:42:22.772 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-28 01:38:42.261165686 +0000 2023-11-28T01:42:22.772 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-28T01:42:22.772 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T01:42:22.839 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-28T01:42:22.840 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-28T01:42:22.840 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 9.4709e-05 s, 5.4 MB/s 2023-11-28T01:42:22.842 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T01:42:22.903 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_3 2023-11-28T01:42:22.963 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T01:42:22.963 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:22.963 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 396127 Links: 1 2023-11-28T01:42:22.963 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:22.964 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:22.964 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-28 01:42:15.444740438 +0000 2023-11-28T01:42:22.964 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-28 01:38:42.805153334 +0000 2023-11-28T01:42:22.964 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-28 01:38:42.805153334 +0000 2023-11-28T01:42:22.964 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-28T01:42:22.964 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T01:42:23.030 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-28T01:42:23.030 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-28T01:42:23.030 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 8.8719e-05 s, 5.8 MB/s 2023-11-28T01:42:23.032 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T01:42:23.091 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_4 2023-11-28T01:42:23.151 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 6h/6d Inode: 391780 Links: 1 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2023-11-28 01:42:15.445740415 +0000 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2023-11-28 01:38:43.317141709 +0000 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2023-11-28 01:38:43.317141709 +0000 2023-11-28T01:42:23.152 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2023-11-28T01:42:23.153 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T01:42:23.219 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2023-11-28T01:42:23.220 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2023-11-28T01:42:23.220 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000127904 s, 4.0 MB/s 2023-11-28T01:42:23.221 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T01:42:23.281 INFO:tasks.cephadm:Deploying osd.0 on smithi162 with /dev/vg_nvme/lv_4... 2023-11-28T01:42:23.281 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T01:42:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:23 smithi170 ceph-mon[111718]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:23 smithi162 ceph-mon[107725]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:25 smithi170 ceph-mon[111718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:26.207 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T01:42:26.207 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T01:42:26.207 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-28T01:42:26.208 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-28T01:42:26.208 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110568 s, 948 MB/s 2023-11-28T01:42:26.208 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-28T01:42:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:25 smithi162 ceph-mon[107725]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:26.945 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_4 2023-11-28T01:42:28.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:27 smithi162 ceph-mon[107725]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:28.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:28.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:28.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:28.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:27 smithi170 ceph-mon[111718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:29.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:42:29.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:42:29.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:29.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:42:29.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:42:29.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:42:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:30.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:30.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:30.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: Updating smithi170:/etc/ceph/ceph.conf 2023-11-28T01:42:30.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: Updating smithi170:/etc/ceph/ceph.conf 2023-11-28T01:42:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/314355236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "feafaf62-f2ff-4861-ab8a-f46aa16335ae"}]: dispatch 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/314355236' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "feafaf62-f2ff-4861-ab8a-f46aa16335ae"}]': finished 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:31.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:42:31.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/314355236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "feafaf62-f2ff-4861-ab8a-f46aa16335ae"}]: dispatch 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/314355236' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "feafaf62-f2ff-4861-ab8a-f46aa16335ae"}]': finished 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:31.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:31.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:42:31.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:31 smithi162 ceph-mon[107725]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:42:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:31 smithi162 ceph-mon[107725]: Reconfiguring mon.smithi162 (unknown last config time)... 2023-11-28T01:42:32.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:31 smithi162 ceph-mon[107725]: Reconfiguring daemon mon.smithi162 on smithi162 2023-11-28T01:42:32.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:31 smithi162 ceph-mon[107725]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:32.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:31 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2168674639' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:42:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:31 smithi170 ceph-mon[111718]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:42:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:31 smithi170 ceph-mon[111718]: Reconfiguring mon.smithi162 (unknown last config time)... 2023-11-28T01:42:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:31 smithi170 ceph-mon[111718]: Reconfiguring daemon mon.smithi162 on smithi162 2023-11-28T01:42:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:31 smithi170 ceph-mon[111718]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:31 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/2168674639' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:42:33.900 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:33 smithi162 ceph-mon[107725]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:33 smithi170 ceph-mon[111718]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: Reconfiguring mgr.smithi162.plqjjc (unknown last config time)... 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: Reconfiguring daemon mgr.smithi162.plqjjc on smithi162 2023-11-28T01:42:35.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:35.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: Reconfiguring mgr.smithi162.plqjjc (unknown last config time)... 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: Reconfiguring daemon mgr.smithi162.plqjjc on smithi162 2023-11-28T01:42:36.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:36.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:36.701 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:36 smithi162 ceph-mon[107725]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-28T01:42:36.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:36 smithi162 ceph-mon[107725]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-28T01:42:36.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:36 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T01:42:36.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:36 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:36.921 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:36 smithi170 ceph-mon[111718]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-28T01:42:36.922 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:36 smithi170 ceph-mon[111718]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-28T01:42:36.922 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:36 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T01:42:36.922 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:36 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:37.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:37 smithi170 ceph-mon[111718]: Deploying daemon osd.0 on smithi162 2023-11-28T01:42:37.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:37 smithi170 ceph-mon[111718]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:37.969 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:37 smithi162 ceph-mon[107725]: Deploying daemon osd.0 on smithi162 2023-11-28T01:42:37.969 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:37 smithi162 ceph-mon[107725]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:39.932 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:39.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: Reconfiguring crash.smithi162 (monmap changed)... 2023-11-28T01:42:39.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:39.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:39.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: Reconfiguring daemon crash.smithi162 on smithi162 2023-11-28T01:42:39.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:39 smithi162 ceph-mon[107725]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: Reconfiguring crash.smithi162 (monmap changed)... 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: Reconfiguring daemon crash.smithi162 on smithi162 2023-11-28T01:42:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:39 smithi170 ceph-mon[111718]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:42.137 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:41 smithi162 ceph-mon[107725]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:41 smithi170 ceph-mon[111718]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:43.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:42 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:43.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:42 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:42 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:42 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:43 smithi162 ceph-mon[107725]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-28T01:42:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:43 smithi162 ceph-mon[107725]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-28T01:42:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:43 smithi162 ceph-mon[107725]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:44.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:43 smithi170 ceph-mon[111718]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-28T01:42:44.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:43 smithi170 ceph-mon[111718]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-28T01:42:44.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:43 smithi170 ceph-mon[111718]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:45.863 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 0 on host 'smithi162' 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: Reconfiguring crash.smithi170 (monmap changed)... 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: Reconfiguring daemon crash.smithi170 on smithi170 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T01:42:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:46.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: Reconfiguring crash.smithi170 (monmap changed)... 2023-11-28T01:42:46.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi170", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: Reconfiguring daemon crash.smithi170 on smithi170 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:46.130 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.264 DEBUG:teuthology.orchestra.run.smithi162:osd.0> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.0.service 2023-11-28T01:42:46.267 INFO:tasks.cephadm:Deploying osd.1 on smithi162 with /dev/vg_nvme/lv_3... 2023-11-28T01:42:46.267 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-28T01:42:46.297 INFO:journalctl@ceph.osd.0.smithi162.stdout:-- Logs begin at Tue 2023-11-28 01:31:16 UTC. -- 2023-11-28T01:42:46.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: Reconfiguring mgr.smithi170.wdcbca (monmap changed)... 2023-11-28T01:42:46.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: Reconfiguring daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:42:46.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T01:42:46.935 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T01:42:46.935 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:46.935 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:42:46.994 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: Reconfiguring mgr.smithi170.wdcbca (monmap changed)... 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: Reconfiguring daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:42:46.995 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:47.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:47.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:42:47.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:42:47.270 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:47.270 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0[120521]: 2023-11-28T01:42:46.933+0000 7f4287c3c700 -1 osd.0 0 waiting for initial osdmap 2023-11-28T01:42:47.270 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:42:46 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0[120521]: 2023-11-28T01:42:46.936+0000 7f42825d3700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0164313 s, 638 MB/s 2023-11-28T01:42:47.829 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-28T01:42:48.185 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_3 2023-11-28T01:42:48.212 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: Reconfiguring mon.smithi170 (monmap changed)... 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: Reconfiguring daemon mon.smithi170 on smithi170 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: osdmap e8: 1 total, 0 up, 1 in 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:48.213 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.214 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:42:48.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-28T01:42:48.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:48.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:48.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: Reconfiguring mon.smithi170 (monmap changed)... 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: Reconfiguring daemon mon.smithi170 on smithi170 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: osdmap e8: 1 total, 0 up, 1 in 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:48.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:48.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:48.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:49.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:42:49.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:42:49.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597] boot 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:49.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:49.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:42:49.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:42:49.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:42:49.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-28T01:42:49.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:42:49.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-28T01:42:49.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:42:49.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-28T01:42:49.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:49.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: osd.0 [v2:172.21.15.162:6802/1132409597,v1:172.21.15.162:6803/1132409597] boot 2023-11-28T01:42:49.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T01:42:49.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:42:49.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:49 smithi162 ceph-mon[107725]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:49 smithi162 ceph-mon[107725]: osdmap e10: 1 total, 1 up, 1 in 2023-11-28T01:42:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:49 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:42:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:49 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:42:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:49 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:49 smithi170 ceph-mon[111718]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:42:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:49 smithi170 ceph-mon[111718]: osdmap e10: 1 total, 1 up, 1 in 2023-11-28T01:42:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:49 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:42:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:49 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:42:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:49 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:51.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:50 smithi162 ceph-mon[107725]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:42:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:50 smithi170 ceph-mon[111718]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:42:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:52.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:52.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/854566198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5"}]: dispatch 2023-11-28T01:42:52.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/854566198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5"}]': finished 2023-11-28T01:42:52.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T01:42:52.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/854566198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5"}]: dispatch 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/854566198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5"}]': finished 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T01:42:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:42:53.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:52 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/312399442' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:42:53.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:52 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/312399442' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:42:54.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:53 smithi162 ceph-mon[107725]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:54.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:53 smithi170 ceph-mon[111718]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:56.137 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:55 smithi162 ceph-mon[107725]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:56.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:55 smithi170 ceph-mon[111718]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi162 2023-11-28T01:42:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi162 to 12898M 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:57.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:57 smithi170 ceph-mon[111718]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:57.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi162 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi162 to 12898M 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:42:57.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:57 smithi162 ceph-mon[107725]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:58.742 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T01:42:58.742 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:58.742 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:58 smithi162 ceph-mon[107725]: Deploying daemon osd.1 on smithi162 2023-11-28T01:42:58.742 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:58.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T01:42:58.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:42:58.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:58 smithi170 ceph-mon[111718]: Deploying daemon osd.1 on smithi162 2023-11-28T01:42:58.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:42:59.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:59 smithi162 ceph-mon[107725]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:59.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:42:59.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:42:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:42:59.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:59 smithi170 ceph-mon[111718]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:42:59.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:42:59.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:42:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:43:01.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:01.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:01 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:01 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:02.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:02 smithi170 ceph-mon[111718]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:02.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:02 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:02.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:02 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:02.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:02 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:02.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:02 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:02.382 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:02 smithi162 ceph-mon[107725]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:02.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:02 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:02.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:02 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:02.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:02 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:02.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:02 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:03.481 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 1 on host 'smithi162' 2023-11-28T01:43:03.748 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:03.748 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:03 smithi162 ceph-mon[107725]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:03.749 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:03.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:03.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:03 smithi170 ceph-mon[111718]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:03.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:04.004 DEBUG:teuthology.orchestra.run.smithi162:osd.1> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.1.service 2023-11-28T01:43:04.047 INFO:tasks.cephadm:Deploying osd.2 on smithi162 with /dev/vg_nvme/lv_2... 2023-11-28T01:43:04.047 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-28T01:43:04.076 INFO:journalctl@ceph.osd.1.smithi162.stdout:-- Logs begin at Tue 2023-11-28 01:31:16 UTC. -- 2023-11-28T01:43:04.785 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:04 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T01:43:04.584+0000 7f66c79383c0 -1 osd.1 0 log_to_monitors true 2023-11-28T01:43:05.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:04 smithi162 ceph-mon[107725]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:43:05.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:04 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:05.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:04 smithi170 ceph-mon[111718]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:43:05.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:04 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:05.592 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-28T01:43:05.593 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-28T01:43:05.593 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-28T01:43:05.593 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-28T01:43:05.593 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013237 s, 792 MB/s 2023-11-28T01:43:05.593 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-28T01:43:06.070 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_2 2023-11-28T01:43:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:05 smithi170 ceph-mon[111718]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:05 smithi170 ceph-mon[111718]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T01:43:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:05 smithi170 ceph-mon[111718]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T01:43:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:05 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:05 smithi170 ceph-mon[111718]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:06.192 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T01:43:05.876+0000 7f66be33b700 -1 osd.1 0 waiting for initial osdmap 2023-11-28T01:43:06.192 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T01:43:05.879+0000 7f66bacd6700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:43:06.192 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-mon[107725]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:06.192 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-mon[107725]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T01:43:06.193 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-mon[107725]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T01:43:06.193 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:06.193 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:05 smithi162 ceph-mon[107725]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:07.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:06 smithi170 ceph-mon[111718]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:07.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:06 smithi170 ceph-mon[111718]: osdmap e13: 2 total, 1 up, 2 in 2023-11-28T01:43:07.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:06 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:07.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:06 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:07.194 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:06 smithi162 ceph-mon[107725]: from='osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:07.195 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:06 smithi162 ceph-mon[107725]: osdmap e13: 2 total, 1 up, 2 in 2023-11-28T01:43:07.195 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:07.195 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:06 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:08.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:43:08.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:43:08.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:08.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048] boot 2023-11-28T01:43:08.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:08.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:08.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: osd.1 [v2:172.21.15.162:6810/3884323048,v1:172.21.15.162:6811/3884323048] boot 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:43:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:08.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:09.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:08 smithi162 ceph-mon[107725]: from='client.14282 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:09.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:08 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi162 to 6449M 2023-11-28T01:43:09.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:08 smithi162 ceph-mon[107725]: osdmap e15: 2 total, 2 up, 2 in 2023-11-28T01:43:09.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:08 smithi170 ceph-mon[111718]: from='client.14282 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:09.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:08 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi162 to 6449M 2023-11-28T01:43:09.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:08 smithi170 ceph-mon[111718]: osdmap e15: 2 total, 2 up, 2 in 2023-11-28T01:43:10.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:09 smithi162 ceph-mon[107725]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:10.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:09 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1759733833' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a440d9-00c3-42b9-b2b7-b16f91c6ce09"}]: dispatch 2023-11-28T01:43:10.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:09 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1759733833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5a440d9-00c3-42b9-b2b7-b16f91c6ce09"}]': finished 2023-11-28T01:43:10.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:09 smithi162 ceph-mon[107725]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T01:43:10.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:09 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:09 smithi170 ceph-mon[111718]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1759733833' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a440d9-00c3-42b9-b2b7-b16f91c6ce09"}]: dispatch 2023-11-28T01:43:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1759733833' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5a440d9-00c3-42b9-b2b7-b16f91c6ce09"}]': finished 2023-11-28T01:43:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:09 smithi170 ceph-mon[111718]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T01:43:10.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:11.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:10 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/2794203465' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:11.178 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:10 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:11.179 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:10 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:11.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:10 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2794203465' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:11.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:10 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:11.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:10 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:11 smithi170 ceph-mon[111718]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:12.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:11 smithi162 ceph-mon[107725]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:14.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:13 smithi162 ceph-mon[107725]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:13 smithi170 ceph-mon[111718]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:15.005 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T01:43:15.005 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:15.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T01:43:15.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:15.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:15 smithi162 ceph-mon[107725]: Deploying daemon osd.2 on smithi162 2023-11-28T01:43:15.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:15 smithi162 ceph-mon[107725]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:15 smithi170 ceph-mon[111718]: Deploying daemon osd.2 on smithi162 2023-11-28T01:43:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:15 smithi170 ceph-mon[111718]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:17 smithi162 ceph-mon[107725]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:17 smithi170 ceph-mon[111718]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:20.042 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 2 on host 'smithi162' 2023-11-28T01:43:20.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:19 smithi162 ceph-mon[107725]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:19 smithi170 ceph-mon[111718]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:20.498 DEBUG:teuthology.orchestra.run.smithi162:osd.2> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.2.service 2023-11-28T01:43:20.500 INFO:tasks.cephadm:Deploying osd.3 on smithi162 with /dev/vg_nvme/lv_1... 2023-11-28T01:43:20.501 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-28T01:43:20.534 INFO:journalctl@ceph.osd.2.smithi162.stdout:-- Logs begin at Tue 2023-11-28 01:31:16 UTC. -- 2023-11-28T01:43:21.195 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:21 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:21.196 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:21 smithi162 ceph-mon[107725]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:43:21.196 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:20 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T01:43:20.882+0000 7fe9438b43c0 -1 osd.2 0 log_to_monitors true 2023-11-28T01:43:21.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:21 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:21.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:21 smithi170 ceph-mon[111718]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:22 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:22.444 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-28T01:43:22.444 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-28T01:43:22.444 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-28T01:43:22.444 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-28T01:43:22.444 INFO:teuthology.orchestra.run.smithi162.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112268 s, 934 MB/s 2023-11-28T01:43:22.445 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-28T01:43:22.481 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T01:43:22.052+0000 7fe93a2b7700 -1 osd.2 0 waiting for initial osdmap 2023-11-28T01:43:22.482 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T01:43:22.055+0000 7fe93544f700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:22 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:22.832 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_1 2023-11-28T01:43:23.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:23 smithi162 ceph-mon[107725]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:23.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:23 smithi162 ceph-mon[107725]: osdmap e18: 3 total, 2 up, 3 in 2023-11-28T01:43:23.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:23.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:23 smithi170 ceph-mon[111718]: from='osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:23 smithi170 ceph-mon[111718]: osdmap e18: 3 total, 2 up, 3 in 2023-11-28T01:43:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:43:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:43:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973] boot 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:24.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:24 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: osd.2 [v2:172.21.15.162:6818/3891349973,v1:172.21.15.162:6819/3891349973] boot 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:43:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:24 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:25.360 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi162 2023-11-28T01:43:25.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi162 to 4299M 2023-11-28T01:43:25.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:25.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:25.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:25.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:25 smithi162 ceph-mon[107725]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T01:43:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi162 2023-11-28T01:43:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi162 to 4299M 2023-11-28T01:43:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:25.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:25.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:25 smithi170 ceph-mon[111718]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T01:43:26.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='client.14300 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:26.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: pgmap v50: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:26.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-28T01:43:26.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1774159450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcfde26b-41f6-4558-922d-3d940e0248ec"}]: dispatch 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1774159450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcfde26b-41f6-4558-922d-3d940e0248ec"}]': finished 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: osdmap e22: 4 total, 3 up, 4 in 2023-11-28T01:43:26.536 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='client.14300 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: pgmap v50: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1774159450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcfde26b-41f6-4558-922d-3d940e0248ec"}]: dispatch 2023-11-28T01:43:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T01:43:26.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1774159450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcfde26b-41f6-4558-922d-3d940e0248ec"}]': finished 2023-11-28T01:43:26.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: osdmap e22: 4 total, 3 up, 4 in 2023-11-28T01:43:26.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:27.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:27 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/314456953' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:27.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:27 smithi162 ceph-mon[107725]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:27.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:27 smithi162 ceph-mon[107725]: osdmap e23: 4 total, 3 up, 4 in 2023-11-28T01:43:27.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:27.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:27 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/314456953' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:27.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:27 smithi170 ceph-mon[111718]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:27.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:27 smithi170 ceph-mon[111718]: osdmap e23: 4 total, 3 up, 4 in 2023-11-28T01:43:27.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:27.966 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132136]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:43:27.966 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132136]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:27.966 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132136]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:28.228 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132141]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:43:28.229 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132141]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:28.229 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 01:43:27 smithi162 sudo[132141]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:28.534 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132331]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:43:28.535 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132331]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:28.535 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132331]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:28.535 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132526]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:43:28.535 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132526]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:28.535 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132526]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:28.972 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132531]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:43:31.503 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132531]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.506 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132531]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.508 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132589]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:43:31.509 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132589]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.509 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132559]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:43:31.510 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132559]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.510 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 01:43:28 smithi162 sudo[132559]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 ceph-mon[111718]: osdmap e24: 4 total, 3 up, 4 in 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114258]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114258]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114258]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114261]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:43:31.510 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114261]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.532 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:29 smithi170 sudo[114261]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.532 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:31.532 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:43:31.532 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:43:31.532 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: mgrmap e19: smithi162.plqjjc(active, since 91s), standbys: smithi170.wdcbca 2023-11-28T01:43:31.533 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132589]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132652]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132652]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 sudo[132652]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 ceph-mon[107725]: osdmap e24: 4 total, 3 up, 4 in 2023-11-28T01:43:31.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: mgrmap e19: smithi162.plqjjc(active, since 91s), standbys: smithi170.wdcbca 2023-11-28T01:43:31.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:31.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:31 smithi162 ceph-mon[107725]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:31.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:31 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-28T01:43:31.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:31 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:31.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:31 smithi170 ceph-mon[111718]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:31.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:31 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-28T01:43:31.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:31 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:32.767 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:32 smithi162 ceph-mon[107725]: Deploying daemon osd.3 on smithi162 2023-11-28T01:43:32.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:32 smithi170 ceph-mon[111718]: Deploying daemon osd.3 on smithi162 2023-11-28T01:43:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:33 smithi170 ceph-mon[111718]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:34.191 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:33 smithi162 ceph-mon[107725]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:43:35.967 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:35 smithi162 ceph-mon[107725]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 195 KiB/s wr, 13 op/s 2023-11-28T01:43:35.967 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:35.967 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:35.968 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:35.968 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:35 smithi170 ceph-mon[111718]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 195 KiB/s wr, 13 op/s 2023-11-28T01:43:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:37.248 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 3 on host 'smithi162' 2023-11-28T01:43:37.820 DEBUG:teuthology.orchestra.run.smithi162:osd.3> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.3.service 2023-11-28T01:43:37.822 INFO:tasks.cephadm:Deploying osd.4 on smithi170 with /dev/vg_nvme/lv_4... 2023-11-28T01:43:37.822 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T01:43:37.855 INFO:journalctl@ceph.osd.3.smithi162.stdout:-- Logs begin at Tue 2023-11-28 01:31:16 UTC. -- 2023-11-28T01:43:38.057 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:37 smithi162 ceph-mon[107725]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 150 KiB/s wr, 10 op/s 2023-11-28T01:43:38.057 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:38.139 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:37 smithi170 ceph-mon[111718]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 150 KiB/s wr, 10 op/s 2023-11-28T01:43:38.139 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:38.404 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 01:43:38 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T01:43:38.054+0000 7fc2904b93c0 -1 osd.3 0 log_to_monitors true 2023-11-28T01:43:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:38 smithi162 ceph-mon[107725]: from='osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T01:43:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:38 smithi162 ceph-mon[107725]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T01:43:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:38 smithi170 ceph-mon[111718]: from='osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T01:43:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:38 smithi170 ceph-mon[111718]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T01:43:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:39.204 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T01:43:39.204 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T01:43:39.204 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2023-11-28T01:43:39.204 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2023-11-28T01:43:39.205 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00788898 s, 1.3 GB/s 2023-11-28T01:43:39.205 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2023-11-28T01:43:39.586 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_4 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 122 KiB/s wr, 8 op/s 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: osdmap e25: 4 total, 3 up, 4 in 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: from='osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:39 smithi170 ceph-mon[111718]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:40.204 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T01:43:39.899+0000 7fc286ebc700 -1 osd.3 0 waiting for initial osdmap 2023-11-28T01:43:40.204 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T01:43:39.903+0000 7fc280050700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 122 KiB/s wr, 8 op/s 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: osdmap e25: 4 total, 3 up, 4 in 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: from='osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:40.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:39 smithi162 ceph-mon[107725]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: osdmap e26: 4 total, 3 up, 4 in 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:41.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:41.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-28T01:43:41.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: osdmap e26: 4 total, 3 up, 4 in 2023-11-28T01:43:41.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:41.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:41.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:41.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:41.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:41.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:43:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:43:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi162 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi162 to 3224M 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707] boot 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: osdmap e27: 4 total, 4 up, 4 in 2023-11-28T01:43:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi162 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi162 to 3224M 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: osd.3 [v2:172.21.15.162:6826/686195707,v1:172.21.15.162:6827/686195707] boot 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: osdmap e27: 4 total, 4 up, 4 in 2023-11-28T01:43:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:43:43.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: osdmap e28: 4 total, 4 up, 4 in 2023-11-28T01:43:43.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2153867710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]: dispatch 2023-11-28T01:43:43.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]: dispatch 2023-11-28T01:43:43.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]': finished 2023-11-28T01:43:43.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: osdmap e29: 5 total, 4 up, 5 in 2023-11-28T01:43:43.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:42 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: osdmap e28: 4 total, 4 up, 4 in 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2153867710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]: dispatch 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]: dispatch 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "454200ba-fdfa-4f16-bfe6-0a8593d4560b"}]': finished 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: osdmap e29: 5 total, 4 up, 5 in 2023-11-28T01:43:43.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:42 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:43 smithi162 ceph-mon[107725]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:43 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/1459144621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:44.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:43 smithi170 ceph-mon[111718]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:44.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:43 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/1459144621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:43:46.226 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:45 smithi170 ceph-mon[111718]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:45 smithi162 ceph-mon[107725]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:48.146 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:47 smithi170 ceph-mon[111718]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:48.146 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-28T01:43:48.146 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:48.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:47 smithi162 ceph-mon[107725]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:48.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-28T01:43:48.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:48 smithi170 ceph-mon[111718]: Deploying daemon osd.4 on smithi170 2023-11-28T01:43:49.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:48 smithi162 ceph-mon[107725]: Deploying daemon osd.4 on smithi170 2023-11-28T01:43:50.271 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:49 smithi170 ceph-mon[111718]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:50.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:49 smithi162 ceph-mon[107725]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:52.128 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:52.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:52.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:52.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:51 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:52.129 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:51 smithi170 ceph-mon[111718]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:51 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:52.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:51 smithi162 ceph-mon[107725]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:52.980 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 4 on host 'smithi170' 2023-11-28T01:43:53.343 DEBUG:teuthology.orchestra.run.smithi170:osd.4> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.4.service 2023-11-28T01:43:53.345 INFO:tasks.cephadm:Deploying osd.5 on smithi170 with /dev/vg_nvme/lv_3... 2023-11-28T01:43:53.345 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-28T01:43:53.373 INFO:journalctl@ceph.osd.4.smithi170.stdout:-- Logs begin at Tue 2023-11-28 01:31:13 UTC. -- 2023-11-28T01:43:53.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:53.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:53.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:53.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:53.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:53.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:53.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:43:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:54.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:53 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:43:54.254 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 01:43:53 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T01:43:53.978+0000 7f775ff463c0 -1 osd.4 0 log_to_monitors true 2023-11-28T01:43:55.063 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-28T01:43:55.064 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-28T01:43:55.064 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2023-11-28T01:43:55.064 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2023-11-28T01:43:55.065 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00813699 s, 1.3 GB/s 2023-11-28T01:43:55.065 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2023-11-28T01:43:55.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:54 smithi170 ceph-mon[111718]: from='osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T01:43:55.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:54 smithi170 ceph-mon[111718]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T01:43:55.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:54 smithi162 ceph-mon[107725]: from='osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T01:43:55.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:54 smithi162 ceph-mon[107725]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T01:43:55.392 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_3 2023-11-28T01:43:56.169 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T01:43:55.889+0000 7f7756949700 -1 osd.4 0 waiting for initial osdmap 2023-11-28T01:43:56.169 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T01:43:55.893+0000 7f7751ae1700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: osdmap e30: 5 total, 4 up, 5 in 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:56.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:55 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: osdmap e30: 5 total, 4 up, 5 in 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:43:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:56.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:43:56.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:56.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:55 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi170 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi170 to 15970M 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: osdmap e31: 5 total, 4 up, 5 in 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:57.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:57.160 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:57.160 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:57.160 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:56 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi170 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi170 to 15970M 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: osdmap e31: 5 total, 4 up, 5 in 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:43:57.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:43:57.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:56 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:43:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:43:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:43:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:58.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824] boot 2023-11-28T01:43:58.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: osdmap e32: 5 total, 5 up, 5 in 2023-11-28T01:43:58.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:58.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:57 smithi170 ceph-mon[111718]: osdmap e33: 5 total, 5 up, 5 in 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: osd.4 [v2:172.21.15.170:6800/1941726824,v1:172.21.15.170:6801/1941726824] boot 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: osdmap e32: 5 total, 5 up, 5 in 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:43:58.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:57 smithi162 ceph-mon[107725]: osdmap e33: 5 total, 5 up, 5 in 2023-11-28T01:43:59.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:58 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/1026649299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]: dispatch 2023-11-28T01:43:59.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:58 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]: dispatch 2023-11-28T01:43:59.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:58 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]': finished 2023-11-28T01:43:59.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:58 smithi170 ceph-mon[111718]: osdmap e34: 6 total, 5 up, 6 in 2023-11-28T01:43:59.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:43:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:58 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/1026649299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]: dispatch 2023-11-28T01:43:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:58 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]: dispatch 2023-11-28T01:43:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:58 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4564f7c8-e07e-47e0-bc49-3e15e5ddcad4"}]': finished 2023-11-28T01:43:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:58 smithi162 ceph-mon[107725]: osdmap e34: 6 total, 5 up, 6 in 2023-11-28T01:43:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/4015362462' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: osdmap e35: 6 total, 5 up, 6 in 2023-11-28T01:44:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:43:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4015362462' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: osdmap e35: 6 total, 5 up, 6 in 2023-11-28T01:44:00.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:43:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:01.613 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:01 smithi170 ceph-mon[111718]: osdmap e36: 6 total, 5 up, 6 in 2023-11-28T01:44:01.614 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:01 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:01.614 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:01 smithi170 ceph-mon[111718]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:01.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:01 smithi162 ceph-mon[107725]: osdmap e36: 6 total, 5 up, 6 in 2023-11-28T01:44:01.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:01 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:01.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:01 smithi162 ceph-mon[107725]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:03 smithi170 ceph-mon[111718]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-28T01:44:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:04.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:03 smithi162 ceph-mon[107725]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:04.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-28T01:44:04.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:05.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:04 smithi170 ceph-mon[111718]: Deploying daemon osd.5 on smithi170 2023-11-28T01:44:05.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:04 smithi162 ceph-mon[107725]: Deploying daemon osd.5 on smithi170 2023-11-28T01:44:06.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:05 smithi162 ceph-mon[107725]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-28T01:44:06.300 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:05 smithi170 ceph-mon[111718]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-28T01:44:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:07 smithi162 ceph-mon[107725]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:07 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:08.309 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:07 smithi170 ceph-mon[111718]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:08.309 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:08.309 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:08.310 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:08.310 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:07 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:09.213 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 5 on host 'smithi170' 2023-11-28T01:44:09.600 DEBUG:teuthology.orchestra.run.smithi170:osd.5> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.5.service 2023-11-28T01:44:09.602 INFO:tasks.cephadm:Deploying osd.6 on smithi170 with /dev/vg_nvme/lv_2... 2023-11-28T01:44:09.602 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-28T01:44:09.630 INFO:journalctl@ceph.osd.5.smithi170.stdout:-- Logs begin at Tue 2023-11-28 01:31:13 UTC. -- 2023-11-28T01:44:10.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:09 smithi162 ceph-mon[107725]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-11-28T01:44:10.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:09 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:10.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:09 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:10.336 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:09 smithi170 ceph-mon[111718]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-11-28T01:44:10.337 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:10.337 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:09 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:10.337 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 01:44:10 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T01:44:10.152+0000 7f6258d3c3c0 -1 osd.5 0 log_to_monitors true 2023-11-28T01:44:11.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:10 smithi170 ceph-mon[111718]: from='osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T01:44:11.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:10 smithi170 ceph-mon[111718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T01:44:11.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:10 smithi162 ceph-mon[107725]: from='osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T01:44:11.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:10 smithi162 ceph-mon[107725]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T01:44:11.426 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-28T01:44:11.427 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-28T01:44:11.427 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2023-11-28T01:44:11.427 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2023-11-28T01:44:11.427 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00824656 s, 1.3 GB/s 2023-11-28T01:44:11.427 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2023-11-28T01:44:11.825 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_2 2023-11-28T01:44:12.044 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T01:44:11.993+0000 7f624f73f700 -1 osd.5 0 waiting for initial osdmap 2023-11-28T01:44:12.044 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T01:44:11.998+0000 7f624c0da700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:44:12.044 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-11-28T01:44:12.044 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-28T01:44:12.044 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: osdmap e37: 6 total, 5 up, 6 in 2023-11-28T01:44:12.044 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:12.044 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: from='osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:12.045 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:11 smithi170 ceph-mon[111718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: osdmap e37: 6 total, 5 up, 6 in 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: from='osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:12.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:11 smithi162 ceph-mon[107725]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: osdmap e38: 6 total, 5 up, 6 in 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332] boot 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: osdmap e39: 6 total, 6 up, 6 in 2023-11-28T01:44:13.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:13.388 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:13.388 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: osdmap e38: 6 total, 5 up, 6 in 2023-11-28T01:44:13.388 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.389 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: osd.5 [v2:172.21.15.170:6808/3557255332,v1:172.21.15.170:6809/3557255332] boot 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: osdmap e39: 6 total, 6 up, 6 in 2023-11-28T01:44:13.390 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi170 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi170 to 7985M 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:44:14.100 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:14.101 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:13 smithi170 ceph-mon[111718]: osdmap e40: 6 total, 6 up, 6 in 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi170 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi170 to 7985M 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T01:44:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:44:14.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:44:14.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:14.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:13 smithi162 ceph-mon[107725]: osdmap e40: 6 total, 6 up, 6 in 2023-11-28T01:44:15.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:14 smithi162 ceph-mon[107725]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:44:15.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:14 smithi162 ceph-mon[107725]: osdmap e41: 6 total, 6 up, 6 in 2023-11-28T01:44:15.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:14 smithi170 ceph-mon[111718]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:44:15.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:14 smithi170 ceph-mon[111718]: osdmap e41: 6 total, 6 up, 6 in 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/135892896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]: dispatch 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]: dispatch 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]': finished 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: osdmap e42: 7 total, 6 up, 7 in 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:15 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/4115177535' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/135892896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]: dispatch 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]: dispatch 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb9d1bcd-ada7-4e97-9362-0dc54e616275"}]': finished 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: osdmap e42: 7 total, 6 up, 7 in 2023-11-28T01:44:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:16.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:15 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/4115177535' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:17.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:17 smithi170 ceph-mon[111718]: osdmap e43: 7 total, 6 up, 7 in 2023-11-28T01:44:17.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:17.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:17 smithi162 ceph-mon[107725]: osdmap e43: 7 total, 6 up, 7 in 2023-11-28T01:44:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:18.287 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:18 smithi170 ceph-mon[111718]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:18.287 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:18 smithi170 ceph-mon[111718]: osdmap e44: 7 total, 6 up, 7 in 2023-11-28T01:44:18.287 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:18 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:18.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:18 smithi162 ceph-mon[107725]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:18.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:18 smithi162 ceph-mon[107725]: osdmap e44: 7 total, 6 up, 7 in 2023-11-28T01:44:18.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:18 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:20.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:20 smithi170 ceph-mon[111718]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-28T01:44:20.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:20 smithi162 ceph-mon[107725]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-28T01:44:21.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:21 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-28T01:44:21.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:21 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:21.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:21 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-28T01:44:21.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:21 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:22.408 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:22 smithi170 ceph-mon[111718]: Deploying daemon osd.6 on smithi170 2023-11-28T01:44:22.408 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:22 smithi170 ceph-mon[111718]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T01:44:22.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:22 smithi162 ceph-mon[107725]: Deploying daemon osd.6 on smithi170 2023-11-28T01:44:22.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:22 smithi162 ceph-mon[107725]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T01:44:24.141 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:23 smithi170 ceph-mon[111718]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-11-28T01:44:24.142 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:24.142 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:24.142 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:24.142 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:23 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:23 smithi162 ceph-mon[107725]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-11-28T01:44:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:24.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:23 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:25.951 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 6 on host 'smithi170' 2023-11-28T01:44:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:25 smithi170 ceph-mon[111718]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-11-28T01:44:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:25 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:25 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:26.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:25 smithi162 ceph-mon[107725]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-11-28T01:44:26.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:25 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:26.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:25 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:26.458 DEBUG:teuthology.orchestra.run.smithi170:osd.6> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.6.service 2023-11-28T01:44:26.460 INFO:tasks.cephadm:Deploying osd.7 on smithi170 with /dev/vg_nvme/lv_1... 2023-11-28T01:44:26.460 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-28T01:44:26.487 INFO:journalctl@ceph.osd.6.smithi170.stdout:-- Logs begin at Tue 2023-11-28 01:31:13 UTC. -- 2023-11-28T01:44:26.904 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T01:44:26.619+0000 7f6c668093c0 -1 osd.6 0 log_to_monitors true 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T01:44:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:26 smithi170 ceph-mon[111718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T01:44:27.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:26 smithi162 ceph-mon[107725]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T01:44:28.169 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T01:44:27.960+0000 7f6c5d20c700 -1 osd.6 0 waiting for initial osdmap 2023-11-28T01:44:28.169 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T01:44:27.967+0000 7f6c58ba5700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: osdmap e45: 7 total, 6 up, 7 in 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: from='osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:28.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:27 smithi170 ceph-mon[111718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00912943 s, 1.1 GB/s 2023-11-28T01:44:28.219 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: osdmap e45: 7 total, 6 up, 7 in 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: from='osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:28.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:27 smithi162 ceph-mon[107725]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:28.639 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_1 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: osdmap e46: 7 total, 6 up, 7 in 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:29.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: osdmap e46: 7 total, 6 up, 7 in 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:29.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi170 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi170 to 5323M 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108] boot 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: osdmap e47: 7 total, 7 up, 7 in 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:30.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:29 smithi162 ceph-mon[107725]: osdmap e48: 7 total, 7 up, 7 in 2023-11-28T01:44:30.378 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:44:30.378 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi170 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi170 to 5323M 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: osd.6 [v2:172.21.15.170:6816/2253029108,v1:172.21.15.170:6817/2253029108] boot 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: osdmap e47: 7 total, 7 up, 7 in 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:44:30.379 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:29 smithi170 ceph-mon[111718]: osdmap e48: 7 total, 7 up, 7 in 2023-11-28T01:44:31.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:30 smithi162 ceph-mon[107725]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:44:31.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:44:31.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:44:31.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:30 smithi170 ceph-mon[111718]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:44:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:44:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:44:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: pgmap v112: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: osdmap e49: 7 total, 7 up, 7 in 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/3825104196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]: dispatch 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]: dispatch 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]': finished 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: osdmap e50: 8 total, 7 up, 8 in 2023-11-28T01:44:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:31 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: pgmap v112: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: osdmap e49: 7 total, 7 up, 7 in 2023-11-28T01:44:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/3825104196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]: dispatch 2023-11-28T01:44:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]: dispatch 2023-11-28T01:44:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ad04bb3-8d03-4e02-9db4-06663c280d0d"}]': finished 2023-11-28T01:44:32.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: osdmap e50: 8 total, 7 up, 8 in 2023-11-28T01:44:32.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:31 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:32 smithi162 ceph-mon[107725]: from='client.? 172.21.15.170:0/2876563197' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:32 smithi162 ceph-mon[107725]: osdmap e51: 8 total, 7 up, 8 in 2023-11-28T01:44:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:32 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:32 smithi170 ceph-mon[111718]: from='client.? 172.21.15.170:0/2876563197' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:44:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:32 smithi170 ceph-mon[111718]: osdmap e51: 8 total, 7 up, 8 in 2023-11-28T01:44:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:32 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:34.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:33 smithi162 ceph-mon[107725]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:34.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:33 smithi170 ceph-mon[111718]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:36.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:35 smithi162 ceph-mon[107725]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-11-28T01:44:36.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:35 smithi170 ceph-mon[111718]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-11-28T01:44:38.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:37 smithi162 ceph-mon[107725]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T01:44:38.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-28T01:44:38.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:38.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:37 smithi162 ceph-mon[107725]: Deploying daemon osd.7 on smithi170 2023-11-28T01:44:38.392 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:37 smithi170 ceph-mon[111718]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T01:44:38.392 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-28T01:44:38.392 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:38.392 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:37 smithi170 ceph-mon[111718]: Deploying daemon osd.7 on smithi170 2023-11-28T01:44:40.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:39 smithi170 ceph-mon[111718]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:40.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:39 smithi162 ceph-mon[107725]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:41 smithi162 ceph-mon[107725]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-28T01:44:41.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:41.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:41.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:41.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:41.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:41 smithi170 ceph-mon[111718]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-28T01:44:42.667 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 7 on host 'smithi170' 2023-11-28T01:44:43.042 DEBUG:teuthology.orchestra.run.smithi170:osd.7> sudo journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.7.service 2023-11-28T01:44:43.044 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-28T01:44:43.045 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-28T01:44:43.075 INFO:journalctl@ceph.osd.7.smithi170.stdout:-- Logs begin at Tue 2023-11-28 01:31:13 UTC. -- 2023-11-28T01:44:43.702 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:43.703 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:43 smithi170 ceph-mon[111718]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-28T01:44:43.703 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:43 smithi162 ceph-mon[107725]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-28T01:44:44.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:44.096 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 01:44:43 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T01:44:43.700+0000 7f7ffe4933c0 -1 osd.7 0 log_to_monitors true 2023-11-28T01:44:44.417 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:44.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:44 smithi162 ceph-mon[107725]: from='osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T01:44:44.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:44 smithi162 ceph-mon[107725]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T01:44:44.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:44 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/780939478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:44:44.779 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1701135868,"num_in_osds":8,"osd_in_since":1701135871,"num_remapped_pgs":0} 2023-11-28T01:44:44.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:44 smithi170 ceph-mon[111718]: from='osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T01:44:44.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:44 smithi170 ceph-mon[111718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T01:44:44.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:44 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/780939478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:44:45.780 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-28T01:44:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-28T01:44:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: osdmap e52: 8 total, 7 up, 8 in 2023-11-28T01:44:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:46.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:46.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:46.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.169 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T01:44:45.680+0000 7f7ff4e96700 -1 osd.7 0 waiting for initial osdmap 2023-11-28T01:44:46.169 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T01:44:45.689+0000 7f7fee82b700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: osdmap e52: 8 total, 7 up, 8 in 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:44:46.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: Detected new or changed devices on smithi170 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi170 to 3992M 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: osdmap e53: 8 total, 7 up, 8 in 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:47.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:46 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:47.109 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: Detected new or changed devices on smithi170 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi170 to 3992M 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: osdmap e53: 8 total, 7 up, 8 in 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:46 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:47.495 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1701135886,"num_in_osds":8,"osd_in_since":1701135871,"num_remapped_pgs":1} 2023-11-28T01:44:47.496 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:44:47.720 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: purged_snaps scrub starts 2023-11-28T01:44:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: purged_snaps scrub ok 2023-11-28T01:44:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852] boot 2023-11-28T01:44:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: osdmap e54: 8 total, 8 up, 8 in 2023-11-28T01:44:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:47.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:47.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:47 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/685605951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:44:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: purged_snaps scrub starts 2023-11-28T01:44:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: purged_snaps scrub ok 2023-11-28T01:44:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: osd.7 [v2:172.21.15.170:6824/2949086852,v1:172.21.15.170:6825/2949086852] boot 2023-11-28T01:44:48.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: osdmap e54: 8 total, 8 up, 8 in 2023-11-28T01:44:48.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:44:48.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T01:44:48.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:47 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/685605951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:44:48.929 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:48.930 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":56,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","created":"2023-11-28T01:40:14.767800+0000","modified":"2023-11-28T01:44:48.684567+0000","last_up_change":"2023-11-28T01:44:46.678470+0000","last_in_change":"2023-11-28T01:44:31.726320+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-11-28T01:43:25.165811+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":"feafaf62-f2ff-4861-ab8a-f46aa16335ae","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.162:6802","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6803","nonce":1132409597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6805","nonce":1132409597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6809","nonce":1132409597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6807","nonce":1132409597}]},"public_addr":"172.21.15.162:6803/1132409597","cluster_addr":"172.21.15.162:6805/1132409597","heartbeat_back_addr":"172.21.15.162:6809/1132409597","heartbeat_front_addr":"172.21.15.162:6807/1132409597","state":["exists","up"]},{"osd":1,"uuid":"c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5","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.162:6810","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6811","nonce":3884323048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6813","nonce":3884323048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6817","nonce":3884323048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6815","nonce":3884323048}]},"public_addr":"172.21.15.162:6811/3884323048","cluster_addr":"172.21.15.162:6813/3884323048","heartbeat_back_addr":"172.21.15.162:6817/3884323048","heartbeat_front_addr":"172.21.15.162:6815/3884323048","state":["exists","up"]},{"osd":2,"uuid":"c5a440d9-00c3-42b9-b2b7-b16f91c6ce09","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.162:6818","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6819","nonce":3891349973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6821","nonce":3891349973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6825","nonce":3891349973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6823","nonce":3891349973}]},"public_addr":"172.21.15.162:6819/3891349973","cluster_addr":"172.21.15.162:6821/3891349973","heartbeat_back_addr":"172.21.15.162:6825/3891349973","heartbeat_front_addr":"172.21.15.162:6823/3891349973","state":["exists","up"]},{"osd":3,"uuid":"bcfde26b-41f6-4558-922d-3d940e0248ec","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.162:6826","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6827","nonce":686195707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6829","nonce":686195707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6833","nonce":686195707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6831","nonce":686195707}]},"public_addr":"172.21.15.162:6827/686195707","cluster_addr":"172.21.15.162:6829/686195707","heartbeat_back_addr":"172.21.15.162:6833/686195707","heartbeat_front_addr":"172.21.15.162:6831/686195707","state":["exists","up"]},{"osd":4,"uuid":"454200ba-fdfa-4f16-bfe6-0a8593d4560b","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.170:6800","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6801","nonce":1941726824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6803","nonce":1941726824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6807","nonce":1941726824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6805","nonce":1941726824}]},"public_addr":"172.21.15.170:6801/1941726824","cluster_addr":"172.21.15.170:6803/1941726824","heartbeat_back_addr":"172.21.15.170:6807/1941726824","heartbeat_front_addr":"172.21.15.170:6805/1941726824","state":["exists","up"]},{"osd":5,"uuid":"4564f7c8-e07e-47e0-bc49-3e15e5ddcad4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6809","nonce":3557255332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6811","nonce":3557255332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6815","nonce":3557255332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6813","nonce":3557255332}]},"public_addr":"172.21.15.170:6809/3557255332","cluster_addr":"172.21.15.170:6811/3557255332","heartbeat_back_addr":"172.21.15.170:6815/3557255332","heartbeat_front_addr":"172.21.15.170:6813/3557255332","state":["exists","up"]},{"osd":6,"uuid":"eb9d1bcd-ada7-4e97-9362-0dc54e616275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6816","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6817","nonce":2253029108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6818","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6819","nonce":2253029108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6822","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6823","nonce":2253029108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6820","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6821","nonce":2253029108}]},"public_addr":"172.21.15.170:6817/2253029108","cluster_addr":"172.21.15.170:6819/2253029108","heartbeat_back_addr":"172.21.15.170:6823/2253029108","heartbeat_front_addr":"172.21.15.170:6821/2253029108","state":["exists","up"]},{"osd":7,"uuid":"4ad04bb3-8d03-4e02-9db4-06663c280d0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6824","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6825","nonce":2949086852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6826","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6827","nonce":2949086852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6830","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6831","nonce":2949086852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6828","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6829","nonce":2949086852}]},"public_addr":"172.21.15.170:6825/2949086852","cluster_addr":"172.21.15.170:6827/2949086852","heartbeat_back_addr":"172.21.15.170:6831/2949086852","heartbeat_front_addr":"172.21.15.170:6829/2949086852","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-11-28T01:42:46.127208+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-11-28T01:43:05.603258+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-11-28T01:43:21.930417+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-11-28T01:43:39.021686+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-11-28T01:43:54.997637+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-11-28T01:44:11.139366+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-11-28T01:44:27.653371+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-11-28T01:44:44.720511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.162:6801/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3044256975":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3278980033":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3877969516":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3398677376":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1637255221":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/354601898":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6801/879157246":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/2008382303":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1743726399":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/371892963":"2023-11-29T01:40:37.299958+0000","172.21.15.162:6801/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:6800/879157246":"2023-11-29T01:40:37.299958+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-11-28T01:44:48.948 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:48 smithi170 ceph-mon[111718]: osdmap e55: 8 total, 8 up, 8 in 2023-11-28T01:44:48.948 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:48 smithi170 ceph-mon[111718]: osdmap e56: 8 total, 8 up, 8 in 2023-11-28T01:44:48.952 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:48 smithi162 ceph-mon[107725]: osdmap e55: 8 total, 8 up, 8 in 2023-11-28T01:44:48.952 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:48 smithi162 ceph-mon[107725]: osdmap e56: 8 total, 8 up, 8 in 2023-11-28T01:44:49.295 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-28T01:43:25.165811+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-11-28T01:44:49.295 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-28T01:44:49.520 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:49.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:49 smithi162 ceph-mon[107725]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:44:49.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:49 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/248013752' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:50.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:49 smithi170 ceph-mon[111718]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:44:50.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:49 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/248013752' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:50.613 INFO:teuthology.orchestra.run.smithi162.stdout:pg_num: 1 2023-11-28T01:44:50.894 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:50 smithi162 ceph-mon[107725]: osdmap e57: 8 total, 8 up, 8 in 2023-11-28T01:44:50.894 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:50 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2142216125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T01:44:50.987 INFO:tasks.cephadm:Setting up client nodes... 2023-11-28T01:44:50.987 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-28T01:44:51.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:50 smithi170 ceph-mon[111718]: osdmap e57: 8 total, 8 up, 8 in 2023-11-28T01:44:51.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:50 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/2142216125' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T01:44:51.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:51 smithi162 ceph-mon[107725]: osdmap e58: 8 total, 8 up, 8 in 2023-11-28T01:44:51.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:51 smithi162 ceph-mon[107725]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-28T01:44:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:51 smithi170 ceph-mon[111718]: osdmap e58: 8 total, 8 up, 8 in 2023-11-28T01:44:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:51 smithi170 ceph-mon[111718]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-28T01:44:52.351 INFO:teuthology.orchestra.run.smithi162.stdout:[client.0] 2023-11-28T01:44:52.351 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQAURmVlMFKsFBAA1sRgPMNdgdtkz9FLJc1Deg== 2023-11-28T01:44:52.727 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-28T01:44:52.727 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-28T01:44:52.727 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-28T01:44:52.767 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-28T01:44:52.767 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-28T01:44:52.767 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-11-28T01:44:53.032 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:53.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:52 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/798703990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-28T01:44:53.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:52 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/798703990' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-28T01:44:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:52 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/798703990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-28T01:44:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:52 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/798703990' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-28T01:44:54.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:53 smithi162 ceph-mon[107725]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-11-28T01:44:54.144 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:54.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:53 smithi170 ceph-mon[111718]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-11-28T01:44:54.538 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":19,"active_gid":14218,"active_name":"smithi162.plqjjc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":3601688219},{"type":"v1","addr":"172.21.15.162:6801","nonce":3601688219}]},"active_addr":"172.21.15.162:6801/3601688219","active_change":"2023-11-28T01:41:58.000616+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14236,"name":"smithi170.wdcbca","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.162:8443/","prometheus":"http://172.21.15.162: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.162:0","nonce":3560441860}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":2869815319}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":3698419260}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":714523232}]}]}} 2023-11-28T01:44:54.542 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-28T01:44:54.542 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-28T01:44:54.543 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:44:54.767 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:55.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:54 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1172681772' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T01:44:55.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:54 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1172681772' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T01:44:55.923 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:55.924 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":58,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","created":"2023-11-28T01:40:14.767800+0000","modified":"2023-11-28T01:44:50.694996+0000","last_up_change":"2023-11-28T01:44:46.678470+0000","last_in_change":"2023-11-28T01:44:31.726320+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-11-28T01:43:25.165811+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":"feafaf62-f2ff-4861-ab8a-f46aa16335ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6803","nonce":1132409597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6805","nonce":1132409597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6809","nonce":1132409597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6807","nonce":1132409597}]},"public_addr":"172.21.15.162:6803/1132409597","cluster_addr":"172.21.15.162:6805/1132409597","heartbeat_back_addr":"172.21.15.162:6809/1132409597","heartbeat_front_addr":"172.21.15.162:6807/1132409597","state":["exists","up"]},{"osd":1,"uuid":"c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5","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.162:6810","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6811","nonce":3884323048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6813","nonce":3884323048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6817","nonce":3884323048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6815","nonce":3884323048}]},"public_addr":"172.21.15.162:6811/3884323048","cluster_addr":"172.21.15.162:6813/3884323048","heartbeat_back_addr":"172.21.15.162:6817/3884323048","heartbeat_front_addr":"172.21.15.162:6815/3884323048","state":["exists","up"]},{"osd":2,"uuid":"c5a440d9-00c3-42b9-b2b7-b16f91c6ce09","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.162:6818","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6819","nonce":3891349973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6821","nonce":3891349973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6825","nonce":3891349973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6823","nonce":3891349973}]},"public_addr":"172.21.15.162:6819/3891349973","cluster_addr":"172.21.15.162:6821/3891349973","heartbeat_back_addr":"172.21.15.162:6825/3891349973","heartbeat_front_addr":"172.21.15.162:6823/3891349973","state":["exists","up"]},{"osd":3,"uuid":"bcfde26b-41f6-4558-922d-3d940e0248ec","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.162:6826","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6827","nonce":686195707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6829","nonce":686195707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6833","nonce":686195707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6831","nonce":686195707}]},"public_addr":"172.21.15.162:6827/686195707","cluster_addr":"172.21.15.162:6829/686195707","heartbeat_back_addr":"172.21.15.162:6833/686195707","heartbeat_front_addr":"172.21.15.162:6831/686195707","state":["exists","up"]},{"osd":4,"uuid":"454200ba-fdfa-4f16-bfe6-0a8593d4560b","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.170:6800","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6801","nonce":1941726824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6803","nonce":1941726824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6807","nonce":1941726824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6805","nonce":1941726824}]},"public_addr":"172.21.15.170:6801/1941726824","cluster_addr":"172.21.15.170:6803/1941726824","heartbeat_back_addr":"172.21.15.170:6807/1941726824","heartbeat_front_addr":"172.21.15.170:6805/1941726824","state":["exists","up"]},{"osd":5,"uuid":"4564f7c8-e07e-47e0-bc49-3e15e5ddcad4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6809","nonce":3557255332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6811","nonce":3557255332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6815","nonce":3557255332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6813","nonce":3557255332}]},"public_addr":"172.21.15.170:6809/3557255332","cluster_addr":"172.21.15.170:6811/3557255332","heartbeat_back_addr":"172.21.15.170:6815/3557255332","heartbeat_front_addr":"172.21.15.170:6813/3557255332","state":["exists","up"]},{"osd":6,"uuid":"eb9d1bcd-ada7-4e97-9362-0dc54e616275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6816","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6817","nonce":2253029108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6818","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6819","nonce":2253029108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6822","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6823","nonce":2253029108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6820","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6821","nonce":2253029108}]},"public_addr":"172.21.15.170:6817/2253029108","cluster_addr":"172.21.15.170:6819/2253029108","heartbeat_back_addr":"172.21.15.170:6823/2253029108","heartbeat_front_addr":"172.21.15.170:6821/2253029108","state":["exists","up"]},{"osd":7,"uuid":"4ad04bb3-8d03-4e02-9db4-06663c280d0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6824","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6825","nonce":2949086852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6826","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6827","nonce":2949086852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6830","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6831","nonce":2949086852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6828","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6829","nonce":2949086852}]},"public_addr":"172.21.15.170:6825/2949086852","cluster_addr":"172.21.15.170:6827/2949086852","heartbeat_back_addr":"172.21.15.170:6831/2949086852","heartbeat_front_addr":"172.21.15.170:6829/2949086852","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-11-28T01:42:46.127208+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-11-28T01:43:05.603258+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-11-28T01:43:21.930417+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-11-28T01:43:39.021686+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-11-28T01:43:54.997637+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-11-28T01:44:11.139366+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-11-28T01:44:27.653371+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-11-28T01:44:44.720511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.162:6801/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3044256975":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3278980033":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3877969516":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3398677376":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1637255221":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/354601898":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6801/879157246":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/2008382303":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1743726399":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/371892963":"2023-11-29T01:40:37.299958+0000","172.21.15.162:6801/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:6800/879157246":"2023-11-29T01:40:37.299958+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-11-28T01:44:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:55 smithi170 ceph-mon[111718]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-11-28T01:44:56.210 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:55 smithi162 ceph-mon[107725]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-11-28T01:44:56.294 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-28T01:44:56.294 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:44:56.522 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:57.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:56 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/2631916710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:57.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:56 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2631916710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:57.686 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:44:57.686 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":58,"fsid":"028184b8-8d8f-11ee-95a2-87774f69a715","created":"2023-11-28T01:40:14.767800+0000","modified":"2023-11-28T01:44:50.694996+0000","last_up_change":"2023-11-28T01:44:46.678470+0000","last_in_change":"2023-11-28T01:44:31.726320+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-11-28T01:43:25.165811+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":"feafaf62-f2ff-4861-ab8a-f46aa16335ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6803","nonce":1132409597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6805","nonce":1132409597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6809","nonce":1132409597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1132409597},{"type":"v1","addr":"172.21.15.162:6807","nonce":1132409597}]},"public_addr":"172.21.15.162:6803/1132409597","cluster_addr":"172.21.15.162:6805/1132409597","heartbeat_back_addr":"172.21.15.162:6809/1132409597","heartbeat_front_addr":"172.21.15.162:6807/1132409597","state":["exists","up"]},{"osd":1,"uuid":"c9d355bd-2ea7-4aaa-b02b-8c4bec6277f5","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.162:6810","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6811","nonce":3884323048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6813","nonce":3884323048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6817","nonce":3884323048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3884323048},{"type":"v1","addr":"172.21.15.162:6815","nonce":3884323048}]},"public_addr":"172.21.15.162:6811/3884323048","cluster_addr":"172.21.15.162:6813/3884323048","heartbeat_back_addr":"172.21.15.162:6817/3884323048","heartbeat_front_addr":"172.21.15.162:6815/3884323048","state":["exists","up"]},{"osd":2,"uuid":"c5a440d9-00c3-42b9-b2b7-b16f91c6ce09","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.162:6818","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6819","nonce":3891349973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6821","nonce":3891349973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6825","nonce":3891349973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3891349973},{"type":"v1","addr":"172.21.15.162:6823","nonce":3891349973}]},"public_addr":"172.21.15.162:6819/3891349973","cluster_addr":"172.21.15.162:6821/3891349973","heartbeat_back_addr":"172.21.15.162:6825/3891349973","heartbeat_front_addr":"172.21.15.162:6823/3891349973","state":["exists","up"]},{"osd":3,"uuid":"bcfde26b-41f6-4558-922d-3d940e0248ec","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.162:6826","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6827","nonce":686195707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6829","nonce":686195707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6833","nonce":686195707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":686195707},{"type":"v1","addr":"172.21.15.162:6831","nonce":686195707}]},"public_addr":"172.21.15.162:6827/686195707","cluster_addr":"172.21.15.162:6829/686195707","heartbeat_back_addr":"172.21.15.162:6833/686195707","heartbeat_front_addr":"172.21.15.162:6831/686195707","state":["exists","up"]},{"osd":4,"uuid":"454200ba-fdfa-4f16-bfe6-0a8593d4560b","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.170:6800","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6801","nonce":1941726824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6803","nonce":1941726824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6807","nonce":1941726824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":1941726824},{"type":"v1","addr":"172.21.15.170:6805","nonce":1941726824}]},"public_addr":"172.21.15.170:6801/1941726824","cluster_addr":"172.21.15.170:6803/1941726824","heartbeat_back_addr":"172.21.15.170:6807/1941726824","heartbeat_front_addr":"172.21.15.170:6805/1941726824","state":["exists","up"]},{"osd":5,"uuid":"4564f7c8-e07e-47e0-bc49-3e15e5ddcad4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6809","nonce":3557255332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6811","nonce":3557255332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6815","nonce":3557255332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":3557255332},{"type":"v1","addr":"172.21.15.170:6813","nonce":3557255332}]},"public_addr":"172.21.15.170:6809/3557255332","cluster_addr":"172.21.15.170:6811/3557255332","heartbeat_back_addr":"172.21.15.170:6815/3557255332","heartbeat_front_addr":"172.21.15.170:6813/3557255332","state":["exists","up"]},{"osd":6,"uuid":"eb9d1bcd-ada7-4e97-9362-0dc54e616275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6816","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6817","nonce":2253029108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6818","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6819","nonce":2253029108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6822","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6823","nonce":2253029108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6820","nonce":2253029108},{"type":"v1","addr":"172.21.15.170:6821","nonce":2253029108}]},"public_addr":"172.21.15.170:6817/2253029108","cluster_addr":"172.21.15.170:6819/2253029108","heartbeat_back_addr":"172.21.15.170:6823/2253029108","heartbeat_front_addr":"172.21.15.170:6821/2253029108","state":["exists","up"]},{"osd":7,"uuid":"4ad04bb3-8d03-4e02-9db4-06663c280d0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6824","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6825","nonce":2949086852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6826","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6827","nonce":2949086852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6830","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6831","nonce":2949086852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6828","nonce":2949086852},{"type":"v1","addr":"172.21.15.170:6829","nonce":2949086852}]},"public_addr":"172.21.15.170:6825/2949086852","cluster_addr":"172.21.15.170:6827/2949086852","heartbeat_back_addr":"172.21.15.170:6831/2949086852","heartbeat_front_addr":"172.21.15.170:6829/2949086852","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-11-28T01:42:46.127208+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-11-28T01:43:05.603258+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-11-28T01:43:21.930417+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-11-28T01:43:39.021686+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-11-28T01:43:54.997637+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-11-28T01:44:11.139366+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-11-28T01:44:27.653371+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-11-28T01:44:44.720511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.162:6801/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/2451042674":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3044256975":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3278980033":"2023-11-29T01:41:58.000296+0000","172.21.15.162:0/3877969516":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/3398677376":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6800/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1637255221":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/354601898":"2023-11-29T01:41:58.000296+0000","172.21.15.162:6801/879157246":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/2008382303":"2023-11-29T01:41:01.316979+0000","172.21.15.162:0/1743726399":"2023-11-29T01:40:37.299958+0000","172.21.15.162:0/371892963":"2023-11-29T01:40:37.299958+0000","172.21.15.162:6801/329668022":"2023-11-29T01:41:01.316979+0000","172.21.15.162:6800/879157246":"2023-11-29T01:40:37.299958+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-11-28T01:44:57.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:57 smithi162 ceph-mon[107725]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:57.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:57 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1217016393' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:58.059 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-28T01:44:58.060 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-28T01:44:58.060 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-28T01:44:58.060 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-28T01:44:58.061 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-28T01:44:58.061 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-28T01:44:58.062 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-28T01:44:58.062 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-28T01:44:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:57 smithi170 ceph-mon[111718]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T01:44:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:57 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1217016393' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:44:58.457 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:58.620 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:58.620 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:59.015 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:59.066 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:59.173 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:44:59.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:59 smithi162 ceph-mon[107725]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:44:59.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:44:59.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:44:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:45:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:59 smithi170 ceph-mon[111718]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:45:00.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:44:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:45:00.240 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:00.810 INFO:teuthology.orchestra.run.smithi162.stdout:38654705694 2023-11-28T01:45:00.810 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-28T01:45:01.982 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:01 smithi170 ceph-mon[111718]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:02.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:01 smithi162 ceph-mon[107725]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:02.605 INFO:teuthology.orchestra.run.smithi162.stdout:81604378647 2023-11-28T01:45:02.605 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-28T01:45:02.738 INFO:teuthology.orchestra.run.smithi162.stdout:231928233990 2023-11-28T01:45:02.739 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-28T01:45:02.797 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:02.925 INFO:teuthology.orchestra.run.smithi162.stdout:60129542170 2023-11-28T01:45:02.925 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-28T01:45:03.876 INFO:teuthology.orchestra.run.smithi162.stdout:167503724556 2023-11-28T01:45:03.876 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-28T01:45:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:03 smithi170 ceph-mon[111718]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:04.199 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:03 smithi162 ceph-mon[107725]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:04.223 INFO:teuthology.orchestra.run.smithi162.stdout:201863462921 2023-11-28T01:45:04.224 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-28T01:45:04.367 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:04.624 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:04.742 INFO:teuthology.orchestra.run.smithi162.stdout:115964117011 2023-11-28T01:45:04.742 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-28T01:45:04.815 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:04.878 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:05.251 INFO:teuthology.orchestra.run.smithi162.stdout:38654705695 2023-11-28T01:45:05.961 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:06.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:05 smithi162 ceph-mon[107725]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:06.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:05 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/4002711650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T01:45:06.375 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-11-28T01:45:06.375 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:06.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:05 smithi170 ceph-mon[111718]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:06.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:05 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/4002711650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T01:45:06.502 INFO:teuthology.orchestra.run.smithi162.stdout:137438953489 2023-11-28T01:45:06.503 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-28T01:45:07.102 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:07.195 INFO:teuthology.orchestra.run.smithi162.stdout:60129542171 2023-11-28T01:45:07.246 INFO:teuthology.orchestra.run.smithi162.stdout:81604378648 2023-11-28T01:45:07.447 INFO:teuthology.orchestra.run.smithi162.stdout:167503724557 2023-11-28T01:45:08.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:07 smithi162 ceph-mon[107725]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:08.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:07 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1353900100' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T01:45:08.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:07 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1880053729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T01:45:08.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:07 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1517885921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-28T01:45:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:07 smithi170 ceph-mon[111718]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:07 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1353900100' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T01:45:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:07 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1880053729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T01:45:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:07 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1517885921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-28T01:45:08.483 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724557 for osd.5 2023-11-28T01:45:08.484 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:08.908 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-11-28T01:45:08.908 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:08.937 INFO:teuthology.orchestra.run.smithi162.stdout:231928233991 2023-11-28T01:45:09.028 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:09.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:08 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3337219796' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-28T01:45:09.253 INFO:teuthology.orchestra.run.smithi162.stdout:201863462922 2023-11-28T01:45:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:08 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3337219796' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-28T01:45:09.711 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233990 got 231928233991 for osd.7 2023-11-28T01:45:09.711 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:09.798 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462921 got 201863462922 for osd.6 2023-11-28T01:45:09.799 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:09.924 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542171 for osd.1 2023-11-28T01:45:09.924 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:10.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:09 smithi162 ceph-mon[107725]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:10.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:09 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1307616398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-28T01:45:10.293 INFO:teuthology.orchestra.run.smithi162.stdout:115964117012 2023-11-28T01:45:10.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:09 smithi170 ceph-mon[111718]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:10.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:09 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1307616398' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-28T01:45:10.683 INFO:teuthology.orchestra.run.smithi162.stdout:137438953490 2023-11-28T01:45:10.789 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117011 got 115964117012 for osd.3 2023-11-28T01:45:10.789 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:11.039 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953489 got 137438953490 for osd.4 2023-11-28T01:45:11.040 DEBUG:teuthology.parallel:result is None 2023-11-28T01:45:11.040 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-28T01:45:11.040 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T01:45:11.267 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:11.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:10 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/4195108069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-28T01:45:11.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:10 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3721635684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-28T01:45:11.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:10 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/4195108069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-28T01:45:11.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:10 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3721635684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-28T01:45:12.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:11 smithi162 ceph-mon[107725]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:12.348 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:12.350 INFO:teuthology.orchestra.run.smithi162.stderr:dumped all 2023-11-28T01:45:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:11 smithi170 ceph-mon[111718]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:12.667 INFO:teuthology.orchestra.run.smithi162.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2023-11-28T01:45:10.894215+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":48536,"kb_used_data":6168,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912680,"statfs":{"total":767960285184,"available":767910584320,"internally_reserved":0,"allocated":6316032,"data_stored":3499727,"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.002575"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-28T01:44:50.703588+0000","last_change":"2023-11-28T01:44:50.703588+0000","last_active":"2023-11-28T01:44:50.703588+0000","last_peered":"2023-11-28T01:44:50.703588+0000","last_clean":"2023-11-28T01:44:50.703588+0000","last_became_active":"2023-11-28T01:44:50.703197+0000","last_became_peered":"2023-11-28T01:44:50.703197+0000","last_unstale":"2023-11-28T01:44:50.703588+0000","last_undegraded":"2023-11-28T01:44:50.703588+0000","last_fullsized":"2023-11-28T01:44:50.703588+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T01:43:25.871645+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T01:43:25.871645+0000","last_clean_scrub_stamp":"2023-11-28T01:43:25.871645+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-11-29T05:21:53.699085+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233992,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6036,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739116,"statfs":{"total":95995035648,"available":95988854784,"internally_reserved":0,"allocated":1126400,"data_stored":768377,"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.59599999999999997}]},{"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.63100000000000001}]},{"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.46100000000000002}]},{"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.52400000000000002}]},{"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.58599999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"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.54900000000000004}]}]},{"osd":6,"up_from":47,"seq":201863462923,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":767789,"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.54200000000000004}]},{"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.70399999999999996}]},{"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.63900000000000001}]},{"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.745}]},{"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.51200000000000001}]},{"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.65700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]}]},{"osd":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":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":238883,"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":"Tue Nov 28 01:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.503,"5min":0.503,"15min":0.503},"last":0.44500000000000001}]},{"osd":2,"last update":"Tue Nov 28 01:44:26 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.372},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.33100000000000002}]},{"osd":3,"last update":"Tue Nov 28 01:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.40000000000000002}]},{"osd":4,"last update":"Tue Nov 28 01:44:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.51800000000000002}]},{"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.46600000000000003}]},{"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.432}]},{"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.47499999999999998}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":768377,"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":"Tue Nov 28 01:44:10 2023","interfaces":[{"interface":"back","average":{"1min":0.315,"5min":0.315,"15min":0.315},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.35499999999999998}]},{"osd":2,"last update":"Tue Nov 28 01:44:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.311},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.29899999999999999}]},{"osd":3,"last update":"Tue Nov 28 01:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.32800000000000001}]},{"osd":4,"last update":"Tue Nov 28 01:44:57 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.50800000000000001}]},{"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.45100000000000001}]},{"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.48399999999999999}]},{"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.45800000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6216,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738936,"statfs":{"total":95995035648,"available":95988670464,"internally_reserved":0,"allocated":589824,"data_stored":238807,"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":"Tue Nov 28 01:44:28 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.41099999999999998}]},{"osd":1,"last update":"Tue Nov 28 01:44:28 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.40000000000000002}]},{"osd":3,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.44900000000000001}]},{"osd":4,"last update":"Tue Nov 28 01:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.81799999999999995}]},{"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.629}]},{"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.82599999999999996}]},{"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.70599999999999996}]}]},{"osd":3,"up_from":27,"seq":115964117012,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":239449,"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":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.27300000000000002}]},{"osd":1,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.314},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.32200000000000001}]},{"osd":2,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.30599999999999999}]},{"osd":4,"last update":"Tue Nov 28 01:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.627}]},{"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.56599999999999995}]},{"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.58499999999999996}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":239184,"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":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.60699999999999998}]},{"osd":1,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":4.6719999999999997,"5min":4.6719999999999997,"15min":4.6719999999999997},"last":0.50600000000000001}]},{"osd":2,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":2.6360000000000001,"5min":2.6360000000000001,"15min":2.6360000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.53000000000000003}]},{"osd":3,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.66500000000000004},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":9.1549999999999994,"5min":9.1549999999999994,"15min":9.1549999999999994},"last":0.49399999999999999}]},{"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.443}]},{"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.64700000000000002}]},{"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.57899999999999996}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5636,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739516,"statfs":{"total":95995035648,"available":95989264384,"internally_reserved":0,"allocated":585728,"data_stored":238861,"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.54000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"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.51400000000000001}]},{"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.38100000000000001}]},{"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.59099999999999997}]},{"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.48599999999999999}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-28T01:45:12.669 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T01:45:12.892 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:13.979 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:13.981 INFO:teuthology.orchestra.run.smithi162.stderr:dumped all 2023-11-28T01:45:14.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:13 smithi170 ceph-mon[111718]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:14.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:13 smithi170 ceph-mon[111718]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:13 smithi162 ceph-mon[107725]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:13 smithi162 ceph-mon[107725]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:14.330 INFO:teuthology.orchestra.run.smithi162.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2023-11-28T01:45:12.894469+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":48536,"kb_used_data":6168,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912680,"statfs":{"total":767960285184,"available":767910584320,"internally_reserved":0,"allocated":6316032,"data_stored":3499727,"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.002547"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-28T01:44:50.703588+0000","last_change":"2023-11-28T01:44:50.703588+0000","last_active":"2023-11-28T01:44:50.703588+0000","last_peered":"2023-11-28T01:44:50.703588+0000","last_clean":"2023-11-28T01:44:50.703588+0000","last_became_active":"2023-11-28T01:44:50.703197+0000","last_became_peered":"2023-11-28T01:44:50.703197+0000","last_unstale":"2023-11-28T01:44:50.703588+0000","last_undegraded":"2023-11-28T01:44:50.703588+0000","last_fullsized":"2023-11-28T01:44:50.703588+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T01:43:25.871645+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T01:43:25.871645+0000","last_clean_scrub_stamp":"2023-11-28T01:43:25.871645+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-11-29T05:21:53.699085+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6036,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739116,"statfs":{"total":95995035648,"available":95988854784,"internally_reserved":0,"allocated":1126400,"data_stored":768377,"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.57299999999999995}]},{"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.69699999999999995}]},{"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.621}]},{"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.70699999999999996}]},{"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.77000000000000002}]},{"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.79000000000000004}]},{"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.81699999999999995}]}]},{"osd":6,"up_from":47,"seq":201863462923,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":767789,"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.54200000000000004}]},{"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.70399999999999996}]},{"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.63900000000000001}]},{"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.745}]},{"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.51200000000000001}]},{"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.65700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":238883,"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":"Tue Nov 28 01:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.503,"5min":0.503,"15min":0.503},"last":0.28199999999999997}]},{"osd":2,"last update":"Tue Nov 28 01:44:26 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.313},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.32000000000000001}]},{"osd":3,"last update":"Tue Nov 28 01:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.35299999999999998}]},{"osd":4,"last update":"Tue Nov 28 01:44:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.69399999999999995}]},{"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.76100000000000001}]},{"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.74399999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":768377,"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":"Tue Nov 28 01:44:10 2023","interfaces":[{"interface":"back","average":{"1min":0.315,"5min":0.315,"15min":0.315},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.35499999999999998}]},{"osd":2,"last update":"Tue Nov 28 01:44:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.311},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.29899999999999999}]},{"osd":3,"last update":"Tue Nov 28 01:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.32800000000000001}]},{"osd":4,"last update":"Tue Nov 28 01:44:57 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.50800000000000001}]},{"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.45100000000000001}]},{"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.48399999999999999}]},{"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.45800000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6216,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738936,"statfs":{"total":95995035648,"available":95988670464,"internally_reserved":0,"allocated":589824,"data_stored":238807,"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":"Tue Nov 28 01:44:28 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.41099999999999998}]},{"osd":1,"last update":"Tue Nov 28 01:44:28 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.40000000000000002}]},{"osd":3,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.44900000000000001}]},{"osd":4,"last update":"Tue Nov 28 01:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.81799999999999995}]},{"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.629}]},{"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.82599999999999996}]},{"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.70599999999999996}]}]},{"osd":3,"up_from":27,"seq":115964117013,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":239449,"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":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.29199999999999998}]},{"osd":1,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.30299999999999999}]},{"osd":2,"last update":"Tue Nov 28 01:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.41199999999999998}]},{"osd":4,"last update":"Tue Nov 28 01:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.66900000000000004}]},{"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.504}]},{"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.56999999999999995}]},{"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.60099999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":239184,"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":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.434}]},{"osd":1,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":4.6719999999999997,"5min":4.6719999999999997,"15min":4.6719999999999997},"last":0.496}]},{"osd":2,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":2.6360000000000001,"5min":2.6360000000000001,"15min":2.6360000000000001},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.53800000000000003}]},{"osd":3,"last update":"Tue Nov 28 01:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.58499999999999996},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":9.1549999999999994,"5min":9.1549999999999994,"15min":9.1549999999999994},"last":0.67800000000000005}]},{"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.69799999999999995}]},{"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.69299999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66800000000000004}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5636,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739516,"statfs":{"total":95995035648,"available":95989264384,"internally_reserved":0,"allocated":585728,"data_stored":238861,"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.54000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"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.51400000000000001}]},{"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.38100000000000001}]},{"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.59099999999999997}]},{"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.48599999999999999}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-28T01:45:14.332 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-28T01:45:14.332 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-28T01:45:14.332 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-28T01:45:14.333 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-11-28T01:45:14.559 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/mon.smithi162/config 2023-11-28T01:45:15.011 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:14 smithi162 ceph-mon[107725]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:15.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:14 smithi170 ceph-mon[111718]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:15.662 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:15.663 INFO:teuthology.orchestra.run.smithi162.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-28T01:45:16.029 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-28T01:45:16.030 INFO:tasks.cephadm:Setup complete, yielding 2023-11-28T01:45:16.030 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T01:45:16.040 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:16.041 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-11-28T01:45:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:15 smithi162 ceph-mon[107725]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:15 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1727740900' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T01:45:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:15 smithi170 ceph-mon[111718]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:16.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:15 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1727740900' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T01:45:17.357 INFO:teuthology.orchestra.run.smithi162.stdout:Backend: cephadm 2023-11-28T01:45:17.357 INFO:teuthology.orchestra.run.smithi162.stdout:Available: Yes 2023-11-28T01:45:17.358 INFO:teuthology.orchestra.run.smithi162.stdout:Paused: No 2023-11-28T01:45:17.722 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-28T01:45:18.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:17 smithi162 ceph-mon[107725]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:18.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:17 smithi170 ceph-mon[111718]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (2m) 100s ago 4m 15.6M - ba2b418f427c c79f02e1bf19 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (3m) 100s ago 3m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (3m) 35s ago 3m - - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (2m) 100s ago 3m 48.2M - 8.3.5 dad864ee21e9 3e216836264d 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (4m) 100s ago 4m 462M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:45:19.048 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (3m) 35s ago 3m - - 17.2.0 e1d6a67b021e c6b59128337f 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (5m) 100s ago 5m 58.9M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (3m) 35s ago 3m - 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (3m) 100s ago 3m 23.5M - 1dbe0e931976 77313ef2276d 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (3m) 35s ago 3m - - 1dbe0e931976 875b003518b4 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (2m) 100s ago 2m 39.0M 3224M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (2m) 100s ago 2m 43.7M 3224M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (2m) 100s ago 2m 36.4M 3224M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (104s) 100s ago 104s 11.1M 3224M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (88s) 35s ago 88s - 3992M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (72s) 35s ago 72s - 3992M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (55s) 35s ago 55s - 3992M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (38s) 35s ago 38s - 3992M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:45:19.049 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (2m) 100s ago 2m 44.6M - 514e6a882f6e c8dbd6a4882a 2023-11-28T01:45:19.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:18 smithi162 ceph-mon[107725]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:19.414 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-28T01:45:19.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:18 smithi170 ceph-mon[111718]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:20.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:19 smithi162 ceph-mon[107725]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:20.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:19 smithi162 ceph-mon[107725]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:19 smithi170 ceph-mon[111718]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:19 smithi170 ceph-mon[111718]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:20.755 INFO:teuthology.orchestra.run.smithi162.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-28T01:45:20.755 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2023-11-28T01:45:20.755 INFO:teuthology.orchestra.run.smithi162.stdout:crash 2/2 102s ago 4m * 2023-11-28T01:45:20.755 INFO:teuthology.orchestra.run.smithi162.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2023-11-28T01:45:20.755 INFO:teuthology.orchestra.run.smithi162.stdout:mgr 2/2 102s ago 4m count:2 2023-11-28T01:45:20.756 INFO:teuthology.orchestra.run.smithi162.stdout:mon 2/2 102s ago 3m smithi162:172.21.15.162=smithi162;smithi170:172.21.15.170=smithi170;count:2 2023-11-28T01:45:20.756 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2023-11-28T01:45:20.756 INFO:teuthology.orchestra.run.smithi162.stdout:osd 8 102s ago - 2023-11-28T01:45:20.756 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2023-11-28T01:45:21.137 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-28T01:45:22.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:21 smithi162 ceph-mon[107725]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:22.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:21 smithi162 ceph-mon[107725]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:22.384 INFO:teuthology.orchestra.run.smithi162.stdout:HOST ADDR LABELS STATUS 2023-11-28T01:45:22.385 INFO:teuthology.orchestra.run.smithi162.stdout:smithi162 172.21.15.162 2023-11-28T01:45:22.385 INFO:teuthology.orchestra.run.smithi162.stdout:smithi170 172.21.15.170 2023-11-28T01:45:22.385 INFO:teuthology.orchestra.run.smithi162.stdout:2 hosts in cluster 2023-11-28T01:45:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:21 smithi170 ceph-mon[111718]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:21 smithi170 ceph-mon[111718]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:22.746 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-28T01:45:24.003 INFO:teuthology.orchestra.run.smithi162.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-28T01:45:24.004 INFO:teuthology.orchestra.run.smithi162.stdout:smithi162 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JU400BGN 400G LVM detected, locked 2023-11-28T01:45:24.004 INFO:teuthology.orchestra.run.smithi162.stdout:smithi170 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002R480DGN 480G LVM detected, locked 2023-11-28T01:45:24.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:23 smithi162 ceph-mon[107725]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:24.167 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:23 smithi162 ceph-mon[107725]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:24.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:23 smithi170 ceph-mon[111718]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:23 smithi170 ceph-mon[111718]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:24.362 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-28T01:45:24.371 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:24.372 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-28T01:45:24.401 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2023-11-28T01:45:24.408 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi170.front.sepia.ceph.com 2023-11-28T01:45:24.408 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-28T01:45:24.448 INFO:teuthology.orchestra.run.smithi170.stderr:+ systemctl stop nfs-server 2023-11-28T01:45:24.455 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T01:45:24.466 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:24.467 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-11-28T01:45:25.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:24 smithi162 ceph-mon[107725]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:25.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:24 smithi170 ceph-mon[111718]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:26.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:25 smithi162 ceph-mon[107725]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:26.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:25 smithi170 ceph-mon[111718]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:27.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:26 smithi162 ceph-mon[107725]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:27.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-28T01:45:27.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-28T01:45:27.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:26 smithi162 ceph-mon[107725]: osdmap e59: 8 total, 8 up, 8 in 2023-11-28T01:45:27.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:26 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-28T01:45:27.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:27 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162[107702]: 2023-11-28T01:45:27.040+0000 7f9abccea700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T01:45:27.401 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:26 smithi170 ceph-mon[111718]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:27.401 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-28T01:45:27.401 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-28T01:45:27.401 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:26 smithi170 ceph-mon[111718]: osdmap e59: 8 total, 8 up, 8 in 2023-11-28T01:45:27.401 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:26 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-28T01:45:27.462 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-28T01:45:27.471 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-28T01:45:27.472 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: pgmap v151: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: osdmap e60: 8 total, 8 up, 8 in 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: osdmap e61: 8 total, 8 up, 8 in 2023-11-28T01:45:28.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: fsmap foofs:0 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: Saving service mds.foofs spec with placement count:2 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.jfygdy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.jfygdy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T01:45:28.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:28 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: pgmap v151: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: osdmap e60: 8 total, 8 up, 8 in 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: osdmap e61: 8 total, 8 up, 8 in 2023-11-28T01:45:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: fsmap foofs:0 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: Saving service mds.foofs spec with placement count:2 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.jfygdy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.jfygdy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T01:45:28.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:28 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:28.925 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:28.925 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T01:40:52.326383Z", "last_refresh": "2023-11-28T01:43:38.407833Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T01:40:48.418854Z", "last_refresh": "2023-11-28T01:43:38.407900Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T01:40:50.555213Z", "last_refresh": "2023-11-28T01:43:38.407962Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T01:45:27.064339Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T01:45:27.056630Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T01:40:47.496004Z", "last_refresh": "2023-11-28T01:43:38.407756Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi170:172.21.15.170=smithi170"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T01:41:22.404028Z", "last_refresh": "2023-11-28T01:43:38.407596Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T01:40:51.445309Z", "last_refresh": "2023-11-28T01:43:38.408025Z", "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-11-28T01:43:38.408149Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T01:40:49.453461Z", "last_refresh": "2023-11-28T01:43:38.408088Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T01:45:29.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:29 smithi162 ceph-mon[107725]: Deploying daemon mds.foofs.smithi162.jfygdy on smithi162 2023-11-28T01:45:29.225 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:29 smithi162 ceph-mon[107725]: osdmap e62: 8 total, 8 up, 8 in 2023-11-28T01:45:29.225 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:29 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:29.293 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-28T01:45:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:29 smithi170 ceph-mon[111718]: Deploying daemon mds.foofs.smithi162.jfygdy on smithi162 2023-11-28T01:45:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:29 smithi170 ceph-mon[111718]: osdmap e62: 8 total, 8 up, 8 in 2023-11-28T01:45:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:29 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:30.294 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: pgmap v155: 65 pgs: 19 active+clean, 21 creating+peering, 25 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: osdmap e63: 8 total, 8 up, 8 in 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi170.kkkqxl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T01:45:30.322 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi170.kkkqxl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T01:45:30.323 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:30 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: pgmap v155: 65 pgs: 19 active+clean, 21 creating+peering, 25 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: osdmap e63: 8 total, 8 up, 8 in 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi170.kkkqxl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi170.kkkqxl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T01:45:30.404 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:30 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:31.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: Deploying daemon mds.foofs.smithi170.kkkqxl on smithi170 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: mds.? [v2:172.21.15.162:6834/1106939318,v1:172.21.15.162:6835/1106939318] up:boot 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: daemon mds.foofs.smithi162.jfygdy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: Cluster is now healthy 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: fsmap foofs:0 1 up:standby 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.jfygdy"}]: dispatch 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:creating} 2023-11-28T01:45:31.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:31 smithi162 ceph-mon[107725]: daemon mds.foofs.smithi162.jfygdy is now active in filesystem foofs as rank 0 2023-11-28T01:45:31.319 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: Deploying daemon mds.foofs.smithi170.kkkqxl on smithi170 2023-11-28T01:45:31.319 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: mds.? [v2:172.21.15.162:6834/1106939318,v1:172.21.15.162:6835/1106939318] up:boot 2023-11-28T01:45:31.319 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: daemon mds.foofs.smithi162.jfygdy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-28T01:45:31.319 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: Cluster is now healthy 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: fsmap foofs:0 1 up:standby 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.jfygdy"}]: dispatch 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:creating} 2023-11-28T01:45:31.320 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:31 smithi170 ceph-mon[111718]: daemon mds.foofs.smithi162.jfygdy is now active in filesystem foofs as rank 0 2023-11-28T01:45:31.639 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:31.639 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T01:40:52.326383Z", "last_refresh": "2023-11-28T01:43:38.407833Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T01:40:48.418854Z", "last_refresh": "2023-11-28T01:43:38.407900Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T01:40:50.555213Z", "last_refresh": "2023-11-28T01:43:38.407962Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T01:45:27.064339Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T01:45:27.056630Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T01:40:47.496004Z", "last_refresh": "2023-11-28T01:43:38.407756Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi170:172.21.15.170=smithi170"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T01:41:22.404028Z", "last_refresh": "2023-11-28T01:43:38.407596Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T01:40:51.445309Z", "last_refresh": "2023-11-28T01:43:38.408025Z", "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-11-28T01:43:38.408149Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T01:40:49.453461Z", "last_refresh": "2023-11-28T01:43:38.408088Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T01:45:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: pgmap v157: 65 pgs: 38 active+clean, 21 creating+peering, 6 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: mds.? [v2:172.21.15.162:6834/1106939318,v1:172.21.15.162:6835/1106939318] up:active 2023-11-28T01:45:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 2023-11-28T01:45:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:32 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:32.252 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: pgmap v157: 65 pgs: 38 active+clean, 21 creating+peering, 6 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: mds.? [v2:172.21.15.162:6834/1106939318,v1:172.21.15.162:6835/1106939318] up:active 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:32.443 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:32 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:33.253 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: mds.? [v2:172.21.15.170:6832/2644939570,v1:172.21.15.170:6833/2644939570] up:boot 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 1 up:standby 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi170.kkkqxl"}]: dispatch 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 1 up:standby 2023-11-28T01:45:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:33 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:33.513 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:33.514 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: mds.? [v2:172.21.15.170:6832/2644939570,v1:172.21.15.170:6833/2644939570] up:boot 2023-11-28T01:45:33.514 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 1 up:standby 2023-11-28T01:45:33.514 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi170.kkkqxl"}]: dispatch 2023-11-28T01:45:33.514 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: fsmap foofs:1 {0=foofs.smithi162.jfygdy=up:active} 1 up:standby 2023-11-28T01:45:33.514 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:33 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:34.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:34 smithi170 ceph-mon[111718]: pgmap v158: 65 pgs: 60 active+clean, 5 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 524 B/s wr, 2 op/s 2023-11-28T01:45:34.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:34 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:34.428 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:34 smithi162 ceph-mon[107725]: pgmap v158: 65 pgs: 60 active+clean, 5 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 524 B/s wr, 2 op/s 2023-11-28T01:45:34.428 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:34 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:34.626 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:34.626 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T01:40:52.326383Z", "last_refresh": "2023-11-28T01:45:34.431087Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T01:40:48.418854Z", "last_refresh": "2023-11-28T01:45:32.675313Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T01:40:50.555213Z", "last_refresh": "2023-11-28T01:45:34.431260Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T01:45:27.064339Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T01:45:27.056630Z", "last_refresh": "2023-11-28T01:45:32.675969Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T01:40:47.496004Z", "last_refresh": "2023-11-28T01:45:32.675458Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi170:172.21.15.170=smithi170"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T01:41:22.404028Z", "last_refresh": "2023-11-28T01:45:32.675547Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T01:40:51.445309Z", "last_refresh": "2023-11-28T01:45:32.675610Z", "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-11-28T01:45:32.675699Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T01:40:49.453461Z", "last_refresh": "2023-11-28T01:45:34.431388Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T01:45:35.026 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-28T01:45:35.026 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T01:45:35.038 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:35.038 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-28T01:45:35.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:35.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:35.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:35.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:35.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:35 smithi162 ceph-mon[107725]: pgmap v159: 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-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:35.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:45:35.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:35 smithi170 ceph-mon[111718]: pgmap v159: 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-11-28T01:45:37.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:36 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-28T01:45:37.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:36 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-28T01:45:37.739 INFO:teuthology.orchestra.run.smithi162.stdout:NFS Cluster Created Successfully 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: osdmap e64: 8 total, 8 up, 8 in 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: pgmap v161: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-28T01:45:37.974 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:37 smithi162 ceph-mon[107725]: osdmap e65: 8 total, 8 up, 8 in 2023-11-28T01:45:38.108 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-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-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: osdmap e64: 8 total, 8 up, 8 in 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: pgmap v161: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-28T01:45:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:37 smithi170 ceph-mon[111718]: osdmap e65: 8 total, 8 up, 8 in 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Saving service nfs.foo spec with placement count:2 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Creating key for client.nfs.foo.0.0.smithi162.grlykn 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Rados config object exists: conf-nfs.foo 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Creating key for client.nfs.foo.0.0.smithi162.grlykn-rgw 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T01:45:39.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T01:45:39.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: Deploying daemon nfs.foo.0.0.smithi162.grlykn on smithi162 2023-11-28T01:45:39.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:38 smithi162 ceph-mon[107725]: osdmap e66: 8 total, 8 up, 8 in 2023-11-28T01:45:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Saving service nfs.foo spec with placement count:2 2023-11-28T01:45:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:39.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Creating key for client.nfs.foo.0.0.smithi162.grlykn 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T01:45:39.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Rados config object exists: conf-nfs.foo 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Creating key for client.nfs.foo.0.0.smithi162.grlykn-rgw 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.grlykn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: Deploying daemon nfs.foo.0.0.smithi162.grlykn on smithi162 2023-11-28T01:45:39.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:38 smithi170 ceph-mon[111718]: osdmap e66: 8 total, 8 up, 8 in 2023-11-28T01:45:40.176 INFO:teuthology.orchestra.run.smithi162.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-28T01:45:40.176 INFO:teuthology.orchestra.run.smithi162.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-28T01:45:40.176 INFO:teuthology.orchestra.run.smithi162.stderr:Error EINVAL: invalid command 2023-11-28T01:45:40.226 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:39 smithi162 ceph-mon[107725]: pgmap v164: 97 pgs: 7 creating+peering, 9 unknown, 81 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-28T01:45:40.227 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:39 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:40.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:39 smithi170 ceph-mon[111718]: pgmap v164: 97 pgs: 7 creating+peering, 9 unknown, 81 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-28T01:45:40.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:39 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:40.527 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:45:40.527 INFO:teuthology.orchestra.run.smithi162.stdout: "bind": "/fake", 2023-11-28T01:45:40.527 INFO:teuthology.orchestra.run.smithi162.stdout: "fs": "foofs", 2023-11-28T01:45:40.528 INFO:teuthology.orchestra.run.smithi162.stdout: "path": "/", 2023-11-28T01:45:40.528 INFO:teuthology.orchestra.run.smithi162.stdout: "cluster": "foo", 2023-11-28T01:45:40.528 INFO:teuthology.orchestra.run.smithi162.stdout: "mode": "RW" 2023-11-28T01:45:40.528 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:45:40.875 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-28T01:45:41.186 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: mgrmap e20: smithi162.plqjjc(active, since 3m), standbys: smithi170.wdcbca 2023-11-28T01:45:41.186 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:41.186 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T01:45:41.186 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T01:45:41.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-28T01:45:41.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-28T01:45:41.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:41.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 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-11-28T01:45:41.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:40 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 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-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: mgrmap e20: smithi162.plqjjc(active, since 3m), standbys: smithi170.wdcbca 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 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-11-28T01:45:41.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:40 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 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-11-28T01:45:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:41 smithi162 ceph-mon[107725]: Creating key for client.nfs.foo.1.0.smithi170.zsvouu 2023-11-28T01:45:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:41 smithi162 ceph-mon[107725]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-28T01:45:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:41 smithi162 ceph-mon[107725]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:41 smithi162 ceph-mon[107725]: pgmap v165: 97 pgs: 7 creating+peering, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-28T01:45:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:41 smithi170 ceph-mon[111718]: Creating key for client.nfs.foo.1.0.smithi170.zsvouu 2023-11-28T01:45:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:41 smithi170 ceph-mon[111718]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-28T01:45:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:41 smithi170 ceph-mon[111718]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:41 smithi170 ceph-mon[111718]: pgmap v165: 97 pgs: 7 creating+peering, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-28T01:45:44.077 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:44.077 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-28T01:45:44.077 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T01:45:44.077 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T01:45:44.077 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T01:45:44.078 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T01:45:44.078 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:43 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi170.zsvouu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T01:45:44.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:43 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:44 smithi170 ceph-mon[111718]: Rados config object exists: conf-nfs.foo 2023-11-28T01:45:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:44 smithi170 ceph-mon[111718]: Creating key for client.nfs.foo.1.0.smithi170.zsvouu-rgw 2023-11-28T01:45:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:44 smithi170 ceph-mon[111718]: Deploying daemon nfs.foo.1.0.smithi170.zsvouu on smithi170 2023-11-28T01:45:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:44 smithi170 ceph-mon[111718]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:44 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:44 smithi162 ceph-mon[107725]: Rados config object exists: conf-nfs.foo 2023-11-28T01:45:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:44 smithi162 ceph-mon[107725]: Creating key for client.nfs.foo.1.0.smithi170.zsvouu-rgw 2023-11-28T01:45:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:44 smithi162 ceph-mon[107725]: Deploying daemon nfs.foo.1.0.smithi170.zsvouu on smithi170 2023-11-28T01:45:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:44 smithi162 ceph-mon[107725]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:45.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:44 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-28T01:45:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:45 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:46.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:45 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:47 smithi162 ceph-mon[107725]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:47 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:47 smithi162 ceph-mon[107725]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-28T01:45:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:47 smithi170 ceph-mon[111718]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:47 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:47 smithi170 ceph-mon[111718]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-28T01:45:48.802 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-11-28T01:45:49.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:49.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:48 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:48 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:49.190 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-28T01:45:49.207 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:49.208 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-28T01:45:49.236 INFO:teuthology.orchestra.run.smithi162.stderr:+ mkdir /mnt/foo 2023-11-28T01:45:49.261 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-28T01:45:49.327 INFO:teuthology.orchestra.run.smithi162.stderr:++ hostname 2023-11-28T01:45:49.328 INFO:teuthology.orchestra.run.smithi162.stderr:+ mount -t nfs smithi162:/fake /mnt/foo -o sync 2023-11-28T01:45:49.729 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-28T01:45:49.795 INFO:teuthology.orchestra.run.smithi162.stderr:+ echo test 2023-11-28T01:45:49.845 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-28T01:45:49.911 INFO:teuthology.orchestra.run.smithi162.stderr:+ sync 2023-11-28T01:45:50.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:49 smithi162 ceph-mon[107725]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:50.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:49 smithi162 ceph-mon[107725]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-28T01:45:50.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:49 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:50.242 INFO:teuthology.run_tasks:Running task parallel... 2023-11-28T01:45:50.252 INFO:teuthology.task.parallel:starting parallel... 2023-11-28T01:45:50.253 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-28T01:45:50.253 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-28T01:45:50.254 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:50.254 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-28T01:45:50.254 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-28T01:45:50.254 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-28T01:45:50.255 INFO:teuthology.task.exec:Executing custom commands... 2023-11-28T01:45:50.255 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:45:50.255 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-28T01:45:50.346 INFO:teuthology.orchestra.run.smithi162.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-28T01:45:50.346 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:45:50.346 INFO:teuthology.orchestra.run.smithi162.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-28T01:45:50.358 INFO:teuthology.orchestra.run.smithi162.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-28T01:45:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:49 smithi170 ceph-mon[111718]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:45:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:49 smithi170 ceph-mon[111718]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-28T01:45:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:49 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:45:50.458 INFO:teuthology.orchestra.run.smithi162.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-28T01:45:50.458 INFO:teuthology.orchestra.run.smithi162.stdout:releasing clients 2023-11-28T01:45:51.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106 23.85 MB/sec warmup 1 sec latency 167.980 ms 2023-11-28T01:45:52.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:51 smithi162 ceph-mon[107725]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-28T01:45:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:51 smithi170 ceph-mon[111718]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-28T01:45:52.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204 20.10 MB/sec warmup 2 sec latency 148.872 ms 2023-11-28T01:45:52.586 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-28T01:45:53.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 303 18.58 MB/sec warmup 3 sec latency 168.693 ms 2023-11-28T01:45:53.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:53 smithi162 ceph-mon[107725]: pgmap v171: 97 pgs: 97 active+clean; 28 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 MiB/s wr, 47 op/s 2023-11-28T01:45:54.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:53 smithi170 ceph-mon[111718]: pgmap v171: 97 pgs: 97 active+clean; 28 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 MiB/s wr, 47 op/s 2023-11-28T01:45:54.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 404 17.88 MB/sec warmup 4 sec latency 133.721 ms 2023-11-28T01:45:55.115 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-28T01:45:55.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 501 17.41 MB/sec warmup 5 sec latency 173.261 ms 2023-11-28T01:45:56.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:55 smithi162 ceph-mon[107725]: pgmap v172: 97 pgs: 97 active+clean; 50 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 4.2 MiB/s wr, 189 op/s 2023-11-28T01:45:56.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:55 smithi170 ceph-mon[111718]: pgmap v172: 97 pgs: 97 active+clean; 50 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 4.2 MiB/s wr, 189 op/s 2023-11-28T01:45:56.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 655 17.22 MB/sec warmup 6 sec latency 146.304 ms 2023-11-28T01:45:57.458 INFO:teuthology.orchestra.run.smithi162.stdout: 5 959 15.82 MB/sec warmup 7 sec latency 94.401 ms 2023-11-28T01:45:57.721 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph mgr module enable nfs --force' 2023-11-28T01:45:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:57 smithi162 ceph-mon[107725]: pgmap v173: 97 pgs: 97 active+clean; 50 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 4.2 MiB/s wr, 188 op/s 2023-11-28T01:45:58.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:57 smithi170 ceph-mon[111718]: pgmap v173: 97 pgs: 97 active+clean; 50 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 4.2 MiB/s wr, 188 op/s 2023-11-28T01:45:58.459 INFO:teuthology.orchestra.run.smithi162.stdout: 5 1325 15.16 MB/sec warmup 8 sec latency 96.353 ms 2023-11-28T01:45:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-11-28T01:45:59.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-11-28T01:45:59.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-11-28T01:45:59.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:58 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-11-28T01:45:59.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-11-28T01:45:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-11-28T01:45:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-11-28T01:45:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:58 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-11-28T01:45:59.465 INFO:teuthology.orchestra.run.smithi162.stdout: 5 1957 14.71 MB/sec warmup 9 sec latency 81.315 ms 2023-11-28T01:46:00.001 INFO:teuthology.orchestra.run.smithi162.stderr:module 'nfs' is already enabled 2023-11-28T01:46:00.161 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: pgmap v174: 97 pgs: 97 active+clean; 95 MiB data, 145 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.2 MiB/s wr, 353 op/s 2023-11-28T01:46:00.161 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-11-28T01:46:00.161 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-11-28T01:46:00.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-11-28T01:46:00.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-11-28T01:46:00.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: osdmap e67: 8 total, 8 up, 8 in 2023-11-28T01:46:00.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:46:00.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:46:00.163 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:45:59 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/820907562' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: pgmap v174: 97 pgs: 97 active+clean; 95 MiB data, 145 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.2 MiB/s wr, 353 op/s 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: osdmap e67: 8 total, 8 up, 8 in 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:46:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:45:59 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/820907562' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-28T01:46:00.439 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-28T01:46:00.468 INFO:teuthology.orchestra.run.smithi162.stdout: 5 2434 14.05 MB/sec warmup 10 sec latency 133.170 ms 2023-11-28T01:46:01.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:01 smithi162 ceph-mon[107725]: osdmap e68: 8 total, 8 up, 8 in 2023-11-28T01:46:01.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:01 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/820907562' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-28T01:46:01.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:01 smithi162 ceph-mon[107725]: mgrmap e21: smithi162.plqjjc(active, since 4m), standbys: smithi170.wdcbca 2023-11-28T01:46:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:01 smithi170 ceph-mon[111718]: osdmap e68: 8 total, 8 up, 8 in 2023-11-28T01:46:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:01 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/820907562' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-28T01:46:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:01 smithi170 ceph-mon[111718]: mgrmap e21: smithi162.plqjjc(active, since 4m), standbys: smithi170.wdcbca 2023-11-28T01:46:01.468 INFO:teuthology.orchestra.run.smithi162.stdout: 5 2919 14.81 MB/sec warmup 11 sec latency 120.613 ms 2023-11-28T01:46:02.205 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:02 smithi162 ceph-mon[107725]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 109 MiB data, 182 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 11 MiB/s wr, 537 op/s 2023-11-28T01:46:02.416 INFO:teuthology.orchestra.run.smithi162.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:46:02.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:02 smithi170 ceph-mon[111718]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 109 MiB data, 182 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 11 MiB/s wr, 537 op/s 2023-11-28T01:46:02.468 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3370 14.90 MB/sec warmup 12 sec latency 138.547 ms 2023-11-28T01:46:02.950 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-28T01:46:02.950 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T01:46:02.951 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- 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-11-28T01:46:03.474 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3674 14.82 MB/sec warmup 13 sec latency 134.661 ms 2023-11-28T01:46:03.518 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:03.518 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:46:03.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:03 smithi162 ceph-mon[107725]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 121 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 11 MiB/s wr, 615 op/s 2023-11-28T01:46:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:46:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:46:03.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:03 smithi170 ceph-mon[111718]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 121 MiB data, 207 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 11 MiB/s wr, 615 op/s 2023-11-28T01:46:04.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3865 14.17 MB/sec warmup 14 sec latency 123.733 ms 2023-11-28T01:46:05.278 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:46:05.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4141 13.38 MB/sec warmup 15 sec latency 143.781 ms 2023-11-28T01:46:06.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:05 smithi162 ceph-mon[107725]: pgmap v179: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 13 MiB/s wr, 773 op/s 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (3m) 18s ago 4m 26.7M - ba2b418f427c c79f02e1bf19 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (4m) 18s ago 4m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (4m) 19s ago 4m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (3m) 18s ago 4m 49.0M - 8.3.5 dad864ee21e9 3e216836264d 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (36s) 18s ago 36s 14.8M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (35s) 19s ago 34s 12.2M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (5m) 18s ago 5m 476M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:46:06.146 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (3m) 19s ago 3m 421M - 17.2.0 e1d6a67b021e c6b59128337f 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (5m) 18s ago 5m 80.3M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (3m) 19s ago 3m 61.9M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (26s) 18s ago 25s 54.0M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (21s) 19s ago 21s 55.8M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (4m) 18s ago 4m 24.0M - 1dbe0e931976 77313ef2276d 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (3m) 19s ago 3m 25.7M - 1dbe0e931976 875b003518b4 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (3m) 18s ago 3m 55.5M 3224M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (3m) 18s ago 3m 57.7M 3224M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (2m) 18s ago 2m 49.2M 3224M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (2m) 18s ago 2m 49.2M 3224M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (2m) 19s ago 2m 48.6M 3992M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:46:06.147 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (119s) 19s ago 119s 51.9M 3992M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:46:06.148 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (102s) 19s ago 102s 48.9M 3992M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:46:06.148 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (85s) 19s ago 85s 50.7M 3992M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:46:06.148 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (3m) 18s ago 3m 60.5M - 514e6a882f6e c8dbd6a4882a 2023-11-28T01:46:06.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:05 smithi170 ceph-mon[111718]: pgmap v179: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 13 MiB/s wr, 773 op/s 2023-11-28T01:46:06.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4493 12.84 MB/sec warmup 16 sec latency 126.627 ms 2023-11-28T01:46:06.643 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:46:06.643 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:46:06.643 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:06.643 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T01:46:06.644 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:46:06.645 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:46:07.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:06 smithi162 ceph-mon[107725]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:06 smithi162 ceph-mon[107725]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:06 smithi162 ceph-mon[107725]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:06 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/600870545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "", 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 image" 2023-11-28T01:46:07.110 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:46:07.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:06 smithi170 ceph-mon[111718]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:06 smithi170 ceph-mon[111718]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:06 smithi170 ceph-mon[111718]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:07.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:06 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/600870545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:46:07.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4777 12.50 MB/sec warmup 17 sec latency 130.180 ms 2023-11-28T01:46:07.636 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:46:08.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:07 smithi162 ceph-mon[107725]: pgmap v180: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 6.8 MiB/s wr, 526 op/s 2023-11-28T01:46:08.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:07 smithi162 ceph-mon[107725]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:08.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:07 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1489118616' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:46:08.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:07 smithi170 ceph-mon[111718]: pgmap v180: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 6.8 MiB/s wr, 526 op/s 2023-11-28T01:46:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:07 smithi170 ceph-mon[111718]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:07 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1489118616' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:46:08.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 5156 12.25 MB/sec warmup 18 sec latency 153.254 ms 2023-11-28T01:46:09.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 5604 12.08 MB/sec warmup 19 sec latency 121.512 ms 2023-11-28T01:46:10.134 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:09 smithi162 ceph-mon[107725]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 245 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 5.2 MiB/s wr, 443 op/s 2023-11-28T01:46:10.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:09 smithi170 ceph-mon[111718]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 245 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 5.2 MiB/s wr, 443 op/s 2023-11-28T01:46:10.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 5913 11.73 MB/sec warmup 20 sec latency 98.650 ms 2023-11-28T01:46:11.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6277 11.92 MB/sec warmup 21 sec latency 126.800 ms 2023-11-28T01:46:12.175 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:12 smithi162 ceph-mon[107725]: pgmap v182: 97 pgs: 97 active+clean; 131 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-28T01:46:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:12 smithi170 ceph-mon[111718]: pgmap v182: 97 pgs: 97 active+clean; 131 MiB data, 270 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-28T01:46:12.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6584 11.97 MB/sec warmup 22 sec latency 147.253 ms 2023-11-28T01:46:13.476 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6887 11.98 MB/sec warmup 23 sec latency 135.169 ms 2023-11-28T01:46:13.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:13 smithi162 ceph-mon[107725]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 297 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 630 op/s 2023-11-28T01:46:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:13 smithi170 ceph-mon[111718]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 297 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 630 op/s 2023-11-28T01:46:14.475 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7160 11.90 MB/sec warmup 24 sec latency 142.523 ms 2023-11-28T01:46:15.225 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:15 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:15.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:15 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:15.485 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7383 11.62 MB/sec warmup 25 sec latency 124.277 ms 2023-11-28T01:46:16.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:16 smithi162 ceph-mon[107725]: pgmap v184: 97 pgs: 97 active+clean; 136 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 466 op/s 2023-11-28T01:46:16.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:16 smithi170 ceph-mon[111718]: pgmap v184: 97 pgs: 97 active+clean; 136 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 466 op/s 2023-11-28T01:46:16.483 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7638 11.39 MB/sec warmup 26 sec latency 127.321 ms 2023-11-28T01:46:17.483 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7901 11.07 MB/sec warmup 27 sec latency 121.065 ms 2023-11-28T01:46:18.049 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:18 smithi162 ceph-mon[107725]: pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-11-28T01:46:18.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:18 smithi170 ceph-mon[111718]: pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-11-28T01:46:18.484 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8176 10.92 MB/sec warmup 28 sec latency 130.027 ms 2023-11-28T01:46:19.484 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8457 10.82 MB/sec warmup 29 sec latency 146.409 ms 2023-11-28T01:46:20.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:20 smithi162 ceph-mon[107725]: pgmap v186: 97 pgs: 97 active+clean; 146 MiB data, 335 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-28T01:46:20.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:20 smithi170 ceph-mon[111718]: pgmap v186: 97 pgs: 97 active+clean; 146 MiB data, 335 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-28T01:46:20.490 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8744 10.63 MB/sec warmup 30 sec latency 115.032 ms 2023-11-28T01:46:21.490 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9118 10.50 MB/sec warmup 31 sec latency 124.512 ms 2023-11-28T01:46:22.151 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:22 smithi162 ceph-mon[107725]: pgmap v187: 97 pgs: 97 active+clean; 146 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2023-11-28T01:46:22.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:22 smithi170 ceph-mon[111718]: pgmap v187: 97 pgs: 97 active+clean; 146 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2023-11-28T01:46:22.491 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9350 10.26 MB/sec warmup 32 sec latency 146.948 ms 2023-11-28T01:46:23.491 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9669 10.33 MB/sec warmup 33 sec latency 126.948 ms 2023-11-28T01:46:24.191 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:23 smithi162 ceph-mon[107725]: pgmap v188: 97 pgs: 97 active+clean; 144 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-11-28T01:46:24.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:23 smithi170 ceph-mon[111718]: pgmap v188: 97 pgs: 97 active+clean; 144 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-11-28T01:46:24.491 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10133 10.55 MB/sec warmup 34 sec latency 144.801 ms 2023-11-28T01:46:25.491 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10490 10.65 MB/sec warmup 35 sec latency 135.679 ms 2023-11-28T01:46:25.997 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:25 smithi162 ceph-mon[107725]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 423 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-28T01:46:26.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:25 smithi170 ceph-mon[111718]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 423 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-28T01:46:26.491 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10790 10.60 MB/sec warmup 36 sec latency 135.731 ms 2023-11-28T01:46:27.494 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11084 10.54 MB/sec warmup 37 sec latency 139.542 ms 2023-11-28T01:46:28.042 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:27 smithi162 ceph-mon[107725]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 379 op/s 2023-11-28T01:46:28.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:27 smithi170 ceph-mon[111718]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 379 op/s 2023-11-28T01:46:28.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11309 10.37 MB/sec warmup 38 sec latency 130.248 ms 2023-11-28T01:46:29.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11583 10.30 MB/sec warmup 39 sec latency 120.502 ms 2023-11-28T01:46:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:29 smithi162 ceph-mon[107725]: pgmap v191: 97 pgs: 97 active+clean; 150 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-11-28T01:46:30.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:29 smithi170 ceph-mon[111718]: pgmap v191: 97 pgs: 97 active+clean; 150 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-11-28T01:46:30.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11821 10.08 MB/sec warmup 40 sec latency 129.614 ms 2023-11-28T01:46:31.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12059 9.92 MB/sec warmup 41 sec latency 134.136 ms 2023-11-28T01:46:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:31 smithi162 ceph-mon[107725]: pgmap v192: 97 pgs: 97 active+clean; 157 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.3 MiB/s wr, 395 op/s 2023-11-28T01:46:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:31 smithi170 ceph-mon[111718]: pgmap v192: 97 pgs: 97 active+clean; 157 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.3 MiB/s wr, 395 op/s 2023-11-28T01:46:32.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12305 9.84 MB/sec warmup 42 sec latency 139.612 ms 2023-11-28T01:46:33.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12559 9.81 MB/sec warmup 43 sec latency 107.028 ms 2023-11-28T01:46:34.196 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:33 smithi162 ceph-mon[107725]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.7 MiB/s wr, 480 op/s 2023-11-28T01:46:34.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:33 smithi170 ceph-mon[111718]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.7 MiB/s wr, 480 op/s 2023-11-28T01:46:34.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12874 9.73 MB/sec warmup 44 sec latency 117.824 ms 2023-11-28T01:46:35.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13271 9.71 MB/sec warmup 45 sec latency 121.415 ms 2023-11-28T01:46:35.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:35 smithi162 ceph-mon[107725]: pgmap v194: 97 pgs: 97 active+clean; 152 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 392 op/s 2023-11-28T01:46:36.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:35 smithi170 ceph-mon[111718]: pgmap v194: 97 pgs: 97 active+clean; 152 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.4 MiB/s wr, 392 op/s 2023-11-28T01:46:36.501 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13553 9.74 MB/sec warmup 46 sec latency 107.115 ms 2023-11-28T01:46:37.502 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13876 9.79 MB/sec warmup 47 sec latency 187.256 ms 2023-11-28T01:46:38.009 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:37 smithi162 ceph-mon[107725]: pgmap v195: 97 pgs: 97 active+clean; 151 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 340 op/s 2023-11-28T01:46:38.145 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:46:38.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:37 smithi170 ceph-mon[111718]: pgmap v195: 97 pgs: 97 active+clean; 151 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 340 op/s 2023-11-28T01:46:38.502 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14067 9.76 MB/sec warmup 48 sec latency 154.109 ms 2023-11-28T01:46:38.982 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (4m) 51s ago 5m 26.7M - ba2b418f427c c79f02e1bf19 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (5m) 51s ago 5m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (4m) 52s ago 4m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (3m) 51s ago 4m 49.0M - 8.3.5 dad864ee21e9 3e216836264d 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (69s) 51s ago 69s 14.8M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:46:38.983 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (68s) 52s ago 67s 12.2M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:46:38.984 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (6m) 51s ago 6m 476M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:46:38.984 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (4m) 52s ago 4m 421M - 17.2.0 e1d6a67b021e c6b59128337f 2023-11-28T01:46:38.984 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (6m) 51s ago 6m 80.3M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (4m) 52s ago 4m 61.9M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (58s) 51s ago 58s 54.0M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (54s) 52s ago 54s 55.8M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (4m) 51s ago 4m 24.0M - 1dbe0e931976 77313ef2276d 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (4m) 52s ago 4m 25.7M - 1dbe0e931976 875b003518b4 2023-11-28T01:46:38.985 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (3m) 51s ago 3m 55.5M 3224M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (3m) 51s ago 3m 57.7M 3224M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (3m) 51s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (3m) 51s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (2m) 52s ago 2m 48.6M 3992M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (2m) 52s ago 2m 51.9M 3992M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (2m) 52s ago 2m 48.9M 3992M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (118s) 52s ago 118s 50.7M 3992M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:46:38.986 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (4m) 51s ago 4m 60.5M - 514e6a882f6e c8dbd6a4882a 2023-11-28T01:46:39.021 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:38 smithi162 ceph-mon[107725]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:39.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:38 smithi170 ceph-mon[111718]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:46:39.492 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:46:39.493 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:46:39.494 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T01:46:39.494 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:46:39.494 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:46:39.502 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14427 9.80 MB/sec warmup 49 sec latency 127.798 ms 2023-11-28T01:46:39.933 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "", 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 image" 2023-11-28T01:46:39.934 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:46:40.043 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:39 smithi162 ceph-mon[107725]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:40.043 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:39 smithi162 ceph-mon[107725]: pgmap v196: 97 pgs: 97 active+clean; 159 MiB data, 514 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 396 op/s 2023-11-28T01:46:40.043 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:39 smithi162 ceph-mon[107725]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:40.043 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:39 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3782887419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:46:40.417 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:46:40.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:39 smithi170 ceph-mon[111718]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:40.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:39 smithi170 ceph-mon[111718]: pgmap v196: 97 pgs: 97 active+clean; 159 MiB data, 514 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 396 op/s 2023-11-28T01:46:40.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:39 smithi170 ceph-mon[111718]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:40.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:39 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3782887419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:46:40.502 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14682 9.73 MB/sec warmup 50 sec latency 123.532 ms 2023-11-28T01:46:41.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:41 smithi162 ceph-mon[107725]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:41.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:41 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/356385206' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:46:41.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:41.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:46:41.063 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:41 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:41 smithi170 ceph-mon[111718]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:46:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:41 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/356385206' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:46:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:46:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:41 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:46:41.503 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14965 9.66 MB/sec warmup 51 sec latency 128.520 ms 2023-11-28T01:46:42.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:42 smithi162 ceph-mon[107725]: Upgrade: Target is version 18.0.0-7498-g369173db (unknown) 2023-11-28T01:46:42.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:42 smithi162 ceph-mon[107725]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d'] 2023-11-28T01:46:42.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:42 smithi162 ceph-mon[107725]: Upgrade: Need to upgrade myself (mgr.smithi162.plqjjc) 2023-11-28T01:46:42.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:42 smithi162 ceph-mon[107725]: pgmap v197: 97 pgs: 97 active+clean; 163 MiB data, 538 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:46:42.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:42 smithi162 ceph-mon[107725]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d on smithi170 2023-11-28T01:46:42.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:42 smithi170 ceph-mon[111718]: Upgrade: Target is version 18.0.0-7498-g369173db (unknown) 2023-11-28T01:46:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:42 smithi170 ceph-mon[111718]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d'] 2023-11-28T01:46:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:42 smithi170 ceph-mon[111718]: Upgrade: Need to upgrade myself (mgr.smithi162.plqjjc) 2023-11-28T01:46:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:42 smithi170 ceph-mon[111718]: pgmap v197: 97 pgs: 97 active+clean; 163 MiB data, 538 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:46:42.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:42 smithi170 ceph-mon[111718]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d on smithi170 2023-11-28T01:46:42.505 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15251 9.53 MB/sec warmup 52 sec latency 130.178 ms 2023-11-28T01:46:43.505 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15593 9.48 MB/sec warmup 53 sec latency 124.747 ms 2023-11-28T01:46:44.154 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:44 smithi162 ceph-mon[107725]: pgmap v198: 97 pgs: 97 active+clean; 168 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-28T01:46:44.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:44 smithi170 ceph-mon[111718]: pgmap v198: 97 pgs: 97 active+clean; 168 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-28T01:46:44.506 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15942 9.47 MB/sec warmup 54 sec latency 128.520 ms 2023-11-28T01:46:45.510 INFO:teuthology.orchestra.run.smithi162.stdout: 5 16379 9.48 MB/sec warmup 55 sec latency 130.162 ms 2023-11-28T01:46:46.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:46 smithi162 ceph-mon[107725]: pgmap v199: 97 pgs: 97 active+clean; 171 MiB data, 579 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-11-28T01:46:46.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:46 smithi170 ceph-mon[111718]: pgmap v199: 97 pgs: 97 active+clean; 171 MiB data, 579 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-11-28T01:46:46.510 INFO:teuthology.orchestra.run.smithi162.stdout: 5 16762 9.46 MB/sec warmup 56 sec latency 118.055 ms 2023-11-28T01:46:47.511 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17209 9.63 MB/sec warmup 57 sec latency 142.175 ms 2023-11-28T01:46:48.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:48 smithi162 ceph-mon[107725]: pgmap v200: 97 pgs: 97 active+clean; 169 MiB data, 583 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 355 op/s 2023-11-28T01:46:48.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:48 smithi170 ceph-mon[111718]: pgmap v200: 97 pgs: 97 active+clean; 169 MiB data, 583 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 355 op/s 2023-11-28T01:46:48.511 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17589 9.65 MB/sec warmup 58 sec latency 127.528 ms 2023-11-28T01:46:49.511 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17935 9.74 MB/sec warmup 59 sec latency 123.925 ms 2023-11-28T01:46:50.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:50 smithi162 ceph-mon[107725]: pgmap v201: 97 pgs: 97 active+clean; 174 MiB data, 607 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-28T01:46:50.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:50 smithi170 ceph-mon[111718]: pgmap v201: 97 pgs: 97 active+clean; 174 MiB data, 607 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-28T01:46:50.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 18175 9.70 MB/sec warmup 60 sec latency 138.024 ms 2023-11-28T01:46:51.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 18428 9.62 MB/sec warmup 61 sec latency 127.145 ms 2023-11-28T01:46:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:52 smithi162 ceph-mon[107725]: pgmap v202: 97 pgs: 97 active+clean; 175 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:46:52.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:52 smithi170 ceph-mon[111718]: pgmap v202: 97 pgs: 97 active+clean; 175 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:46:52.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 18736 9.51 MB/sec warmup 62 sec latency 124.285 ms 2023-11-28T01:46:53.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 19032 9.44 MB/sec warmup 63 sec latency 124.038 ms 2023-11-28T01:46:54.164 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:54 smithi162 ceph-mon[107725]: pgmap v203: 97 pgs: 97 active+clean; 177 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 439 op/s 2023-11-28T01:46:54.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:54 smithi170 ceph-mon[111718]: pgmap v203: 97 pgs: 97 active+clean; 177 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 439 op/s 2023-11-28T01:46:54.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 19380 9.48 MB/sec warmup 64 sec latency 135.850 ms 2023-11-28T01:46:55.514 INFO:teuthology.orchestra.run.smithi162.stdout: 5 19828 9.49 MB/sec warmup 65 sec latency 129.209 ms 2023-11-28T01:46:56.201 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:56 smithi162 ceph-mon[107725]: pgmap v204: 97 pgs: 97 active+clean; 184 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-11-28T01:46:56.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:56 smithi170 ceph-mon[111718]: pgmap v204: 97 pgs: 97 active+clean; 184 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-11-28T01:46:56.515 INFO:teuthology.orchestra.run.smithi162.stdout: 5 20287 9.49 MB/sec warmup 66 sec latency 126.604 ms 2023-11-28T01:46:57.518 INFO:teuthology.orchestra.run.smithi162.stdout: 5 20718 9.57 MB/sec warmup 67 sec latency 114.897 ms 2023-11-28T01:46:58.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:58 smithi162 ceph-mon[107725]: pgmap v205: 97 pgs: 97 active+clean; 182 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-11-28T01:46:58.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:58 smithi170 ceph-mon[111718]: pgmap v205: 97 pgs: 97 active+clean; 182 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-11-28T01:46:58.521 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21017 9.57 MB/sec warmup 68 sec latency 126.512 ms 2023-11-28T01:46:59.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:46:59.281 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:46:59 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:46:59.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:46:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:46:59 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.plqjjc/trash_purge_schedule"}]: dispatch 2023-11-28T01:46:59.522 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21343 9.62 MB/sec warmup 69 sec latency 121.025 ms 2023-11-28T01:47:00.158 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:00 smithi162 ceph-mon[107725]: pgmap v206: 97 pgs: 97 active+clean; 183 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-11-28T01:47:00.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:00 smithi170 ceph-mon[111718]: pgmap v206: 97 pgs: 97 active+clean; 183 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-11-28T01:47:00.522 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21613 9.56 MB/sec warmup 70 sec latency 129.745 ms 2023-11-28T01:47:01.522 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21927 9.56 MB/sec warmup 71 sec latency 130.214 ms 2023-11-28T01:47:02.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:02 smithi162 ceph-mon[107725]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.8 MiB/s wr, 445 op/s 2023-11-28T01:47:02.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:02 smithi170 ceph-mon[111718]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.8 MiB/s wr, 445 op/s 2023-11-28T01:47:02.522 INFO:teuthology.orchestra.run.smithi162.stdout: 5 22159 9.52 MB/sec warmup 72 sec latency 128.123 ms 2023-11-28T01:47:03.529 INFO:teuthology.orchestra.run.smithi162.stdout: 5 22441 9.46 MB/sec warmup 73 sec latency 127.402 ms 2023-11-28T01:47:04.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:03 smithi162 ceph-mon[107725]: pgmap v208: 97 pgs: 97 active+clean; 192 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-11-28T01:47:04.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:03 smithi170 ceph-mon[111718]: pgmap v208: 97 pgs: 97 active+clean; 192 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-11-28T01:47:04.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 22795 9.41 MB/sec warmup 74 sec latency 130.110 ms 2023-11-28T01:47:05.545 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23136 9.40 MB/sec warmup 75 sec latency 129.747 ms 2023-11-28T01:47:06.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:06 smithi162 ceph-mon[107725]: pgmap v209: 97 pgs: 97 active+clean; 192 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 546 op/s 2023-11-28T01:47:06.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:06 smithi170 ceph-mon[111718]: pgmap v209: 97 pgs: 97 active+clean; 192 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 546 op/s 2023-11-28T01:47:06.545 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23495 9.39 MB/sec warmup 76 sec latency 189.181 ms 2023-11-28T01:47:07.545 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23820 9.45 MB/sec warmup 77 sec latency 135.945 ms 2023-11-28T01:47:08.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:08 smithi162 ceph-mon[107725]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-11-28T01:47:08.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:08 smithi170 ceph-mon[111718]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-11-28T01:47:08.555 INFO:teuthology.orchestra.run.smithi162.stdout: 5 24161 9.47 MB/sec warmup 78 sec latency 126.718 ms 2023-11-28T01:47:09.555 INFO:teuthology.orchestra.run.smithi162.stdout: 5 24529 9.44 MB/sec warmup 79 sec latency 126.836 ms 2023-11-28T01:47:10.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:10 smithi162 ceph-mon[107725]: pgmap v211: 97 pgs: 97 active+clean; 197 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-11-28T01:47:10.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:10 smithi170 ceph-mon[111718]: pgmap v211: 97 pgs: 97 active+clean; 197 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-11-28T01:47:10.555 INFO:teuthology.orchestra.run.smithi162.stdout: 5 24792 9.38 MB/sec warmup 80 sec latency 123.950 ms 2023-11-28T01:47:10.849 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:47:11.555 INFO:teuthology.orchestra.run.smithi162.stdout: 5 25126 9.42 MB/sec warmup 81 sec latency 129.730 ms 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (4m) 83s ago 5m 26.7M - ba2b418f427c c79f02e1bf19 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (5m) 83s ago 5m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (5m) 85s ago 5m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (4m) 83s ago 5m 49.0M - 8.3.5 dad864ee21e9 3e216836264d 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (102s) 83s ago 102s 14.8M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (100s) 85s ago 100s 12.2M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (6m) 83s ago 6m 476M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:47:11.696 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (5m) 85s ago 5m 421M - 17.2.0 e1d6a67b021e c6b59128337f 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (6m) 83s ago 6m 80.3M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (5m) 85s ago 5m 61.9M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (91s) 83s ago 91s 54.0M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (87s) 85s ago 86s 55.8M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (5m) 83s ago 5m 24.0M - 1dbe0e931976 77313ef2276d 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (4m) 85s ago 4m 25.7M - 1dbe0e931976 875b003518b4 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (4m) 83s ago 4m 55.5M 3224M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (4m) 83s ago 4m 57.7M 3224M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (3m) 83s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (3m) 83s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (3m) 85s ago 3m 48.6M 3992M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:47:11.697 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (3m) 85s ago 3m 51.9M 3992M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:47:11.698 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (2m) 85s ago 2m 48.9M 3992M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:47:11.698 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (2m) 85s ago 2m 50.7M 3992M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:47:11.698 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (4m) 83s ago 4m 60.5M - 514e6a882f6e c8dbd6a4882a 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:47:12.209 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:47:12.210 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:47:12.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:12 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi170.wdcbca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:47:12.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:12 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:12.555 INFO:teuthology.orchestra.run.smithi162.stdout: 5 25590 9.47 MB/sec warmup 82 sec latency 127.096 ms 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "0/23 daemons upgraded", 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons" 2023-11-28T01:47:12.612 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:47:13.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:13 smithi162 ceph-mon[107725]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:13.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:13 smithi162 ceph-mon[107725]: Upgrade: Updating mgr.smithi170.wdcbca 2023-11-28T01:47:13.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:13 smithi162 ceph-mon[107725]: Deploying daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:47:13.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:13 smithi162 ceph-mon[107725]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:13.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:13 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3963043091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:47:13.102 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:47:13.350 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:13 smithi170 ceph-mon[111718]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:13.350 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:13 smithi170 ceph-mon[111718]: Upgrade: Updating mgr.smithi170.wdcbca 2023-11-28T01:47:13.351 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:13 smithi170 ceph-mon[111718]: Deploying daemon mgr.smithi170.wdcbca on smithi170 2023-11-28T01:47:13.351 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:13 smithi170 ceph-mon[111718]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:13.351 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:13 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3963043091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:47:13.561 INFO:teuthology.orchestra.run.smithi162.stdout: 5 26115 9.50 MB/sec warmup 83 sec latency 129.791 ms 2023-11-28T01:47:14.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:14.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: pgmap v213: 97 pgs: 97 active+clean; 203 MiB data, 824 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-11-28T01:47:14.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3406627775' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:47:14.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:14.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:14.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:14.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:14 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: pgmap v213: 97 pgs: 97 active+clean; 203 MiB data, 824 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3406627775' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:14.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:14 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:47:14.561 INFO:teuthology.orchestra.run.smithi162.stdout: 5 26476 9.45 MB/sec warmup 84 sec latency 127.144 ms 2023-11-28T01:47:15.561 INFO:teuthology.orchestra.run.smithi162.stdout: 5 26813 9.44 MB/sec warmup 85 sec latency 128.084 ms 2023-11-28T01:47:16.142 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:16 smithi162 ceph-mon[107725]: pgmap v214: 97 pgs: 97 active+clean; 208 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-11-28T01:47:16.348 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:16 smithi170 ceph-mon[111718]: pgmap v214: 97 pgs: 97 active+clean; 208 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-11-28T01:47:16.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 27311 9.55 MB/sec warmup 86 sec latency 129.971 ms 2023-11-28T01:47:17.338 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:17.338 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:17 smithi170 ceph-mon[111718]: pgmap v215: 97 pgs: 97 active+clean; 209 MiB data, 843 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-11-28T01:47:17.338 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:17 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:17.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:17.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:17 smithi162 ceph-mon[107725]: pgmap v215: 97 pgs: 97 active+clean; 209 MiB data, 843 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-11-28T01:47:17.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:17 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:17.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 27753 9.63 MB/sec warmup 87 sec latency 130.354 ms 2023-11-28T01:47:18.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28015 9.56 MB/sec warmup 88 sec latency 87.136 ms 2023-11-28T01:47:19.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28299 9.49 MB/sec warmup 89 sec latency 126.664 ms 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: pgmap v216: 97 pgs: 97 active+clean; 211 MiB data, 908 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.0 MiB/s wr, 605 op/s 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr fail", "who": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:47:20.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:20 smithi162 ceph-mon[107725]: osdmap e69: 8 total, 8 up, 8 in 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: pgmap v216: 97 pgs: 97 active+clean; 211 MiB data, 908 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.0 MiB/s wr, 605 op/s 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:20.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "mgr fail", "who": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:47:20.422 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:20 smithi170 ceph-mon[111718]: osdmap e69: 8 total, 8 up, 8 in 2023-11-28T01:47:20.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28630 9.51 MB/sec warmup 90 sec latency 142.773 ms 2023-11-28T01:47:21.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:21 smithi162 ceph-mon[107725]: Upgrade: Need to upgrade myself (mgr.smithi162.plqjjc) 2023-11-28T01:47:21.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:21 smithi162 ceph-mon[107725]: Failing over to other MGR 2023-11-28T01:47:21.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:21 smithi162 ceph-mon[107725]: Standby manager daemon smithi162.plqjjc started 2023-11-28T01:47:21.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:21 smithi162 ceph-mon[107725]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "mgr fail", "who": "smithi162.plqjjc"}]': finished 2023-11-28T01:47:21.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:21 smithi162 ceph-mon[107725]: mgrmap e22: smithi170.wdcbca(active, starting, since 0.999105s), standbys: smithi162.plqjjc 2023-11-28T01:47:21.374 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:21 smithi170 ceph-mon[111718]: Upgrade: Need to upgrade myself (mgr.smithi162.plqjjc) 2023-11-28T01:47:21.374 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:21 smithi170 ceph-mon[111718]: Failing over to other MGR 2023-11-28T01:47:21.374 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:21 smithi170 ceph-mon[111718]: Standby manager daemon smithi162.plqjjc started 2023-11-28T01:47:21.374 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:21 smithi170 ceph-mon[111718]: from='mgr.14218 172.21.15.162:0/3088373965' entity='mgr.smithi162.plqjjc' cmd='[{"prefix": "mgr fail", "who": "smithi162.plqjjc"}]': finished 2023-11-28T01:47:21.374 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:21 smithi170 ceph-mon[111718]: mgrmap e22: smithi170.wdcbca(active, starting, since 0.999105s), standbys: smithi162.plqjjc 2023-11-28T01:47:21.570 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28983 9.51 MB/sec warmup 91 sec latency 126.994 ms 2023-11-28T01:47:22.082 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: Active manager daemon smithi170.wdcbca restarted 2023-11-28T01:47:22.082 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: Activating manager daemon smithi170.wdcbca 2023-11-28T01:47:22.082 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/crt"}]: dispatch 2023-11-28T01:47:22.083 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: osdmap e70: 8 total, 8 up, 8 in 2023-11-28T01:47:22.083 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:47:22.083 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/key"}]: dispatch 2023-11-28T01:47:22.083 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:22 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:47:22.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: Active manager daemon smithi170.wdcbca restarted 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: Activating manager daemon smithi170.wdcbca 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/crt"}]: dispatch 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: osdmap e70: 8 total, 8 up, 8 in 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi170.wdcbca/key"}]: dispatch 2023-11-28T01:47:22.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:22 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:47:22.579 INFO:teuthology.orchestra.run.smithi162.stdout: 5 29366 9.52 MB/sec warmup 92 sec latency 129.838 ms 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: mgrmap e23: smithi170.wdcbca(active, starting, since 0.143894s), standbys: smithi162.plqjjc 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.jfygdy"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi170.kkkqxl"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr metadata", "who": "smithi170.wdcbca", "id": "smithi170.wdcbca"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:47:23.304 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: Manager daemon smithi170.wdcbca is now available 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:23.305 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/trash_purge_schedule"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/trash_purge_schedule"}]: dispatch 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: Deploying cephadm binary to smithi170 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.306 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:23 smithi162 ceph-mon[107725]: Deploying cephadm binary to smithi162 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: mgrmap e23: smithi170.wdcbca(active, starting, since 0.143894s), standbys: smithi162.plqjjc 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata", "id": "smithi170"}]: dispatch 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.jfygdy"}]: dispatch 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi170.kkkqxl"}]: dispatch 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr metadata", "who": "smithi170.wdcbca", "id": "smithi170.wdcbca"}]: dispatch 2023-11-28T01:47:23.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr metadata", "who": "smithi162.plqjjc", "id": "smithi162.plqjjc"}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:47:23.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: Manager daemon smithi170.wdcbca is now available 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/trash_purge_schedule"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi170.wdcbca/trash_purge_schedule"}]: dispatch 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: Deploying cephadm binary to smithi170 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:23.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:23 smithi170 ceph-mon[111718]: Deploying cephadm binary to smithi162 2023-11-28T01:47:23.584 INFO:teuthology.orchestra.run.smithi162.stdout: 5 29689 9.52 MB/sec warmup 93 sec latency 212.533 ms 2023-11-28T01:47:24.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: [28/Nov/2023:01:47:23] ENGINE Bus STARTING 2023-11-28T01:47:24.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: mgrmap e24: smithi170.wdcbca(active, since 1.17351s), standbys: smithi162.plqjjc 2023-11-28T01:47:24.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: [28/Nov/2023:01:47:23] ENGINE Serving on http://172.21.15.170:8765 2023-11-28T01:47:24.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: pgmap v3: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:24.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: [28/Nov/2023:01:47:23] ENGINE Serving on https://172.21.15.170:7150 2023-11-28T01:47:24.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:24 smithi162 ceph-mon[107725]: [28/Nov/2023:01:47:23] ENGINE Bus STARTED 2023-11-28T01:47:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: [28/Nov/2023:01:47:23] ENGINE Bus STARTING 2023-11-28T01:47:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: mgrmap e24: smithi170.wdcbca(active, since 1.17351s), standbys: smithi162.plqjjc 2023-11-28T01:47:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: [28/Nov/2023:01:47:23] ENGINE Serving on http://172.21.15.170:8765 2023-11-28T01:47:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: pgmap v3: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:24.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: [28/Nov/2023:01:47:23] ENGINE Serving on https://172.21.15.170:7150 2023-11-28T01:47:24.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:24 smithi170 ceph-mon[111718]: [28/Nov/2023:01:47:23] ENGINE Bus STARTED 2023-11-28T01:47:24.584 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30043 9.50 MB/sec warmup 94 sec latency 130.630 ms 2023-11-28T01:47:25.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:25 smithi162 ceph-mon[107725]: pgmap v4: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:25.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:25 smithi162 ceph-mon[107725]: mgrmap e25: smithi170.wdcbca(active, since 2s), standbys: smithi162.plqjjc 2023-11-28T01:47:25.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:25 smithi170 ceph-mon[111718]: pgmap v4: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:25.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:25 smithi170 ceph-mon[111718]: mgrmap e25: smithi170.wdcbca(active, since 2s), standbys: smithi162.plqjjc 2023-11-28T01:47:25.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30353 9.48 MB/sec warmup 95 sec latency 123.093 ms 2023-11-28T01:47:26.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30684 9.50 MB/sec warmup 96 sec latency 127.003 ms 2023-11-28T01:47:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:27 smithi162 ceph-mon[107725]: pgmap v5: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:27 smithi162 ceph-mon[107725]: mgrmap e26: smithi170.wdcbca(active, since 4s), standbys: smithi162.plqjjc 2023-11-28T01:47:27.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:27 smithi170 ceph-mon[111718]: pgmap v5: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:27.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:27 smithi170 ceph-mon[111718]: mgrmap e26: smithi170.wdcbca(active, since 4s), standbys: smithi162.plqjjc 2023-11-28T01:47:27.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31031 9.49 MB/sec warmup 97 sec latency 127.100 ms 2023-11-28T01:47:28.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31413 9.50 MB/sec warmup 98 sec latency 98.694 ms 2023-11-28T01:47:29.154 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: pgmap v6: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:29.154 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.plqjjc/crt"}]: dispatch 2023-11-28T01:47:29.155 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: Standby manager daemon smithi162.plqjjc restarted 2023-11-28T01:47:29.155 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: Standby manager daemon smithi162.plqjjc started 2023-11-28T01:47:29.155 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:47:29.155 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.plqjjc/key"}]: dispatch 2023-11-28T01:47:29.155 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:28 smithi162 ceph-mon[107725]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: pgmap v6: 97 pgs: 97 active+clean; 215 MiB data, 954 MiB used, 714 GiB / 715 GiB avail 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.plqjjc/crt"}]: dispatch 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: Standby manager daemon smithi162.plqjjc restarted 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: Standby manager daemon smithi162.plqjjc started 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.plqjjc/key"}]: dispatch 2023-11-28T01:47:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:28 smithi170 ceph-mon[111718]: from='mgr.? 172.21.15.162:0/2942208336' entity='mgr.smithi162.plqjjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:47:29.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31738 9.51 MB/sec warmup 99 sec latency 129.928 ms 2023-11-28T01:47:30.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:29 smithi170 ceph-mon[111718]: mgrmap e27: smithi170.wdcbca(active, since 7s), standbys: smithi162.plqjjc 2023-11-28T01:47:30.172 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:29 smithi162 ceph-mon[107725]: mgrmap e27: smithi170.wdcbca(active, since 7s), standbys: smithi162.plqjjc 2023-11-28T01:47:30.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31992 9.45 MB/sec warmup 100 sec latency 123.986 ms 2023-11-28T01:47:31.212 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:31 smithi162 ceph-mon[107725]: pgmap v7: 97 pgs: 97 active+clean; 226 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-28T01:47:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:31 smithi170 ceph-mon[111718]: pgmap v7: 97 pgs: 97 active+clean; 226 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-28T01:47:31.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 32481 9.48 MB/sec warmup 101 sec latency 126.590 ms 2023-11-28T01:47:32.491 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.492 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.492 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.492 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 32872 9.52 MB/sec warmup 102 sec latency 130.135 ms 2023-11-28T01:47:32.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:32.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:33.525 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:33 smithi162 ceph-mon[107725]: pgmap v8: 97 pgs: 97 active+clean; 226 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.8 MiB/s wr, 279 op/s 2023-11-28T01:47:33.525 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:33 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:33.525 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:33 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:33.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33254 9.54 MB/sec warmup 103 sec latency 129.758 ms 2023-11-28T01:47:33.648 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:33 smithi170 ceph-mon[111718]: pgmap v8: 97 pgs: 97 active+clean; 226 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.8 MiB/s wr, 279 op/s 2023-11-28T01:47:33.649 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:33 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:33.649 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:33 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:34.596 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33518 9.52 MB/sec warmup 104 sec latency 147.259 ms 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi162 to 1944M 2023-11-28T01:47:35.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:35 smithi162 ceph-mon[107725]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-11-28T01:47:35.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:35.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi162 to 1944M 2023-11-28T01:47:35.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:35.421 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:35 smithi170 ceph-mon[111718]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-11-28T01:47:35.604 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33871 9.49 MB/sec warmup 105 sec latency 129.842 ms 2023-11-28T01:47:36.604 INFO:teuthology.orchestra.run.smithi162.stdout: 5 34221 9.49 MB/sec warmup 106 sec latency 131.534 ms 2023-11-28T01:47:37.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:37 smithi162 ceph-mon[107725]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-28T01:47:37.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:37 smithi170 ceph-mon[111718]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-28T01:47:37.610 INFO:teuthology.orchestra.run.smithi162.stdout: 5 34718 9.52 MB/sec warmup 107 sec latency 148.313 ms 2023-11-28T01:47:38.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:38 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:38.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:38 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:38.610 INFO:teuthology.orchestra.run.smithi162.stdout: 5 35211 9.54 MB/sec warmup 108 sec latency 111.890 ms 2023-11-28T01:47:39.611 INFO:teuthology.orchestra.run.smithi162.stdout: 5 35627 9.57 MB/sec warmup 109 sec latency 107.409 ms 2023-11-28T01:47:39.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: Adjusting osd_memory_target on smithi170 to 2712M 2023-11-28T01:47:39.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:39.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:47:39.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:47:39.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:39 smithi162 ceph-mon[107725]: Updating smithi170:/etc/ceph/ceph.conf 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: Adjusting osd_memory_target on smithi170 to 2712M 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-28T01:47:39.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:39 smithi170 ceph-mon[111718]: Updating smithi170:/etc/ceph/ceph.conf 2023-11-28T01:47:40.611 INFO:teuthology.orchestra.run.smithi162.stdout: 5 35978 9.61 MB/sec warmup 110 sec latency 130.087 ms 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: Updating smithi170:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: Updating smithi162:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: Updating smithi170:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:47:40.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:40 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: Updating smithi170:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: Updating smithi162:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: Updating smithi170:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:40.920 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:40 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:41.610 INFO:teuthology.orchestra.run.smithi162.stdout: 5 36380 9.60 MB/sec warmup 111 sec latency 130.222 ms 2023-11-28T01:47:41.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:41 smithi162 ceph-mon[107725]: Updating smithi162:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:47:41.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:41 smithi162 ceph-mon[107725]: pgmap v12: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.6 MiB/s wr, 654 op/s 2023-11-28T01:47:41.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:41 smithi162 ceph-mon[107725]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-28T01:47:41.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:41 smithi162 ceph-mon[107725]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-28T01:47:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:41 smithi170 ceph-mon[111718]: Updating smithi162:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:47:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:41 smithi170 ceph-mon[111718]: pgmap v12: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.6 MiB/s wr, 654 op/s 2023-11-28T01:47:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:41 smithi170 ceph-mon[111718]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-28T01:47:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:41 smithi170 ceph-mon[111718]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-28T01:47:42.617 INFO:teuthology.orchestra.run.smithi162.stdout: 5 36704 9.58 MB/sec warmup 112 sec latency 129.793 ms 2023-11-28T01:47:43.617 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37018 9.58 MB/sec warmup 113 sec latency 124.235 ms 2023-11-28T01:47:43.628 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:47:43.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:43 smithi162 ceph-mon[107725]: pgmap v13: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-11-28T01:47:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:43 smithi170 ceph-mon[111718]: pgmap v13: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-11-28T01:47:44.620 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37325 9.54 MB/sec warmup 114 sec latency 108.629 ms 2023-11-28T01:47:44.661 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:47:44.661 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (5m) 11s ago 6m 28.5M - 0.23.0 ba2b418f427c c79f02e1bf19 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (6m) 11s ago 6m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (5m) 13s ago 5m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (5m) 11s ago 5m 60.1M - 8.3.5 dad864ee21e9 3e216836264d 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (2m) 11s ago 2m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (2m) 13s ago 2m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (7m) 11s ago 7m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (31s) 13s ago 5m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (7m) 11s ago 7m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (5m) 13s ago 5m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (2m) 11s ago 2m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:47:44.662 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (2m) 13s ago 119s 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (5m) 11s ago 5m 26.3M - 1.3.1 1dbe0e931976 77313ef2276d 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (5m) 13s ago 5m 27.5M - 1.3.1 1dbe0e931976 875b003518b4 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (5m) 11s ago 5m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (4m) 11s ago 4m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (4m) 11s ago 4m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (4m) 11s ago 4m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (3m) 13s ago 3m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (3m) 13s ago 3m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (3m) 13s ago 3m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (3m) 13s ago 3m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:47:44.663 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (5m) 11s ago 5m 65.2M - 2.33.4 514e6a882f6e c8dbd6a4882a 2023-11-28T01:47:44.746 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:44 smithi162 ceph-mon[107725]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:45.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:44 smithi170 ceph-mon[111718]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:45.347 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:47:45.347 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:47:45.347 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:47:45.347 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:45.347 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:47:45.348 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:47:45.349 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:47:45.349 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:47:45.620 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37622 9.53 MB/sec warmup 115 sec latency 136.123 ms 2023-11-28T01:47:45.778 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:45 smithi162 ceph-mon[107725]: pgmap v14: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 683 op/s 2023-11-28T01:47:45.778 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:45 smithi162 ceph-mon[107725]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:45.778 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:45 smithi162 ceph-mon[107725]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:45.778 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:45 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3201004868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:47:45.829 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:47:45.829 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:47:45.829 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:47:45.829 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:47:45.829 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:47:45.830 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:47:45.830 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "", 2023-11-28T01:47:45.830 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:47:45.830 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:47:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:45 smithi170 ceph-mon[111718]: pgmap v14: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 683 op/s 2023-11-28T01:47:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:45 smithi170 ceph-mon[111718]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:45 smithi170 ceph-mon[111718]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:45 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3201004868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:47:46.375 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:47:46.620 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37967 9.53 MB/sec warmup 116 sec latency 132.124 ms 2023-11-28T01:47:46.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:46 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3150260418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:47:47.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:46 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3150260418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:47:47.620 INFO:teuthology.orchestra.run.smithi162.stdout: 5 38370 9.57 MB/sec warmup 117 sec latency 118.084 ms 2023-11-28T01:47:47.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:47 smithi162 ceph-mon[107725]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:47.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:47 smithi162 ceph-mon[107725]: pgmap v15: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-28T01:47:48.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:47 smithi170 ceph-mon[111718]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:47:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:47 smithi170 ceph-mon[111718]: pgmap v15: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-28T01:47:48.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 38725 9.54 MB/sec warmup 118 sec latency 89.643 ms 2023-11-28T01:47:49.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:48 smithi162 ceph-mon[107725]: pgmap v16: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-28T01:47:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:48 smithi170 ceph-mon[111718]: pgmap v16: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-28T01:47:49.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39021 9.56 MB/sec warmup 119 sec latency 206.670 ms 2023-11-28T01:47:51.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 658 op/s 2023-11-28T01:47:51.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:51 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:47:51.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 658 op/s 2023-11-28T01:47:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:47:51.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:51 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:47:51.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39686 11.55 MB/sec execute 1 sec latency 137.566 ms 2023-11-28T01:47:52.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:52 smithi162 ceph-mon[107725]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-28T01:47:52.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:52 smithi162 ceph-mon[107725]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-28T01:47:52.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:52 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:47:52.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:52 smithi162 ceph-mon[107725]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-28T01:47:52.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:52 smithi170 ceph-mon[111718]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-28T01:47:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:52 smithi170 ceph-mon[111718]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-28T01:47:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:52 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T01:47:52.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:52 smithi170 ceph-mon[111718]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-28T01:47:52.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39986 10.25 MB/sec execute 2 sec latency 202.038 ms 2023-11-28T01:47:53.210 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:53 smithi162 ceph-mon[107725]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-28T01:47:53.210 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:53 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:53.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:53 smithi170 ceph-mon[111718]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-28T01:47:53.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:53 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:47:53.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40180 7.66 MB/sec execute 3 sec latency 131.899 ms 2023-11-28T01:47:54.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40483 7.02 MB/sec execute 4 sec latency 129.905 ms 2023-11-28T01:47:55.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:55 smithi162 ceph-mon[107725]: pgmap v19: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 619 op/s 2023-11-28T01:47:55.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:55 smithi170 ceph-mon[111718]: pgmap v19: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 619 op/s 2023-11-28T01:47:55.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40717 6.24 MB/sec execute 5 sec latency 134.085 ms 2023-11-28T01:47:56.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40960 6.49 MB/sec execute 6 sec latency 134.708 ms 2023-11-28T01:47:57.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:57 smithi162 ceph-mon[107725]: pgmap v20: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-28T01:47:57.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:57 smithi170 ceph-mon[111718]: pgmap v20: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-28T01:47:57.621 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41260 7.06 MB/sec execute 7 sec latency 150.745 ms 2023-11-28T01:47:58.625 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41623 7.71 MB/sec execute 8 sec latency 143.993 ms 2023-11-28T01:47:59.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:47:58 smithi162 ceph-mon[107725]: pgmap v21: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-28T01:47:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:47:58 smithi170 ceph-mon[111718]: pgmap v21: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-28T01:47:59.625 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41937 8.00 MB/sec execute 9 sec latency 127.211 ms 2023-11-28T01:48:00.634 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42243 7.93 MB/sec execute 10 sec latency 124.085 ms 2023-11-28T01:48:01.394 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:01 smithi162 ceph-mon[107725]: pgmap v22: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-28T01:48:01.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:01 smithi170 ceph-mon[111718]: pgmap v22: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-28T01:48:01.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42504 7.75 MB/sec execute 11 sec latency 126.625 ms 2023-11-28T01:48:02.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42806 7.62 MB/sec execute 12 sec latency 137.398 ms 2023-11-28T01:48:03.175 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:03 smithi162 ceph-mon[107725]: pgmap v23: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-28T01:48:03.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:03 smithi170 ceph-mon[111718]: pgmap v23: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-28T01:48:03.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43142 7.92 MB/sec execute 13 sec latency 122.899 ms 2023-11-28T01:48:04.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43373 7.74 MB/sec execute 14 sec latency 144.039 ms 2023-11-28T01:48:05.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:05 smithi162 ceph-mon[107725]: pgmap v24: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-11-28T01:48:05.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43696 7.82 MB/sec execute 15 sec latency 113.328 ms 2023-11-28T01:48:05.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:05 smithi170 ceph-mon[111718]: pgmap v24: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-11-28T01:48:06.635 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44007 7.73 MB/sec execute 16 sec latency 124.684 ms 2023-11-28T01:48:07.282 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:07 smithi162 ceph-mon[107725]: pgmap v25: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:48:07.283 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:07.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44329 7.51 MB/sec execute 17 sec latency 108.423 ms 2023-11-28T01:48:07.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:07 smithi170 ceph-mon[111718]: pgmap v25: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:48:07.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:08.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44606 7.68 MB/sec execute 18 sec latency 132.865 ms 2023-11-28T01:48:09.066 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:08 smithi162 ceph-mon[107725]: pgmap v26: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:48:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:08 smithi170 ceph-mon[111718]: pgmap v26: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:48:09.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44928 7.76 MB/sec execute 19 sec latency 207.741 ms 2023-11-28T01:48:10.649 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45305 8.20 MB/sec execute 20 sec latency 134.551 ms 2023-11-28T01:48:11.360 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:11 smithi162 ceph-mon[107725]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-11-28T01:48:11.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:11 smithi170 ceph-mon[111718]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-11-28T01:48:11.649 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45607 8.08 MB/sec execute 21 sec latency 129.035 ms 2023-11-28T01:48:12.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:12.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:12.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:12 smithi162 ceph-mon[107725]: Reconfiguring node-exporter.smithi162 (dependencies changed)... 2023-11-28T01:48:12.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:12 smithi162 ceph-mon[107725]: Reconfiguring daemon node-exporter.smithi162 on smithi162 2023-11-28T01:48:12.650 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45846 7.92 MB/sec execute 22 sec latency 213.181 ms 2023-11-28T01:48:12.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:12.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:12.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:12 smithi170 ceph-mon[111718]: Reconfiguring node-exporter.smithi162 (dependencies changed)... 2023-11-28T01:48:12.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:12 smithi170 ceph-mon[111718]: Reconfiguring daemon node-exporter.smithi162 on smithi162 2023-11-28T01:48:13.649 INFO:teuthology.orchestra.run.smithi162.stdout: 5 46163 7.91 MB/sec execute 23 sec latency 131.555 ms 2023-11-28T01:48:13.656 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:13 smithi162 ceph-mon[107725]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-28T01:48:13.657 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:13 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:13.657 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:13 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:13.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:13 smithi170 ceph-mon[111718]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-28T01:48:13.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:13 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:13.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:13 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:14.650 INFO:teuthology.orchestra.run.smithi162.stdout: 5 46390 7.82 MB/sec execute 24 sec latency 140.419 ms 2023-11-28T01:48:14.686 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:14 smithi162 ceph-mon[107725]: Reconfiguring prometheus.smithi162 (dependencies changed)... 2023-11-28T01:48:14.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:14 smithi170 ceph-mon[111718]: Reconfiguring prometheus.smithi162 (dependencies changed)... 2023-11-28T01:48:15.650 INFO:teuthology.orchestra.run.smithi162.stdout: 5 46775 8.09 MB/sec execute 25 sec latency 130.078 ms 2023-11-28T01:48:15.709 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:15 smithi162 ceph-mon[107725]: Reconfiguring daemon prometheus.smithi162 on smithi162 2023-11-28T01:48:15.710 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:15 smithi162 ceph-mon[107725]: pgmap v29: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 544 op/s 2023-11-28T01:48:15.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:15 smithi170 ceph-mon[111718]: Reconfiguring daemon prometheus.smithi162 on smithi162 2023-11-28T01:48:15.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:15 smithi170 ceph-mon[111718]: pgmap v29: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 544 op/s 2023-11-28T01:48:16.650 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47045 8.14 MB/sec execute 26 sec latency 126.227 ms 2023-11-28T01:48:16.922 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:48:17.650 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47276 7.92 MB/sec execute 27 sec latency 136.821 ms 2023-11-28T01:48:17.759 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:17 smithi162 ceph-mon[107725]: pgmap v30: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:48:17.877 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:48:17.877 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:48:17.878 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (6m) 44s ago 6m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:48:17.878 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (6m) 46s ago 6m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:48:17.878 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:48:17.878 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (2m) 44s ago 2m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (2m) 46s ago 2m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (7m) 44s ago 7m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (64s) 46s ago 6m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (8m) 44s ago 8m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (6m) 46s ago 6m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (2m) 44s ago 2m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (2m) 46s ago 2m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (6m) 46s ago 6m 27.5M - 1.3.1 1dbe0e931976 875b003518b4 2023-11-28T01:48:17.879 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (5m) 44s ago 5m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:48:17.880 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (5m) 44s ago 5m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:48:17.880 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (5m) 44s ago 5m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:48:17.880 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (4m) 44s ago 4m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:48:17.880 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (4m) 46s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:48:17.880 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (4m) 46s ago 4m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:48:17.881 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (3m) 46s ago 3m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:48:17.881 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (3m) 46s ago 3m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:48:17.881 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (5m) 44s ago 5m 65.2M - 2.33.4 514e6a882f6e c8dbd6a4882a 2023-11-28T01:48:18.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:17 smithi170 ceph-mon[111718]: pgmap v30: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:48:18.458 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:48:18.458 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:48:18.458 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:48:18.458 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:18.458 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:18.459 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:48:18.460 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:48:18.654 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47538 7.82 MB/sec execute 28 sec latency 129.832 ms 2023-11-28T01:48:18.779 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:18 smithi162 ceph-mon[107725]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:18.779 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:18 smithi162 ceph-mon[107725]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:18.779 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:18 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/457523888' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:48:18.948 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:18 smithi170 ceph-mon[111718]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:18.948 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:18 smithi170 ceph-mon[111718]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:18.948 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:18 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/457523888' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:48:18.970 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:48:18.970 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:48:18.970 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "", 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:48:18.971 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:48:19.572 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:48:19.663 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47868 7.77 MB/sec execute 29 sec latency 129.478 ms 2023-11-28T01:48:19.793 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:19 smithi162 ceph-mon[107725]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:19.793 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:19 smithi162 ceph-mon[107725]: pgmap v31: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:48:19.793 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:19 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1737120414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:48:20.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:19 smithi170 ceph-mon[111718]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:20.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:19 smithi170 ceph-mon[111718]: pgmap v31: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:48:20.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:19 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1737120414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:48:20.663 INFO:teuthology.orchestra.run.smithi162.stdout: 5 48234 7.79 MB/sec execute 30 sec latency 134.338 ms 2023-11-28T01:48:20.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:20 smithi162 ceph-mon[107725]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:21.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:20 smithi170 ceph-mon[111718]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:21.663 INFO:teuthology.orchestra.run.smithi162.stdout: 5 48724 8.10 MB/sec execute 31 sec latency 132.701 ms 2023-11-28T01:48:21.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:21 smithi162 ceph-mon[107725]: pgmap v32: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-11-28T01:48:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:21 smithi170 ceph-mon[111718]: pgmap v32: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-11-28T01:48:22.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 49238 8.26 MB/sec execute 32 sec latency 129.949 ms 2023-11-28T01:48:22.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:23.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 49552 8.36 MB/sec execute 33 sec latency 89.050 ms 2023-11-28T01:48:23.853 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:23 smithi162 ceph-mon[107725]: pgmap v33: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-11-28T01:48:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:23 smithi170 ceph-mon[111718]: pgmap v33: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-11-28T01:48:24.675 INFO:teuthology.orchestra.run.smithi162.stdout: 5 49825 8.38 MB/sec execute 34 sec latency 130.066 ms 2023-11-28T01:48:25.676 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50230 8.46 MB/sec execute 35 sec latency 120.658 ms 2023-11-28T01:48:25.865 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:25 smithi162 ceph-mon[107725]: pgmap v34: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 595 op/s 2023-11-28T01:48:26.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:25 smithi170 ceph-mon[111718]: pgmap v34: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 595 op/s 2023-11-28T01:48:26.675 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50582 8.45 MB/sec execute 36 sec latency 122.903 ms 2023-11-28T01:48:27.675 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50859 8.40 MB/sec execute 37 sec latency 148.727 ms 2023-11-28T01:48:27.911 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:27 smithi162 ceph-mon[107725]: pgmap v35: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-28T01:48:28.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:27 smithi170 ceph-mon[111718]: pgmap v35: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-28T01:48:28.678 INFO:teuthology.orchestra.run.smithi162.stdout: 5 51290 8.40 MB/sec execute 38 sec latency 129.949 ms 2023-11-28T01:48:29.181 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:29 smithi162 ceph-mon[107725]: pgmap v36: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-28T01:48:29.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:29 smithi170 ceph-mon[111718]: pgmap v36: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-28T01:48:29.682 INFO:teuthology.orchestra.run.smithi162.stdout: 5 51680 8.39 MB/sec execute 39 sec latency 129.931 ms 2023-11-28T01:48:30.682 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52083 8.60 MB/sec execute 40 sec latency 127.505 ms 2023-11-28T01:48:30.701 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:30 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:30.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:30 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:30.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:30 smithi162 ceph-mon[107725]: Reconfiguring node-exporter.smithi170 (dependencies changed)... 2023-11-28T01:48:30.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:30 smithi162 ceph-mon[107725]: Reconfiguring daemon node-exporter.smithi170 on smithi170 2023-11-28T01:48:31.030 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:30 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.030 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:30 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.030 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:30 smithi170 ceph-mon[111718]: Reconfiguring node-exporter.smithi170 (dependencies changed)... 2023-11-28T01:48:31.030 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:30 smithi170 ceph-mon[111718]: Reconfiguring daemon node-exporter.smithi170 on smithi170 2023-11-28T01:48:31.689 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52414 8.51 MB/sec execute 41 sec latency 130.017 ms 2023-11-28T01:48:31.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: pgmap v37: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:31.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: pgmap v37: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:48:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T01:48:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:48:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T01:48:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:48:32.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52798 8.55 MB/sec execute 42 sec latency 126.917 ms 2023-11-28T01:48:32.734 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:48:32.734 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: Upgrade: Need to upgrade myself (mgr.smithi170.wdcbca) 2023-11-28T01:48:32.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:32 smithi162 ceph-mon[107725]: Upgrade: Need to upgrade myself (mgr.smithi170.wdcbca) 2023-11-28T01:48:33.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: Upgrade: Need to upgrade myself (mgr.smithi170.wdcbca) 2023-11-28T01:48:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:32 smithi170 ceph-mon[111718]: Upgrade: Need to upgrade myself (mgr.smithi170.wdcbca) 2023-11-28T01:48:33.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53047 8.55 MB/sec execute 43 sec latency 135.805 ms 2023-11-28T01:48:33.762 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: pgmap v38: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-28T01:48:33.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:33.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:48:33.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:48:33.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:48:33.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:33 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: pgmap v38: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.plqjjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:48:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:33 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:48:34.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53305 8.61 MB/sec execute 44 sec latency 151.462 ms 2023-11-28T01:48:34.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:34 smithi162 ceph-mon[107725]: Upgrade: Updating mgr.smithi162.plqjjc 2023-11-28T01:48:34.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:34 smithi162 ceph-mon[107725]: Deploying daemon mgr.smithi162.plqjjc on smithi162 2023-11-28T01:48:35.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:34 smithi170 ceph-mon[111718]: Upgrade: Updating mgr.smithi162.plqjjc 2023-11-28T01:48:35.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:34 smithi170 ceph-mon[111718]: Deploying daemon mgr.smithi162.plqjjc on smithi162 2023-11-28T01:48:35.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53705 8.63 MB/sec execute 45 sec latency 115.210 ms 2023-11-28T01:48:35.814 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:35 smithi162 ceph-mon[107725]: pgmap v39: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 657 op/s 2023-11-28T01:48:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:35 smithi170 ceph-mon[111718]: pgmap v39: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 657 op/s 2023-11-28T01:48:36.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54040 8.65 MB/sec execute 46 sec latency 138.626 ms 2023-11-28T01:48:37.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54329 8.61 MB/sec execute 47 sec latency 120.863 ms 2023-11-28T01:48:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:37 smithi162 ceph-mon[107725]: pgmap v40: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-28T01:48:37.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:38.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:37 smithi170 ceph-mon[111718]: pgmap v40: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-28T01:48:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:38.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54657 8.56 MB/sec execute 48 sec latency 125.261 ms 2023-11-28T01:48:39.151 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:38 smithi162 ceph-mon[107725]: pgmap v41: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-28T01:48:39.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:38 smithi170 ceph-mon[111718]: pgmap v41: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-28T01:48:39.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55032 8.55 MB/sec execute 49 sec latency 117.609 ms 2023-11-28T01:48:40.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55391 8.57 MB/sec execute 50 sec latency 116.347 ms 2023-11-28T01:48:41.193 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:41 smithi162 ceph-mon[107725]: pgmap v42: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 617 op/s 2023-11-28T01:48:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:41 smithi170 ceph-mon[111718]: pgmap v42: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 617 op/s 2023-11-28T01:48:41.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55781 8.62 MB/sec execute 51 sec latency 125.472 ms 2023-11-28T01:48:42.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56120 8.72 MB/sec execute 52 sec latency 129.537 ms 2023-11-28T01:48:43.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:43 smithi162 ceph-mon[107725]: pgmap v43: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-11-28T01:48:43.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:43 smithi170 ceph-mon[111718]: pgmap v43: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-11-28T01:48:43.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56490 8.71 MB/sec execute 53 sec latency 136.814 ms 2023-11-28T01:48:44.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56749 8.69 MB/sec execute 54 sec latency 129.866 ms 2023-11-28T01:48:45.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:45 smithi162 ceph-mon[107725]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 632 op/s 2023-11-28T01:48:45.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:45 smithi170 ceph-mon[111718]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 632 op/s 2023-11-28T01:48:45.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57045 8.68 MB/sec execute 55 sec latency 152.320 ms 2023-11-28T01:48:46.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57423 8.71 MB/sec execute 56 sec latency 141.886 ms 2023-11-28T01:48:47.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:47 smithi162 ceph-mon[107725]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:48:47.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:47 smithi170 ceph-mon[111718]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:48:47.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57641 8.66 MB/sec execute 57 sec latency 117.636 ms 2023-11-28T01:48:48.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57901 8.62 MB/sec execute 58 sec latency 124.486 ms 2023-11-28T01:48:49.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:49 smithi162 ceph-mon[107725]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:48:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:49 smithi170 ceph-mon[111718]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:48:49.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58211 8.58 MB/sec execute 59 sec latency 127.852 ms 2023-11-28T01:48:50.092 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:48:50.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58523 8.56 MB/sec execute 60 sec latency 133.127 ms 2023-11-28T01:48:51.044 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:48:51.044 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (7m) 77s ago 7m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (6m) 79s ago 6m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (3m) 77s ago 3m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (3m) 79s ago 3m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (8m) 77s ago 8m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (97s) 79s ago 6m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (8m) 77s ago 8m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (6m) 79s ago 6m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (3m) 77s ago 3m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (3m) 79s ago 3m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:48:51.045 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 starting - - - - 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (6m) 77s ago 6m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (5m) 77s ago 5m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (5m) 77s ago 5m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (5m) 77s ago 5m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (5m) 79s ago 5m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (4m) 79s ago 4m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (4m) 79s ago 4m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (4m) 79s ago 4m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:48:51.046 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:48:51.410 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:51 smithi162 ceph-mon[107725]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:51.410 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:51 smithi162 ceph-mon[107725]: pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 587 op/s 2023-11-28T01:48:51.410 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:51 smithi162 ceph-mon[107725]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:51.616 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:51.617 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:48:51.618 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:48:51.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:51 smithi170 ceph-mon[111718]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:51.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:51 smithi170 ceph-mon[111718]: pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 587 op/s 2023-11-28T01:48:51.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:51 smithi170 ceph-mon[111718]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:51.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58864 8.55 MB/sec execute 61 sec latency 131.486 ms 2023-11-28T01:48:52.070 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:48:52.070 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:48:52.070 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:48:52.070 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:48:52.070 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:48:52.071 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:48:52.071 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:48:52.071 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:48:52.071 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:48:52.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:52 smithi162 ceph-mon[107725]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:52.428 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:52 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/525906039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:48:52.615 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:48:52.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:52 smithi170 ceph-mon[111718]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:52.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:52 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/525906039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:48:52.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59092 8.52 MB/sec execute 62 sec latency 127.014 ms 2023-11-28T01:48:53.196 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:53 smithi162 ceph-mon[107725]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:53.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:53 smithi162 ceph-mon[107725]: pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-11-28T01:48:53.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:53 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:53.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:53 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/2382624493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:48:53.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:53 smithi170 ceph-mon[111718]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:48:53.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:53 smithi170 ceph-mon[111718]: pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-11-28T01:48:53.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:53 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:48:53.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:53 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/2382624493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:48:53.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59375 8.54 MB/sec execute 63 sec latency 120.177 ms 2023-11-28T01:48:54.471 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:54 smithi162 ceph-mon[107725]: mgrmap e28: smithi170.wdcbca(active, since 91s), standbys: smithi162.plqjjc 2023-11-28T01:48:54.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:54 smithi170 ceph-mon[111718]: mgrmap e28: smithi170.wdcbca(active, since 91s), standbys: smithi162.plqjjc 2023-11-28T01:48:54.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59774 8.54 MB/sec execute 64 sec latency 143.075 ms 2023-11-28T01:48:55.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:55 smithi162 ceph-mon[107725]: pgmap v49: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 585 op/s 2023-11-28T01:48:55.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:55 smithi170 ceph-mon[111718]: pgmap v49: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 585 op/s 2023-11-28T01:48:55.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 60057 8.57 MB/sec execute 65 sec latency 127.273 ms 2023-11-28T01:48:56.703 INFO:teuthology.orchestra.run.smithi162.stdout: 5 60384 8.58 MB/sec execute 66 sec latency 128.477 ms 2023-11-28T01:48:57.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:57 smithi162 ceph-mon[107725]: pgmap v50: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:48:57.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:57 smithi170 ceph-mon[111718]: pgmap v50: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:48:57.702 INFO:teuthology.orchestra.run.smithi162.stdout: 5 60755 8.66 MB/sec execute 67 sec latency 129.732 ms 2023-11-28T01:48:58.702 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61132 8.64 MB/sec execute 68 sec latency 131.461 ms 2023-11-28T01:48:59.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:48:59 smithi162 ceph-mon[107725]: pgmap v51: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:48:59.420 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:48:59 smithi170 ceph-mon[111718]: pgmap v51: 97 pgs: 97 active+clean; 320 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:48:59.702 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61415 8.61 MB/sec execute 69 sec latency 123.623 ms 2023-11-28T01:49:00.703 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61762 8.64 MB/sec execute 70 sec latency 173.265 ms 2023-11-28T01:49:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:01 smithi162 ceph-mon[107725]: pgmap v52: 97 pgs: 97 active+clean; 332 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 564 op/s 2023-11-28T01:49:01.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:01 smithi170 ceph-mon[111718]: pgmap v52: 97 pgs: 97 active+clean; 332 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 564 op/s 2023-11-28T01:49:01.703 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62159 8.59 MB/sec execute 71 sec latency 123.895 ms 2023-11-28T01:49:02.713 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62534 8.64 MB/sec execute 72 sec latency 149.331 ms 2023-11-28T01:49:03.389 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:03 smithi162 ceph-mon[107725]: pgmap v53: 97 pgs: 97 active+clean; 332 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-28T01:49:03.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:03 smithi170 ceph-mon[111718]: pgmap v53: 97 pgs: 97 active+clean; 332 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-28T01:49:03.713 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62890 8.66 MB/sec execute 73 sec latency 129.871 ms 2023-11-28T01:49:04.713 INFO:teuthology.orchestra.run.smithi162.stdout: 5 63341 8.68 MB/sec execute 74 sec latency 130.016 ms 2023-11-28T01:49:05.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:05 smithi162 ceph-mon[107725]: pgmap v54: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-11-28T01:49:05.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:05 smithi170 ceph-mon[111718]: pgmap v54: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 601 op/s 2023-11-28T01:49:05.715 INFO:teuthology.orchestra.run.smithi162.stdout: 5 63672 8.72 MB/sec execute 75 sec latency 137.017 ms 2023-11-28T01:49:06.713 INFO:teuthology.orchestra.run.smithi162.stdout: 5 63964 8.75 MB/sec execute 76 sec latency 133.914 ms 2023-11-28T01:49:07.228 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:07 smithi162 ceph-mon[107725]: pgmap v55: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-11-28T01:49:07.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:07 smithi170 ceph-mon[111718]: pgmap v55: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-11-28T01:49:07.713 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64316 8.74 MB/sec execute 77 sec latency 146.380 ms 2023-11-28T01:49:08.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:08 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:08.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:08 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:08.721 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64634 8.73 MB/sec execute 78 sec latency 126.593 ms 2023-11-28T01:49:09.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:09 smithi162 ceph-mon[107725]: pgmap v56: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-11-28T01:49:09.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:09 smithi170 ceph-mon[111718]: pgmap v56: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-11-28T01:49:09.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64928 8.71 MB/sec execute 79 sec latency 114.911 ms 2023-11-28T01:49:10.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 65302 8.74 MB/sec execute 80 sec latency 128.750 ms 2023-11-28T01:49:11.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:11 smithi162 ceph-mon[107725]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 620 op/s 2023-11-28T01:49:11.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:11 smithi170 ceph-mon[111718]: pgmap v57: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 620 op/s 2023-11-28T01:49:11.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 65676 8.75 MB/sec execute 81 sec latency 129.766 ms 2023-11-28T01:49:12.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 65971 8.71 MB/sec execute 82 sec latency 126.664 ms 2023-11-28T01:49:13.310 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:13 smithi162 ceph-mon[107725]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-11-28T01:49:13.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:13 smithi170 ceph-mon[111718]: pgmap v58: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-11-28T01:49:13.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 66379 8.77 MB/sec execute 83 sec latency 126.669 ms 2023-11-28T01:49:14.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 66788 8.76 MB/sec execute 84 sec latency 129.931 ms 2023-11-28T01:49:15.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:15 smithi162 ceph-mon[107725]: pgmap v59: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 638 op/s 2023-11-28T01:49:15.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:15 smithi170 ceph-mon[111718]: pgmap v59: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 638 op/s 2023-11-28T01:49:15.730 INFO:teuthology.orchestra.run.smithi162.stdout: 5 67127 8.76 MB/sec execute 85 sec latency 131.999 ms 2023-11-28T01:49:16.737 INFO:teuthology.orchestra.run.smithi162.stdout: 5 67528 8.82 MB/sec execute 86 sec latency 147.927 ms 2023-11-28T01:49:17.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:17 smithi162 ceph-mon[107725]: pgmap v60: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-28T01:49:17.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:17 smithi170 ceph-mon[111718]: pgmap v60: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-28T01:49:17.737 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68003 8.92 MB/sec execute 87 sec latency 128.502 ms 2023-11-28T01:49:18.737 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68267 8.87 MB/sec execute 88 sec latency 207.352 ms 2023-11-28T01:49:19.179 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:19 smithi162 ceph-mon[107725]: pgmap v61: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-28T01:49:19.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:19 smithi170 ceph-mon[111718]: pgmap v61: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-11-28T01:49:19.737 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68518 8.84 MB/sec execute 89 sec latency 140.052 ms 2023-11-28T01:49:20.745 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68788 8.79 MB/sec execute 90 sec latency 134.422 ms 2023-11-28T01:49:21.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:21 smithi162 ceph-mon[107725]: pgmap v62: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 649 op/s 2023-11-28T01:49:21.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:21 smithi170 ceph-mon[111718]: pgmap v62: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 649 op/s 2023-11-28T01:49:21.745 INFO:teuthology.orchestra.run.smithi162.stdout: 5 69092 8.77 MB/sec execute 91 sec latency 128.416 ms 2023-11-28T01:49:22.752 INFO:teuthology.orchestra.run.smithi162.stdout: 5 69525 8.82 MB/sec execute 92 sec latency 98.426 ms 2023-11-28T01:49:23.160 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:49:23.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:23 smithi162 ceph-mon[107725]: pgmap v63: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-28T01:49:23.268 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:23.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:23 smithi170 ceph-mon[111718]: pgmap v63: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-28T01:49:23.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:23.752 INFO:teuthology.orchestra.run.smithi162.stdout: 5 69928 8.85 MB/sec execute 93 sec latency 104.614 ms 2023-11-28T01:49:24.178 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:49:24.178 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (8m) 111s ago 8m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (7m) 112s ago 7m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (3m) 111s ago 3m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (3m) 112s ago 3m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (9m) 111s ago 9m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (2m) 112s ago 7m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:49:24.179 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (9m) 111s ago 9m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (7m) 112s ago 7m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (3m) 111s ago 3m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (3m) 112s ago 3m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 starting - - - - 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (6m) 111s ago 6m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (6m) 111s ago 6m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (6m) 111s ago 6m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (5m) 111s ago 5m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (5m) 112s ago 5m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (5m) 112s ago 5m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:49:24.180 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (5m) 112s ago 5m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:49:24.181 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (4m) 112s ago 4m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:49:24.181 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:49:24.280 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:24 smithi162 ceph-mon[107725]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:24.280 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:24 smithi162 ceph-mon[107725]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:24.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:24 smithi170 ceph-mon[111718]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:24.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:24 smithi170 ceph-mon[111718]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:24.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70280 8.83 MB/sec execute 94 sec latency 127.647 ms 2023-11-28T01:49:24.792 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:49:24.792 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:49:24.792 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:49:24.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:49:24.794 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:49:24.794 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:49:24.794 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:49:25.277 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:49:25.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:25 smithi162 ceph-mon[107725]: pgmap v64: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-11-28T01:49:25.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:25 smithi162 ceph-mon[107725]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:25.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:25 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/4048740978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:49:25.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:25 smithi170 ceph-mon[111718]: pgmap v64: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-11-28T01:49:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:25 smithi170 ceph-mon[111718]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:25 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/4048740978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:49:25.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70596 8.83 MB/sec execute 95 sec latency 139.059 ms 2023-11-28T01:49:25.843 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:49:26.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:26 smithi162 ceph-mon[107725]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:26.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:26 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/453082331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:49:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:26 smithi170 ceph-mon[111718]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:26.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:26 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/453082331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:49:26.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70820 8.79 MB/sec execute 96 sec latency 134.450 ms 2023-11-28T01:49:27.362 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:27 smithi162 ceph-mon[107725]: pgmap v65: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:49:27.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:27 smithi170 ceph-mon[111718]: pgmap v65: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:49:27.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 71191 8.87 MB/sec execute 97 sec latency 126.893 ms 2023-11-28T01:49:28.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 71536 8.87 MB/sec execute 98 sec latency 124.382 ms 2023-11-28T01:49:29.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:29 smithi162 ceph-mon[107725]: pgmap v66: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:49:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:29 smithi170 ceph-mon[111718]: pgmap v66: 97 pgs: 97 active+clean; 360 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:49:29.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 71754 8.85 MB/sec execute 99 sec latency 143.849 ms 2023-11-28T01:49:30.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72006 8.81 MB/sec execute 100 sec latency 123.677 ms 2023-11-28T01:49:31.421 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:31 smithi162 ceph-mon[107725]: pgmap v67: 97 pgs: 97 active+clean; 369 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 687 op/s 2023-11-28T01:49:31.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:31 smithi170 ceph-mon[111718]: pgmap v67: 97 pgs: 97 active+clean; 369 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 687 op/s 2023-11-28T01:49:31.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72338 8.76 MB/sec execute 101 sec latency 129.645 ms 2023-11-28T01:49:32.765 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72674 8.77 MB/sec execute 102 sec latency 155.192 ms 2023-11-28T01:49:33.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:33 smithi162 ceph-mon[107725]: pgmap v68: 97 pgs: 97 active+clean; 369 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 460 op/s 2023-11-28T01:49:33.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:33 smithi170 ceph-mon[111718]: pgmap v68: 97 pgs: 97 active+clean; 369 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 460 op/s 2023-11-28T01:49:33.766 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73009 8.80 MB/sec execute 103 sec latency 126.787 ms 2023-11-28T01:49:34.766 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73355 8.81 MB/sec execute 104 sec latency 135.773 ms 2023-11-28T01:49:35.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:35 smithi162 ceph-mon[107725]: pgmap v69: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 641 op/s 2023-11-28T01:49:35.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:35 smithi170 ceph-mon[111718]: pgmap v69: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 641 op/s 2023-11-28T01:49:35.766 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73738 8.77 MB/sec execute 105 sec latency 131.003 ms 2023-11-28T01:49:36.766 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74072 8.80 MB/sec execute 106 sec latency 133.959 ms 2023-11-28T01:49:37.347 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:37 smithi162 ceph-mon[107725]: pgmap v70: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 446 op/s 2023-11-28T01:49:37.347 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:37 smithi170 ceph-mon[111718]: pgmap v70: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 446 op/s 2023-11-28T01:49:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:37.775 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74372 8.80 MB/sec execute 107 sec latency 135.810 ms 2023-11-28T01:49:38.775 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74779 8.87 MB/sec execute 108 sec latency 126.737 ms 2023-11-28T01:49:39.137 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:39 smithi162 ceph-mon[107725]: pgmap v71: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 446 op/s 2023-11-28T01:49:39.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:39 smithi170 ceph-mon[111718]: pgmap v71: 97 pgs: 97 active+clean; 367 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 446 op/s 2023-11-28T01:49:39.775 INFO:teuthology.orchestra.run.smithi162.stdout: 5 75128 8.86 MB/sec execute 109 sec latency 145.186 ms 2023-11-28T01:49:40.775 INFO:teuthology.orchestra.run.smithi162.stdout: 5 75418 8.85 MB/sec execute 110 sec latency 133.206 ms 2023-11-28T01:49:41.175 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:41 smithi162 ceph-mon[107725]: pgmap v72: 97 pgs: 97 active+clean; 365 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 656 op/s 2023-11-28T01:49:41.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:41 smithi170 ceph-mon[111718]: pgmap v72: 97 pgs: 97 active+clean; 365 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 656 op/s 2023-11-28T01:49:41.785 INFO:teuthology.orchestra.run.smithi162.stdout: 5 75727 8.82 MB/sec execute 111 sec latency 129.895 ms 2023-11-28T01:49:42.785 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76028 8.81 MB/sec execute 112 sec latency 138.528 ms 2023-11-28T01:49:43.212 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:43 smithi162 ceph-mon[107725]: pgmap v73: 97 pgs: 97 active+clean; 365 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-28T01:49:43.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:43 smithi170 ceph-mon[111718]: pgmap v73: 97 pgs: 97 active+clean; 365 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-28T01:49:43.785 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76339 8.79 MB/sec execute 113 sec latency 126.383 ms 2023-11-28T01:49:44.785 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76687 8.79 MB/sec execute 114 sec latency 129.801 ms 2023-11-28T01:49:45.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:45 smithi162 ceph-mon[107725]: pgmap v74: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-11-28T01:49:45.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:45 smithi170 ceph-mon[111718]: pgmap v74: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 586 op/s 2023-11-28T01:49:45.792 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76990 8.77 MB/sec execute 115 sec latency 211.160 ms 2023-11-28T01:49:46.792 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77310 8.77 MB/sec execute 116 sec latency 132.570 ms 2023-11-28T01:49:47.309 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:47 smithi162 ceph-mon[107725]: pgmap v75: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-28T01:49:47.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:47 smithi170 ceph-mon[111718]: pgmap v75: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-28T01:49:47.799 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77627 8.79 MB/sec execute 117 sec latency 93.965 ms 2023-11-28T01:49:48.800 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77959 8.79 MB/sec execute 118 sec latency 128.909 ms 2023-11-28T01:49:49.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:49 smithi162 ceph-mon[107725]: pgmap v76: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-28T01:49:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:49 smithi170 ceph-mon[111718]: pgmap v76: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-28T01:49:49.799 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78224 8.78 MB/sec execute 119 sec latency 149.927 ms 2023-11-28T01:49:50.800 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78656 8.83 MB/sec execute 120 sec latency 121.001 ms 2023-11-28T01:49:51.417 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:51 smithi162 ceph-mon[107725]: pgmap v77: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 598 op/s 2023-11-28T01:49:51.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:51 smithi170 ceph-mon[111718]: pgmap v77: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 598 op/s 2023-11-28T01:49:51.800 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78962 8.82 MB/sec execute 121 sec latency 142.315 ms 2023-11-28T01:49:52.299 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:52.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:49:52.811 INFO:teuthology.orchestra.run.smithi162.stdout: 5 79294 8.83 MB/sec execute 122 sec latency 138.911 ms 2023-11-28T01:49:53.438 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:53 smithi162 ceph-mon[107725]: pgmap v78: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.7 MiB/s wr, 388 op/s 2023-11-28T01:49:53.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:53 smithi170 ceph-mon[111718]: pgmap v78: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.7 MiB/s wr, 388 op/s 2023-11-28T01:49:53.811 INFO:teuthology.orchestra.run.smithi162.stdout: 5 79703 8.83 MB/sec execute 123 sec latency 121.692 ms 2023-11-28T01:49:54.811 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80078 8.82 MB/sec execute 124 sec latency 130.398 ms 2023-11-28T01:49:55.456 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:55 smithi162 ceph-mon[107725]: pgmap v79: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-11-28T01:49:55.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:55 smithi170 ceph-mon[111718]: pgmap v79: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-11-28T01:49:55.811 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80500 8.87 MB/sec execute 125 sec latency 105.267 ms 2023-11-28T01:49:56.301 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:49:56.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80811 8.82 MB/sec execute 126 sec latency 123.934 ms 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (8m) 2m ago 8m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (7m) 2m ago 7m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (4m) 2m ago 4m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (4m) 2m ago 4m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (9m) 2m ago 9m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:49:57.168 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (2m) 2m ago 7m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (9m) 2m ago 9m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (7m) 2m ago 7m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (4m) 2m ago 4m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (4m) 2m ago 4m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 starting - - - - 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (7m) 2m ago 7m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (6m) 2m ago 6m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (6m) 2m ago 6m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (6m) 2m ago 6m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (6m) 2m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (5m) 2m ago 5m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:49:57.169 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (5m) 2m ago 5m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:49:57.170 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (5m) 2m ago 5m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:49:57.170 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:49:57.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:57 smithi162 ceph-mon[107725]: pgmap v80: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-28T01:49:57.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:57 smithi162 ceph-mon[107725]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:57.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:57 smithi162 ceph-mon[107725]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:57.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:57 smithi170 ceph-mon[111718]: pgmap v80: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-28T01:49:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:57 smithi170 ceph-mon[111718]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:57 smithi170 ceph-mon[111718]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:57.670 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:49:57.670 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:49:57.671 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:49:57.671 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:57.671 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:49:57.671 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:49:57.672 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:49:57.672 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:57.672 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:49:57.672 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:49:57.673 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:57.673 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:49:57.673 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:49:57.673 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:49:57.674 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:49:57.674 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:49:57.674 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:49:57.674 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:49:57.675 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:49:57.822 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81138 8.83 MB/sec execute 127 sec latency 194.946 ms 2023-11-28T01:49:58.084 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:49:58.084 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:49:58.085 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:49:58.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:58 smithi162 ceph-mon[107725]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:58.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:58 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1559437984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:49:58.618 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:49:58.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:58 smithi170 ceph-mon[111718]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:58.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:58 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1559437984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:49:58.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81372 8.81 MB/sec execute 128 sec latency 201.491 ms 2023-11-28T01:49:59.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:59 smithi162 ceph-mon[107725]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:59.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:59 smithi162 ceph-mon[107725]: pgmap v81: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 470 op/s 2023-11-28T01:49:59.321 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:49:59 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1204156222' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:49:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:59 smithi170 ceph-mon[111718]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:49:59.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:59 smithi170 ceph-mon[111718]: pgmap v81: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 470 op/s 2023-11-28T01:49:59.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:49:59 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1204156222' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:49:59.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81677 8.85 MB/sec execute 129 sec latency 120.210 ms 2023-11-28T01:50:00.340 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:00 smithi162 ceph-mon[107725]: overall HEALTH_OK 2023-11-28T01:50:00.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:00 smithi170 ceph-mon[111718]: overall HEALTH_OK 2023-11-28T01:50:00.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82032 8.85 MB/sec execute 130 sec latency 132.741 ms 2023-11-28T01:50:01.365 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:01 smithi162 ceph-mon[107725]: pgmap v82: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 607 op/s 2023-11-28T01:50:01.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:01 smithi170 ceph-mon[111718]: pgmap v82: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 607 op/s 2023-11-28T01:50:01.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82374 8.86 MB/sec execute 131 sec latency 129.902 ms 2023-11-28T01:50:02.826 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82690 8.84 MB/sec execute 132 sec latency 128.168 ms 2023-11-28T01:50:03.400 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:03 smithi162 ceph-mon[107725]: pgmap v83: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-11-28T01:50:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:03 smithi170 ceph-mon[111718]: pgmap v83: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-11-28T01:50:03.833 INFO:teuthology.orchestra.run.smithi162.stdout: 5 83060 8.84 MB/sec execute 133 sec latency 108.570 ms 2023-11-28T01:50:04.833 INFO:teuthology.orchestra.run.smithi162.stdout: 5 83396 8.83 MB/sec execute 134 sec latency 119.627 ms 2023-11-28T01:50:05.424 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:05 smithi162 ceph-mon[107725]: pgmap v84: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 611 op/s 2023-11-28T01:50:05.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:05 smithi170 ceph-mon[111718]: pgmap v84: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 611 op/s 2023-11-28T01:50:05.833 INFO:teuthology.orchestra.run.smithi162.stdout: 5 83749 8.84 MB/sec execute 135 sec latency 127.515 ms 2023-11-28T01:50:06.838 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84068 8.83 MB/sec execute 136 sec latency 135.124 ms 2023-11-28T01:50:07.456 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:07 smithi162 ceph-mon[107725]: pgmap v85: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-28T01:50:07.456 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:07.671 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:07 smithi170 ceph-mon[111718]: pgmap v85: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-28T01:50:07.671 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:07.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84413 8.85 MB/sec execute 137 sec latency 120.745 ms 2023-11-28T01:50:08.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84822 8.85 MB/sec execute 138 sec latency 146.201 ms 2023-11-28T01:50:09.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:09 smithi162 ceph-mon[107725]: pgmap v86: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-28T01:50:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:09 smithi170 ceph-mon[111718]: pgmap v86: 97 pgs: 97 active+clean; 352 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-28T01:50:09.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 85137 8.86 MB/sec execute 139 sec latency 129.652 ms 2023-11-28T01:50:10.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 85459 8.87 MB/sec execute 140 sec latency 132.622 ms 2023-11-28T01:50:11.301 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:11 smithi162 ceph-mon[107725]: pgmap v87: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-11-28T01:50:11.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:11 smithi170 ceph-mon[111718]: pgmap v87: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-11-28T01:50:11.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 85770 8.85 MB/sec execute 141 sec latency 129.196 ms 2023-11-28T01:50:12.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86181 8.89 MB/sec execute 142 sec latency 126.455 ms 2023-11-28T01:50:13.324 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:13 smithi162 ceph-mon[107725]: pgmap v88: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-28T01:50:13.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:13 smithi170 ceph-mon[111718]: pgmap v88: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-28T01:50:13.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86461 8.89 MB/sec execute 143 sec latency 126.947 ms 2023-11-28T01:50:14.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86810 8.87 MB/sec execute 144 sec latency 89.391 ms 2023-11-28T01:50:15.363 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:15 smithi162 ceph-mon[107725]: pgmap v89: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.5 MiB/s wr, 612 op/s 2023-11-28T01:50:15.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:15 smithi170 ceph-mon[111718]: pgmap v89: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.5 MiB/s wr, 612 op/s 2023-11-28T01:50:15.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87111 8.86 MB/sec execute 145 sec latency 126.770 ms 2023-11-28T01:50:16.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87403 8.84 MB/sec execute 146 sec latency 135.135 ms 2023-11-28T01:50:17.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:17 smithi162 ceph-mon[107725]: pgmap v90: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T01:50:17.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:17 smithi170 ceph-mon[111718]: pgmap v90: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T01:50:17.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87760 8.85 MB/sec execute 147 sec latency 127.085 ms 2023-11-28T01:50:18.839 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88117 8.83 MB/sec execute 148 sec latency 139.453 ms 2023-11-28T01:50:19.181 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:19 smithi162 ceph-mon[107725]: pgmap v91: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 491 op/s 2023-11-28T01:50:19.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:19 smithi170 ceph-mon[111718]: pgmap v91: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 491 op/s 2023-11-28T01:50:19.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88468 8.86 MB/sec execute 149 sec latency 131.455 ms 2023-11-28T01:50:20.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88753 8.86 MB/sec execute 150 sec latency 132.819 ms 2023-11-28T01:50:21.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:21 smithi162 ceph-mon[107725]: pgmap v92: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 606 op/s 2023-11-28T01:50:21.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:21 smithi170 ceph-mon[111718]: pgmap v92: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 606 op/s 2023-11-28T01:50:21.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89117 8.87 MB/sec execute 151 sec latency 147.513 ms 2023-11-28T01:50:22.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:22.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:22.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89375 8.85 MB/sec execute 152 sec latency 130.453 ms 2023-11-28T01:50:23.316 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:23 smithi162 ceph-mon[107725]: pgmap v93: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-28T01:50:23.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:23 smithi170 ceph-mon[111718]: pgmap v93: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-28T01:50:23.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89631 8.87 MB/sec execute 153 sec latency 141.066 ms 2023-11-28T01:50:24.840 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89917 8.86 MB/sec execute 154 sec latency 129.823 ms 2023-11-28T01:50:25.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:25 smithi162 ceph-mon[107725]: pgmap v94: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 589 op/s 2023-11-28T01:50:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:25 smithi170 ceph-mon[111718]: pgmap v94: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 589 op/s 2023-11-28T01:50:25.846 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90192 8.84 MB/sec execute 155 sec latency 140.498 ms 2023-11-28T01:50:26.846 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90474 8.82 MB/sec execute 156 sec latency 148.208 ms 2023-11-28T01:50:30.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:27 smithi162 ceph-mon[107725]: pgmap v95: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-28T01:50:30.277 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:27 smithi170 ceph-mon[111718]: pgmap v95: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-28T01:50:30.277 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:29 smithi170 ceph-mon[111718]: pgmap v96: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-28T01:50:30.277 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90730 8.80 MB/sec execute 157 sec latency 151.713 ms 2023-11-28T01:50:30.277 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91083 8.81 MB/sec execute 158 sec latency 121.654 ms 2023-11-28T01:50:30.277 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:50:30.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:29 smithi162 ceph-mon[107725]: pgmap v96: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-28T01:50:30.278 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91428 8.80 MB/sec execute 159 sec latency 121.712 ms 2023-11-28T01:50:30.278 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:50:30.278 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:50:30.278 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (9m) 2m ago 9m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:50:30.278 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (8m) 2m ago 8m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (5m) 2m ago 5m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (4m) 2m ago 4m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (10m) 2m ago 10m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (3m) 2m ago 8m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (10m) 2m ago 10m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (8m) 2m ago 8m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (4m) 2m ago 4m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (4m) 2m ago 4m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 starting - - - - 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (7m) 2m ago 7m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:50:30.279 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (7m) 2m ago 7m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (7m) 2m ago 7m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (6m) 2m ago 6m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (6m) 2m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (6m) 2m ago 6m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (6m) 2m ago 6m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (5m) 2m ago 5m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:50:30.280 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:50:30.280 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:30 smithi162 ceph-mon[107725]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:30.280 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:30 smithi162 ceph-mon[107725]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:30.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:30 smithi170 ceph-mon[111718]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:30.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:30 smithi170 ceph-mon[111718]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:30.524 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:50:30.524 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:50:30.525 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:50:30.526 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:50:30.526 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:50:30.526 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:50:30.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91699 8.79 MB/sec execute 160 sec latency 126.032 ms 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:50:31.003 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:50:31.004 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:50:31.004 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:50:31.196 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:31 smithi162 ceph-mon[107725]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:31.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:31 smithi162 ceph-mon[107725]: pgmap v97: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-28T01:50:31.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:31 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/1908042610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:50:31.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:31 smithi170 ceph-mon[111718]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:31 smithi170 ceph-mon[111718]: pgmap v97: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-28T01:50:31.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:31 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/1908042610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:50:31.588 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:50:31.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92009 8.79 MB/sec execute 161 sec latency 94.416 ms 2023-11-28T01:50:32.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:32 smithi162 ceph-mon[107725]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:32.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:32 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3467971323' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:50:32.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:32 smithi170 ceph-mon[111718]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:50:32.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:32 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3467971323' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:50:32.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92355 8.79 MB/sec execute 162 sec latency 98.725 ms 2023-11-28T01:50:33.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:33 smithi162 ceph-mon[107725]: pgmap v98: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-28T01:50:33.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:33 smithi170 ceph-mon[111718]: pgmap v98: 97 pgs: 97 active+clean; 359 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-28T01:50:33.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92723 8.81 MB/sec execute 163 sec latency 193.381 ms 2023-11-28T01:50:34.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93016 8.81 MB/sec execute 164 sec latency 131.018 ms 2023-11-28T01:50:35.273 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:35 smithi162 ceph-mon[107725]: pgmap v99: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-11-28T01:50:35.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:35 smithi170 ceph-mon[111718]: pgmap v99: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-11-28T01:50:35.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93267 8.81 MB/sec execute 165 sec latency 129.517 ms 2023-11-28T01:50:36.850 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93631 8.81 MB/sec execute 166 sec latency 112.180 ms 2023-11-28T01:50:37.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:37 smithi162 ceph-mon[107725]: pgmap v100: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:50:37.327 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:37 smithi170 ceph-mon[111718]: pgmap v100: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-28T01:50:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:37.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93894 8.79 MB/sec execute 167 sec latency 136.592 ms 2023-11-28T01:50:38.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94121 8.78 MB/sec execute 168 sec latency 151.928 ms 2023-11-28T01:50:39.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:39 smithi162 ceph-mon[107725]: pgmap v101: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-28T01:50:39.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:39 smithi170 ceph-mon[111718]: pgmap v101: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-28T01:50:39.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94405 8.76 MB/sec execute 169 sec latency 129.377 ms 2023-11-28T01:50:40.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94751 8.75 MB/sec execute 170 sec latency 120.563 ms 2023-11-28T01:50:41.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:41 smithi162 ceph-mon[107725]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-28T01:50:41.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:41 smithi170 ceph-mon[111718]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-28T01:50:41.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95005 8.73 MB/sec execute 171 sec latency 128.229 ms 2023-11-28T01:50:42.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95315 8.75 MB/sec execute 172 sec latency 123.926 ms 2023-11-28T01:50:43.430 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:43 smithi162 ceph-mon[107725]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-11-28T01:50:43.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:43 smithi170 ceph-mon[111718]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-11-28T01:50:43.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95630 8.77 MB/sec execute 173 sec latency 131.553 ms 2023-11-28T01:50:44.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95948 8.76 MB/sec execute 174 sec latency 139.569 ms 2023-11-28T01:50:45.460 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:45 smithi162 ceph-mon[107725]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-28T01:50:45.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:45 smithi170 ceph-mon[111718]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-28T01:50:45.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96224 8.75 MB/sec execute 175 sec latency 129.867 ms 2023-11-28T01:50:46.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96440 8.74 MB/sec execute 176 sec latency 129.071 ms 2023-11-28T01:50:47.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:47 smithi162 ceph-mon[107725]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:50:47.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:47 smithi170 ceph-mon[111718]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:50:47.854 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96697 8.74 MB/sec execute 177 sec latency 149.040 ms 2023-11-28T01:50:48.855 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96956 8.72 MB/sec execute 178 sec latency 143.492 ms 2023-11-28T01:50:49.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:49 smithi162 ceph-mon[107725]: pgmap v106: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 378 op/s 2023-11-28T01:50:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:49 smithi170 ceph-mon[111718]: pgmap v106: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 378 op/s 2023-11-28T01:50:49.855 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97195 8.72 MB/sec execute 179 sec latency 128.876 ms 2023-11-28T01:50:50.864 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97438 8.70 MB/sec execute 180 sec latency 138.364 ms 2023-11-28T01:50:51.380 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:51 smithi162 ceph-mon[107725]: pgmap v107: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-28T01:50:51.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:51 smithi170 ceph-mon[111718]: pgmap v107: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-28T01:50:51.864 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97698 8.69 MB/sec execute 181 sec latency 136.464 ms 2023-11-28T01:50:52.391 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:52.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:50:52.864 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98044 8.66 MB/sec execute 182 sec latency 120.594 ms 2023-11-28T01:50:53.427 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:53 smithi162 ceph-mon[107725]: pgmap v108: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-11-28T01:50:53.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:53 smithi170 ceph-mon[111718]: pgmap v108: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-11-28T01:50:53.867 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98392 8.65 MB/sec execute 183 sec latency 134.424 ms 2023-11-28T01:50:54.867 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98684 8.66 MB/sec execute 184 sec latency 130.065 ms 2023-11-28T01:50:55.215 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:55 smithi162 ceph-mon[107725]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-28T01:50:55.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:55 smithi170 ceph-mon[111718]: pgmap v109: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-28T01:50:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99082 8.70 MB/sec execute 185 sec latency 141.485 ms 2023-11-28T01:50:56.867 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99497 8.70 MB/sec execute 186 sec latency 131.343 ms 2023-11-28T01:50:57.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:57 smithi162 ceph-mon[107725]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-28T01:50:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:57 smithi170 ceph-mon[111718]: pgmap v110: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-28T01:50:57.873 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99753 8.70 MB/sec execute 187 sec latency 129.330 ms 2023-11-28T01:50:58.873 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100015 8.69 MB/sec execute 188 sec latency 132.781 ms 2023-11-28T01:50:59.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:50:59 smithi162 ceph-mon[107725]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-28T01:50:59.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:50:59 smithi170 ceph-mon[111718]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-28T01:50:59.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100261 8.67 MB/sec execute 189 sec latency 130.133 ms 2023-11-28T01:51:00.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100535 8.68 MB/sec execute 190 sec latency 142.400 ms 2023-11-28T01:51:01.295 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:01 smithi162 ceph-mon[107725]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-28T01:51:01.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:01 smithi170 ceph-mon[111718]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-28T01:51:01.881 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100790 8.67 MB/sec execute 191 sec latency 126.737 ms 2023-11-28T01:51:02.094 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:51:02.881 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101020 8.66 MB/sec execute 192 sec latency 136.292 ms 2023-11-28T01:51:03.078 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:51:03.078 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (8m) 3m ago 8m 7163k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (5m) 3m ago 5m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (5m) 3m ago 5m 13.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (10m) 3m ago 10m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (3m) 3m ago 8m 496M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (10m) 3m ago 10m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:51:03.079 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (8m) 3m ago 8m 59.4M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (5m) 3m ago 5m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (5m) 3m ago 5m 81.3M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 starting - - - - 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (8m) 3m ago 8m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (8m) 3m ago 8m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (7m) 3m ago 7m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (7m) 3m ago 7m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (7m) 3m ago 7m 472M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (6m) 3m ago 6m 494M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (6m) 3m ago 6m 487M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:51:03.080 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (6m) 3m ago 6m 727M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:51:03.081 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:51:03.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:03 smithi162 ceph-mon[107725]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:03.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:03 smithi162 ceph-mon[107725]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-11-28T01:51:03.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:03 smithi162 ceph-mon[107725]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:03.661 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:51:03.661 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:51:03.661 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:51:03.662 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:51:03.663 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:51:03.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:03 smithi170 ceph-mon[111718]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:03 smithi170 ceph-mon[111718]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 374 op/s 2023-11-28T01:51:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:03 smithi170 ceph-mon[111718]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:03.886 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101245 8.63 MB/sec execute 193 sec latency 86.887 ms 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-28T01:51:04.201 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:51:04.364 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:04 smithi162 ceph-mon[107725]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:04.364 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:04 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/386470245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:51:04.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:04 smithi170 ceph-mon[111718]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:04.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:04 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/386470245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:51:04.777 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-28T01:51:04.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101507 8.61 MB/sec execute 194 sec latency 129.278 ms 2023-11-28T01:51:05.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:05 smithi162 ceph-mon[107725]: pgmap v114: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2023-11-28T01:51:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:05 smithi162 ceph-mon[107725]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:05 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/707704989' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:51:05.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:05 smithi170 ceph-mon[111718]: pgmap v114: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2023-11-28T01:51:05.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:05 smithi170 ceph-mon[111718]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:05.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:05 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/707704989' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:51:05.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101756 8.59 MB/sec execute 195 sec latency 124.179 ms 2023-11-28T01:51:06.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102144 8.60 MB/sec execute 196 sec latency 124.184 ms 2023-11-28T01:51:07.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:07 smithi162 ceph-mon[107725]: pgmap v115: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-11-28T01:51:07.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:07.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:07 smithi170 ceph-mon[111718]: pgmap v115: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-11-28T01:51:07.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:07.891 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102568 8.62 MB/sec execute 197 sec latency 126.490 ms 2023-11-28T01:51:08.891 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102909 8.64 MB/sec execute 198 sec latency 177.928 ms 2023-11-28T01:51:09.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:09 smithi162 ceph-mon[107725]: pgmap v116: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 401 op/s 2023-11-28T01:51:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:09 smithi170 ceph-mon[111718]: pgmap v116: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 401 op/s 2023-11-28T01:51:09.891 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103252 8.65 MB/sec execute 199 sec latency 159.623 ms 2023-11-28T01:51:10.899 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103639 8.65 MB/sec execute 200 sec latency 126.653 ms 2023-11-28T01:51:11.200 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:11 smithi162 ceph-mon[107725]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 525 op/s 2023-11-28T01:51:11.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:11 smithi170 ceph-mon[111718]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 525 op/s 2023-11-28T01:51:11.899 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103865 8.64 MB/sec execute 201 sec latency 146.148 ms 2023-11-28T01:51:12.901 INFO:teuthology.orchestra.run.smithi162.stdout: 5 104112 8.64 MB/sec execute 202 sec latency 138.939 ms 2023-11-28T01:51:13.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:13 smithi162 ceph-mon[107725]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:51:13.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:13 smithi170 ceph-mon[111718]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:51:13.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 104454 8.64 MB/sec execute 203 sec latency 124.675 ms 2023-11-28T01:51:14.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 104824 8.63 MB/sec execute 204 sec latency 126.705 ms 2023-11-28T01:51:15.311 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:15 smithi162 ceph-mon[107725]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-11-28T01:51:15.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:15 smithi170 ceph-mon[111718]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-11-28T01:51:15.918 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105126 8.62 MB/sec execute 205 sec latency 87.252 ms 2023-11-28T01:51:16.926 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105393 8.61 MB/sec execute 206 sec latency 141.946 ms 2023-11-28T01:51:17.354 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:17 smithi162 ceph-mon[107725]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-11-28T01:51:17.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:17 smithi170 ceph-mon[111718]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-11-28T01:51:17.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105777 8.62 MB/sec execute 207 sec latency 126.624 ms 2023-11-28T01:51:18.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106100 8.61 MB/sec execute 208 sec latency 120.772 ms 2023-11-28T01:51:19.152 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:19 smithi162 ceph-mon[107725]: pgmap v121: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 396 op/s 2023-11-28T01:51:19.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:19 smithi170 ceph-mon[111718]: pgmap v121: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 396 op/s 2023-11-28T01:51:19.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106394 8.63 MB/sec execute 209 sec latency 104.938 ms 2023-11-28T01:51:20.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106642 8.63 MB/sec execute 210 sec latency 207.485 ms 2023-11-28T01:51:21.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:21 smithi162 ceph-mon[107725]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-28T01:51:21.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:21 smithi170 ceph-mon[111718]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-28T01:51:21.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106899 8.64 MB/sec execute 211 sec latency 124.095 ms 2023-11-28T01:51:22.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:22.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:22.927 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107185 8.63 MB/sec execute 212 sec latency 126.547 ms 2023-11-28T01:51:23.302 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:23 smithi162 ceph-mon[107725]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-11-28T01:51:23.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:23 smithi170 ceph-mon[111718]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-11-28T01:51:23.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107424 8.60 MB/sec execute 213 sec latency 146.425 ms 2023-11-28T01:51:24.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107654 8.58 MB/sec execute 214 sec latency 215.093 ms 2023-11-28T01:51:25.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:25 smithi162 ceph-mon[107725]: pgmap v124: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 545 op/s 2023-11-28T01:51:25.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:25 smithi170 ceph-mon[111718]: pgmap v124: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 545 op/s 2023-11-28T01:51:25.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107986 8.60 MB/sec execute 215 sec latency 134.019 ms 2023-11-28T01:51:26.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108351 8.59 MB/sec execute 216 sec latency 123.922 ms 2023-11-28T01:51:27.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:27 smithi162 ceph-mon[107725]: pgmap v125: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:51:27.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:27 smithi170 ceph-mon[111718]: pgmap v125: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:51:27.937 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108691 8.58 MB/sec execute 217 sec latency 131.722 ms 2023-11-28T01:51:28.937 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108921 8.56 MB/sec execute 218 sec latency 127.728 ms 2023-11-28T01:51:29.181 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:29 smithi162 ceph-mon[107725]: pgmap v126: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 392 op/s 2023-11-28T01:51:29.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:29 smithi170 ceph-mon[111718]: pgmap v126: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 392 op/s 2023-11-28T01:51:29.937 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109200 8.58 MB/sec execute 219 sec latency 129.022 ms 2023-11-28T01:51:30.937 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109519 8.57 MB/sec execute 220 sec latency 141.878 ms 2023-11-28T01:51:31.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:31 smithi162 ceph-mon[107725]: pgmap v127: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 527 op/s 2023-11-28T01:51:31.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:31 smithi170 ceph-mon[111718]: pgmap v127: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 527 op/s 2023-11-28T01:51:31.937 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109869 8.60 MB/sec execute 221 sec latency 131.810 ms 2023-11-28T01:51:32.938 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110122 8.58 MB/sec execute 222 sec latency 210.444 ms 2023-11-28T01:51:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:33 smithi162 ceph-mon[107725]: pgmap v128: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-28T01:51:33.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:33 smithi170 ceph-mon[111718]: pgmap v128: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-28T01:51:33.938 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110426 8.60 MB/sec execute 223 sec latency 120.626 ms 2023-11-28T01:51:34.944 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110705 8.58 MB/sec execute 224 sec latency 131.876 ms 2023-11-28T01:51:35.275 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-28T01:51:35.714 INFO:teuthology.orchestra.run.smithi162.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed." 2023-11-28T01:51:35.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:35 smithi162 ceph-mon[107725]: pgmap v129: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-28T01:51:35.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:35 smithi162 ceph-mon[107725]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T01:51:35.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:35 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:35.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:35 smithi162 ceph-mon[107725]: pgmap v130: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:51:35.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:35 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:51:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:35 smithi170 ceph-mon[111718]: pgmap v129: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-28T01:51:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:35 smithi170 ceph-mon[111718]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T01:51:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:35 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:35 smithi170 ceph-mon[111718]: pgmap v130: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:51:35.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:35 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:51:35.944 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110991 8.57 MB/sec execute 225 sec latency 138.304 ms 2023-11-28T01:51:36.887 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:36 smithi162 ceph-mon[107725]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:36.887 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:36 smithi162 ceph-mon[107725]: Health check failed: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-28T01:51:36.887 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:36 smithi162 ceph-mon[107725]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:36.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:36 smithi170 ceph-mon[111718]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:36.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:36 smithi170 ceph-mon[111718]: Health check failed: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-28T01:51:36.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:36 smithi170 ceph-mon[111718]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:51:36.944 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111247 8.56 MB/sec execute 226 sec latency 124.039 ms 2023-11-28T01:51:37.905 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:37 smithi162 ceph-mon[107725]: pgmap v131: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:51:37.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:37 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:37 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:37 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:37.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:37 smithi170 ceph-mon[111718]: pgmap v131: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:51:37.918 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:37 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:37 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:37 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:51:37.919 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:37.945 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111593 8.57 MB/sec execute 227 sec latency 150.158 ms 2023-11-28T01:51:38.945 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111942 8.56 MB/sec execute 228 sec latency 143.760 ms 2023-11-28T01:51:39.181 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:39 smithi162 ceph-mon[107725]: pgmap v132: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 581 op/s 2023-11-28T01:51:39.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:39 smithi170 ceph-mon[111718]: pgmap v132: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 581 op/s 2023-11-28T01:51:39.945 INFO:teuthology.orchestra.run.smithi162.stdout: 5 112295 8.57 MB/sec execute 229 sec latency 130.081 ms 2023-11-28T01:51:40.949 INFO:teuthology.orchestra.run.smithi162.stdout: 5 112659 8.57 MB/sec execute 230 sec latency 126.787 ms 2023-11-28T01:51:41.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:41 smithi162 ceph-mon[107725]: pgmap v133: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-11-28T01:51:41.949 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113006 8.58 MB/sec execute 231 sec latency 149.600 ms 2023-11-28T01:51:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:41 smithi170 ceph-mon[111718]: pgmap v133: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-11-28T01:51:42.949 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113335 8.59 MB/sec execute 232 sec latency 125.889 ms 2023-11-28T01:51:43.769 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:43 smithi162 ceph-mon[107725]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-11-28T01:51:43.955 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113606 8.59 MB/sec execute 233 sec latency 138.951 ms 2023-11-28T01:51:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:43 smithi170 ceph-mon[111718]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-11-28T01:51:44.955 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113843 8.59 MB/sec execute 234 sec latency 140.864 ms 2023-11-28T01:51:45.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:45 smithi162 ceph-mon[107725]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-28T01:51:45.965 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114116 8.58 MB/sec execute 235 sec latency 125.224 ms 2023-11-28T01:51:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:45 smithi170 ceph-mon[111718]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-28T01:51:46.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114471 8.57 MB/sec execute 236 sec latency 132.296 ms 2023-11-28T01:51:47.861 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:47 smithi162 ceph-mon[107725]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-28T01:51:47.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114779 8.58 MB/sec execute 237 sec latency 126.264 ms 2023-11-28T01:51:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:47 smithi170 ceph-mon[111718]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-28T01:51:48.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115070 8.56 MB/sec execute 238 sec latency 141.840 ms 2023-11-28T01:51:49.156 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:49 smithi162 ceph-mon[107725]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T01:51:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:49 smithi170 ceph-mon[111718]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T01:51:49.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115416 8.57 MB/sec execute 239 sec latency 126.520 ms 2023-11-28T01:51:50.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115729 8.56 MB/sec execute 240 sec latency 126.814 ms 2023-11-28T01:51:51.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:51 smithi162 ceph-mon[107725]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-28T01:51:51.977 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116075 8.55 MB/sec execute 241 sec latency 129.887 ms 2023-11-28T01:51:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:51 smithi170 ceph-mon[111718]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-28T01:51:52.954 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:52.975 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116433 8.56 MB/sec execute 242 sec latency 132.690 ms 2023-11-28T01:51:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:51:53.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:53 smithi162 ceph-mon[107725]: pgmap v139: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-28T01:51:53.979 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116707 8.55 MB/sec execute 243 sec latency 127.394 ms 2023-11-28T01:51:54.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:53 smithi170 ceph-mon[111718]: pgmap v139: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-11-28T01:51:54.979 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117052 8.58 MB/sec execute 244 sec latency 114.290 ms 2023-11-28T01:51:55.813 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:55 smithi162 ceph-mon[107725]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-11-28T01:51:55.984 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117315 8.57 MB/sec execute 245 sec latency 138.352 ms 2023-11-28T01:51:56.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:55 smithi170 ceph-mon[111718]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-11-28T01:51:56.985 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117576 8.57 MB/sec execute 246 sec latency 131.664 ms 2023-11-28T01:51:57.891 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:57 smithi162 ceph-mon[107725]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-11-28T01:51:57.991 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117853 8.55 MB/sec execute 247 sec latency 130.018 ms 2023-11-28T01:51:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:57 smithi170 ceph-mon[111718]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-11-28T01:51:58.992 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118087 8.54 MB/sec execute 248 sec latency 126.560 ms 2023-11-28T01:51:59.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:51:59 smithi162 ceph-mon[107725]: pgmap v142: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 547 op/s 2023-11-28T01:51:59.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:51:59 smithi170 ceph-mon[111718]: pgmap v142: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 547 op/s 2023-11-28T01:51:59.992 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118343 8.55 MB/sec execute 249 sec latency 126.700 ms 2023-11-28T01:52:00.992 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118637 8.54 MB/sec execute 250 sec latency 126.631 ms 2023-11-28T01:52:01.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:01 smithi162 ceph-mon[107725]: pgmap v143: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:52:01.995 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119024 8.53 MB/sec execute 251 sec latency 129.781 ms 2023-11-28T01:52:02.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:01 smithi170 ceph-mon[111718]: pgmap v143: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:52:02.995 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119317 8.53 MB/sec execute 252 sec latency 142.809 ms 2023-11-28T01:52:03.792 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:03 smithi162 ceph-mon[107725]: pgmap v144: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:52:03.995 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119638 8.54 MB/sec execute 253 sec latency 141.503 ms 2023-11-28T01:52:04.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:03 smithi170 ceph-mon[111718]: pgmap v144: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:52:04.996 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120070 8.55 MB/sec execute 254 sec latency 123.918 ms 2023-11-28T01:52:05.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:05 smithi162 ceph-mon[107725]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-11-28T01:52:05.996 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120356 8.56 MB/sec execute 255 sec latency 159.906 ms 2023-11-28T01:52:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:05 smithi170 ceph-mon[111718]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-11-28T01:52:06.995 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120675 8.55 MB/sec execute 256 sec latency 142.979 ms 2023-11-28T01:52:07.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:07 smithi162 ceph-mon[107725]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:52:07.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:07.996 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120990 8.54 MB/sec execute 257 sec latency 150.364 ms 2023-11-28T01:52:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:07 smithi170 ceph-mon[111718]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:52:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:08.996 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121246 8.54 MB/sec execute 258 sec latency 145.759 ms 2023-11-28T01:52:09.187 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:09 smithi162 ceph-mon[107725]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-11-28T01:52:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:09 smithi170 ceph-mon[111718]: pgmap v147: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-11-28T01:52:10.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121468 8.53 MB/sec execute 259 sec latency 177.098 ms 2023-11-28T01:52:11.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121799 8.53 MB/sec execute 260 sec latency 134.271 ms 2023-11-28T01:52:11.774 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:11 smithi162 ceph-mon[107725]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-28T01:52:12.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122049 8.52 MB/sec execute 261 sec latency 132.750 ms 2023-11-28T01:52:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:11 smithi170 ceph-mon[111718]: pgmap v148: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-28T01:52:13.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122331 8.52 MB/sec execute 262 sec latency 135.455 ms 2023-11-28T01:52:13.815 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:13 smithi162 ceph-mon[107725]: pgmap v149: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-28T01:52:14.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122609 8.51 MB/sec execute 263 sec latency 134.269 ms 2023-11-28T01:52:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:13 smithi170 ceph-mon[111718]: pgmap v149: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-11-28T01:52:15.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122835 8.51 MB/sec execute 264 sec latency 203.798 ms 2023-11-28T01:52:15.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:15 smithi162 ceph-mon[107725]: pgmap v150: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-11-28T01:52:16.005 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123083 8.51 MB/sec execute 265 sec latency 143.131 ms 2023-11-28T01:52:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:15 smithi170 ceph-mon[111718]: pgmap v150: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 553 op/s 2023-11-28T01:52:17.012 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123347 8.51 MB/sec execute 266 sec latency 137.450 ms 2023-11-28T01:52:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:17 smithi162 ceph-mon[107725]: pgmap v151: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:52:18.012 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123625 8.49 MB/sec execute 267 sec latency 143.319 ms 2023-11-28T01:52:18.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:17 smithi170 ceph-mon[111718]: pgmap v151: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:52:19.012 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123852 8.48 MB/sec execute 268 sec latency 126.412 ms 2023-11-28T01:52:19.156 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:19 smithi162 ceph-mon[107725]: pgmap v152: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-28T01:52:19.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:19 smithi170 ceph-mon[111718]: pgmap v152: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-28T01:52:20.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124203 8.49 MB/sec execute 269 sec latency 120.809 ms 2023-11-28T01:52:21.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124478 8.48 MB/sec execute 270 sec latency 129.752 ms 2023-11-28T01:52:21.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:21 smithi162 ceph-mon[107725]: pgmap v153: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:52:22.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124815 8.49 MB/sec execute 271 sec latency 134.822 ms 2023-11-28T01:52:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:21 smithi170 ceph-mon[111718]: pgmap v153: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:52:22.966 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:23.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125128 8.49 MB/sec execute 272 sec latency 123.720 ms 2023-11-28T01:52:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:23.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:23 smithi162 ceph-mon[107725]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:52:24.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125340 8.48 MB/sec execute 273 sec latency 133.945 ms 2023-11-28T01:52:24.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:23 smithi170 ceph-mon[111718]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:52:25.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125622 8.48 MB/sec execute 274 sec latency 129.607 ms 2023-11-28T01:52:25.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:25 smithi162 ceph-mon[107725]: pgmap v155: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-28T01:52:26.014 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125871 8.46 MB/sec execute 275 sec latency 126.271 ms 2023-11-28T01:52:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:25 smithi170 ceph-mon[111718]: pgmap v155: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-28T01:52:27.015 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126143 8.46 MB/sec execute 276 sec latency 125.636 ms 2023-11-28T01:52:27.773 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:27 smithi162 ceph-mon[107725]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-28T01:52:28.015 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126318 8.44 MB/sec execute 277 sec latency 137.148 ms 2023-11-28T01:52:28.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:27 smithi170 ceph-mon[111718]: pgmap v156: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-28T01:52:29.015 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126630 8.45 MB/sec execute 278 sec latency 126.282 ms 2023-11-28T01:52:29.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:29 smithi162 ceph-mon[107725]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:52:29.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:29 smithi170 ceph-mon[111718]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:52:30.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126856 8.44 MB/sec execute 279 sec latency 129.937 ms 2023-11-28T01:52:31.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127194 8.44 MB/sec execute 280 sec latency 147.314 ms 2023-11-28T01:52:31.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:31 smithi162 ceph-mon[107725]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:52:32.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127439 8.43 MB/sec execute 281 sec latency 138.560 ms 2023-11-28T01:52:32.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:31 smithi170 ceph-mon[111718]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:52:33.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127709 8.43 MB/sec execute 282 sec latency 129.777 ms 2023-11-28T01:52:33.736 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:33 smithi162 ceph-mon[107725]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:52:34.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127982 8.44 MB/sec execute 283 sec latency 124.052 ms 2023-11-28T01:52:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:33 smithi170 ceph-mon[111718]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:52:35.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128299 8.43 MB/sec execute 284 sec latency 129.879 ms 2023-11-28T01:52:35.792 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:35 smithi162 ceph-mon[107725]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-28T01:52:36.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128539 8.42 MB/sec execute 285 sec latency 131.972 ms 2023-11-28T01:52:36.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:35 smithi170 ceph-mon[111718]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-28T01:52:37.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128783 8.42 MB/sec execute 286 sec latency 154.401 ms 2023-11-28T01:52:37.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:37 smithi162 ceph-mon[107725]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-11-28T01:52:37.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:38.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129005 8.42 MB/sec execute 287 sec latency 200.958 ms 2023-11-28T01:52:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:37 smithi170 ceph-mon[111718]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-11-28T01:52:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:39.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129243 8.40 MB/sec execute 288 sec latency 126.718 ms 2023-11-28T01:52:39.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:39 smithi162 ceph-mon[107725]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-28T01:52:39.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:39 smithi170 ceph-mon[111718]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-28T01:52:40.016 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129464 8.40 MB/sec execute 289 sec latency 189.506 ms 2023-11-28T01:52:41.017 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129656 8.38 MB/sec execute 290 sec latency 127.666 ms 2023-11-28T01:52:41.948 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:41 smithi162 ceph-mon[107725]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:52:42.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129924 8.37 MB/sec execute 291 sec latency 156.748 ms 2023-11-28T01:52:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:41 smithi170 ceph-mon[111718]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:52:43.018 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130201 8.37 MB/sec execute 292 sec latency 123.609 ms 2023-11-28T01:52:43.737 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:43 smithi162 ceph-mon[107725]: pgmap v164: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:52:44.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130433 8.37 MB/sec execute 293 sec latency 132.388 ms 2023-11-28T01:52:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:43 smithi170 ceph-mon[111718]: pgmap v164: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:52:45.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130731 8.37 MB/sec execute 294 sec latency 124.222 ms 2023-11-28T01:52:45.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:45 smithi162 ceph-mon[107725]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-28T01:52:46.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131021 8.36 MB/sec execute 295 sec latency 125.821 ms 2023-11-28T01:52:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:45 smithi170 ceph-mon[111718]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-11-28T01:52:47.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131243 8.35 MB/sec execute 296 sec latency 126.293 ms 2023-11-28T01:52:47.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:47 smithi162 ceph-mon[107725]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-11-28T01:52:48.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131536 8.35 MB/sec execute 297 sec latency 135.475 ms 2023-11-28T01:52:48.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:47 smithi170 ceph-mon[111718]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-11-28T01:52:49.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131780 8.34 MB/sec execute 298 sec latency 144.759 ms 2023-11-28T01:52:49.382 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:49 smithi162 ceph-mon[107725]: pgmap v167: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:52:49.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:49 smithi170 ceph-mon[111718]: pgmap v167: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:52:50.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132037 8.34 MB/sec execute 299 sec latency 134.940 ms 2023-11-28T01:52:51.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132386 8.36 MB/sec execute 300 sec latency 136.747 ms 2023-11-28T01:52:51.924 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:51 smithi162 ceph-mon[107725]: pgmap v168: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-11-28T01:52:52.019 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132619 8.35 MB/sec execute 301 sec latency 130.280 ms 2023-11-28T01:52:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:51 smithi170 ceph-mon[111718]: pgmap v168: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-11-28T01:52:52.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:53.020 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132883 8.35 MB/sec execute 302 sec latency 117.173 ms 2023-11-28T01:52:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:52:53.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:53 smithi162 ceph-mon[107725]: pgmap v169: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-11-28T01:52:54.020 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133154 8.33 MB/sec execute 303 sec latency 126.971 ms 2023-11-28T01:52:54.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:53 smithi170 ceph-mon[111718]: pgmap v169: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-11-28T01:52:55.020 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133470 8.33 MB/sec execute 304 sec latency 129.341 ms 2023-11-28T01:52:56.011 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:55 smithi162 ceph-mon[107725]: pgmap v170: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-28T01:52:56.029 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133817 8.33 MB/sec execute 305 sec latency 127.551 ms 2023-11-28T01:52:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:55 smithi170 ceph-mon[111718]: pgmap v170: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-28T01:52:57.027 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:56 smithi162 ceph-mon[107725]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-28T01:52:57.029 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134175 8.33 MB/sec execute 306 sec latency 134.250 ms 2023-11-28T01:52:57.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:56 smithi170 ceph-mon[111718]: pgmap v171: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-28T01:52:58.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134457 8.34 MB/sec execute 307 sec latency 127.049 ms 2023-11-28T01:52:59.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134863 8.35 MB/sec execute 308 sec latency 132.995 ms 2023-11-28T01:52:59.342 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:52:59 smithi162 ceph-mon[107725]: pgmap v172: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-11-28T01:52:59.418 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:52:59 smithi170 ceph-mon[111718]: pgmap v172: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-11-28T01:53:00.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135175 8.34 MB/sec execute 309 sec latency 129.134 ms 2023-11-28T01:53:01.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135504 8.36 MB/sec execute 310 sec latency 137.961 ms 2023-11-28T01:53:01.911 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:01 smithi162 ceph-mon[107725]: pgmap v173: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:53:02.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135819 8.35 MB/sec execute 311 sec latency 128.130 ms 2023-11-28T01:53:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:01 smithi170 ceph-mon[111718]: pgmap v173: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:53:03.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136180 8.36 MB/sec execute 312 sec latency 124.528 ms 2023-11-28T01:53:03.956 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:03 smithi162 ceph-mon[107725]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:53:04.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136493 8.36 MB/sec execute 313 sec latency 132.199 ms 2023-11-28T01:53:04.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:03 smithi170 ceph-mon[111718]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-28T01:53:05.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136798 8.36 MB/sec execute 314 sec latency 129.817 ms 2023-11-28T01:53:05.998 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:05 smithi162 ceph-mon[107725]: pgmap v175: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-11-28T01:53:06.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137115 8.36 MB/sec execute 315 sec latency 126.850 ms 2023-11-28T01:53:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:05 smithi170 ceph-mon[111718]: pgmap v175: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-11-28T01:53:07.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137460 8.35 MB/sec execute 316 sec latency 161.518 ms 2023-11-28T01:53:07.790 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:07 smithi162 ceph-mon[107725]: pgmap v176: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-28T01:53:07.790 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:08.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137723 8.35 MB/sec execute 317 sec latency 138.154 ms 2023-11-28T01:53:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:07 smithi170 ceph-mon[111718]: pgmap v176: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-28T01:53:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:09.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137982 8.35 MB/sec execute 318 sec latency 139.924 ms 2023-11-28T01:53:09.344 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:09 smithi162 ceph-mon[107725]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 587 op/s 2023-11-28T01:53:09.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:09 smithi170 ceph-mon[111718]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 587 op/s 2023-11-28T01:53:10.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138325 8.36 MB/sec execute 319 sec latency 129.795 ms 2023-11-28T01:53:11.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138646 8.35 MB/sec execute 320 sec latency 123.802 ms 2023-11-28T01:53:11.897 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:11 smithi162 ceph-mon[107725]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:53:12.033 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138951 8.35 MB/sec execute 321 sec latency 121.162 ms 2023-11-28T01:53:12.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:11 smithi170 ceph-mon[111718]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:53:13.039 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139251 8.35 MB/sec execute 322 sec latency 140.160 ms 2023-11-28T01:53:13.913 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:13 smithi162 ceph-mon[107725]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:53:14.039 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139538 8.34 MB/sec execute 323 sec latency 129.803 ms 2023-11-28T01:53:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:13 smithi170 ceph-mon[111718]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:53:15.039 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139896 8.35 MB/sec execute 324 sec latency 117.624 ms 2023-11-28T01:53:15.965 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:15 smithi162 ceph-mon[107725]: pgmap v180: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-11-28T01:53:16.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140156 8.35 MB/sec execute 325 sec latency 138.494 ms 2023-11-28T01:53:16.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:15 smithi170 ceph-mon[111718]: pgmap v180: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-11-28T01:53:17.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140464 8.35 MB/sec execute 326 sec latency 127.066 ms 2023-11-28T01:53:17.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:17 smithi162 ceph-mon[107725]: pgmap v181: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-28T01:53:18.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140783 8.36 MB/sec execute 327 sec latency 152.401 ms 2023-11-28T01:53:18.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:17 smithi170 ceph-mon[111718]: pgmap v181: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-28T01:53:19.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141053 8.35 MB/sec execute 328 sec latency 123.510 ms 2023-11-28T01:53:19.326 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:19 smithi162 ceph-mon[107725]: pgmap v182: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-11-28T01:53:19.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:19 smithi170 ceph-mon[111718]: pgmap v182: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-11-28T01:53:20.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141340 8.34 MB/sec execute 329 sec latency 129.697 ms 2023-11-28T01:53:21.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141548 8.34 MB/sec execute 330 sec latency 134.815 ms 2023-11-28T01:53:21.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:21 smithi162 ceph-mon[107725]: pgmap v183: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-11-28T01:53:22.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141780 8.34 MB/sec execute 331 sec latency 150.350 ms 2023-11-28T01:53:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:21 smithi170 ceph-mon[111718]: pgmap v183: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-11-28T01:53:22.900 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:23.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141996 8.33 MB/sec execute 332 sec latency 137.540 ms 2023-11-28T01:53:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:23.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:23 smithi162 ceph-mon[107725]: pgmap v184: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-11-28T01:53:24.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 142417 8.33 MB/sec execute 333 sec latency 108.695 ms 2023-11-28T01:53:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:23 smithi170 ceph-mon[111718]: pgmap v184: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-11-28T01:53:25.040 INFO:teuthology.orchestra.run.smithi162.stdout: 5 142712 8.32 MB/sec execute 334 sec latency 124.788 ms 2023-11-28T01:53:25.955 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:25 smithi162 ceph-mon[107725]: pgmap v185: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-28T01:53:26.041 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143057 8.33 MB/sec execute 335 sec latency 131.718 ms 2023-11-28T01:53:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:25 smithi170 ceph-mon[111718]: pgmap v185: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-28T01:53:26.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:26 smithi162 ceph-mon[107725]: pgmap v186: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-11-28T01:53:27.041 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143428 8.33 MB/sec execute 336 sec latency 124.342 ms 2023-11-28T01:53:27.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:26 smithi170 ceph-mon[111718]: pgmap v186: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-11-28T01:53:28.043 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143787 8.34 MB/sec execute 337 sec latency 126.807 ms 2023-11-28T01:53:29.044 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144081 8.35 MB/sec execute 338 sec latency 129.839 ms 2023-11-28T01:53:29.199 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:29 smithi162 ceph-mon[107725]: pgmap v187: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-28T01:53:29.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:29 smithi170 ceph-mon[111718]: pgmap v187: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-28T01:53:30.044 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144328 8.35 MB/sec execute 339 sec latency 135.009 ms 2023-11-28T01:53:31.045 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144560 8.34 MB/sec execute 340 sec latency 131.354 ms 2023-11-28T01:53:31.815 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:31 smithi162 ceph-mon[107725]: pgmap v188: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:53:32.045 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144777 8.32 MB/sec execute 341 sec latency 140.474 ms 2023-11-28T01:53:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:31 smithi170 ceph-mon[111718]: pgmap v188: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:53:33.045 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145000 8.32 MB/sec execute 342 sec latency 143.811 ms 2023-11-28T01:53:33.879 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:33 smithi162 ceph-mon[107725]: pgmap v189: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:53:34.046 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145161 8.31 MB/sec execute 343 sec latency 129.605 ms 2023-11-28T01:53:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:33 smithi170 ceph-mon[111718]: pgmap v189: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:53:35.049 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145434 8.31 MB/sec execute 344 sec latency 130.538 ms 2023-11-28T01:53:35.927 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:35 smithi162 ceph-mon[107725]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-28T01:53:36.049 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145680 8.30 MB/sec execute 345 sec latency 111.035 ms 2023-11-28T01:53:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:35 smithi170 ceph-mon[111718]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-28T01:53:37.050 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145966 8.29 MB/sec execute 346 sec latency 130.277 ms 2023-11-28T01:53:37.965 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:37 smithi162 ceph-mon[107725]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:53:37.965 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:38.058 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146215 8.29 MB/sec execute 347 sec latency 134.013 ms 2023-11-28T01:53:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:37 smithi170 ceph-mon[111718]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-28T01:53:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:39.057 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146436 8.28 MB/sec execute 348 sec latency 132.427 ms 2023-11-28T01:53:39.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:39 smithi162 ceph-mon[107725]: pgmap v192: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:53:39.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:39 smithi170 ceph-mon[111718]: pgmap v192: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:53:40.057 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146764 8.29 MB/sec execute 349 sec latency 127.485 ms 2023-11-28T01:53:41.057 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147137 8.29 MB/sec execute 350 sec latency 136.540 ms 2023-11-28T01:53:41.819 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:41 smithi162 ceph-mon[107725]: pgmap v193: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-28T01:53:42.063 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147411 8.29 MB/sec execute 351 sec latency 134.884 ms 2023-11-28T01:53:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:41 smithi170 ceph-mon[111718]: pgmap v193: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-28T01:53:43.065 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147705 8.28 MB/sec execute 352 sec latency 151.575 ms 2023-11-28T01:53:43.855 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:43 smithi162 ceph-mon[107725]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-28T01:53:44.067 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148110 8.30 MB/sec execute 353 sec latency 88.776 ms 2023-11-28T01:53:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:43 smithi170 ceph-mon[111718]: pgmap v194: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-28T01:53:45.068 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148497 8.30 MB/sec execute 354 sec latency 127.226 ms 2023-11-28T01:53:45.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:45 smithi162 ceph-mon[107725]: pgmap v195: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-11-28T01:53:46.067 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148766 8.30 MB/sec execute 355 sec latency 130.803 ms 2023-11-28T01:53:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:45 smithi170 ceph-mon[111718]: pgmap v195: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-11-28T01:53:47.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149045 8.29 MB/sec execute 356 sec latency 207.155 ms 2023-11-28T01:53:47.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:47 smithi162 ceph-mon[107725]: pgmap v196: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:53:48.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149364 8.29 MB/sec execute 357 sec latency 130.443 ms 2023-11-28T01:53:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:47 smithi170 ceph-mon[111718]: pgmap v196: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:53:49.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149671 8.29 MB/sec execute 358 sec latency 120.980 ms 2023-11-28T01:53:49.184 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:49 smithi162 ceph-mon[107725]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-28T01:53:49.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:49 smithi170 ceph-mon[111718]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-28T01:53:50.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149937 8.29 MB/sec execute 359 sec latency 115.862 ms 2023-11-28T01:53:51.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150271 8.30 MB/sec execute 360 sec latency 127.076 ms 2023-11-28T01:53:51.742 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:51 smithi162 ceph-mon[107725]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:52.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150577 8.29 MB/sec execute 361 sec latency 124.015 ms 2023-11-28T01:53:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:51 smithi170 ceph-mon[111718]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:52.764 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:53.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150891 8.29 MB/sec execute 362 sec latency 143.117 ms 2023-11-28T01:53:53.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:53:53.819 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:53 smithi162 ceph-mon[107725]: pgmap v199: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:54.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151126 8.29 MB/sec execute 363 sec latency 124.415 ms 2023-11-28T01:53:54.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:53 smithi170 ceph-mon[111718]: pgmap v199: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:55.076 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151400 8.29 MB/sec execute 364 sec latency 157.778 ms 2023-11-28T01:53:55.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:55 smithi162 ceph-mon[107725]: pgmap v200: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-11-28T01:53:56.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151610 8.28 MB/sec execute 365 sec latency 139.008 ms 2023-11-28T01:53:56.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:55 smithi170 ceph-mon[111718]: pgmap v200: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-11-28T01:53:57.075 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151841 8.28 MB/sec execute 366 sec latency 149.271 ms 2023-11-28T01:53:57.931 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:57 smithi162 ceph-mon[107725]: pgmap v201: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:58.085 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152046 8.27 MB/sec execute 367 sec latency 115.283 ms 2023-11-28T01:53:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:57 smithi170 ceph-mon[111718]: pgmap v201: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T01:53:59.085 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152312 8.27 MB/sec execute 368 sec latency 129.893 ms 2023-11-28T01:53:59.212 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:53:59 smithi162 ceph-mon[107725]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-11-28T01:53:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:53:59 smithi170 ceph-mon[111718]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-11-28T01:54:00.088 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152574 8.27 MB/sec execute 369 sec latency 129.714 ms 2023-11-28T01:54:01.088 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152917 8.27 MB/sec execute 370 sec latency 129.881 ms 2023-11-28T01:54:01.773 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:01 smithi162 ceph-mon[107725]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:54:02.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153182 8.26 MB/sec execute 371 sec latency 129.781 ms 2023-11-28T01:54:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:01 smithi170 ceph-mon[111718]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:54:03.088 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153529 8.26 MB/sec execute 372 sec latency 133.168 ms 2023-11-28T01:54:03.820 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:03 smithi162 ceph-mon[107725]: pgmap v204: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:54:04.088 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153796 8.25 MB/sec execute 373 sec latency 154.186 ms 2023-11-28T01:54:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:03 smithi170 ceph-mon[111718]: pgmap v204: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-28T01:54:05.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154138 8.25 MB/sec execute 374 sec latency 137.355 ms 2023-11-28T01:54:05.893 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:05 smithi162 ceph-mon[107725]: pgmap v205: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-28T01:54:06.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154464 8.26 MB/sec execute 375 sec latency 125.105 ms 2023-11-28T01:54:06.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:05 smithi170 ceph-mon[111718]: pgmap v205: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-28T01:54:07.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154751 8.26 MB/sec execute 376 sec latency 128.704 ms 2023-11-28T01:54:07.954 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:07 smithi162 ceph-mon[107725]: pgmap v206: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-11-28T01:54:07.954 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:08.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155037 8.27 MB/sec execute 377 sec latency 168.105 ms 2023-11-28T01:54:08.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:07 smithi170 ceph-mon[111718]: pgmap v206: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-11-28T01:54:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:09.092 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155318 8.26 MB/sec execute 378 sec latency 137.688 ms 2023-11-28T01:54:09.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:09 smithi162 ceph-mon[107725]: pgmap v207: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-28T01:54:09.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:09 smithi170 ceph-mon[111718]: pgmap v207: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-28T01:54:10.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155619 8.27 MB/sec execute 379 sec latency 128.573 ms 2023-11-28T01:54:11.091 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155863 8.26 MB/sec execute 380 sec latency 137.011 ms 2023-11-28T01:54:11.795 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:11 smithi162 ceph-mon[107725]: pgmap v208: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:54:12.090 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156080 8.26 MB/sec execute 381 sec latency 142.398 ms 2023-11-28T01:54:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:11 smithi170 ceph-mon[111718]: pgmap v208: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:54:13.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156398 8.25 MB/sec execute 382 sec latency 126.602 ms 2023-11-28T01:54:13.827 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:13 smithi162 ceph-mon[107725]: pgmap v209: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-11-28T01:54:14.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156656 8.24 MB/sec execute 383 sec latency 135.663 ms 2023-11-28T01:54:14.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:13 smithi170 ceph-mon[111718]: pgmap v209: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-11-28T01:54:15.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156871 8.23 MB/sec execute 384 sec latency 150.689 ms 2023-11-28T01:54:15.913 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:15 smithi162 ceph-mon[107725]: pgmap v210: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-28T01:54:16.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157133 8.24 MB/sec execute 385 sec latency 130.727 ms 2023-11-28T01:54:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:15 smithi170 ceph-mon[111718]: pgmap v210: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-28T01:54:17.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157385 8.23 MB/sec execute 386 sec latency 127.458 ms 2023-11-28T01:54:17.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:17 smithi162 ceph-mon[107725]: pgmap v211: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:54:18.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157714 8.23 MB/sec execute 387 sec latency 134.616 ms 2023-11-28T01:54:18.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:17 smithi170 ceph-mon[111718]: pgmap v211: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:54:19.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158006 8.23 MB/sec execute 388 sec latency 126.636 ms 2023-11-28T01:54:19.273 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:19 smithi162 ceph-mon[107725]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-28T01:54:19.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:19 smithi170 ceph-mon[111718]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-28T01:54:20.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158224 8.23 MB/sec execute 389 sec latency 132.412 ms 2023-11-28T01:54:21.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158501 8.22 MB/sec execute 390 sec latency 133.484 ms 2023-11-28T01:54:21.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:21 smithi162 ceph-mon[107725]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-28T01:54:22.100 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158882 8.23 MB/sec execute 391 sec latency 126.857 ms 2023-11-28T01:54:22.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:21 smithi170 ceph-mon[111718]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-28T01:54:22.862 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:23.101 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159152 8.23 MB/sec execute 392 sec latency 188.515 ms 2023-11-28T01:54:23.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:23.885 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:23 smithi162 ceph-mon[107725]: pgmap v214: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-28T01:54:24.104 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159503 8.24 MB/sec execute 393 sec latency 214.086 ms 2023-11-28T01:54:24.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:23 smithi170 ceph-mon[111718]: pgmap v214: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-28T01:54:25.104 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159777 8.23 MB/sec execute 394 sec latency 135.973 ms 2023-11-28T01:54:25.958 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:25 smithi162 ceph-mon[107725]: pgmap v215: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-11-28T01:54:26.104 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160100 8.24 MB/sec execute 395 sec latency 133.283 ms 2023-11-28T01:54:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:25 smithi170 ceph-mon[111718]: pgmap v215: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-11-28T01:54:27.106 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160393 8.23 MB/sec execute 396 sec latency 129.350 ms 2023-11-28T01:54:27.977 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:27 smithi162 ceph-mon[107725]: pgmap v216: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-11-28T01:54:28.110 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160698 8.22 MB/sec execute 397 sec latency 124.253 ms 2023-11-28T01:54:28.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:27 smithi170 ceph-mon[111718]: pgmap v216: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-11-28T01:54:29.110 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160990 8.23 MB/sec execute 398 sec latency 132.814 ms 2023-11-28T01:54:29.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:29 smithi162 ceph-mon[107725]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-11-28T01:54:29.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:29 smithi170 ceph-mon[111718]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-11-28T01:54:30.110 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161192 8.22 MB/sec execute 399 sec latency 129.551 ms 2023-11-28T01:54:31.110 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161462 8.23 MB/sec execute 400 sec latency 134.540 ms 2023-11-28T01:54:31.826 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:31 smithi162 ceph-mon[107725]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:54:32.115 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161734 8.23 MB/sec execute 401 sec latency 137.558 ms 2023-11-28T01:54:32.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:31 smithi170 ceph-mon[111718]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:54:33.115 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161986 8.22 MB/sec execute 402 sec latency 136.542 ms 2023-11-28T01:54:33.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:33 smithi162 ceph-mon[107725]: pgmap v219: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:54:34.115 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162232 8.21 MB/sec execute 403 sec latency 141.874 ms 2023-11-28T01:54:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:33 smithi170 ceph-mon[111718]: pgmap v219: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:54:35.116 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162424 8.20 MB/sec execute 404 sec latency 129.384 ms 2023-11-28T01:54:35.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:35 smithi162 ceph-mon[107725]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-28T01:54:36.122 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162664 8.20 MB/sec execute 406 sec latency 140.551 ms 2023-11-28T01:54:36.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:35 smithi170 ceph-mon[111718]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-28T01:54:37.122 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162925 8.19 MB/sec execute 407 sec latency 135.285 ms 2023-11-28T01:54:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:37 smithi162 ceph-mon[107725]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-28T01:54:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:38.122 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163222 8.19 MB/sec execute 408 sec latency 140.246 ms 2023-11-28T01:54:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:37 smithi170 ceph-mon[111718]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-28T01:54:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:39.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163443 8.19 MB/sec execute 409 sec latency 136.006 ms 2023-11-28T01:54:39.405 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:39 smithi162 ceph-mon[107725]: pgmap v222: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-28T01:54:39.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:39 smithi170 ceph-mon[111718]: pgmap v222: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-28T01:54:40.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163634 8.18 MB/sec execute 410 sec latency 126.675 ms 2023-11-28T01:54:41.125 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163910 8.18 MB/sec execute 411 sec latency 99.251 ms 2023-11-28T01:54:42.001 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:41 smithi162 ceph-mon[107725]: pgmap v223: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-28T01:54:42.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164138 8.17 MB/sec execute 412 sec latency 141.839 ms 2023-11-28T01:54:42.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:41 smithi170 ceph-mon[111718]: pgmap v223: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-28T01:54:43.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164342 8.16 MB/sec execute 413 sec latency 134.238 ms 2023-11-28T01:54:43.777 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:43 smithi162 ceph-mon[107725]: pgmap v224: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-28T01:54:44.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164555 8.16 MB/sec execute 414 sec latency 123.479 ms 2023-11-28T01:54:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:43 smithi170 ceph-mon[111718]: pgmap v224: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-11-28T01:54:45.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164767 8.16 MB/sec execute 415 sec latency 108.790 ms 2023-11-28T01:54:45.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:45 smithi162 ceph-mon[107725]: pgmap v225: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:54:46.123 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165010 8.15 MB/sec execute 416 sec latency 134.148 ms 2023-11-28T01:54:46.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:45 smithi170 ceph-mon[111718]: pgmap v225: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:54:47.129 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165243 8.14 MB/sec execute 417 sec latency 153.190 ms 2023-11-28T01:54:47.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:47 smithi162 ceph-mon[107725]: pgmap v226: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:54:48.130 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165476 8.15 MB/sec execute 418 sec latency 138.034 ms 2023-11-28T01:54:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:47 smithi170 ceph-mon[111718]: pgmap v226: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:54:49.137 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165712 8.14 MB/sec execute 419 sec latency 127.600 ms 2023-11-28T01:54:49.434 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:49 smithi162 ceph-mon[107725]: pgmap v227: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-28T01:54:49.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:49 smithi170 ceph-mon[111718]: pgmap v227: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-28T01:54:50.137 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165893 8.14 MB/sec execute 420 sec latency 154.862 ms 2023-11-28T01:54:51.142 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166093 8.12 MB/sec execute 421 sec latency 128.198 ms 2023-11-28T01:54:51.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:51 smithi162 ceph-mon[107725]: pgmap v228: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:54:52.146 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166291 8.12 MB/sec execute 422 sec latency 120.722 ms 2023-11-28T01:54:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:51 smithi170 ceph-mon[111718]: pgmap v228: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:54:52.773 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:53.146 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166481 8.11 MB/sec execute 423 sec latency 130.745 ms 2023-11-28T01:54:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:54:53.786 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:53 smithi162 ceph-mon[107725]: pgmap v229: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:54:54.146 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166717 8.11 MB/sec execute 424 sec latency 117.626 ms 2023-11-28T01:54:54.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:53 smithi170 ceph-mon[111718]: pgmap v229: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:54:55.152 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167008 8.11 MB/sec execute 425 sec latency 143.120 ms 2023-11-28T01:54:55.826 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:55 smithi162 ceph-mon[107725]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-28T01:54:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:55 smithi170 ceph-mon[111718]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-28T01:54:56.173 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167356 8.11 MB/sec execute 426 sec latency 138.831 ms 2023-11-28T01:54:57.173 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167631 8.10 MB/sec execute 427 sec latency 126.706 ms 2023-11-28T01:54:57.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:57 smithi162 ceph-mon[107725]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-11-28T01:54:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:57 smithi170 ceph-mon[111718]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-11-28T01:54:58.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167867 8.10 MB/sec execute 428 sec latency 139.972 ms 2023-11-28T01:54:59.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168077 8.09 MB/sec execute 429 sec latency 131.423 ms 2023-11-28T01:54:59.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:54:59 smithi162 ceph-mon[107725]: pgmap v232: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-11-28T01:54:59.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:54:59 smithi170 ceph-mon[111718]: pgmap v232: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-11-28T01:55:00.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168403 8.10 MB/sec execute 430 sec latency 133.490 ms 2023-11-28T01:55:01.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168620 8.10 MB/sec execute 431 sec latency 211.185 ms 2023-11-28T01:55:02.002 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:01 smithi162 ceph-mon[107725]: pgmap v233: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 296 op/s 2023-11-28T01:55:02.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:01 smithi170 ceph-mon[111718]: pgmap v233: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 296 op/s 2023-11-28T01:55:02.180 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168874 8.09 MB/sec execute 432 sec latency 134.316 ms 2023-11-28T01:55:03.180 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169142 8.09 MB/sec execute 433 sec latency 126.498 ms 2023-11-28T01:55:04.031 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:03 smithi162 ceph-mon[107725]: pgmap v234: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 296 op/s 2023-11-28T01:55:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:03 smithi170 ceph-mon[111718]: pgmap v234: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 296 op/s 2023-11-28T01:55:04.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169338 8.08 MB/sec execute 434 sec latency 137.139 ms 2023-11-28T01:55:05.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169586 8.08 MB/sec execute 435 sec latency 127.105 ms 2023-11-28T01:55:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:05 smithi162 ceph-mon[107725]: pgmap v235: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-28T01:55:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:05 smithi170 ceph-mon[111718]: pgmap v235: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-28T01:55:06.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169829 8.08 MB/sec execute 436 sec latency 133.728 ms 2023-11-28T01:55:07.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170136 8.08 MB/sec execute 437 sec latency 125.621 ms 2023-11-28T01:55:07.896 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:07 smithi162 ceph-mon[107725]: pgmap v236: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-11-28T01:55:07.897 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:07 smithi170 ceph-mon[111718]: pgmap v236: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-11-28T01:55:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:08.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170464 8.08 MB/sec execute 438 sec latency 123.481 ms 2023-11-28T01:55:09.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170750 8.08 MB/sec execute 439 sec latency 104.247 ms 2023-11-28T01:55:09.424 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:09 smithi162 ceph-mon[107725]: pgmap v237: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-11-28T01:55:09.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:09 smithi170 ceph-mon[111718]: pgmap v237: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-11-28T01:55:10.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171124 8.08 MB/sec execute 440 sec latency 120.331 ms 2023-11-28T01:55:11.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171484 8.08 MB/sec execute 441 sec latency 128.947 ms 2023-11-28T01:55:11.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:11 smithi162 ceph-mon[107725]: pgmap v238: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:55:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:11 smithi170 ceph-mon[111718]: pgmap v238: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:55:12.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171777 8.09 MB/sec execute 442 sec latency 198.480 ms 2023-11-28T01:55:13.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172003 8.08 MB/sec execute 443 sec latency 207.587 ms 2023-11-28T01:55:13.782 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:13 smithi162 ceph-mon[107725]: pgmap v239: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:55:14.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:13 smithi170 ceph-mon[111718]: pgmap v239: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:55:14.190 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172310 8.08 MB/sec execute 444 sec latency 126.836 ms 2023-11-28T01:55:15.192 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172628 8.08 MB/sec execute 445 sec latency 137.933 ms 2023-11-28T01:55:15.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:15 smithi162 ceph-mon[107725]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-28T01:55:16.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:15 smithi170 ceph-mon[111718]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-28T01:55:16.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172971 8.09 MB/sec execute 446 sec latency 127.086 ms 2023-11-28T01:55:17.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173275 8.09 MB/sec execute 447 sec latency 129.729 ms 2023-11-28T01:55:17.898 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:17 smithi162 ceph-mon[107725]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:55:18.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:17 smithi170 ceph-mon[111718]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:55:18.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173496 8.08 MB/sec execute 448 sec latency 126.284 ms 2023-11-28T01:55:19.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173825 8.08 MB/sec execute 449 sec latency 143.585 ms 2023-11-28T01:55:19.424 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:19 smithi162 ceph-mon[107725]: pgmap v242: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-28T01:55:19.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:19 smithi170 ceph-mon[111718]: pgmap v242: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-28T01:55:20.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174165 8.08 MB/sec execute 450 sec latency 129.153 ms 2023-11-28T01:55:21.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174464 8.08 MB/sec execute 451 sec latency 126.854 ms 2023-11-28T01:55:21.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:21 smithi162 ceph-mon[107725]: pgmap v243: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-28T01:55:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:21 smithi170 ceph-mon[111718]: pgmap v243: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-28T01:55:22.198 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174736 8.08 MB/sec execute 452 sec latency 170.059 ms 2023-11-28T01:55:22.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:23.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:23.197 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175068 8.08 MB/sec execute 453 sec latency 132.505 ms 2023-11-28T01:55:24.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:23 smithi162 ceph-mon[107725]: pgmap v244: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-28T01:55:24.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:23 smithi170 ceph-mon[111718]: pgmap v244: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-28T01:55:24.207 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175411 8.08 MB/sec execute 454 sec latency 131.137 ms 2023-11-28T01:55:25.205 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175645 8.07 MB/sec execute 455 sec latency 129.791 ms 2023-11-28T01:55:25.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:25 smithi162 ceph-mon[107725]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 557 op/s 2023-11-28T01:55:26.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:25 smithi170 ceph-mon[111718]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 557 op/s 2023-11-28T01:55:26.214 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175944 8.09 MB/sec execute 456 sec latency 192.542 ms 2023-11-28T01:55:27.214 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176178 8.09 MB/sec execute 457 sec latency 126.626 ms 2023-11-28T01:55:27.861 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:27 smithi162 ceph-mon[107725]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:55:28.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:27 smithi170 ceph-mon[111718]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:55:28.214 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176446 8.09 MB/sec execute 458 sec latency 126.566 ms 2023-11-28T01:55:29.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176700 8.08 MB/sec execute 459 sec latency 126.840 ms 2023-11-28T01:55:29.420 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:29 smithi162 ceph-mon[107725]: pgmap v247: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-28T01:55:29.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:29 smithi170 ceph-mon[111718]: pgmap v247: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-28T01:55:30.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176900 8.07 MB/sec execute 460 sec latency 163.493 ms 2023-11-28T01:55:31.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 177163 8.07 MB/sec execute 461 sec latency 138.731 ms 2023-11-28T01:55:31.959 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:31 smithi162 ceph-mon[107725]: pgmap v248: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-28T01:55:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:31 smithi170 ceph-mon[111718]: pgmap v248: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-28T01:55:32.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 177503 8.07 MB/sec execute 462 sec latency 134.545 ms 2023-11-28T01:55:33.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 177815 8.07 MB/sec execute 463 sec latency 127.479 ms 2023-11-28T01:55:34.008 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:33 smithi162 ceph-mon[107725]: pgmap v249: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-28T01:55:34.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:33 smithi170 ceph-mon[111718]: pgmap v249: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-28T01:55:34.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178080 8.07 MB/sec execute 464 sec latency 125.027 ms 2023-11-28T01:55:35.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178335 8.06 MB/sec execute 465 sec latency 130.071 ms 2023-11-28T01:55:35.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:35 smithi162 ceph-mon[107725]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-11-28T01:55:36.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:35 smithi170 ceph-mon[111718]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-11-28T01:55:36.219 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178595 8.05 MB/sec execute 466 sec latency 136.284 ms 2023-11-28T01:55:37.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178780 8.05 MB/sec execute 467 sec latency 128.405 ms 2023-11-28T01:55:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:37 smithi162 ceph-mon[107725]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-28T01:55:37.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:38.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:37 smithi170 ceph-mon[111718]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-28T01:55:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:38.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179081 8.05 MB/sec execute 468 sec latency 117.418 ms 2023-11-28T01:55:39.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179396 8.06 MB/sec execute 469 sec latency 183.204 ms 2023-11-28T01:55:39.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:39 smithi162 ceph-mon[107725]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-11-28T01:55:39.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:39 smithi170 ceph-mon[111718]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-11-28T01:55:40.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179738 8.07 MB/sec execute 470 sec latency 142.279 ms 2023-11-28T01:55:41.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179966 8.07 MB/sec execute 471 sec latency 128.207 ms 2023-11-28T01:55:41.790 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:41 smithi162 ceph-mon[107725]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:55:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:41 smithi170 ceph-mon[111718]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:55:42.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180284 8.06 MB/sec execute 472 sec latency 132.354 ms 2023-11-28T01:55:43.218 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180493 8.05 MB/sec execute 473 sec latency 139.722 ms 2023-11-28T01:55:43.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:43 smithi162 ceph-mon[107725]: pgmap v254: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:55:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:43 smithi170 ceph-mon[111718]: pgmap v254: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:55:44.224 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180718 8.05 MB/sec execute 474 sec latency 129.716 ms 2023-11-28T01:55:44.862 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:44 smithi162 ceph-mon[107725]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-28T01:55:45.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:44 smithi170 ceph-mon[111718]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-28T01:55:45.224 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180934 8.04 MB/sec execute 475 sec latency 129.690 ms 2023-11-28T01:55:46.224 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181195 8.04 MB/sec execute 476 sec latency 108.633 ms 2023-11-28T01:55:47.225 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181552 8.04 MB/sec execute 477 sec latency 120.355 ms 2023-11-28T01:55:48.010 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:47 smithi162 ceph-mon[107725]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-11-28T01:55:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:47 smithi170 ceph-mon[111718]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-11-28T01:55:48.224 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181839 8.04 MB/sec execute 478 sec latency 139.245 ms 2023-11-28T01:55:49.229 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182209 8.04 MB/sec execute 479 sec latency 132.849 ms 2023-11-28T01:55:49.276 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:49 smithi162 ceph-mon[107725]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-11-28T01:55:49.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:49 smithi170 ceph-mon[111718]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-11-28T01:55:50.232 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182582 8.04 MB/sec execute 480 sec latency 119.808 ms 2023-11-28T01:55:51.232 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182823 8.04 MB/sec execute 481 sec latency 133.554 ms 2023-11-28T01:55:51.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:51 smithi162 ceph-mon[107725]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-28T01:55:52.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:51 smithi170 ceph-mon[111718]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-28T01:55:52.237 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183138 8.06 MB/sec execute 482 sec latency 123.460 ms 2023-11-28T01:55:52.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:53.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:55:53.237 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183389 8.05 MB/sec execute 483 sec latency 127.708 ms 2023-11-28T01:55:53.909 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:53 smithi162 ceph-mon[107725]: pgmap v259: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-28T01:55:54.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:53 smithi170 ceph-mon[111718]: pgmap v259: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-28T01:55:54.237 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183721 8.06 MB/sec execute 484 sec latency 134.852 ms 2023-11-28T01:55:55.237 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183977 8.05 MB/sec execute 485 sec latency 135.116 ms 2023-11-28T01:55:55.863 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:55 smithi162 ceph-mon[107725]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-28T01:55:56.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:55 smithi170 ceph-mon[111718]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-28T01:55:56.240 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184188 8.04 MB/sec execute 486 sec latency 141.486 ms 2023-11-28T01:55:57.240 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184528 8.05 MB/sec execute 487 sec latency 105.635 ms 2023-11-28T01:55:58.017 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:57 smithi162 ceph-mon[107725]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-28T01:55:58.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:57 smithi170 ceph-mon[111718]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-28T01:55:58.240 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184708 8.04 MB/sec execute 488 sec latency 117.503 ms 2023-11-28T01:55:59.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184943 8.03 MB/sec execute 489 sec latency 129.466 ms 2023-11-28T01:55:59.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:55:59 smithi162 ceph-mon[107725]: pgmap v262: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-28T01:55:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:55:59 smithi170 ceph-mon[111718]: pgmap v262: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-28T01:56:00.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185115 8.02 MB/sec execute 490 sec latency 121.383 ms 2023-11-28T01:56:01.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185357 8.02 MB/sec execute 491 sec latency 130.870 ms 2023-11-28T01:56:01.895 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:01 smithi162 ceph-mon[107725]: pgmap v263: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-28T01:56:02.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:01 smithi170 ceph-mon[111718]: pgmap v263: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-28T01:56:02.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185534 8.01 MB/sec execute 492 sec latency 135.418 ms 2023-11-28T01:56:03.247 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185787 8.00 MB/sec execute 493 sec latency 134.171 ms 2023-11-28T01:56:03.968 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:03 smithi162 ceph-mon[107725]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-28T01:56:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:03 smithi170 ceph-mon[111718]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-28T01:56:04.247 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186094 8.01 MB/sec execute 494 sec latency 108.193 ms 2023-11-28T01:56:05.247 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186309 8.00 MB/sec execute 495 sec latency 142.038 ms 2023-11-28T01:56:06.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:05 smithi162 ceph-mon[107725]: pgmap v265: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 482 op/s 2023-11-28T01:56:06.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:05 smithi170 ceph-mon[111718]: pgmap v265: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 482 op/s 2023-11-28T01:56:06.247 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186574 8.01 MB/sec execute 496 sec latency 127.206 ms 2023-11-28T01:56:07.251 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186792 8.01 MB/sec execute 497 sec latency 140.225 ms 2023-11-28T01:56:07.850 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:07 smithi162 ceph-mon[107725]: pgmap v266: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 297 op/s 2023-11-28T01:56:07.850 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:08.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:07 smithi170 ceph-mon[111718]: pgmap v266: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 297 op/s 2023-11-28T01:56:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:08.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187029 8.01 MB/sec execute 498 sec latency 91.646 ms 2023-11-28T01:56:09.249 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187350 8.00 MB/sec execute 499 sec latency 124.103 ms 2023-11-28T01:56:09.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:09 smithi162 ceph-mon[107725]: pgmap v267: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-28T01:56:09.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:09 smithi170 ceph-mon[111718]: pgmap v267: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-28T01:56:10.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187628 8.00 MB/sec execute 500 sec latency 152.827 ms 2023-11-28T01:56:11.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187931 8.00 MB/sec execute 501 sec latency 131.682 ms 2023-11-28T01:56:11.949 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:11 smithi162 ceph-mon[107725]: pgmap v268: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-28T01:56:12.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:11 smithi170 ceph-mon[111718]: pgmap v268: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-28T01:56:12.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188196 8.00 MB/sec execute 502 sec latency 143.979 ms 2023-11-28T01:56:13.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188464 8.00 MB/sec execute 503 sec latency 120.868 ms 2023-11-28T01:56:14.007 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:13 smithi162 ceph-mon[107725]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-28T01:56:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:13 smithi170 ceph-mon[111718]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 283 op/s 2023-11-28T01:56:14.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188747 7.99 MB/sec execute 504 sec latency 137.558 ms 2023-11-28T01:56:15.248 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189056 7.98 MB/sec execute 505 sec latency 164.359 ms 2023-11-28T01:56:15.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:15 smithi162 ceph-mon[107725]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-11-28T01:56:16.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:15 smithi170 ceph-mon[111718]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-11-28T01:56:16.251 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189293 7.99 MB/sec execute 506 sec latency 134.014 ms 2023-11-28T01:56:17.251 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189622 8.00 MB/sec execute 507 sec latency 143.195 ms 2023-11-28T01:56:17.850 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:17 smithi162 ceph-mon[107725]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-11-28T01:56:18.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:17 smithi170 ceph-mon[111718]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-11-28T01:56:18.251 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189981 8.00 MB/sec execute 508 sec latency 132.286 ms 2023-11-28T01:56:19.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190336 8.01 MB/sec execute 509 sec latency 141.214 ms 2023-11-28T01:56:19.393 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:19 smithi162 ceph-mon[107725]: pgmap v272: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 502 op/s 2023-11-28T01:56:19.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:19 smithi170 ceph-mon[111718]: pgmap v272: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 502 op/s 2023-11-28T01:56:20.259 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190531 8.00 MB/sec execute 510 sec latency 126.897 ms 2023-11-28T01:56:21.259 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190768 8.00 MB/sec execute 511 sec latency 140.259 ms 2023-11-28T01:56:21.954 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:21 smithi162 ceph-mon[107725]: pgmap v273: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-28T01:56:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:21 smithi170 ceph-mon[111718]: pgmap v273: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-28T01:56:22.259 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191069 8.00 MB/sec execute 512 sec latency 126.521 ms 2023-11-28T01:56:22.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:23.259 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191321 7.99 MB/sec execute 513 sec latency 130.080 ms 2023-11-28T01:56:23.992 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:23 smithi162 ceph-mon[107725]: pgmap v274: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-28T01:56:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:23 smithi170 ceph-mon[111718]: pgmap v274: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-28T01:56:24.259 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191568 8.00 MB/sec execute 514 sec latency 130.594 ms 2023-11-28T01:56:25.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191834 8.00 MB/sec execute 515 sec latency 129.645 ms 2023-11-28T01:56:26.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:25 smithi162 ceph-mon[107725]: pgmap v275: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-28T01:56:26.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:25 smithi170 ceph-mon[111718]: pgmap v275: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-11-28T01:56:26.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192082 7.98 MB/sec execute 516 sec latency 126.799 ms 2023-11-28T01:56:27.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192355 7.98 MB/sec execute 517 sec latency 124.168 ms 2023-11-28T01:56:27.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:27 smithi162 ceph-mon[107725]: pgmap v276: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-28T01:56:28.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:27 smithi170 ceph-mon[111718]: pgmap v276: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-28T01:56:28.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192650 7.98 MB/sec execute 518 sec latency 123.581 ms 2023-11-28T01:56:29.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192902 7.97 MB/sec execute 519 sec latency 123.570 ms 2023-11-28T01:56:29.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:29 smithi162 ceph-mon[107725]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-28T01:56:29.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:29 smithi170 ceph-mon[111718]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-28T01:56:30.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193155 7.98 MB/sec execute 520 sec latency 124.173 ms 2023-11-28T01:56:31.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193396 7.97 MB/sec execute 521 sec latency 123.603 ms 2023-11-28T01:56:31.940 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:31 smithi162 ceph-mon[107725]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:56:32.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:31 smithi170 ceph-mon[111718]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:56:32.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193682 7.98 MB/sec execute 522 sec latency 126.821 ms 2023-11-28T01:56:33.265 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193837 7.97 MB/sec execute 523 sec latency 148.002 ms 2023-11-28T01:56:34.013 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:33 smithi162 ceph-mon[107725]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:56:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:33 smithi170 ceph-mon[111718]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:56:34.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194078 7.97 MB/sec execute 524 sec latency 142.015 ms 2023-11-28T01:56:35.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194263 7.96 MB/sec execute 525 sec latency 137.536 ms 2023-11-28T01:56:35.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:35 smithi162 ceph-mon[107725]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-11-28T01:56:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:35 smithi170 ceph-mon[111718]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-11-28T01:56:36.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194477 7.95 MB/sec execute 526 sec latency 204.807 ms 2023-11-28T01:56:37.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194632 7.95 MB/sec execute 527 sec latency 145.349 ms 2023-11-28T01:56:37.891 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:37 smithi162 ceph-mon[107725]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-28T01:56:37.891 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:37 smithi170 ceph-mon[111718]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-28T01:56:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:38.263 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194869 7.95 MB/sec execute 528 sec latency 207.702 ms 2023-11-28T01:56:39.266 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195104 7.94 MB/sec execute 529 sec latency 143.151 ms 2023-11-28T01:56:39.463 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:39 smithi162 ceph-mon[107725]: pgmap v282: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-11-28T01:56:39.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:39 smithi170 ceph-mon[111718]: pgmap v282: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-11-28T01:56:40.266 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195365 7.95 MB/sec execute 530 sec latency 137.373 ms 2023-11-28T01:56:41.266 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195545 7.94 MB/sec execute 531 sec latency 136.990 ms 2023-11-28T01:56:42.023 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:41 smithi162 ceph-mon[107725]: pgmap v283: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:56:42.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:41 smithi170 ceph-mon[111718]: pgmap v283: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:56:42.274 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195829 7.93 MB/sec execute 532 sec latency 148.418 ms 2023-11-28T01:56:43.274 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196110 7.93 MB/sec execute 533 sec latency 151.190 ms 2023-11-28T01:56:43.814 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:43 smithi162 ceph-mon[107725]: pgmap v284: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:56:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:43 smithi170 ceph-mon[111718]: pgmap v284: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-11-28T01:56:44.281 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196428 7.94 MB/sec execute 534 sec latency 126.214 ms 2023-11-28T01:56:45.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196783 7.94 MB/sec execute 535 sec latency 147.600 ms 2023-11-28T01:56:45.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:45 smithi162 ceph-mon[107725]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-28T01:56:46.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:45 smithi170 ceph-mon[111718]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-28T01:56:46.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197116 7.94 MB/sec execute 536 sec latency 129.864 ms 2023-11-28T01:56:47.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197434 7.93 MB/sec execute 537 sec latency 138.355 ms 2023-11-28T01:56:47.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:47 smithi162 ceph-mon[107725]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-28T01:56:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:47 smithi170 ceph-mon[111718]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-28T01:56:48.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197674 7.93 MB/sec execute 538 sec latency 128.745 ms 2023-11-28T01:56:49.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198035 7.94 MB/sec execute 539 sec latency 167.601 ms 2023-11-28T01:56:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:49 smithi162 ceph-mon[107725]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-28T01:56:49.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:49 smithi170 ceph-mon[111718]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-28T01:56:50.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198337 7.94 MB/sec execute 540 sec latency 127.010 ms 2023-11-28T01:56:51.285 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198663 7.95 MB/sec execute 541 sec latency 129.585 ms 2023-11-28T01:56:52.037 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:51 smithi162 ceph-mon[107725]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-11-28T01:56:52.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:51 smithi170 ceph-mon[111718]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-11-28T01:56:52.285 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198913 7.95 MB/sec execute 542 sec latency 134.287 ms 2023-11-28T01:56:52.803 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:53.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:56:53.286 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199153 7.94 MB/sec execute 543 sec latency 133.573 ms 2023-11-28T01:56:53.819 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:53 smithi162 ceph-mon[107725]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-11-28T01:56:54.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:53 smithi170 ceph-mon[111718]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-11-28T01:56:54.286 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199421 7.93 MB/sec execute 544 sec latency 133.493 ms 2023-11-28T01:56:55.287 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199645 7.93 MB/sec execute 545 sec latency 126.913 ms 2023-11-28T01:56:55.910 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:55 smithi162 ceph-mon[107725]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-11-28T01:56:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:55 smithi170 ceph-mon[111718]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-11-28T01:56:56.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199926 7.93 MB/sec execute 546 sec latency 207.121 ms 2023-11-28T01:56:57.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200184 7.93 MB/sec execute 547 sec latency 163.056 ms 2023-11-28T01:56:57.971 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:57 smithi162 ceph-mon[107725]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-11-28T01:56:58.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:57 smithi170 ceph-mon[111718]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-11-28T01:56:58.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200496 7.94 MB/sec execute 548 sec latency 161.482 ms 2023-11-28T01:56:59.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200831 7.93 MB/sec execute 549 sec latency 124.067 ms 2023-11-28T01:56:59.493 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:56:59 smithi162 ceph-mon[107725]: pgmap v292: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-11-28T01:56:59.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:56:59 smithi170 ceph-mon[111718]: pgmap v292: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-11-28T01:57:00.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201043 7.92 MB/sec execute 550 sec latency 128.896 ms 2023-11-28T01:57:01.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201316 7.93 MB/sec execute 551 sec latency 129.782 ms 2023-11-28T01:57:01.796 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:01 smithi162 ceph-mon[107725]: pgmap v293: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-28T01:57:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:01 smithi170 ceph-mon[111718]: pgmap v293: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-28T01:57:02.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201597 7.93 MB/sec execute 552 sec latency 127.173 ms 2023-11-28T01:57:03.300 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201912 7.93 MB/sec execute 553 sec latency 124.397 ms 2023-11-28T01:57:03.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:03 smithi162 ceph-mon[107725]: pgmap v294: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-28T01:57:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:03 smithi170 ceph-mon[111718]: pgmap v294: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-28T01:57:04.306 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202181 7.93 MB/sec execute 554 sec latency 195.322 ms 2023-11-28T01:57:05.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202404 7.93 MB/sec execute 555 sec latency 144.015 ms 2023-11-28T01:57:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:05 smithi162 ceph-mon[107725]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-28T01:57:06.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:05 smithi170 ceph-mon[111718]: pgmap v295: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-28T01:57:06.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202646 7.93 MB/sec execute 556 sec latency 135.280 ms 2023-11-28T01:57:07.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202852 7.92 MB/sec execute 557 sec latency 134.959 ms 2023-11-28T01:57:07.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:07 smithi162 ceph-mon[107725]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:57:07.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:07 smithi170 ceph-mon[111718]: pgmap v296: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:57:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:08.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203048 7.91 MB/sec execute 558 sec latency 134.544 ms 2023-11-28T01:57:09.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203250 7.91 MB/sec execute 559 sec latency 130.219 ms 2023-11-28T01:57:09.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:09 smithi162 ceph-mon[107725]: pgmap v297: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-11-28T01:57:09.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:09 smithi170 ceph-mon[111718]: pgmap v297: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-11-28T01:57:10.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203447 7.91 MB/sec execute 560 sec latency 201.022 ms 2023-11-28T01:57:11.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203655 7.90 MB/sec execute 561 sec latency 152.684 ms 2023-11-28T01:57:11.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:11 smithi162 ceph-mon[107725]: pgmap v298: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-11-28T01:57:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:11 smithi170 ceph-mon[111718]: pgmap v298: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-11-28T01:57:12.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203903 7.90 MB/sec execute 562 sec latency 124.432 ms 2023-11-28T01:57:13.316 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204144 7.90 MB/sec execute 563 sec latency 146.206 ms 2023-11-28T01:57:13.923 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:13 smithi162 ceph-mon[107725]: pgmap v299: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-11-28T01:57:14.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:13 smithi170 ceph-mon[111718]: pgmap v299: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 309 op/s 2023-11-28T01:57:14.316 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204389 7.89 MB/sec execute 564 sec latency 128.827 ms 2023-11-28T01:57:15.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204629 7.89 MB/sec execute 565 sec latency 126.991 ms 2023-11-28T01:57:15.997 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:15 smithi162 ceph-mon[107725]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-28T01:57:16.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:15 smithi170 ceph-mon[111718]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-28T01:57:16.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204867 7.89 MB/sec execute 566 sec latency 154.387 ms 2023-11-28T01:57:17.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205160 7.89 MB/sec execute 567 sec latency 137.940 ms 2023-11-28T01:57:18.051 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:17 smithi162 ceph-mon[107725]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-11-28T01:57:18.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:17 smithi170 ceph-mon[111718]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-11-28T01:57:18.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205455 7.89 MB/sec execute 568 sec latency 123.937 ms 2023-11-28T01:57:19.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:19 smithi162 ceph-mon[107725]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-28T01:57:19.327 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205711 7.89 MB/sec execute 569 sec latency 136.003 ms 2023-11-28T01:57:19.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:19 smithi170 ceph-mon[111718]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-28T01:57:20.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205909 7.89 MB/sec execute 570 sec latency 151.332 ms 2023-11-28T01:57:21.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206089 7.88 MB/sec execute 571 sec latency 154.055 ms 2023-11-28T01:57:21.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:21 smithi162 ceph-mon[107725]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 293 op/s 2023-11-28T01:57:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:21 smithi170 ceph-mon[111718]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 293 op/s 2023-11-28T01:57:22.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206290 7.88 MB/sec execute 572 sec latency 126.129 ms 2023-11-28T01:57:22.941 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:23.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206524 7.87 MB/sec execute 573 sec latency 134.715 ms 2023-11-28T01:57:23.977 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:23 smithi162 ceph-mon[107725]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 293 op/s 2023-11-28T01:57:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:23 smithi170 ceph-mon[111718]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 293 op/s 2023-11-28T01:57:24.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206674 7.86 MB/sec execute 574 sec latency 132.593 ms 2023-11-28T01:57:25.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206858 7.86 MB/sec execute 575 sec latency 155.674 ms 2023-11-28T01:57:26.056 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:25 smithi162 ceph-mon[107725]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:57:26.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:25 smithi170 ceph-mon[111718]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:57:26.324 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207080 7.86 MB/sec execute 576 sec latency 182.053 ms 2023-11-28T01:57:27.324 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207319 7.85 MB/sec execute 577 sec latency 117.740 ms 2023-11-28T01:57:28.548 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:27 smithi170 ceph-mon[111718]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-28T01:57:28.548 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:27 smithi162 ceph-mon[107725]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-28T01:57:28.548 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207690 7.85 MB/sec execute 578 sec latency 133.720 ms 2023-11-28T01:57:29.324 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207977 7.85 MB/sec execute 579 sec latency 127.454 ms 2023-11-28T01:57:29.387 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:29 smithi162 ceph-mon[107725]: pgmap v307: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:57:29.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:29 smithi170 ceph-mon[111718]: pgmap v307: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-11-28T01:57:30.325 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208180 7.84 MB/sec execute 580 sec latency 135.261 ms 2023-11-28T01:57:31.325 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208415 7.85 MB/sec execute 581 sec latency 143.105 ms 2023-11-28T01:57:31.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:31 smithi162 ceph-mon[107725]: pgmap v308: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-11-28T01:57:32.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:31 smithi170 ceph-mon[111718]: pgmap v308: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-11-28T01:57:32.326 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208776 7.85 MB/sec execute 582 sec latency 204.362 ms 2023-11-28T01:57:33.335 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209050 7.86 MB/sec execute 583 sec latency 127.005 ms 2023-11-28T01:57:34.007 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:33 smithi162 ceph-mon[107725]: pgmap v309: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-11-28T01:57:34.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:33 smithi170 ceph-mon[111718]: pgmap v309: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-11-28T01:57:34.335 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209283 7.86 MB/sec execute 584 sec latency 135.002 ms 2023-11-28T01:57:35.335 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209511 7.85 MB/sec execute 585 sec latency 137.334 ms 2023-11-28T01:57:35.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:35 smithi162 ceph-mon[107725]: pgmap v310: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-28T01:57:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:35 smithi170 ceph-mon[111718]: pgmap v310: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-28T01:57:36.335 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209754 7.84 MB/sec execute 586 sec latency 143.679 ms 2023-11-28T01:57:37.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210031 7.84 MB/sec execute 587 sec latency 125.108 ms 2023-11-28T01:57:37.892 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:37 smithi162 ceph-mon[107725]: pgmap v311: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-11-28T01:57:37.893 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:38.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:37 smithi170 ceph-mon[111718]: pgmap v311: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-11-28T01:57:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:38.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210313 7.84 MB/sec execute 588 sec latency 129.643 ms 2023-11-28T01:57:39.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210588 7.84 MB/sec execute 589 sec latency 211.450 ms 2023-11-28T01:57:39.418 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:39 smithi162 ceph-mon[107725]: pgmap v312: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-28T01:57:39.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:39 smithi170 ceph-mon[111718]: pgmap v312: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-28T01:57:40.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210807 7.84 MB/sec execute 590 sec latency 145.520 ms 2023-11-28T01:57:41.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211164 7.84 MB/sec execute 591 sec latency 149.801 ms 2023-11-28T01:57:41.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:41 smithi162 ceph-mon[107725]: pgmap v313: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:57:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:41 smithi170 ceph-mon[111718]: pgmap v313: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:57:42.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211459 7.84 MB/sec execute 592 sec latency 127.367 ms 2023-11-28T01:57:43.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211711 7.84 MB/sec execute 593 sec latency 126.425 ms 2023-11-28T01:57:44.033 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:43 smithi162 ceph-mon[107725]: pgmap v314: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:57:44.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:43 smithi170 ceph-mon[111718]: pgmap v314: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:57:44.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211920 7.83 MB/sec execute 594 sec latency 129.779 ms 2023-11-28T01:57:45.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212154 7.83 MB/sec execute 595 sec latency 144.117 ms 2023-11-28T01:57:45.812 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:45 smithi162 ceph-mon[107725]: pgmap v315: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-11-28T01:57:46.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:45 smithi170 ceph-mon[111718]: pgmap v315: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-11-28T01:57:46.338 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212483 7.83 MB/sec execute 596 sec latency 129.342 ms 2023-11-28T01:57:47.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212807 7.84 MB/sec execute 597 sec latency 129.338 ms 2023-11-28T01:57:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:47 smithi162 ceph-mon[107725]: pgmap v316: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:57:48.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:47 smithi170 ceph-mon[111718]: pgmap v316: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2023-11-28T01:57:48.338 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212999 7.83 MB/sec execute 598 sec latency 192.316 ms 2023-11-28T01:57:49.340 INFO:teuthology.orchestra.run.smithi162.stdout: 5 213317 7.84 MB/sec execute 599 sec latency 126.177 ms 2023-11-28T01:57:49.435 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:49 smithi162 ceph-mon[107725]: pgmap v317: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:57:49.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:49 smithi170 ceph-mon[111718]: pgmap v317: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:57:50.348 INFO:teuthology.orchestra.run.smithi162.stdout: 5 213570 7.84 MB/sec execute 600 sec latency 128.155 ms 2023-11-28T01:57:51.348 INFO:teuthology.orchestra.run.smithi162.stdout: 5 cleanup 601 sec 2023-11-28T01:57:51.550 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000032600000011' failed - Device or resource busy 2023-11-28T01:57:51.550 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000003220000000c' failed - Device or resource busy 2023-11-28T01:57:51.550 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002eb00000007' failed - Device or resource busy 2023-11-28T01:57:51.551 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000946400000009' failed - Device or resource busy 2023-11-28T01:57:51.552 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002f000000015' failed - Device or resource busy 2023-11-28T01:57:51.552 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000003320000000f' failed - Device or resource busy 2023-11-28T01:57:51.553 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002e200000014' failed - Device or resource busy 2023-11-28T01:57:51.553 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002f70000000d' failed - Device or resource busy 2023-11-28T01:57:51.553 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000030400000010' failed - Device or resource busy 2023-11-28T01:57:51.554 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002fe0000000b' failed - Device or resource busy 2023-11-28T01:57:51.555 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000032300000016' failed - Device or resource busy 2023-11-28T01:57:51.556 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000031000000013' failed - Device or resource busy 2023-11-28T01:57:51.560 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000032e0000000e' failed - Device or resource busy 2023-11-28T01:57:51.623 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002ed0000000a' failed - Device or resource busy 2023-11-28T01:57:51.625 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000033700000012' failed - Device or resource busy 2023-11-28T01:57:51.629 INFO:teuthology.orchestra.run.smithi162.stdout:[214988] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000094a300000008' failed - Device or resource busy 2023-11-28T01:57:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:51 smithi170 ceph-mon[111718]: pgmap v318: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-28T01:57:52.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:51 smithi162 ceph-mon[107725]: pgmap v318: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-28T01:57:52.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 602 sec 2023-11-28T01:57:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:53.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:57:53.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 603 sec 2023-11-28T01:57:54.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:53 smithi170 ceph-mon[111718]: pgmap v319: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-28T01:57:54.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:53 smithi162 ceph-mon[107725]: pgmap v319: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-28T01:57:54.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 604 sec 2023-11-28T01:57:55.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 605 sec 2023-11-28T01:57:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:55 smithi170 ceph-mon[111718]: pgmap v320: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-28T01:57:56.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:55 smithi162 ceph-mon[107725]: pgmap v320: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-28T01:57:56.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 606 sec 2023-11-28T01:57:57.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 607 sec 2023-11-28T01:57:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:57 smithi170 ceph-mon[111718]: pgmap v321: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 267 op/s 2023-11-28T01:57:58.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:57 smithi162 ceph-mon[107725]: pgmap v321: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 267 op/s 2023-11-28T01:57:58.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 608 sec 2023-11-28T01:57:59.354 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 609 sec 2023-11-28T01:57:59.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:57:59 smithi162 ceph-mon[107725]: pgmap v322: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 2.9 MiB/s wr, 301 op/s 2023-11-28T01:57:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:57:59 smithi170 ceph-mon[111718]: pgmap v322: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 2.9 MiB/s wr, 301 op/s 2023-11-28T01:58:00.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 610 sec 2023-11-28T01:58:01.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 611 sec 2023-11-28T01:58:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:01 smithi170 ceph-mon[111718]: pgmap v323: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 144 op/s 2023-11-28T01:58:02.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:01 smithi162 ceph-mon[107725]: pgmap v323: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 144 op/s 2023-11-28T01:58:02.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 612 sec 2023-11-28T01:58:03.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 613 sec 2023-11-28T01:58:04.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:03 smithi170 ceph-mon[111718]: pgmap v324: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 144 op/s 2023-11-28T01:58:04.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:03 smithi162 ceph-mon[107725]: pgmap v324: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 144 op/s 2023-11-28T01:58:04.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 614 sec 2023-11-28T01:58:05.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 615 sec 2023-11-28T01:58:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:05 smithi170 ceph-mon[111718]: pgmap v325: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 145 op/s 2023-11-28T01:58:06.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:05 smithi162 ceph-mon[107725]: pgmap v325: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.1 MiB/s wr, 145 op/s 2023-11-28T01:58:06.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 616 sec 2023-11-28T01:58:07.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 617 sec 2023-11-28T01:58:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:07 smithi170 ceph-mon[111718]: pgmap v326: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 44 KiB/s wr, 34 op/s 2023-11-28T01:58:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:08.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:07 smithi162 ceph-mon[107725]: pgmap v326: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 44 KiB/s wr, 34 op/s 2023-11-28T01:58:08.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:08.350 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 618 sec 2023-11-28T01:58:09.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 619 sec 2023-11-28T01:58:09.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:09 smithi162 ceph-mon[107725]: pgmap v327: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 44 KiB/s wr, 34 op/s 2023-11-28T01:58:09.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:09 smithi170 ceph-mon[111718]: pgmap v327: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 44 KiB/s wr, 34 op/s 2023-11-28T01:58:10.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 620 sec 2023-11-28T01:58:11.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 621 sec 2023-11-28T01:58:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:11 smithi170 ceph-mon[111718]: pgmap v328: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:12.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:11 smithi162 ceph-mon[107725]: pgmap v328: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:12.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 622 sec 2023-11-28T01:58:13.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 623 sec 2023-11-28T01:58:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:13 smithi170 ceph-mon[111718]: pgmap v329: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:13 smithi162 ceph-mon[107725]: pgmap v329: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:14.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 624 sec 2023-11-28T01:58:15.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 625 sec 2023-11-28T01:58:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:15 smithi170 ceph-mon[111718]: pgmap v330: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:16.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:15 smithi162 ceph-mon[107725]: pgmap v330: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-11-28T01:58:16.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 626 sec 2023-11-28T01:58:17.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 627 sec 2023-11-28T01:58:18.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:17 smithi170 ceph-mon[111718]: pgmap v331: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:18.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:17 smithi162 ceph-mon[107725]: pgmap v331: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:18.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 628 sec 2023-11-28T01:58:19.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 629 sec 2023-11-28T01:58:19.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:19 smithi162 ceph-mon[107725]: pgmap v332: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:19.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:19 smithi170 ceph-mon[111718]: pgmap v332: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:20.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 630 sec 2023-11-28T01:58:21.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 631 sec 2023-11-28T01:58:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:21 smithi170 ceph-mon[111718]: pgmap v333: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:22.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:21 smithi162 ceph-mon[107725]: pgmap v333: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:22.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 632 sec 2023-11-28T01:58:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:23.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:23.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 633 sec 2023-11-28T01:58:24.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:23 smithi170 ceph-mon[111718]: pgmap v334: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:24.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:23 smithi162 ceph-mon[107725]: pgmap v334: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:24.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 634 sec 2023-11-28T01:58:25.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 635 sec 2023-11-28T01:58:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:25 smithi170 ceph-mon[111718]: pgmap v335: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:26.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:25 smithi162 ceph-mon[107725]: pgmap v335: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:26.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 636 sec 2023-11-28T01:58:27.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 637 sec 2023-11-28T01:58:28.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:27 smithi170 ceph-mon[111718]: pgmap v336: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:28.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:27 smithi162 ceph-mon[107725]: pgmap v336: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:28.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 638 sec 2023-11-28T01:58:29.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 639 sec 2023-11-28T01:58:29.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:29 smithi162 ceph-mon[107725]: pgmap v337: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:29.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:29 smithi170 ceph-mon[111718]: pgmap v337: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:30.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 640 sec 2023-11-28T01:58:31.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 641 sec 2023-11-28T01:58:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:31 smithi170 ceph-mon[111718]: pgmap v338: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:32.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:31 smithi162 ceph-mon[107725]: pgmap v338: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:32.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 642 sec 2023-11-28T01:58:33.351 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 643 sec 2023-11-28T01:58:34.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:33 smithi170 ceph-mon[111718]: pgmap v339: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:34.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:33 smithi162 ceph-mon[107725]: pgmap v339: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:34.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 644 sec 2023-11-28T01:58:35.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 645 sec 2023-11-28T01:58:36.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:35 smithi170 ceph-mon[111718]: pgmap v340: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:36.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:35 smithi162 ceph-mon[107725]: pgmap v340: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:36.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 646 sec 2023-11-28T01:58:37.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 647 sec 2023-11-28T01:58:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:37 smithi170 ceph-mon[111718]: pgmap v341: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:38.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:38.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:37 smithi162 ceph-mon[107725]: pgmap v341: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:38.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:38.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 648 sec 2023-11-28T01:58:39.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 649 sec 2023-11-28T01:58:39.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:39 smithi170 ceph-mon[111718]: pgmap v342: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:39.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:39 smithi162 ceph-mon[107725]: pgmap v342: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:40.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 650 sec 2023-11-28T01:58:41.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 651 sec 2023-11-28T01:58:42.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:41 smithi170 ceph-mon[111718]: pgmap v343: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:42.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:41 smithi162 ceph-mon[107725]: pgmap v343: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:42.354 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 652 sec 2023-11-28T01:58:43.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 653 sec 2023-11-28T01:58:44.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:43 smithi170 ceph-mon[111718]: pgmap v344: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:44.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:43 smithi162 ceph-mon[107725]: pgmap v344: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:44.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 654 sec 2023-11-28T01:58:45.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 655 sec 2023-11-28T01:58:46.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:45 smithi170 ceph-mon[111718]: pgmap v345: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:46.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:45 smithi162 ceph-mon[107725]: pgmap v345: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:46.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 656 sec 2023-11-28T01:58:47.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 657 sec 2023-11-28T01:58:48.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:47 smithi170 ceph-mon[111718]: pgmap v346: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:48.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:47 smithi162 ceph-mon[107725]: pgmap v346: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:48.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 658 sec 2023-11-28T01:58:49.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 659 sec 2023-11-28T01:58:49.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:49 smithi170 ceph-mon[111718]: pgmap v347: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:49.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:49 smithi162 ceph-mon[107725]: pgmap v347: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:50.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 660 sec 2023-11-28T01:58:51.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 661 sec 2023-11-28T01:58:52.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:51 smithi162 ceph-mon[107725]: pgmap v348: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:51 smithi170 ceph-mon[111718]: pgmap v348: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:52.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 662 sec 2023-11-28T01:58:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:53.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:58:53.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 663 sec 2023-11-28T01:58:54.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:53 smithi170 ceph-mon[111718]: pgmap v349: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:54.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:53 smithi162 ceph-mon[107725]: pgmap v349: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:54.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 664 sec 2023-11-28T01:58:55.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 665 sec 2023-11-28T01:58:56.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:55 smithi170 ceph-mon[111718]: pgmap v350: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:56.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:55 smithi162 ceph-mon[107725]: pgmap v350: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:56.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 666 sec 2023-11-28T01:58:57.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 667 sec 2023-11-28T01:58:58.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:57 smithi170 ceph-mon[111718]: pgmap v351: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:58.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:57 smithi162 ceph-mon[107725]: pgmap v351: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:58:58.352 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 668 sec 2023-11-28T01:58:59.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 669 sec 2023-11-28T01:58:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:58:59 smithi170 ceph-mon[111718]: pgmap v352: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:58:59.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:58:59 smithi162 ceph-mon[107725]: pgmap v352: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:59:00.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 670 sec 2023-11-28T01:59:01.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 671 sec 2023-11-28T01:59:02.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:01 smithi170 ceph-mon[111718]: pgmap v353: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:02.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:01 smithi162 ceph-mon[107725]: pgmap v353: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:02.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 672 sec 2023-11-28T01:59:03.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 673 sec 2023-11-28T01:59:04.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:03 smithi170 ceph-mon[111718]: pgmap v354: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:04.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:03 smithi162 ceph-mon[107725]: pgmap v354: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:04.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 674 sec 2023-11-28T01:59:05.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 675 sec 2023-11-28T01:59:06.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:05 smithi170 ceph-mon[111718]: pgmap v355: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:06.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:05 smithi162 ceph-mon[107725]: pgmap v355: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:06.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 676 sec 2023-11-28T01:59:07.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 677 sec 2023-11-28T01:59:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:07 smithi170 ceph-mon[111718]: pgmap v356: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:08.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:07 smithi162 ceph-mon[107725]: pgmap v356: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:08.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:08.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 678 sec 2023-11-28T01:59:09.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 679 sec 2023-11-28T01:59:09.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:09 smithi170 ceph-mon[111718]: pgmap v357: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:59:09.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:09 smithi162 ceph-mon[107725]: pgmap v357: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:59:10.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 680 sec 2023-11-28T01:59:11.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 681 sec 2023-11-28T01:59:12.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:11 smithi170 ceph-mon[111718]: pgmap v358: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:12.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:11 smithi162 ceph-mon[107725]: pgmap v358: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:12.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 682 sec 2023-11-28T01:59:13.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 683 sec 2023-11-28T01:59:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:13 smithi170 ceph-mon[111718]: pgmap v359: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:14.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:13 smithi162 ceph-mon[107725]: pgmap v359: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:14.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 684 sec 2023-11-28T01:59:15.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 685 sec 2023-11-28T01:59:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:15 smithi170 ceph-mon[111718]: pgmap v360: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:16.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:15 smithi162 ceph-mon[107725]: pgmap v360: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:16.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 686 sec 2023-11-28T01:59:17.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 687 sec 2023-11-28T01:59:18.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:17 smithi170 ceph-mon[111718]: pgmap v361: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:18.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:17 smithi162 ceph-mon[107725]: pgmap v361: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:18.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 688 sec 2023-11-28T01:59:19.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 689 sec 2023-11-28T01:59:19.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:19 smithi170 ceph-mon[111718]: pgmap v362: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:59:19.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:19 smithi162 ceph-mon[107725]: pgmap v362: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:59:20.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 690 sec 2023-11-28T01:59:21.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 691 sec 2023-11-28T01:59:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:21 smithi170 ceph-mon[111718]: pgmap v363: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:22.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:21 smithi162 ceph-mon[107725]: pgmap v363: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:22.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 692 sec 2023-11-28T01:59:23.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:22 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:23.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:22 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:23.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 693 sec 2023-11-28T01:59:24.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:23 smithi170 ceph-mon[111718]: pgmap v364: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:24.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:23 smithi162 ceph-mon[107725]: pgmap v364: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:24.353 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 694 sec 2023-11-28T01:59:25.354 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 695 sec 2023-11-28T01:59:25.516 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch ps' 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: 0 cleanup 695 sec 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: Operation Count AvgLat MaxLat 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: ---------------------------------------- 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: NTCreateX 150969 7.113 163.053 2023-11-28T01:59:25.701 INFO:teuthology.orchestra.run.smithi162.stdout: Close 110818 0.126 14.959 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Rename 6397 11.584 215.087 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Unlink 30522 6.857 114.471 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Qpathinfo 136915 2.809 105.218 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Qfileinfo 23849 0.088 10.536 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Qfsinfo 25102 1.417 38.813 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Sfileinfo 12294 10.743 88.900 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Find 52910 5.103 177.923 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: WriteX 74552 10.768 139.055 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: ReadX 236734 0.010 14.428 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: LockX 490 0.393 5.654 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: UnlockX 490 0.304 3.826 2023-11-28T01:59:25.702 INFO:teuthology.orchestra.run.smithi162.stdout: Flush 10566 0.002 0.014 2023-11-28T01:59:25.703 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:59:25.703 INFO:teuthology.orchestra.run.smithi162.stdout:Throughput 7.83802 MB/sec 5 clients 5 procs max_latency=215.093 ms 2023-11-28T01:59:25.704 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-28T01:59:25.765 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-28T01:59:25.840 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-28T01:59:25.899 INFO:teuthology.orchestra.run.smithi162.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-28T01:59:25.899 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T01:59:25.899 INFO:teuthology.orchestra.run.smithi162.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-28T01:59:25.900 INFO:teuthology.orchestra.run.smithi162.stdout:4 of 5 processes prepared for launch 0 sec 2023-11-28T01:59:26.000 INFO:teuthology.orchestra.run.smithi162.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-28T01:59:26.001 INFO:teuthology.orchestra.run.smithi162.stdout:releasing clients 2023-11-28T01:59:26.007 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:25 smithi162 ceph-mon[107725]: pgmap v365: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:26.008 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:25 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:26.008 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:25 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:25 smithi170 ceph-mon[111718]: pgmap v365: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:25 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:26.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:25 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (18m) 11m ago 18m 7000k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (17m) 7m ago 17m 7159k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (13m) 11m ago 13m 34.5M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (13m) 7m ago 13m 14.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:9283 running (19m) 11m ago 19m 410M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T01:59:27.785 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (12m) 7m ago 17m 514M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (19m) 11m ago 19m 92.7M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (17m) 7m ago 17m 66.8M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (13m) 11m ago 13m 249M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (13m) 7m ago 13m 92.9M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-28T01:59:27.786 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (10m) 7m ago 17m 20.6M - 1.3.1 1dbe0e931976 eaff2d77dd57 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (16m) 11m ago 16m 552M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (16m) 11m ago 16m 370M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (16m) 11m ago 16m 246M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (15m) 11m ago 15m 517M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (15m) 7m ago 15m 1383M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (15m) 7m ago 15m 1759M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (15m) 7m ago 15m 1415M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (14m) 7m ago 14m 2056M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T01:59:27.787 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-28T01:59:28.001 INFO:teuthology.orchestra.run.smithi162.stdout: 5 305 18.73 MB/sec execute 1 sec latency 133.850 ms 2023-11-28T01:59:28.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:27 smithi162 ceph-mon[107725]: pgmap v366: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:28.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:27 smithi170 ceph-mon[111718]: pgmap v366: 97 pgs: 97 active+clean; 237 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:28.357 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions' 2023-11-28T01:59:28.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:28 smithi162 ceph-mon[107725]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:59:29.001 INFO:teuthology.orchestra.run.smithi162.stdout: 5 408 17.43 MB/sec execute 2 sec latency 147.982 ms 2023-11-28T01:59:29.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:28 smithi170 ceph-mon[111718]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:59:29.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:29 smithi162 ceph-mon[107725]: pgmap v367: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.1 MiB/s wr, 70 op/s 2023-11-28T01:59:30.001 INFO:teuthology.orchestra.run.smithi162.stdout: 5 530 17.72 MB/sec execute 3 sec latency 134.362 ms 2023-11-28T01:59:30.159 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:29 smithi170 ceph-mon[111718]: pgmap v367: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.1 MiB/s wr, 70 op/s 2023-11-28T01:59:30.947 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:59:30.948 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T01:59:30.949 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T01:59:30.949 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:59:30.949 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:59:30.949 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T01:59:30.949 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T01:59:30.972 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:30 smithi162 ceph-mon[107725]: pgmap v368: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.1 MiB/s wr, 70 op/s 2023-11-28T01:59:31.001 INFO:teuthology.orchestra.run.smithi162.stdout: 5 683 17.11 MB/sec execute 4 sec latency 141.877 ms 2023-11-28T01:59:31.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:30 smithi170 ceph-mon[111718]: pgmap v368: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.1 MiB/s wr, 70 op/s 2023-11-28T01:59:31.468 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3493316044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:59:31.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: pgmap v369: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 5.6 MiB/s wr, 77 op/s 2023-11-28T01:59:31.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:31.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:31 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:32.001 INFO:teuthology.orchestra.run.smithi162.stdout: 5 cleanup 5 sec 2023-11-28T01:59:32.168 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3493316044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: pgmap v369: 97 pgs: 97 active+clean; 296 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 5.6 MiB/s wr, 77 op/s 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:32.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:31 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:33.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 6 sec 2023-11-28T01:59:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:32 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:59:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:32 smithi170 ceph-mon[111718]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-28T01:59:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:33.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:32 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:32 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:59:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:32 smithi162 ceph-mon[107725]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-28T01:59:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:33.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:32 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:34.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 7 sec 2023-11-28T01:59:34.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:34 smithi170 ceph-mon[111718]: pgmap v370: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:34.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:34 smithi162 ceph-mon[107725]: pgmap v370: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:35.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 8 sec 2023-11-28T01:59:36.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 9 sec 2023-11-28T01:59:37.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 10 sec 2023-11-28T01:59:37.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:36 smithi162 ceph-mon[107725]: pgmap v371: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:37.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:36 smithi170 ceph-mon[111718]: pgmap v371: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:38.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 11 sec 2023-11-28T01:59:38.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:38 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:38.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:38 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:38.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:38 smithi162 ceph-mon[107725]: pgmap v372: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:38.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:38 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T01:59:38.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:38 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:38.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:38 smithi170 ceph-mon[111718]: pgmap v372: 97 pgs: 97 active+clean; 337 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 747 B/s rd, 10 MiB/s wr, 189 op/s 2023-11-28T01:59:39.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 12 sec 2023-11-28T01:59:40.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 13 sec 2023-11-28T01:59:41.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 14 sec 2023-11-28T01:59:41.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:40 smithi162 ceph-mon[107725]: pgmap v373: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.4 MiB/s wr, 141 op/s 2023-11-28T01:59:41.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:40 smithi170 ceph-mon[111718]: pgmap v373: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.4 MiB/s wr, 141 op/s 2023-11-28T01:59:42.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 15 sec 2023-11-28T01:59:43.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 16 sec 2023-11-28T01:59:43.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:42 smithi162 ceph-mon[107725]: pgmap v374: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.4 MiB/s wr, 141 op/s 2023-11-28T01:59:43.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:42 smithi170 ceph-mon[111718]: pgmap v374: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.4 MiB/s wr, 141 op/s 2023-11-28T01:59:44.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 17 sec 2023-11-28T01:59:44.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:44 smithi170 ceph-mon[111718]: pgmap v375: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 4.0 MiB/s wr, 129 op/s 2023-11-28T01:59:44.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:44 smithi162 ceph-mon[107725]: pgmap v375: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 4.0 MiB/s wr, 129 op/s 2023-11-28T01:59:45.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 18 sec 2023-11-28T01:59:46.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 19 sec 2023-11-28T01:59:47.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 20 sec 2023-11-28T01:59:47.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:46 smithi170 ceph-mon[111718]: pgmap v376: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:47.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:46 smithi162 ceph-mon[107725]: pgmap v376: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:48.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 21 sec 2023-11-28T01:59:49.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 22 sec 2023-11-28T01:59:49.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:48 smithi170 ceph-mon[111718]: pgmap v377: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:49.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:48 smithi162 ceph-mon[107725]: pgmap v377: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:50.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 23 sec 2023-11-28T01:59:51.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 24 sec 2023-11-28T01:59:51.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:50 smithi170 ceph-mon[111718]: pgmap v378: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:51.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:50 smithi162 ceph-mon[107725]: pgmap v378: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:59:52.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 25 sec 2023-11-28T01:59:52.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:51 smithi170 ceph-mon[111718]: pgmap v379: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-28T01:59:52.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:51 smithi162 ceph-mon[107725]: pgmap v379: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-28T01:59:53.001 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 26 sec 2023-11-28T01:59:53.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:53.287 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:59:54.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 27 sec 2023-11-28T01:59:54.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:54 smithi170 ceph-mon[111718]: pgmap v380: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-28T01:59:54.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:54 smithi162 ceph-mon[107725]: pgmap v380: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-11-28T01:59:55.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 28 sec 2023-11-28T01:59:56.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 29 sec 2023-11-28T01:59:57.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 30 sec 2023-11-28T01:59:57.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:56 smithi170 ceph-mon[111718]: pgmap v381: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:57.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:56 smithi162 ceph-mon[107725]: pgmap v381: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:58.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 31 sec 2023-11-28T01:59:59.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 32 sec 2023-11-28T01:59:59.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 01:59:58 smithi170 ceph-mon[111718]: pgmap v382: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:59:59.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 01:59:58 smithi162 ceph-mon[107725]: pgmap v382: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:00.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 33 sec 2023-11-28T02:00:01.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 34 sec 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: pgmap v383: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: Health detail: HEALTH_WARN 1 hosts fail cephadm check; Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: [WRN] CEPHADM_HOST_CHECK_FAILED: 1 hosts fail cephadm check 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: host smithi162 (172.21.15.162) failed check: ["podman (/usr/bin/podman) version 4.6.1 is present\nsystemctl is present\nlvcreate is present\nNo time sync service is running; checked for ['chrony.service', 'chronyd.service', 'systemd-timesyncd.service', 'ntpd.service', 'ntp.service', 'ntpsec.service', 'openntpd.service']\nERROR: No time synchronization is active"] 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: Upgrade daemon: mgr.smithi162.plqjjc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.plqjjc ... 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T02:00:01.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: Traceback (most recent call last): 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: "__main__", mod_spec) 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: exec(code, run_globals) 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T02:00:01.170 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T02:00:01.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T02:00:01.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T02:00:01.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T02:00:01.171 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:00 smithi170 ceph-mon[111718]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: pgmap v383: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: Health detail: HEALTH_WARN 1 hosts fail cephadm check; Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: [WRN] CEPHADM_HOST_CHECK_FAILED: 1 hosts fail cephadm check 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: host smithi162 (172.21.15.162) failed check: ["podman (/usr/bin/podman) version 4.6.1 is present\nsystemctl is present\nlvcreate is present\nNo time sync service is running; checked for ['chrony.service', 'chronyd.service', 'systemd-timesyncd.service', 'ntpd.service', 'ntp.service', 'ntpsec.service', 'openntpd.service']\nERROR: No time synchronization is active"] 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: Upgrade daemon: mgr.smithi162.plqjjc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.plqjjc ... 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: Traceback (most recent call last): 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T02:00:01.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: "__main__", mod_spec) 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: exec(code, run_globals) 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T02:00:01.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:00 smithi162 ceph-mon[107725]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T02:00:02.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 35 sec 2023-11-28T02:00:03.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 36 sec 2023-11-28T02:00:03.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:02 smithi170 ceph-mon[111718]: pgmap v384: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:03.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:02 smithi162 ceph-mon[107725]: pgmap v384: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:04.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 37 sec 2023-11-28T02:00:04.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:04 smithi170 ceph-mon[111718]: pgmap v385: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:04.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:04 smithi162 ceph-mon[107725]: pgmap v385: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:05.003 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 38 sec 2023-11-28T02:00:06.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 39 sec 2023-11-28T02:00:07.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 40 sec 2023-11-28T02:00:07.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:06 smithi170 ceph-mon[111718]: pgmap v386: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:07.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:06 smithi162 ceph-mon[107725]: pgmap v386: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:08.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 41 sec 2023-11-28T02:00:08.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:08.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:09.002 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 42 sec 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: 0 cleanup 42 sec 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: Operation Count AvgLat MaxLat 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: ---------------------------------------- 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: NTCreateX 426 27.972 147.979 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: Close 398 10.358 63.586 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: Rename 10 13.920 29.942 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: Unlink 25 13.662 83.882 2023-11-28T02:00:09.075 INFO:teuthology.orchestra.run.smithi162.stdout: Qpathinfo 75 7.080 61.917 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: Qfileinfo 308 14.801 32.546 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: Qfsinfo 71 2.695 22.750 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: Sfileinfo 49 19.995 54.709 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: Find 69 13.541 141.870 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: WriteX 1471 0.026 0.062 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: ReadX 275 0.034 4.042 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: Flush 91 15.205 32.832 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-28T02:00:09.076 INFO:teuthology.orchestra.run.smithi162.stdout:Throughput 17.115 MB/sec 5 clients 5 procs max_latency=147.982 ms 2023-11-28T02:00:09.078 DEBUG:teuthology.parallel:result is None 2023-11-28T02:00:09.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:08 smithi162 ceph-mon[107725]: pgmap v387: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:09.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:08 smithi170 ceph-mon[111718]: pgmap v387: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:09.190 INFO:teuthology.orchestra.run.smithi162.stdout:wait for servicemap items w/ changing names to refresh 2023-11-28T02:00:09.607 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'sleep 60' 2023-11-28T02:00:11.003 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:10 smithi162 ceph-mon[107725]: pgmap v388: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:11.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:10 smithi170 ceph-mon[111718]: pgmap v388: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: pgmap v389: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:12 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: pgmap v389: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:13.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:12 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:13 smithi170 ceph-mon[111718]: pgmap v390: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-28T02:00:14.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:13 smithi170 ceph-mon[111718]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-28T02:00:14.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:13 smithi162 ceph-mon[107725]: pgmap v390: 97 pgs: 97 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-28T02:00:14.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:13 smithi162 ceph-mon[107725]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-28T02:00:16.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:15 smithi170 ceph-mon[111718]: pgmap v391: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-11-28T02:00:16.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:15 smithi162 ceph-mon[107725]: pgmap v391: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-11-28T02:00:18.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:17 smithi170 ceph-mon[111718]: pgmap v392: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-11-28T02:00:18.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:17 smithi162 ceph-mon[107725]: pgmap v392: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-11-28T02:00:20.160 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:19 smithi170 ceph-mon[111718]: pgmap v393: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:20.284 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:19 smithi162 ceph-mon[107725]: pgmap v393: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:22.169 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:21 smithi170 ceph-mon[111718]: pgmap v394: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:22.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:21 smithi162 ceph-mon[107725]: pgmap v394: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:23.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:23 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:23.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:23 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:23.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:23 smithi162 ceph-mon[107725]: pgmap v395: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:23.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:23 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:00:23.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:23 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:23.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:23 smithi170 ceph-mon[111718]: pgmap v395: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 390 B/s rd, 5.7 KiB/s wr, 2 op/s 2023-11-28T02:00:25.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:25 smithi170 ceph-mon[111718]: pgmap v396: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-28T02:00:25.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:25 smithi162 ceph-mon[107725]: pgmap v396: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-28T02:00:27.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:27 smithi170 ceph-mon[111718]: pgmap v397: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-28T02:00:27.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:27 smithi162 ceph-mon[107725]: pgmap v397: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-28T02:00:29.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:29 smithi170 ceph-mon[111718]: pgmap v398: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-28T02:00:29.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:29 smithi162 ceph-mon[107725]: pgmap v398: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-28T02:00:31.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:31 smithi170 ceph-mon[111718]: pgmap v399: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-28T02:00:31.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:31 smithi162 ceph-mon[107725]: pgmap v399: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-28T02:00:33.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:33 smithi170 ceph-mon[111718]: pgmap v400: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:33.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:33 smithi162 ceph-mon[107725]: pgmap v400: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:35.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:35 smithi170 ceph-mon[111718]: pgmap v401: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:35.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:35 smithi162 ceph-mon[107725]: pgmap v401: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:37 smithi170 ceph-mon[111718]: pgmap v402: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:37.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:37 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:37.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:37 smithi162 ceph-mon[107725]: pgmap v402: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:37.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:37 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:39.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:39 smithi170 ceph-mon[111718]: pgmap v403: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:39.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:39 smithi162 ceph-mon[107725]: pgmap v403: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:41.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:41 smithi170 ceph-mon[111718]: pgmap v404: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:41.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:41 smithi162 ceph-mon[107725]: pgmap v404: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:43.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:43 smithi170 ceph-mon[111718]: pgmap v405: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:43.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:43 smithi162 ceph-mon[107725]: pgmap v405: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:45.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:45 smithi170 ceph-mon[111718]: pgmap v406: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:45.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:45 smithi162 ceph-mon[107725]: pgmap v406: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:47.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:47 smithi170 ceph-mon[111718]: pgmap v407: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:47.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:47 smithi162 ceph-mon[107725]: pgmap v407: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:49.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:49 smithi170 ceph-mon[111718]: pgmap v408: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:49.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:49 smithi162 ceph-mon[107725]: pgmap v408: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:51.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:51 smithi170 ceph-mon[111718]: pgmap v409: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:51.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:51 smithi162 ceph-mon[107725]: pgmap v409: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:00:52.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:52 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:52.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:52 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:00:53.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:53 smithi170 ceph-mon[111718]: pgmap v410: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:53.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:53 smithi162 ceph-mon[107725]: pgmap v410: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:55.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:55 smithi170 ceph-mon[111718]: pgmap v411: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:55.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:55 smithi162 ceph-mon[107725]: pgmap v411: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:57.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:57 smithi170 ceph-mon[111718]: pgmap v412: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:57.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:57 smithi162 ceph-mon[107725]: pgmap v412: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:59.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:00:59 smithi170 ceph-mon[111718]: pgmap v413: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:00:59.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:00:59 smithi162 ceph-mon[107725]: pgmap v413: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:01.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:01 smithi170 ceph-mon[111718]: pgmap v414: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:01.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:01 smithi162 ceph-mon[107725]: pgmap v414: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:03.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:03 smithi170 ceph-mon[111718]: pgmap v415: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:03.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:03 smithi162 ceph-mon[107725]: pgmap v415: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:05.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:05 smithi170 ceph-mon[111718]: pgmap v416: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:05.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:05 smithi162 ceph-mon[107725]: pgmap v416: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:07.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:07 smithi170 ceph-mon[111718]: pgmap v417: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:07.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:07 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:01:07.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:07 smithi162 ceph-mon[107725]: pgmap v417: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:07.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:07 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T02:01:09.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:09 smithi170 ceph-mon[111718]: pgmap v418: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:09.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:09 smithi162 ceph-mon[107725]: pgmap v418: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:11.442 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch ps' 2023-11-28T02:01:11.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:11 smithi170 ceph-mon[111718]: pgmap v419: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:11.768 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:11 smithi162 ceph-mon[107725]: pgmap v419: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:12.668 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:12 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T02:01:12.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:12 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T02:01:12.906 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T02:01:12.906 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (13m) 60s ago 19m 26.3M - 0.23.0 ba2b418f427c d9a7b720acfd 2023-11-28T02:01:12.906 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (19m) 60s ago 19m 6995k - 17.2.0 e1d6a67b021e 8c3482fdeeae 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi170 smithi170 running (19m) 9m ago 19m 7159k - 17.2.0 e1d6a67b021e 26190e1a0cfb 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (13m) 60s ago 19m 61.3M - 8.3.5 dad864ee21e9 3577b2f9d837 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.jfygdy smithi162 running (15m) 60s ago 15m 38.6M - 17.2.0 e1d6a67b021e ba094c111f0f 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi170.kkkqxl smithi170 running (15m) 9m ago 15m 14.0M - 17.2.0 e1d6a67b021e 22e3d57bc132 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.plqjjc smithi162 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e d174da07dbe8 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi170.wdcbca smithi170 *:8443,9283 running (13m) 9m ago 19m 514M - 18.0.0-7498-g369173db 7cc7cb22378e 83793a3debe9 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (20m) 60s ago 20m 177M 2048M 17.2.0 e1d6a67b021e 30bfda502fab 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi170 smithi170 running (19m) 9m ago 19m 66.8M 2048M 17.2.0 e1d6a67b021e 3e911a00b288 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.grlykn smithi162 *:2049 running (15m) 60s ago 15m 336M - 4.0 e1d6a67b021e 61f8418da314 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi170.zsvouu smithi170 *:2049 running (15m) 9m ago 15m 92.9M - 4.0 e1d6a67b021e 46654728d4c3 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (13m) 60s ago 19m 27.8M - 1.3.1 1dbe0e931976 6f7005016b14 2023-11-28T02:01:12.907 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi170 smithi170 *:9100 running (12m) 9m ago 18m 20.6M - 1.3.1 1dbe0e931976 eaff2d77dd57 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (18m) 60s ago 18m 2662M 1944M 17.2.0 e1d6a67b021e 0920f3816fc7 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (18m) 60s ago 18m 2601M 1944M 17.2.0 e1d6a67b021e 53bfb06be443 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (17m) 60s ago 17m 1938M 1944M 17.2.0 e1d6a67b021e cfec90388494 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (17m) 60s ago 17m 2518M 1944M 17.2.0 e1d6a67b021e 2efec3c8b9b6 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi170 running (17m) 9m ago 17m 1383M 2712M 17.2.0 e1d6a67b021e 93bd827dd65e 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi170 running (17m) 9m ago 17m 1759M 2712M 17.2.0 e1d6a67b021e afc45470a082 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi170 running (16m) 9m ago 16m 1415M 2712M 17.2.0 e1d6a67b021e 952d6c8de955 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi170 running (16m) 9m ago 16m 2056M 2712M 17.2.0 e1d6a67b021e f1f1e17738e8 2023-11-28T02:01:12.908 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (12m) 60s ago 18m 71.3M - 2.33.4 514e6a882f6e d9cc4ea30983 2023-11-28T02:01:13.430 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch upgrade status' 2023-11-28T02:01:13.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:13 smithi170 ceph-mon[111718]: pgmap v420: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:13.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:13 smithi162 ceph-mon[107725]: pgmap v420: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:14.572 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:14 smithi162 ceph-mon[107725]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T02:01:14.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:14 smithi170 ceph-mon[111718]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T02:01:15.350 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T02:01:15.350 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T02:01:15.350 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-28T02:01:15.350 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T02:01:15.350 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-28T02:01:15.351 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T02:01:15.351 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed.", 2023-11-28T02:01:15.351 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": true 2023-11-28T02:01:15.351 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T02:01:15.503 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:15 smithi162 ceph-mon[107725]: pgmap v421: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:15.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:15 smithi170 ceph-mon[111718]: pgmap v421: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:15.716 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph health detail' 2023-11-28T02:01:16.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:16 smithi170 ceph-mon[111718]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T02:01:16.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:16 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:16.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:16 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:16.777 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:16 smithi162 ceph-mon[107725]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T02:01:16.777 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:16 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:16.777 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:16 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_WARN Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.plqjjc on host smithi162 failed. 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout: Upgrade daemon: mgr.smithi162.plqjjc: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.plqjjc ... 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout:Traceback (most recent call last): 2023-11-28T02:01:17.257 INFO:teuthology.orchestra.run.smithi162.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: "__main__", mod_spec) 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: exec(code, run_globals) 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T02:01:17.258 INFO:teuthology.orchestra.run.smithi162.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: pgmap v422: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:17.535 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:17 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/63683489' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T02:01:17.639 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions' 2023-11-28T02:01:17.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: pgmap v422: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:17.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T02:01:17.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: from='mgr.24441 172.21.15.170:0/4076428598' entity='mgr.smithi170.wdcbca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T02:01:17.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:17.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: from='mgr.24441 ' entity='mgr.smithi170.wdcbca' 2023-11-28T02:01:17.670 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:17 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/63683489' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T02:01:19.078 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-28T02:01:19.079 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-28T02:01:19.079 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T02:01:19.079 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T02:01:19.079 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-28T02:01:19.079 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T02:01:19.080 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-28T02:01:19.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T02:01:19.081 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-28T02:01:19.081 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-28T02:01:19.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T02:01:19.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T02:01:19.082 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-28T02:01:19.082 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-28T02:01:19.431 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-28T02:01:19.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:19 smithi170 ceph-mon[111718]: pgmap v423: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:19.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:19 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/3511416935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T02:01:19.734 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:19 smithi162 ceph-mon[107725]: pgmap v423: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T02:01:19.734 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:19 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/3511416935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T02:01:20.829 INFO:teuthology.orchestra.run.smithi162.stdout:false 2023-11-28T02:01:21.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T02:01:21.170 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi162 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 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-28T02:01:21.255 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b1271a694e04442e80593d4cbbe47155 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi162 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 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-28T02:01:21.259 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-28T02:01:21.275 INFO:tasks.cephadm:Teardown begin 2023-11-28T02:01:21.275 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T02:01:21.309 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T02:01:21.347 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-28T02:01:21.347 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T02:01:21.367 DEBUG:teuthology.orchestra.run.smithi170:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T02:01:21.407 INFO:tasks.cephadm:Stopping all daemons... 2023-11-28T02:01:21.408 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2023-11-28T02:01:21.408 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162 2023-11-28T02:01:21.433 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:21 smithi162 ceph-mon[107725]: pgmap v424: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:21.434 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:21 smithi162 ceph-mon[107725]: from='client.? 172.21.15.162:0/4052522430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T02:01:21.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:21 smithi170 ceph-mon[111718]: pgmap v424: 97 pgs: 97 active+clean; 232 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T02:01:21.669 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:21 smithi170 ceph-mon[111718]: from='client.? 172.21.15.162:0/4052522430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T02:01:21.726 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:21 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:21.727 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:21 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162[107702]: 2023-11-28T02:01:21.503+0000 7f9ac24f5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi162 -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-11-28T02:01:21.727 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 28 02:01:21 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi162[107702]: 2023-11-28T02:01:21.503+0000 7f9ac24f5700 -1 mon.smithi162@0(leader) e2 *** Got Signal Terminated *** 2023-11-28T02:01:21.906 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi162.service' 2023-11-28T02:01:21.999 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:21.999 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2023-11-28T02:01:22.000 INFO:tasks.cephadm.mon.smithi170:Stopping mon.smithi170... 2023-11-28T02:01:22.000 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi170 2023-11-28T02:01:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:22 smithi170 systemd[1]: Stopping Ceph mon.smithi170 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:22 smithi170 bash[136683]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon.smithi170" found: no such container 2023-11-28T02:01:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:22 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi170[111694]: 2023-11-28T02:01:22.154+0000 7fb5ae846700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi170 -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-11-28T02:01:22.419 INFO:journalctl@ceph.mon.smithi170.smithi170.stdout:Nov 28 02:01:22 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-mon-smithi170[111694]: 2023-11-28T02:01:22.154+0000 7fb5ae846700 -1 mon.smithi170@1(peon) e2 *** Got Signal Terminated *** 2023-11-28T02:01:22.654 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@mon.smithi170.service' 2023-11-28T02:01:22.700 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:22.700 INFO:tasks.cephadm.mon.smithi170:Stopped mon.smithi170 2023-11-28T02:01:22.701 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-28T02:01:22.701 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.0 2023-11-28T02:01:23.035 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:22 smithi162 systemd[1]: Stopping Ceph osd.0 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:23.036 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:22 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0[120521]: 2023-11-28T02:01:22.802+0000 7f4288c3e700 -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-11-28T02:01:23.036 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:22 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0[120521]: 2023-11-28T02:01:22.802+0000 7f4288c3e700 -1 osd.0 70 *** Got signal Terminated *** 2023-11-28T02:01:23.036 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:22 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0[120521]: 2023-11-28T02:01:22.802+0000 7f4288c3e700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:28.785 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:28 smithi162 bash[158077]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-0 2023-11-28T02:01:28.786 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 28 02:01:28 smithi162 bash[158157]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-11-28T02:01:29.532 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.0.service' 2023-11-28T02:01:29.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:29.573 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-28T02:01:29.573 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-28T02:01:29.574 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.1 2023-11-28T02:01:29.785 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:29 smithi162 systemd[1]: Stopping Ceph osd.1 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:29.785 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:29 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T02:01:29.701+0000 7f66bf33d700 -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-11-28T02:01:29.785 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:29 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T02:01:29.701+0000 7f66bf33d700 -1 osd.1 70 *** Got signal Terminated *** 2023-11-28T02:01:29.785 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:29 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1[125185]: 2023-11-28T02:01:29.701+0000 7f66bf33d700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:35.726 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:35 smithi162 bash[158335]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-1 2023-11-28T02:01:35.726 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 28 02:01:35 smithi162 bash[158377]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-11-28T02:01:36.413 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.1.service' 2023-11-28T02:01:36.453 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:36.454 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-28T02:01:36.454 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-28T02:01:36.454 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.2 2023-11-28T02:01:36.785 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:36 smithi162 systemd[1]: Stopping Ceph osd.2 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:36.786 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:36 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T02:01:36.583+0000 7fe93b2b9700 -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-11-28T02:01:36.786 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:36 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T02:01:36.583+0000 7fe93b2b9700 -1 osd.2 70 *** Got signal Terminated *** 2023-11-28T02:01:36.787 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:36 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2[129516]: 2023-11-28T02:01:36.583+0000 7fe93b2b9700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:42.535 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:42 smithi162 bash[158554]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-2 2023-11-28T02:01:42.535 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 28 02:01:42 smithi162 bash[158595]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-11-28T02:01:43.237 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.2.service' 2023-11-28T02:01:43.276 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:43.276 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-28T02:01:43.277 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-28T02:01:43.277 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.3 2023-11-28T02:01:43.534 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:43 smithi162 systemd[1]: Stopping Ceph osd.3 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:43.535 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:43 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T02:01:43.414+0000 7fc287ebe700 -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-11-28T02:01:43.535 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:43 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T02:01:43.414+0000 7fc287ebe700 -1 osd.3 70 *** Got signal Terminated *** 2023-11-28T02:01:43.535 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:43 smithi162 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3[133287]: 2023-11-28T02:01:43.414+0000 7fc287ebe700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:49.537 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:49 smithi162 bash[158811]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-3 2023-11-28T02:01:49.538 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 28 02:01:49 smithi162 bash[158854]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-11-28T02:01:49.566 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:49 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:49.243+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:49.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:49 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:49.565+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:50.227 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.3.service' 2023-11-28T02:01:50.266 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:50.266 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-28T02:01:50.267 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-28T02:01:50.267 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.4 2023-11-28T02:01:50.410 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:50 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:50.197+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:50.410 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:50 smithi170 systemd[1]: Stopping Ceph osd.4 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:50.411 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:50 smithi170 bash[136876]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-11-28T02:01:50.411 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:50 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:50.408+0000 7f775794b700 -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-11-28T02:01:50.411 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:50 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:50.408+0000 7f775794b700 -1 osd.4 70 *** Got signal Terminated *** 2023-11-28T02:01:50.411 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:50 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:50.408+0000 7f775794b700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:50.668 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:50 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:50.571+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:51.576 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:51 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:51.232+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:51.918 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:51 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:51.574+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:52.571 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:52 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:52.279+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:52.918 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:52 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:52.577+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:52.919 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:52 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:52.570+0000 7f77532e4700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.606917+0000 front 2023-11-28T02:01:27.606731+0000 (oldest deadline 2023-11-28T02:01:52.306687+0000) 2023-11-28T02:01:53.589 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:53 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:53.324+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:53.589 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:53 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:53.172+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:53.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:53 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:53.604+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:53.919 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:53 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:53.587+0000 7f77532e4700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.606917+0000 front 2023-11-28T02:01:27.606731+0000 (oldest deadline 2023-11-28T02:01:52.306687+0000) 2023-11-28T02:01:54.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:54 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:54.313+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:54.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:54 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:54.141+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:54.918 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:54 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4[116408]: 2023-11-28T02:01:54.581+0000 7f77532e4700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.606917+0000 front 2023-11-28T02:01:27.606731+0000 (oldest deadline 2023-11-28T02:01:52.306687+0000) 2023-11-28T02:01:54.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:54 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:54.596+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:55.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:55.289+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:55.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:55.160+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:55.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:55.613+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:55.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:55 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:55.613+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:01:56.247 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:56 smithi170 bash[136888]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-4 2023-11-28T02:01:56.248 INFO:journalctl@ceph.osd.4.smithi170.stdout:Nov 28 02:01:56 smithi170 bash[136931]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-11-28T02:01:56.248 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:56 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:56.148+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:56.664 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:56 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:56.245+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:56.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:56 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:56.662+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:56.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:56 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:56.662+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:01:57.060 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.4.service' 2023-11-28T02:01:57.101 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:01:57.102 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-28T02:01:57.103 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-28T02:01:57.103 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.5 2023-11-28T02:01:57.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:57.273+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:57.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:57.158+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:57.420 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 systemd[1]: Stopping Ceph osd.5 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:01:57.420 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 bash[137108]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-11-28T02:01:57.420 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:57.273+0000 7f6250741700 -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-11-28T02:01:57.420 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:57.273+0000 7f6250741700 -1 osd.5 70 *** Got signal Terminated *** 2023-11-28T02:01:57.420 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:57.273+0000 7f6250741700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:01:57.918 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:57.640+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:57.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:57 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:57.640+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:01:58.640 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:58 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:58.251+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:58.640 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:58 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:58.251+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:01:58.640 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:58 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:58.178+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:58.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:58 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:58.637+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:58.920 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:58 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:58.638+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:01:59.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:01:59 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:01:59.131+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:01:59.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:59 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:59.211+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:01:59.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:01:59 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:01:59.211+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:01:59.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:59 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:59.598+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:01:59.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:01:59 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:01:59.598+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:02:00.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:00 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:00.095+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:00.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:00 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:00.182+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:00.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:00 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:00.182+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:00.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:00 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:02:00.626+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:02:00.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:00 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:02:00.626+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:02:01.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:01.146+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:01.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:01.146+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:01.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:01.138+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:01.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:01.138+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:01.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:02:01.605+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:26.585804+0000 front 2023-11-28T02:01:26.586026+0000 (oldest deadline 2023-11-28T02:01:49.485897+0000) 2023-11-28T02:02:01.919 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:01 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5[119854]: 2023-11-28T02:02:01.605+0000 7f624d8dd700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:29.986918+0000 front 2023-11-28T02:01:29.986980+0000 (oldest deadline 2023-11-28T02:01:55.286835+0000) 2023-11-28T02:02:02.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:02 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:02.134+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:02.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:02 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:02.134+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:02.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:02 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:02.125+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:02.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:02 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:02.125+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:03.397 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:03 smithi170 bash[137121]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-5 2023-11-28T02:02:03.397 INFO:journalctl@ceph.osd.5.smithi170.stdout:Nov 28 02:02:03 smithi170 bash[137166]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-11-28T02:02:03.398 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:03 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:03.109+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:03.398 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:03 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:03.109+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:03.398 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:03 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:03.109+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:03.398 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:03 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:03.123+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:03.399 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:03 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:03.123+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:04.092 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.5.service' 2023-11-28T02:02:04.133 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:02:04.134 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-28T02:02:04.134 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-28T02:02:04.135 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.6 2023-11-28T02:02:04.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:04.100+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:04.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:04.100+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:04.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.148+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:04.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.148+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:04.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.149+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:04.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 systemd[1]: Stopping Ceph osd.6 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:02:04.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 bash[137379]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-11-28T02:02:04.421 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.278+0000 7f6c5e20e700 -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-11-28T02:02:04.421 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.278+0000 7f6c5e20e700 -1 osd.6 70 *** Got signal Terminated *** 2023-11-28T02:02:04.421 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:04 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:04.278+0000 7f6c5e20e700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:02:05.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:05 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:05.101+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:05.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:05 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:05.101+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:05.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:05 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:05.177+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:05.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:05 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:05.177+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:05.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:05 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:05.177+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:06.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:06.215+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:06.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:06.215+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:06.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:06.215+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:06.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:06.121+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:06.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:06.121+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:06.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:06 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:06.121+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:07.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:07.241+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:07.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:07.241+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:07.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:07.241+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:07.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:07.153+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:07.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:07.153+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:07.421 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:07 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:07.153+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:08.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:08.247+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:08.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:08.247+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:08.419 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:08.247+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:08.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:08.156+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:08.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:08.156+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:08.421 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:08 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:08.156+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:09.420 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:09.253+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:24.353586+0000 front 2023-11-28T02:01:24.353640+0000 (oldest deadline 2023-11-28T02:01:49.053510+0000) 2023-11-28T02:02:09.421 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:09.253+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:31.954830+0000 front 2023-11-28T02:01:31.954779+0000 (oldest deadline 2023-11-28T02:01:57.854815+0000) 2023-11-28T02:02:09.421 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6[123383]: 2023-11-28T02:02:09.253+0000 7f6c5a3a8700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:40.656666+0000 front 2023-11-28T02:01:40.656580+0000 (oldest deadline 2023-11-28T02:02:02.356629+0000) 2023-11-28T02:02:09.421 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:09.166+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:09.421 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:09.166+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:09.421 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:09.166+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:09.422 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:09 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:09.166+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:10.294 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:09 smithi170 bash[137391]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-6 2023-11-28T02:02:10.295 INFO:journalctl@ceph.osd.6.smithi170.stdout:Nov 28 02:02:09 smithi170 bash[137442]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-11-28T02:02:10.295 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:10 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:10.147+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:10.295 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:10 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:10.147+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:10.295 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:10 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:10.147+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:10.295 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:10 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:10.147+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:10.982 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.6.service' 2023-11-28T02:02:11.025 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:02:11.025 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-28T02:02:11.025 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-28T02:02:11.025 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.7 2023-11-28T02:02:11.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 systemd[1]: Stopping Ceph osd.7 for 028184b8-8d8f-11ee-95a2-87774f69a715... 2023-11-28T02:02:11.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.105+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:11.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.105+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.105+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.105+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 bash[137618]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.196+0000 7f7ff5e98700 -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-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.196+0000 7f7ff5e98700 -1 osd.7 70 *** Got signal Terminated *** 2023-11-28T02:02:11.420 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:11 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:11.196+0000 7f7ff5e98700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T02:02:12.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:12 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:12.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:12.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:12 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:12.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:12.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:12 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:12.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:12.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:12 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:12.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:13.418 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:13 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:13.030+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:13.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:13 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:13.030+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:13.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:13 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:13.030+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:13.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:13 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:13.030+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:14.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:14 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:14.053+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:14.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:14 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:14.053+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:14.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:14 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:14.053+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:14.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:14 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:14.053+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:15.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:15 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:15.062+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:15.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:15 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:15.062+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:15.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:15 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:15.062+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:15.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:15 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:15.062+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:16.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:16.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-28T02:01:27.631440+0000 front 2023-11-28T02:01:27.631313+0000 (oldest deadline 2023-11-28T02:01:52.331308+0000) 2023-11-28T02:02:16.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:16.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-28T02:01:32.331837+0000 front 2023-11-28T02:01:32.331947+0000 (oldest deadline 2023-11-28T02:02:01.132496+0000) 2023-11-28T02:02:16.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:16.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-28T02:01:41.133061+0000 front 2023-11-28T02:01:41.133120+0000 (oldest deadline 2023-11-28T02:02:05.733503+0000) 2023-11-28T02:02:16.419 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7[126855]: 2023-11-28T02:02:16.077+0000 7f7ff002e700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-28T02:01:45.734087+0000 front 2023-11-28T02:01:45.734044+0000 (oldest deadline 2023-11-28T02:02:09.134628+0000) 2023-11-28T02:02:17.168 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 bash[137630]: ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd-7 2023-11-28T02:02:17.169 INFO:journalctl@ceph.osd.7.smithi170.stdout:Nov 28 02:02:16 smithi170 bash[137671]: Error: no container with name or ID "ceph-028184b8-8d8f-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-11-28T02:02:17.914 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-028184b8-8d8f-11ee-95a2-87774f69a715@osd.7.service' 2023-11-28T02:02:17.956 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T02:02:17.957 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-28T02:02:17.957 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T02:02:42.447 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T02:02:58.338 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T02:02:58.376 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T02:02:58.406 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-28T02:02:58.408 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi162/crash 2023-11-28T02:02:58.409 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash -- . 2023-11-28T02:02:58.464 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T02:02:58.465 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2023-11-28T02:02:58.466 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi170/crash 2023-11-28T02:02:58.467 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash -- . 2023-11-28T02:02:58.502 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T02:02:58.503 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2023-11-28T02:02:58.504 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-28T02:02:58.504 DEBUG:teuthology.orchestra.run.smithi162:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-28T02:02:58.533 INFO:teuthology.orchestra.run.smithi162.stderr:grep: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-28T02:02:58.534 INFO:tasks.cephadm:Compressing logs... 2023-11-28T02:02:58.535 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T02:02:58.577 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T02:02:58.603 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T02:02:58.604 INFO:teuthology.orchestra.run.smithi162.stderr:: No such file or directory 2023-11-28T02:02:58.604 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-11-28T02:02:58.604 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-11-28T02:02:58.604 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi162.log 2023-11-28T02:02:58.606 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-11-28T02:02:58.608 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi162.jfygdy.log 2023-11-28T02:02:58.609 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi162.jfygdy.log: 79.7% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi162.jfygdy.log.gz 2023-11-28T02:02:58.609 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi162.plqjjc.log 2023-11-28T02:02:58.609 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:: No such file or directory 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi170.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi170.wdcbca.log 2023-11-28T02:02:58.610 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi170.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-11-28T02:02:58.611 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi170.wdcbca.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-11-28T02:02:58.611 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T02:02:58.612 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi170.kkkqxl.log 2023-11-28T02:02:58.612 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi170.kkkqxl.log: 60.0% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi170.kkkqxl.log.gz 2023-11-28T02:02:58.612 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T02:02:58.613 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi162.plqjjc.log: /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T02:02:58.613 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T02:02:58.618 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T02:02:58.627 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T02:02:58.701 INFO:teuthology.orchestra.run.smithi170.stderr: 90.2% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi170.wdcbca.log.gz 2023-11-28T02:02:58.740 INFO:teuthology.orchestra.run.smithi162.stderr: 88.5% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mgr.smithi162.plqjjc.log.gz 2023-11-28T02:02:59.013 INFO:teuthology.orchestra.run.smithi170.stderr: 92.3% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi170.log.gz 2023-11-28T02:02:59.617 INFO:teuthology.orchestra.run.smithi162.stderr: 91.7% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-mon.smithi162.log.gz 2023-11-28T02:03:06.799 INFO:teuthology.orchestra.run.smithi162.stderr: 94.5% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-11-28T02:03:08.598 INFO:teuthology.orchestra.run.smithi170.stderr: 94.0% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-11-28T02:03:10.212 INFO:teuthology.orchestra.run.smithi170.stderr: 94.3% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-11-28T02:03:10.555 INFO:teuthology.orchestra.run.smithi162.stderr: 94.1% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-11-28T02:03:10.669 INFO:teuthology.orchestra.run.smithi162.stderr: 94.1% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-11-28T02:03:11.460 INFO:teuthology.orchestra.run.smithi162.stderr: 94.3% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-11-28T02:03:11.462 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-28T02:03:11.462 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m12.870s 2023-11-28T02:03:11.462 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m44.302s 2023-11-28T02:03:11.463 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m1.873s 2023-11-28T02:03:13.471 INFO:teuthology.orchestra.run.smithi170.stderr: 94.3% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-11-28T02:03:15.693 INFO:teuthology.orchestra.run.smithi170.stderr: 94.2% -- replaced with /var/log/ceph/028184b8-8d8f-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-11-28T02:03:15.695 INFO:teuthology.orchestra.run.smithi170.stderr: 2023-11-28T02:03:15.695 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m17.101s 2023-11-28T02:03:15.695 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m51.900s 2023-11-28T02:03:15.696 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m2.113s 2023-11-28T02:03:15.696 INFO:tasks.cephadm:Archiving logs... 2023-11-28T02:03:15.696 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi162/log 2023-11-28T02:03:15.697 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T02:03:21.813 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi170/log 2023-11-28T02:03:21.814 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T02:03:29.047 INFO:tasks.cephadm:Removing cluster... 2023-11-28T02:03:29.047 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 --force 2023-11-28T02:03:29.413 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 028184b8-8d8f-11ee-95a2-87774f69a715 --force 2023-11-28T02:03:29.815 INFO:tasks.cephadm:Removing cephadm ... 2023-11-28T02:03:29.815 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T02:03:29.834 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T02:03:29.853 INFO:tasks.cephadm:Teardown complete 2023-11-28T02:03:29.854 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-28T02:03:29.864 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-28T02:03:29.864 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T02:03:29.877 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T02:03:29.891 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-28T02:03:29.895 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T02:03:29.896 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-28T02:03:29.896 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +1108us[+1108us] +/- 90ms 2023-11-28T02:03:29.896 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv02.front.sepia.ceph.com 3 7 377 14 -593us[ -593us] +/- 56ms 2023-11-28T02:03:29.896 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv03.front.sepia.ceph.com 3 6 377 17 -119us[ -117us] +/- 68ms 2023-11-28T02:03:29.896 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T02:03:29.910 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-11-28T02:03:29.914 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T02:03:29.915 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-11-28T02:03:29.915 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 19 +1110us[+1142us] +/- 90ms 2023-11-28T02:03:29.915 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 16 -578us[ -545us] +/- 56ms 2023-11-28T02:03:29.915 INFO:teuthology.orchestra.run.smithi170.stdout:^* hv03.front.sepia.ceph.com 3 6 377 15 -105us[ -73us] +/- 68ms 2023-11-28T02:03:29.915 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T02:03:29.916 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-28T02:03:29.926 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-28T02:03:29.927 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-28T02:03:29.940 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T02:03:30.035 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T02:03:30.127 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T02:03:30.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T02:03:30.160 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T02:03:30.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T02:03:30.193 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-28T02:03:30.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-28T02:03:30.214 INFO:teuthology.task.internal:Duration was 1910.411468 seconds 2023-11-28T02:03:30.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-28T02:03:30.234 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-28T02:03:30.235 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T02:03:30.238 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T02:03:30.281 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T02:03:30.283 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T02:03:30.547 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-28T02:03:30.548 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2023-11-28T02:03:30.548 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T02:03:30.572 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2023-11-28T02:03:30.573 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T02:03:30.597 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-28T02:03:30.598 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T02:03:30.615 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T02:03:30.690 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-28T02:03:30.691 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T02:03:30.693 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T02:03:39.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-28T02:03:39.063 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-28T02:03:39.064 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T02:03:39.091 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T02:03:39.127 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-28T02:03:39.140 DEBUG:teuthology.orchestra.run.smithi162:> 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-11-28T02:03:39.143 DEBUG:teuthology.orchestra.run.smithi170:> 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-11-28T02:03:39.167 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2023-11-28T02:03:39.199 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2023-11-28T02:03:39.233 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T02:03:39.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T02:03:39.251 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T02:03:39.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T02:03:39.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-28T02:03:39.304 INFO:teuthology.task.internal:Transferring archived files... 2023-11-28T02:03:39.304 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi162 2023-11-28T02:03:39.305 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T02:03:39.379 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450/remote/smithi170 2023-11-28T02:03:39.379 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T02:03:39.424 INFO:teuthology.task.internal:Removing archive directory... 2023-11-28T02:03:39.425 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T02:03:39.428 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T02:03:39.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-28T02:03:39.490 INFO:teuthology.task.internal:Not uploading archives. 2023-11-28T02:03:39.490 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-28T02:03:39.505 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-28T02:03:39.505 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T02:03:39.507 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T02:03:39.523 INFO:teuthology.orchestra.run.smithi162.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 02:03 /home/ubuntu/cephtest 2023-11-28T02:03:39.536 INFO:teuthology.orchestra.run.smithi170.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 02:03 /home/ubuntu/cephtest 2023-11-28T02:03:39.538 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-28T02:03:39.554 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-28T02:03:39.631 INFO:teuthology.nuke:Checking targets against current locks 2023-11-28T02:03:39.658 DEBUG:teuthology.nuke:shortname: smithi162 2023-11-28T02:03:39.659 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T02:03:39.685 DEBUG:teuthology.nuke:shortname: smithi170 2023-11-28T02:03:39.685 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T02:03:39.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450', '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-11-28 01:23:19.394737', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLkkjO4WhEJ9VYAyRlBD4EVNNNBpJFJbOSKt9ftRG3KdgR0xAYQm9FCq5DSAgijOxODrCVMoxy/96pVHkS0v0ys='} 2023-11-28T02:03:39.714 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468450', '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-11-28 01:23:19.393359', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWWKhh1OZuaeh9P4jpA7aaL66fIrn7pXIzuFWM48hL4mAp0unwzwDPCANjtMnjmZvUHj/7MOfPkcTqqeV8aUfg='} 2023-11-28T02:03:39.753 INFO:teuthology.orchestra.console.smithi162:Power off 2023-11-28T02:03:39.754 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T02:03:39.811 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2023-11-28T02:03:39.811 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:39.837 INFO:teuthology.orchestra.console.smithi170:Power off 2023-11-28T02:03:39.837 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T02:03:39.849 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-28T02:03:39.887 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2023-11-28T02:03:39.887 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:39.912 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-11-28T02:03:43.851 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:43.914 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:43.980 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-28T02:03:44.026 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-11-28T02:03:47.985 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:48.027 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T02:03:48.096 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2023-11-28T02:03:48.143 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2023-11-28T02:03:48.198 INFO:teuthology.orchestra.console.smithi162:Power off completed 2023-11-28T02:03:48.244 INFO:teuthology.orchestra.console.smithi170:Power off completed 2023-11-28T02:03:48.349 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1910.4114682674408 failure_reason: 'Command failed on smithi162 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 028184b8-8d8f-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b1271a694e04442e80593d4cbbe47155 status: fail success: false 2023-11-28T02:03:48.350 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T02:03:48.425 INFO:teuthology.run:FAIL