2023-11-19T23:09:59.893 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-19T23:09:59.893 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438 --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} --owner scheduled_yuriw@teuthology --name yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/orig.config.yaml 2023-11-19T23:09:59.929 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T23:10:00.010 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438 branch: main 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: '7462438' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-18_13:58:58-orch-main-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: main 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: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 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: 8632 sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe targets: smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPX13qefptsQwEqFChtQEFH6P+hlI1fdi6q+73B2udGBY1e+N/Dx7kU1ZQpIi0tcLoG93FlwOLSKPedOdYbk2zc= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxla3iY8I6JN/r/QNsbbJkHSEmYwOkhh8K9FEpYPN9MG2XPDZHtgDUEisCtksSnJU2fmA6GViGoofVgWFcunxY= 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-18_13:58:58 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-19T23:10:00.010 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa; will attempt to use it 2023-11-19T23:10:00.011 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks 2023-11-19T23:10:00.011 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-19T23:10:00.012 INFO:teuthology.task.internal:Checking packages... 2023-11-19T23:10:00.034 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe' 2023-11-19T23:10:00.034 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:10:00.034 INFO:teuthology.packaging:ref: None 2023-11-19T23:10:00.034 INFO:teuthology.packaging:tag: None 2023-11-19T23:10:00.034 INFO:teuthology.packaging:branch: main 2023-11-19T23:10:00.034 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:10:00.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-11-19T23:10:00.427 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7432.g329e2a1e 2023-11-19T23:10:00.427 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-19T23:10:00.443 INFO:teuthology.task.internal:no buildpackages task found 2023-11-19T23:10:00.443 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-19T23:10:00.456 INFO:teuthology.task.internal:Saving configuration 2023-11-19T23:10:00.470 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-19T23:10:00.483 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:10:00.509 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438', '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-19 23:04:33.084354', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPX13qefptsQwEqFChtQEFH6P+hlI1fdi6q+73B2udGBY1e+N/Dx7kU1ZQpIi0tcLoG93FlwOLSKPedOdYbk2zc='} 2023-11-19T23:10:00.533 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438', '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-19 23:04:33.086622', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxla3iY8I6JN/r/QNsbbJkHSEmYwOkhh8K9FEpYPN9MG2XPDZHtgDUEisCtksSnJU2fmA6GViGoofVgWFcunxY='} 2023-11-19T23:10:00.533 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-19T23:10:00.544 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-19T23:10:00.544 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-19T23:10:00.544 INFO:teuthology.run_tasks:Running task console_log... 2023-11-19T23:10:00.616 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa9ef7920d0>, signals=[15]) 2023-11-19T23:10:00.616 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-19T23:10:00.625 INFO:teuthology.task.internal:Opening connections... 2023-11-19T23:10:00.625 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:10:00.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:10:00.694 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2023-11-19T23:10:00.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:10:00.763 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-19T23:10:00.769 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2023-11-19T23:10:00.792 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2023-11-19T23:10:00.792 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="CentOS Stream" 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8" 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:ID="centos" 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="rhel fedora" 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8" 2023-11-19T23:10:00.853 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://centos.org/" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T23:10:00.854 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T23:10:00.855 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2023-11-19T23:10:01.075 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2023-11-19T23:10:01.098 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2023-11-19T23:10:01.098 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="8" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="8" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el8" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T23:10:01.159 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2023-11-19T23:10:01.160 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T23:10:01.160 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2023-11-19T23:10:01.160 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T23:10:01.160 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T23:10:01.160 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T23:10:01.160 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2023-11-19T23:10:01.188 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-19T23:10:01.198 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-19T23:10:01.206 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-19T23:10:01.206 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2023-11-19T23:10:01.209 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2023-11-19T23:10:01.228 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-19T23:10:01.236 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-19T23:10:01.236 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2023-11-19T23:10:01.270 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2023-11-19T23:10:01.298 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-19T23:10:01.357 INFO:teuthology.run_tasks:Running task kernel... 2023-11-19T23:10:01.373 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-19T23:10:01.373 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-19T23:10:01.374 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T23:10:01.374 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T23:10:01.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:10:01.394 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2023-11-19T23:10:01.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:10:01.395 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-19T23:10:01.454 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-489.el8.x86_64 2023-11-19T23:10:01.455 INFO:teuthology.task.kernel:Running kernel on smithi179: 4.18.0-489.el8.x86_64 2023-11-19T23:10:01.455 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2023-11-19T23:10:01.456 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-489.el8.x86_64 2023-11-19T23:10:01.456 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-489.el8.x86_64 2023-11-19T23:10:01.456 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2023-11-19T23:10:06.270 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - AppStream 15 MB/s | 34 MB 00:02 2023-11-19T23:10:08.356 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - AppStream 8.1 MB/s | 34 MB 00:04 2023-11-19T23:10:14.612 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 53 MB 00:02 2023-11-19T23:10:16.723 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 53 MB 00:02 2023-11-19T23:10:22.619 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-11-19T23:10:23.219 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-11-19T23:10:23.571 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-11-19T23:10:25.056 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras 23 kB/s | 18 kB 00:00 2023-11-19T23:10:25.698 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-19T23:10:26.050 INFO:teuthology.orchestra.run.smithi179.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-11-19T23:10:30.734 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 3.5 MB/s | 16 MB 00:04 2023-11-19T23:10:33.587 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 1.6 MB/s | 16 MB 00:09 2023-11-19T23:10:34.626 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 376 kB/s | 24 kB 00:00 2023-11-19T23:10:37.444 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 445 kB/s | 24 kB 00:00 2023-11-19T23:10:38.276 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T23:10:38.276 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T23:10:38.560 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-11-19T23:10:38.560 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:10:38.561 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-11-19T23:10:38.562 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:10:38.562 INFO:teuthology.orchestra.run.smithi179.stdout:Install 3 Packages 2023-11-19T23:10:38.562 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:10:38.563 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 89 M 2023-11-19T23:10:38.563 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 96 M 2023-11-19T23:10:38.563 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2023-11-19T23:10:39.469 INFO:teuthology.orchestra.run.smithi179.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-11-19T23:10:40.753 INFO:teuthology.orchestra.run.smithi179.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2023-11-19T23:10:41.044 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T23:10:41.044 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T23:10:41.270 INFO:teuthology.orchestra.run.smithi179.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-19T23:10:41.270 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:10:41.270 INFO:teuthology.orchestra.run.smithi179.stdout:Total 33 MB/s | 89 MB 00:02 2023-11-19T23:10:41.330 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T23:10:41.330 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:10:41.330 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-19T23:10:41.330 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:10:41.331 INFO:teuthology.orchestra.run.smithi162.stdout:Install 3 Packages 2023-11-19T23:10:41.332 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:10:41.332 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 89 M 2023-11-19T23:10:41.333 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 96 M 2023-11-19T23:10:41.333 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T23:10:41.942 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2023-11-19T23:10:42.348 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2023-11-19T23:10:42.348 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2023-11-19T23:10:43.580 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2023-11-19T23:10:43.603 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2023-11-19T23:10:45.563 INFO:teuthology.orchestra.run.smithi162.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 2.5 MB/s | 10 MB 00:04 2023-11-19T23:10:46.327 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2023-11-19T23:10:46.875 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:10:50.577 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:10:50.983 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:10:54.407 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:10:54.688 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:10:55.902 INFO:teuthology.orchestra.run.smithi162.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 2.5 MB/s | 36 MB 00:14 2023-11-19T23:10:58.140 INFO:teuthology.orchestra.run.smithi162.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 2.6 MB/s | 43 MB 00:16 2023-11-19T23:10:58.140 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:10:58.140 INFO:teuthology.orchestra.run.smithi162.stdout:Total 5.3 MB/s | 89 MB 00:16 2023-11-19T23:10:58.819 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T23:10:59.238 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T23:10:59.239 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T23:11:00.475 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T23:11:00.511 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T23:11:03.242 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T23:11:03.765 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:11:07.350 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:11:07.756 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:11:11.194 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:11:11.452 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:16.532 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:16.555 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:16.898 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:16.898 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:11:16.898 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:11:17.667 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:11:17.668 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-11-19T23:11:17.808 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:11:18.063 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:11:18.063 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:11:18.063 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-19T23:11:18.064 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T23:11:18.064 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T23:11:18.064 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-19T23:11:18.064 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T23:11:18.064 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:11:18.274 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:11:18.274 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:11:18.275 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.02 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 129.el8 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Group : System Environment/Base 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 9265586 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2023-11-19T23:11:18.308 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Relocations : (not relocatable) 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : CentOS BuildSystem 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:11:18.309 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T23:11:18.310 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T23:11:18.310 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T23:11:18.310 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2023-11-19T23:11:18.310 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:11:18.310 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T23:11:18.311 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T23:11:18.311 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 4.18.0-521.el8.x86_64 2023-11-19T23:11:18.311 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T23:11:20.053 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2023-11-19T23:11:22.066 INFO:teuthology.orchestra.run.smithi179.stderr:done 2023-11-19T23:11:22.067 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2023-11-19T23:11:22.099 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.D2oYehjOLB 2023-11-19T23:11:22.099 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.D2oYehjOLB 2023-11-19T23:11:22.173 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.D2oYehjOLB 2023-11-19T23:11:22.314 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.D2oYehjOLB is 6KB 2023-11-19T23:11:22.336 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.D2oYehjOLB 2023-11-19T23:11:22.353 DEBUG:teuthology.orchestra.run.smithi179:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T23:11:22.426 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T23:11:22.426 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T23:11:22.427 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T23:11:22.427 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T23:11:22.428 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T23:11:22.593 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2023-11-19T23:11:33.285 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:33.308 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:33.679 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:33.679 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:11:33.679 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:11:34.427 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:11:34.428 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T23:11:34.576 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:11:34.794 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:11:34.794 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:11:34.794 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-19T23:11:34.794 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T23:11:34.794 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T23:11:34.794 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-19T23:11:34.794 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T23:11:34.795 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:11:35.005 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:11:35.006 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:11:35.006 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 129.el8 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2023-11-19T23:11:35.039 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9265586 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : CentOS BuildSystem 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : CentOS 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2023-11-19T23:11:35.040 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:11:35.041 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T23:11:35.042 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T23:11:35.042 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-521.el8.x86_64 2023-11-19T23:11:35.042 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T23:11:36.741 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2023-11-19T23:11:38.742 INFO:teuthology.orchestra.run.smithi162.stderr:done 2023-11-19T23:11:38.744 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2023-11-19T23:11:38.766 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.ZOzyM4eVW6 2023-11-19T23:11:38.766 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZOzyM4eVW6 2023-11-19T23:11:38.841 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.ZOzyM4eVW6 2023-11-19T23:11:38.979 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.ZOzyM4eVW6 is 6KB 2023-11-19T23:11:39.002 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.ZOzyM4eVW6 2023-11-19T23:11:39.019 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T23:11:39.085 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T23:11:39.085 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T23:11:39.085 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T23:11:39.085 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T23:11:39.086 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T23:11:39.233 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2023-11-19T23:11:52.606 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-19T23:11:52.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:11:52.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:12:09.249 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-19T23:12:09.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:12:09.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:12:11.106 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2023-11-19T23:12:20.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:12:20.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:12:27.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-19T23:12:36.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:12:36.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:12:39.810 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-19T23:12:51.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:12:51.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:13:20.146 DEBUG:teuthology.orchestra.remote:timed out 2023-11-19T23:13:32.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:13:32.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:13:32.427 DEBUG:teuthology.orchestra.run.smithi179:> true 2023-11-19T23:13:32.695 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:13:32.695 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-19T23:13:32.695 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2023-11-19T23:13:32.714 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-521.el8.x86_64 2023-11-19T23:13:32.715 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-19T23:13:32.715 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T23:13:32.715 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T23:13:33.716 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-19T23:13:33.716 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T23:13:33.799 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2023-11-19T23:13:33.811 DEBUG:teuthology.parallel:result is None 2023-11-19T23:13:51.824 DEBUG:teuthology.orchestra.remote:timed out 2023-11-19T23:14:06.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:14:06.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:14:07.102 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-19T23:14:07.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:14:07.413 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-19T23:14:07.414 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-19T23:14:07.433 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-521.el8.x86_64 2023-11-19T23:14:07.434 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-19T23:14:07.434 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T23:14:07.434 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T23:14:08.435 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-19T23:14:08.435 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T23:14:08.505 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2023-11-19T23:14:08.521 DEBUG:teuthology.parallel:result is None 2023-11-19T23:14:08.522 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-19T23:14:08.529 INFO:teuthology.task.internal:Creating test directory... 2023-11-19T23:14:08.530 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T23:14:08.532 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T23:14:08.554 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-19T23:14:08.650 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-19T23:14:08.657 INFO:teuthology.task.internal:Creating archive directory... 2023-11-19T23:14:08.657 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T23:14:08.660 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T23:14:08.700 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-19T23:14:08.707 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-19T23:14:08.708 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-19T23:14:08.739 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T23:14:08.773 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:14:08.773 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:14:08.784 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:14:08.784 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:14:08.786 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-19T23:14:08.793 INFO:teuthology.task.internal:Configuring sudo... 2023-11-19T23:14:08.793 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-19T23:14:08.828 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T23:14:08.858 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-19T23:14:08.867 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-19T23:14:08.867 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T23:14:08.898 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T23:14:08.917 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:14:08.996 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:14:09.062 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:14:09.106 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:14:09.149 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:14:09.149 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T23:14:09.216 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:14:09.262 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:14:09.311 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:14:09.398 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:14:09.441 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:14:09.441 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T23:14:09.510 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2023-11-19T23:14:09.512 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2023-11-19T23:14:09.560 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:14:09.621 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:14:09.992 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-19T23:14:10.000 INFO:teuthology.task.internal:Starting timer... 2023-11-19T23:14:10.001 INFO:teuthology.run_tasks:Running task pcp... 2023-11-19T23:14:10.010 INFO:teuthology.run_tasks:Running task selinux... 2023-11-19T23:14:10.018 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-19T23:14:10.018 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2023-11-19T23:14:10.143 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2023-11-19T23:14:10.145 DEBUG:teuthology.orchestra.run.smithi179:> sudo service auditd rotate 2023-11-19T23:14:10.222 INFO:teuthology.orchestra.run.smithi179.stdout:Rotating logs: 2023-11-19T23:14:10.224 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-19T23:14:10.224 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2023-11-19T23:14:10.273 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2023-11-19T23:14:10.273 DEBUG:teuthology.orchestra.run.smithi179:> /usr/sbin/getenforce 2023-11-19T23:14:10.306 INFO:teuthology.orchestra.run.smithi179.stdout:Permissive 2023-11-19T23:14:10.306 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi162.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi179.front.sepia.ceph.com': 'permissive'} 2023-11-19T23:14:10.306 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-19T23:14:10.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:14:10.336 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:14:10.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:14:10.373 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-19T23:14:10.374 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2023-11-19T23:14:10.403 DEBUG:teuthology.orchestra.run.smithi179:> sudo /usr/sbin/setenforce permissive 2023-11-19T23:14:10.445 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-19T23:14:10.455 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-19T23:14:10.456 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-19T23:14:10.476 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-19T23:14:10.477 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi162.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-19T23:21:30.609 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi162.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2023-11-19T23:21:30.609 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:21:30.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:21:30.681 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-19T23:21:30.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T23:21:30.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:21:30.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:21:30.822 DEBUG:teuthology.orchestra.run.smithi179:> true 2023-11-19T23:21:30.893 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2023-11-19T23:21:30.894 INFO:teuthology.run_tasks:Running task clock... 2023-11-19T23:21:30.904 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-19T23:21:30.904 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T23:21:30.905 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-19T23:21:30.907 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T23:21:30.907 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:21:30.938 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T23:21:30.952 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T23:21:30.968 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T23:21:30.983 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T23:21:31.018 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2023-11-19T23:21:31.029 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2023-11-19T23:21:31.043 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T23:21:31.050 INFO:teuthology.orchestra.run.smithi179.stderr:sudo: ntpd: command not found 2023-11-19T23:21:31.056 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T23:21:31.062 INFO:teuthology.orchestra.run.smithi179.stdout:506 Cannot talk to daemon 2023-11-19T23:21:31.076 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T23:21:31.089 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T23:21:31.126 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.130 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.150 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2023-11-19T23:21:31.153 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:21:31.154 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2023-11-19T23:21:31.154 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.154 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.154 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.154 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:21:31.155 INFO:teuthology.run_tasks:Running task pexec... 2023-11-19T23:21:31.166 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-19T23:21:31.166 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:21:31.166 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T23:21:31.167 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi179.front.sepia.ceph.com 2023-11-19T23:21:31.167 DEBUG:teuthology.orchestra.run.smithi179:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T23:21:32.056 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:37 ago on Sun 19 Nov 2023 11:19:54 PM UTC. 2023-11-19T23:21:32.076 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:36 ago on Sun 19 Nov 2023 11:19:55 PM UTC. 2023-11-19T23:21:34.183 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-11-19T23:21:34.184 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:34.184 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2023-11-19T23:21:34.184 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout:Resetting modules: 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:34.185 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:34.188 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T23:21:34.189 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:34.189 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:34.190 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:34.442 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T23:21:34.442 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-11-19T23:21:35.379 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:40 ago on Sun 19 Nov 2023 11:19:55 PM UTC. 2023-11-19T23:21:35.386 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:41 ago on Sun 19 Nov 2023 11:19:54 PM UTC. 2023-11-19T23:21:37.485 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T23:21:37.486 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-11-19T23:21:37.664 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:37.664 INFO:teuthology.orchestra.run.smithi179.stdout: Package Arch Version Repository Size 2023-11-19T23:21:37.664 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout:Installing group/module packages: 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T23:21:37.665 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T23:21:37.666 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T23:21:37.666 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T23:21:37.666 INFO:teuthology.orchestra.run.smithi179.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T23:21:37.666 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2023-11-19T23:21:37.666 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T23:21:37.667 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T23:21:37.667 INFO:teuthology.orchestra.run.smithi179.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T23:21:37.667 INFO:teuthology.orchestra.run.smithi179.stdout:Installing weak dependencies: 2023-11-19T23:21:37.667 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T23:21:37.668 INFO:teuthology.orchestra.run.smithi179.stdout:Installing module profiles: 2023-11-19T23:21:37.668 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools/common 2023-11-19T23:21:37.668 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:37.668 INFO:teuthology.orchestra.run.smithi179.stdout:Enabling module streams: 2023-11-19T23:21:37.668 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools rhel8 2023-11-19T23:21:37.669 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:37.669 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-11-19T23:21:37.669 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-19T23:21:37.669 INFO:teuthology.orchestra.run.smithi179.stdout:Install 13 Packages 2023-11-19T23:21:37.670 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:37.671 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 27 M 2023-11-19T23:21:37.671 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 89 M 2023-11-19T23:21:37.671 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2023-11-19T23:21:37.671 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:37.672 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T23:21:37.672 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:37.672 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2023-11-19T23:21:37.672 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-19T23:21:37.673 INFO:teuthology.orchestra.run.smithi162.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T23:21:37.673 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T23:21:37.673 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T23:21:37.673 INFO:teuthology.orchestra.run.smithi162.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T23:21:37.674 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T23:21:37.674 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T23:21:37.674 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T23:21:37.675 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T23:21:37.675 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T23:21:37.675 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T23:21:37.675 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T23:21:37.675 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T23:21:37.676 INFO:teuthology.orchestra.run.smithi162.stdout:Installing weak dependencies: 2023-11-19T23:21:37.676 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T23:21:37.676 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2023-11-19T23:21:37.676 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2023-11-19T23:21:37.677 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:37.677 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2023-11-19T23:21:37.677 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools rhel8 2023-11-19T23:21:37.677 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:37.678 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T23:21:37.678 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T23:21:37.678 INFO:teuthology.orchestra.run.smithi162.stdout:Install 13 Packages 2023-11-19T23:21:37.678 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:37.678 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 27 M 2023-11-19T23:21:37.679 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 89 M 2023-11-19T23:21:37.679 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T23:21:38.984 INFO:teuthology.orchestra.run.smithi162.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 597 kB/s | 750 kB 00:01 2023-11-19T23:21:38.993 INFO:teuthology.orchestra.run.smithi179.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 593 kB/s | 750 kB 00:01 2023-11-19T23:21:39.084 INFO:teuthology.orchestra.run.smithi162.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-11-19T23:21:39.093 INFO:teuthology.orchestra.run.smithi179.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-11-19T23:21:39.260 INFO:teuthology.orchestra.run.smithi179.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 670 kB/s | 1.0 MB 00:01 2023-11-19T23:21:39.267 INFO:teuthology.orchestra.run.smithi162.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 667 kB/s | 1.0 MB 00:01 2023-11-19T23:21:39.427 INFO:teuthology.orchestra.run.smithi179.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 722 kB/s | 241 kB 00:00 2023-11-19T23:21:39.434 INFO:teuthology.orchestra.run.smithi162.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 687 kB/s | 241 kB 00:00 2023-11-19T23:21:39.661 INFO:teuthology.orchestra.run.smithi179.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 762 kB/s | 178 kB 00:00 2023-11-19T23:21:39.768 INFO:teuthology.orchestra.run.smithi162.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 533 kB/s | 178 kB 00:00 2023-11-19T23:21:39.868 INFO:teuthology.orchestra.run.smithi162.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-11-19T23:21:39.955 INFO:teuthology.orchestra.run.smithi179.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 84 kB/s | 25 kB 00:00 2023-11-19T23:21:40.027 INFO:teuthology.orchestra.run.smithi162.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 592 kB/s | 94 kB 00:00 2023-11-19T23:21:40.236 INFO:teuthology.orchestra.run.smithi179.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 334 kB/s | 94 kB 00:00 2023-11-19T23:21:41.411 INFO:teuthology.orchestra.run.smithi162.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.8 MB/s | 3.9 MB 00:02 2023-11-19T23:21:41.645 INFO:teuthology.orchestra.run.smithi179.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.6 MB/s | 3.9 MB 00:02 2023-11-19T23:21:42.169 INFO:teuthology.orchestra.run.smithi162.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.3 MB/s | 2.5 MB 00:00 2023-11-19T23:21:42.286 INFO:teuthology.orchestra.run.smithi162.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 451 kB/s | 53 kB 00:00 2023-11-19T23:21:42.395 INFO:teuthology.orchestra.run.smithi162.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2023-11-19T23:21:42.445 INFO:teuthology.orchestra.run.smithi179.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.2 MB/s | 2.5 MB 00:00 2023-11-19T23:21:42.546 INFO:teuthology.orchestra.run.smithi179.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 527 kB/s | 53 kB 00:00 2023-11-19T23:21:42.696 INFO:teuthology.orchestra.run.smithi179.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.9 MB/s | 9.6 MB 00:04 2023-11-19T23:21:42.721 INFO:teuthology.orchestra.run.smithi179.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 234 kB/s | 41 kB 00:00 2023-11-19T23:21:42.953 INFO:teuthology.orchestra.run.smithi162.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.8 MB/s | 9.6 MB 00:05 2023-11-19T23:21:43.287 INFO:teuthology.orchestra.run.smithi162.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.5 MB/s | 8.1 MB 00:03 2023-11-19T23:21:43.287 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:21:43.288 INFO:teuthology.orchestra.run.smithi162.stdout:Total 4.7 MB/s | 27 MB 00:05 2023-11-19T23:21:43.560 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T23:21:43.581 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T23:21:43.581 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T23:21:43.845 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T23:21:43.849 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T23:21:43.913 INFO:teuthology.orchestra.run.smithi179.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.2 MB/s | 8.1 MB 00:03 2023-11-19T23:21:43.913 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:21:43.913 INFO:teuthology.orchestra.run.smithi179.stdout:Total 4.3 MB/s | 27 MB 00:06 2023-11-19T23:21:44.189 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2023-11-19T23:21:44.209 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2023-11-19T23:21:44.209 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2023-11-19T23:21:44.463 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2023-11-19T23:21:44.466 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2023-11-19T23:21:44.579 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T23:21:44.873 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T23:21:45.048 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T23:21:45.147 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2023-11-19T23:21:45.276 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T23:21:45.366 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T23:21:45.498 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:21:45.645 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T23:21:45.819 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T23:21:46.031 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:21:46.031 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T23:21:46.591 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T23:21:47.052 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:21:47.317 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T23:21:47.540 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:21:47.573 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T23:21:47.798 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T23:21:47.878 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T23:21:48.012 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T23:21:48.244 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T23:21:48.282 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T23:21:48.676 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T23:21:49.118 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:21:49.368 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T23:21:49.559 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:21:49.561 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:21:49.799 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T23:21:49.977 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:21:49.991 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:21:49.992 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T23:21:50.410 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:21:50.410 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T23:21:50.411 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T23:21:50.412 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:21:50.412 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.881 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:21:50.882 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T23:21:51.175 DEBUG:teuthology.parallel:result is None 2023-11-19T23:21:51.377 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T23:21:51.377 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:51.377 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2023-11-19T23:21:51.377 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T23:21:51.378 INFO:teuthology.orchestra.run.smithi179.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T23:21:51.379 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:21:51.379 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-11-19T23:21:51.602 DEBUG:teuthology.parallel:result is None 2023-11-19T23:21:51.602 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-19T23:21:51.680 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T23:21:51.680 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-19T23:21:51.680 INFO:tasks.cephadm:Cluster fsid is 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:21:51.680 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-19T23:21:51.681 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-19T23:21:51.681 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi162': '172.21.15.162', 'mon.smithi179': '172.21.15.179'} 2023-11-19T23:21:51.681 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-19T23:21:51.681 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2023-11-19T23:21:51.709 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2023-11-19T23:21:51.736 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-19T23:21:51.737 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-19T23:21:52.135 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 19 23:21 /home/ubuntu/cephtest/cephadm 2023-11-19T23:21:52.136 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T23:21:52.425 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 19 23:21 /home/ubuntu/cephtest/cephadm 2023-11-19T23:21:52.425 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-19T23:21:52.445 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T23:21:52.472 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-19T23:21:52.472 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-19T23:21:52.487 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-19T23:21:54.142 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T23:21:54.176 INFO:teuthology.orchestra.run.smithi162.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T23:22:14.086 INFO:teuthology.orchestra.run.smithi179.stdout:{ 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: "repo_digests": [ 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout: ] 2023-11-19T23:22:14.087 INFO:teuthology.orchestra.run.smithi179.stdout:} 2023-11-19T23:22:15.804 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:22:15.804 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-19T23:22:15.804 INFO:teuthology.orchestra.run.smithi162.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-19T23:22:15.804 INFO:teuthology.orchestra.run.smithi162.stdout: "repo_digests": [ 2023-11-19T23:22:15.805 INFO:teuthology.orchestra.run.smithi162.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-19T23:22:15.805 INFO:teuthology.orchestra.run.smithi162.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-19T23:22:15.805 INFO:teuthology.orchestra.run.smithi162.stdout: ] 2023-11-19T23:22:15.805 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:22:15.824 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2023-11-19T23:22:15.854 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2023-11-19T23:22:15.889 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2023-11-19T23:22:15.920 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2023-11-19T23:22:15.959 INFO:tasks.cephadm:Writing seed config... 2023-11-19T23:22:15.960 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-19T23:22:15.961 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-19T23:22:15.961 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-19T23:22:15.961 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-19T23:22:15.961 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-19T23:22:15.962 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-19T23:22:15.962 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-19T23:22:15.962 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-19T23:22:15.963 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:22:15.963 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-19T23:22:15.980 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 = 6b812fe4-8732-11ee-959e-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-19T23:22:15.981 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service 2023-11-19T23:22:16.023 INFO:tasks.cephadm:Bootstrapping... 2023-11-19T23:22:16.023 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 6b812fe4-8732-11ee-959e-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-19T23:22:16.049 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Sun 2023-11-19 23:13:13 UTC. -- 2023-11-19T23:22:16.216 INFO:teuthology.orchestra.run.smithi162.stderr:-------------------------------------------------------------------------------- 2023-11-19T23:22:16.216 INFO:teuthology.orchestra.run.smithi162.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '6b812fe4-8732-11ee-959e-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-19T23:22:16.236 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-19T23:22:16.245 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying podman|docker is present... 2023-11-19T23:22:16.264 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-19T23:22:16.275 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying lvm2 is present... 2023-11-19T23:22:16.275 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying time synchronization is in place... 2023-11-19T23:22:16.281 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T23:22:16.287 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:22:16.292 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: enabled 2023-11-19T23:22:16.298 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: active 2023-11-19T23:22:16.298 INFO:teuthology.orchestra.run.smithi162.stderr:Unit chronyd.service is enabled and running 2023-11-19T23:22:16.298 INFO:teuthology.orchestra.run.smithi162.stderr:Repeating the final host check... 2023-11-19T23:22:16.318 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: 4.6.1 2023-11-19T23:22:16.331 INFO:teuthology.orchestra.run.smithi162.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-19T23:22:16.331 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl is present 2023-11-19T23:22:16.331 INFO:teuthology.orchestra.run.smithi162.stderr:lvcreate is present 2023-11-19T23:22:16.336 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T23:22:16.342 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:22:16.347 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: enabled 2023-11-19T23:22:16.353 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: active 2023-11-19T23:22:16.354 INFO:teuthology.orchestra.run.smithi162.stderr:Unit chronyd.service is enabled and running 2023-11-19T23:22:16.354 INFO:teuthology.orchestra.run.smithi162.stderr:Host looks OK 2023-11-19T23:22:16.354 INFO:teuthology.orchestra.run.smithi162.stderr:Cluster fsid: 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:16.354 INFO:teuthology.orchestra.run.smithi162.stderr:Acquiring lock 139738091917440 on /run/cephadm/6b812fe4-8732-11ee-959e-87774f69a715.lock 2023-11-19T23:22:16.354 INFO:teuthology.orchestra.run.smithi162.stderr:Lock 139738091917440 acquired on /run/cephadm/6b812fe4-8732-11ee-959e-87774f69a715.lock 2023-11-19T23:22:16.355 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying IP 172.21.15.162 port 3300 ... 2023-11-19T23:22:16.355 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying IP 172.21.15.162 port 6789 ... 2023-11-19T23:22:16.355 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-19T23:22:16.357 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-19T23:22:16.357 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-19T23:22:16.360 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-19T23:22:16.360 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-19T23:22:16.360 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-11-19T23:22:16.363 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-19T23:22:16.363 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-19T23:22:16.363 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-19T23:22:16.363 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-19T23:22:16.364 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f41/64 scope link 2023-11-19T23:22:16.364 INFO:teuthology.orchestra.run.smithi162.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-19T23:22:16.365 INFO:teuthology.orchestra.run.smithi162.stderr:Mon IP `172.21.15.162` is in CIDR network `172.21.0.0/20` 2023-11-19T23:22:16.365 INFO:teuthology.orchestra.run.smithi162.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-19T23:22:16.365 INFO:teuthology.orchestra.run.smithi162.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-19T23:22:16.442 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Getting image source signatures 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-19T23:22:16.910 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-19T23:22:16.911 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-19T23:22:16.975 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: Writing manifest to image destination 2023-11-19T23:22:17.162 INFO:teuthology.orchestra.run.smithi162.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-19T23:22:17.548 INFO:teuthology.orchestra.run.smithi162.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-19T23:22:17.893 INFO:teuthology.orchestra.run.smithi162.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-19T23:22:17.894 INFO:teuthology.orchestra.run.smithi162.stderr:Extracting ceph user uid/gid from container image... 2023-11-19T23:22:18.181 INFO:teuthology.orchestra.run.smithi162.stderr:stat: 167 167 2023-11-19T23:22:18.500 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial keys... 2023-11-19T23:22:18.770 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQCqmFplTeAbLRAA8UHlje8mAlIa+a6WxqoHag== 2023-11-19T23:22:19.328 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQCrmFplQzQGExAAnlwBJs99mfrKZKK7AZQgEg== 2023-11-19T23:22:19.986 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph-authtool: AQCrmFplwSlKOhAAKqtDeZNgTDtrTJe0jqhpGg== 2023-11-19T23:22:20.315 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial monmap... 2023-11-19T23:22:20.561 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-19T23:22:20.562 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-19T23:22:20.562 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:20.562 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T23:22:20.910 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-19T23:22:20.911 INFO:teuthology.orchestra.run.smithi162.stderr:setting min_mon_release = octopus 2023-11-19T23:22:20.911 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: set fsid to 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:20.911 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T23:22:20.911 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:22:20.911 INFO:teuthology.orchestra.run.smithi162.stderr:Creating mon... 2023-11-19T23:22:21.563 INFO:teuthology.orchestra.run.smithi162.stderr:create mon.smithi162 on 2023-11-19T23:22:21.667 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-19T23:22:21.758 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target. 2023-11-19T23:22:21.758 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target. 2023-11-19T23:22:21.958 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to reset failed state of unit ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service: Unit ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service not loaded. 2023-11-19T23:22:21.964 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target.wants/ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service → /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715@.service. 2023-11-19T23:22:22.449 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-19T23:22:22.456 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:22:22.457 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-19T23:22:22.457 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to enable service . firewalld.service is not available 2023-11-19T23:22:22.458 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mon to start... 2023-11-19T23:22:22.458 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mon... 2023-11-19T23:22:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:22 smithi162 ceph-mon[107218]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: cluster: 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: id: 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: services: 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi162 (age 0.535342s) 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: data: 2023-11-19T23:22:22.981 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-19T23:22:22.982 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-19T23:22:22.982 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-19T23:22:22.982 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: pgs: 2023-11-19T23:22:22.982 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:23.354 INFO:teuthology.orchestra.run.smithi162.stderr:mon is available 2023-11-19T23:22:23.355 INFO:teuthology.orchestra.run.smithi162.stderr:Assimilating anything we can from ceph.conf... 2023-11-19T23:22:23.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-19T23:22:23.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: monmap e1: 1 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} 2023-11-19T23:22:23.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: fsmap 2023-11-19T23:22:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T23:22:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: mgrmap e1: no daemons active 2023-11-19T23:22:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:23 smithi162 ceph-mon[107218]: from='client.? 172.21.15.162:0/2338865586' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [global] 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: fsid = 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:23.802 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-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-19T23:22:23.802 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [mgr] 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [osd] 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-19T23:22:23.803 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-19T23:22:24.154 INFO:teuthology.orchestra.run.smithi162.stderr:Generating new minimal ceph.conf... 2023-11-19T23:22:24.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:24 smithi162 ceph-mon[107218]: from='client.? 172.21.15.162:0/12219234' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T23:22:24.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:24 smithi162 ceph-mon[107218]: from='client.? 172.21.15.162:0/12219234' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-19T23:22:24.929 INFO:teuthology.orchestra.run.smithi162.stderr:Restarting the monitor... 2023-11-19T23:22:25.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:24 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:22:25.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:24 smithi162 bash[107515]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon.smithi162" found: no such container 2023-11-19T23:22:25.387 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162[107195]: 2023-11-19T23:22:25.025+0000 7f6921b50700 -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-19T23:22:25.387 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162[107195]: 2023-11-19T23:22:25.025+0000 7f6921b50700 -1 mon.smithi162@0(leader) e1 *** Got Signal Terminated *** 2023-11-19T23:22:25.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 bash[107527]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162 2023-11-19T23:22:25.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 bash[107567]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon.smithi162" found: no such container 2023-11-19T23:22:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 systemd[1]: ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service: Succeeded. 2023-11-19T23:22:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 systemd[1]: Stopped Ceph mon.smithi162 for 6b812fe4-8732-11ee-959e-87774f69a715. 2023-11-19T23:22:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 systemd[1]: Starting Ceph mon.smithi162 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:22:25.913 INFO:teuthology.orchestra.run.smithi162.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-19T23:22:26.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 bash[107633]: 0ddabf7e189ce744d179aee368fdce7a276e1fc9fa9cb74dbb20bb680e622ed6 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 systemd[1]: Started Ceph mon.smithi162 for 6b812fe4-8732-11ee-959e-87774f69a715. 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: pidfile_write: ignore empty --pid-file 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: load: jerasure load: lrc 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: RocksDB version: 6.15.5 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Compile date Apr 18 2022 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: DB SUMMARY 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: DB Session ID: PMZ4HZYM5UFGT3QYS3UO 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: CURRENT file: CURRENT 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T23:22:26.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi162/store.db dir, Total Num: 1, files: 000008.sst 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi162/store.db: 000010.log size: 80775 ; 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.error_if_exists: 0 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.create_if_missing: 0 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.paranoid_checks: 1 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.env: 0x55e415c15860 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.fs: Posix File System 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.info_log: 0x55e41791dfa0 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.statistics: (nil) 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.use_fsync: 0 2023-11-19T23:22:26.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_log_file_size: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_fallocate: 1 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.use_direct_reads: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.db_log_dir: 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi162/store.db 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T23:22:26.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.write_buffer_manager: 0x55e417a0e2d0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T23:22:26.234 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.unordered_write: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.row_cache: None 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.wal_filter: None 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.preserve_deletes: 0 2023-11-19T23:22:26.235 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.two_write_queues: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.atomic_flush: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.log_readahead_size: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T23:22:26.236 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_background_jobs: 2 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_background_compactions: -1 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_subcompactions: 1 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_open_files: -1 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T23:22:26.237 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_background_flushes: -1 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Compression algorithms supported: 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kZSTD supported: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kXpressCompression supported: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kLZ4Compression supported: 1 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kBZip2Compression supported: 0 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kZlibCompression supported: 1 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: kSnappyCompression supported: 1 2023-11-19T23:22:26.238 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi162/store.db/MANIFEST-000009 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.merge_operator: 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_filter: None 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e4178e9d00) 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: cache_index_and_filter_blocks: 1 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T23:22:26.239 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: pin_top_level_index_and_filter: 1 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_type: 0 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: data_block_index_type: 0 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_shortening: 1 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: hash_index_allow_collision: 1 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: checksum: 1 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: no_block_cache: 0 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache: 0x55e417954170 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_name: BinnedLRUCache 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_options: 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: capacity : 536870912 2023-11-19T23:22:26.240 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: num_shard_bits : 4 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: strict_capacity_limit : 0 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: high_pri_pool_ratio: 0.000 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_cache_compressed: (nil) 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: persistent_cache: (nil) 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_size: 4096 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_size_deviation: 10 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_restart_interval: 16 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: index_block_restart_interval: 1 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: metadata_block_size: 4096 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: partition_filters: 0 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: use_delta_encoding: 1 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-19T23:22:26.241 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: whole_key_filtering: 1 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: verify_compression: 0 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: read_amp_bytes_per_bit: 0 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: format_version: 4 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: enable_index_compression: 1 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: block_align: 0 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression: NoCompression 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.num_levels: 7 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T23:22:26.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T23:22:26.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T23:22:26.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.arena_block_size: 4194304 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T23:22:26.245 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T23:22:26.246 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.table_properties_collectors: 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.inplace_update_support: 0 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T23:22:26.247 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.bloom_locality: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.max_successive_merges: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.ttl: 2592000 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.enable_blob_files: false 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.min_blob_size: 0 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T23:22:26.248 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: 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-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436145920971, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: 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-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436145921942, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77633, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75891, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70347, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700436145, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "402d4353-3148-4888-8f98-d9f91c7689d4", "db_session_id": "PMZ4HZYM5UFGT3QYS3UO"}} 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436145922432, "job": 1, "event": "recovery_finished"} 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: 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-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55e41793aa80 2023-11-19T23:22:26.249 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: DB pointer 0x55e41794a000 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** DB Stats ** 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:22:26.250 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-19T23:22:26.250 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-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T23:22:26.250 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-19T23:22:26.250 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-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.250 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T23:22:26.250 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-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: L0 2/0 77.61 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Sum 2/0 77.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.251 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 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T23:22:26.251 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-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:22:26.251 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 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T23:22:26.251 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative compaction: 0.00 GB write, 17.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Interval compaction: 0.00 GB write, 17.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:22:26.252 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-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T23:22:26.252 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-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: L0 2/0 77.61 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.252 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Sum 2/0 77.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.253 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-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T23:22:26.253 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-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:22:26.253 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 115.3 0.00 0.00 1 0.001 0 0 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T23:22:26.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: Cumulative compaction: 0.00 GB write, 17.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:22:26.253 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-19T23:22:26.254 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-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: 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 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???) e1 preinit fsid 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).mds e1 new map 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).mds e1 print_map 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: e1 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T23:22:26.254 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-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: legacy client fscid: -1 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: 2023-11-19T23:22:26.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout: No filesystems configured 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mon.smithi162 is new leader, mons smithi162 in quorum (ranks 0) 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: monmap e1: 1 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: fsmap 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T23:22:26.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:25 smithi162 ceph-mon[107670]: mgrmap e1: no daemons active 2023-11-19T23:22:26.729 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-19T23:22:26.730 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:22:26.730 INFO:teuthology.orchestra.run.smithi162.stderr:Creating mgr... 2023-11-19T23:22:26.730 INFO:teuthology.orchestra.run.smithi162.stderr:Verifying port 9283 ... 2023-11-19T23:22:26.855 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Failed to reset failed state of unit ceph-6b812fe4-8732-11ee-959e-87774f69a715@mgr.smithi162.eziaaa.service: Unit ceph-6b812fe4-8732-11ee-959e-87774f69a715@mgr.smithi162.eziaaa.service not loaded. 2023-11-19T23:22:26.861 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715.target.wants/ceph-6b812fe4-8732-11ee-959e-87774f69a715@mgr.smithi162.eziaaa.service → /etc/systemd/system/ceph-6b812fe4-8732-11ee-959e-87774f69a715@.service. 2023-11-19T23:22:27.306 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-19T23:22:27.314 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:22:27.315 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-19T23:22:27.315 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to enable service . firewalld.service is not available 2023-11-19T23:22:27.322 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-19T23:22:27.330 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:22:27.331 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-19T23:22:27.331 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-19T23:22:27.331 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr to start... 2023-11-19T23:22:27.331 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr... 2023-11-19T23:22:27.607 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:27 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/186650713' entity='client.admin' 2023-11-19T23:22:27.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:27.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:27.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "6b812fe4-8732-11ee-959e-87774f69a715", 2023-11-19T23:22:27.834 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-19T23:22:27.835 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T23:22:27.835 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T23:22:27.835 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T23:22:27.835 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.835 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T23:22:27.836 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T23:22:27.836 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-19T23:22:27.836 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:27.836 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T23:22:27.836 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-19T23:22:27.837 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:27.837 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-19T23:22:27.837 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T23:22:27.837 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:27.837 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T23:22:27.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T23:22:27.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T23:22:27.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:27.838 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T23:22:27.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T23:22:27.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T23:22:27.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T23:22:27.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T23:22:27.839 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T23:22:27.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T23:22:27.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T23:22:27.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T23:22:27.840 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T23:22:27.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T23:22:27.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T23:22:27.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T23:22:27.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T23:22:27.841 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T23:22:27.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T23:22:27.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:27.842 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T23:22:27.843 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T23:22:27.844 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-19T23:22:27.844 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-19T23:22:27.844 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-19T23:22:27.844 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:27.844 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-19T23:22:22.445293+0000", 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:27.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:27.846 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T23:22:27.846 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:28.149 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (1/15)... 2023-11-19T23:22:28.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:28 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/146952921' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "6b812fe4-8732-11ee-959e-87774f69a715", 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T23:22:30.593 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T23:22:30.594 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:30.595 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T23:22:30.595 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T23:22:30.595 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T23:22:30.595 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T23:22:30.598 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T23:22:30.599 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-19T23:22:22.445293+0000", 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T23:22:30.600 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:30.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:30 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1963048705' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T23:22:30.977 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (2/15)... 2023-11-19T23:22:33.426 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "6b812fe4-8732-11ee-959e-87774f69a715", 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:33.427 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T23:22:33.428 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T23:22:33.429 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T23:22:33.432 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T23:22:33.432 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T23:22:33.432 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T23:22:33.433 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": false, 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:33.434 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-19T23:22:22.445293+0000", 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T23:22:33.435 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:33.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: Activating manager daemon smithi162.eziaaa 2023-11-19T23:22:33.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: mgrmap e2: smithi162.eziaaa(active, starting, since 0.00269388s) 2023-11-19T23:22:33.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:22:33.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:22:33.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: Manager daemon smithi162.eziaaa is now available 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:33.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:33.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:33 smithi162 ceph-mon[107670]: from='mgr.14100 172.21.15.162:0/3140930893' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:33.777 INFO:teuthology.orchestra.run.smithi162.stderr:mgr not available, waiting (3/15)... 2023-11-19T23:22:34.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:34 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3725854557' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T23:22:34.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:34 smithi162 ceph-mon[107670]: mgrmap e3: smithi162.eziaaa(active, since 1.00657s) 2023-11-19T23:22:36.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:36 smithi162 ceph-mon[107670]: mgrmap e4: smithi162.eziaaa(active, since 2s) 2023-11-19T23:22:37.511 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:37.511 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:37.511 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsid": "6b812fe4-8732-11ee-959e-87774f69a715", 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "health": { 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "checks": {}, 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mutes": [] 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum": [ 2023-11-19T23:22:37.512 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 0 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "smithi162" 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "monmap": { 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-19T23:22:37.513 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osdmap": { 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-19T23:22:37.514 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-19T23:22:37.517 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-19T23:22:37.517 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-19T23:22:37.517 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgmap": { 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "fsmap": { 2023-11-19T23:22:37.518 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modules": [ 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "iostat", 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "nfs", 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "restful" 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ], 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.519 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "servicemap": { 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "modified": "2023-11-19T23:22:22.445293+0000", 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "services": {} 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: }, 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-19T23:22:37.520 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:37.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:37 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3226369773' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T23:22:39.054 INFO:teuthology.orchestra.run.smithi162.stderr:mgr is available 2023-11-19T23:22:40.112 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:40.112 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [global] 2023-11-19T23:22:40.112 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: fsid = 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:40.112 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-19T23:22:40.112 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [mgr] 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 2023-11-19T23:22:40.113 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: [osd] 2023-11-19T23:22:40.114 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-19T23:22:40.114 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-19T23:22:40.402 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:40 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1391118731' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T23:22:40.468 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling cephadm module... 2023-11-19T23:22:42.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:41 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2650948558' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "active_name": "smithi162.eziaaa", 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-19T23:22:42.884 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:43.194 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:42 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2650948558' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-19T23:22:43.194 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:42 smithi162 ceph-mon[107670]: mgrmap e5: smithi162.eziaaa(active, since 8s) 2023-11-19T23:22:43.194 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:42 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2559427644' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T23:22:43.276 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for the mgr to restart... 2023-11-19T23:22:43.276 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr epoch 5... 2023-11-19T23:22:48.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:48 smithi162 ceph-mon[107670]: Active manager daemon smithi162.eziaaa restarted 2023-11-19T23:22:48.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:48 smithi162 ceph-mon[107670]: Activating manager daemon smithi162.eziaaa 2023-11-19T23:22:48.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:48 smithi162 ceph-mon[107670]: osdmap e2: 0 total, 0 up, 0 in 2023-11-19T23:22:49.086 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:22:49.087 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-19T23:22:49.087 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "initialized": true 2023-11-19T23:22:49.087 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:22:49.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: mgrmap e6: smithi162.eziaaa(active, starting, since 0.0529321s) 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: Manager daemon smithi162.eziaaa is now available 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:22:49.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:22:49.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: [19/Nov/2023:23:22:48] ENGINE Bus STARTING 2023-11-19T23:22:49.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: [19/Nov/2023:23:22:48] ENGINE Serving on https://172.21.15.162:7150 2023-11-19T23:22:49.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: [19/Nov/2023:23:22:48] ENGINE Bus STARTED 2023-11-19T23:22:49.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:49.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:49 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:50.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:50 smithi162 ceph-mon[107670]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-19T23:22:50.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:50 smithi162 ceph-mon[107670]: mgrmap e7: smithi162.eziaaa(active, since 1.0682s) 2023-11-19T23:22:50.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:50 smithi162 ceph-mon[107670]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-19T23:22:50.865 INFO:teuthology.orchestra.run.smithi162.stderr:mgr epoch 5 is available 2023-11-19T23:22:50.865 INFO:teuthology.orchestra.run.smithi162.stderr:Setting orchestrator backend to cephadm... 2023-11-19T23:22:51.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:51 smithi162 ceph-mon[107670]: mgrmap e8: smithi162.eziaaa(active, since 2s) 2023-11-19T23:22:53.394 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: value unchanged 2023-11-19T23:22:53.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:53 smithi162 ceph-mon[107670]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:53.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:53 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:53.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:53 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:53.739 INFO:teuthology.orchestra.run.smithi162.stderr:Generating ssh key... 2023-11-19T23:22:54.591 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:54 smithi162 ceph-mon[107670]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:54.591 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:54 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:54.591 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:54 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:55.198 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0l0lcpiYmrcg9FUyDf/nEydPV9TL4I1GfsfFMRBu1oc+Wu8OYKfMVYq4MRRXiD8oGNslUT0SEF+u/2HwX/+oRRnPoam9kafWXdS98foVfCle866BXoT78j9SmvLhJ2eh/WuYSJrmpSS7A2Yth8RclydKMSmjhHK/amN+VyMiSUFGcd4nTTpROiZhDs2WidIG0rQPVT8Yc2CqIvhlW7kPVhfILAWdqiZfKG8Qs+O3SRwmXqUiAmKQrQXRq5s5CUQ5LqtdftJA0fbK//VNsdk+wcxxnnA3nutOj13ZIMFeks0WTOhd8kJADe3hTcbQ+xCwxMVF4EWvAfsWWHOyEeJ/wYL6et10vX0/lI/qvUDeVOjWyR7l5MWnRt62ckRnlpDRbUJzj2cCuFLqVx5Ak3aYwOc5W9M4VFUf51pYFNghZJ3Smn/PLZHK160uT7Qaq+0cqLkHVK+PeTm8mtUM/82SPtIlCACcoI9jw1gGRT5tkoUlurfPMdwSQz7zkO1r35JM= ceph-6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:22:55.539 INFO:teuthology.orchestra.run.smithi162.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-19T23:22:55.539 INFO:teuthology.orchestra.run.smithi162.stderr:Adding key to root@localhost authorized_keys... 2023-11-19T23:22:55.540 INFO:teuthology.orchestra.run.smithi162.stderr:Adding host smithi162... 2023-11-19T23:22:55.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:55 smithi162 ceph-mon[107670]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:55.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:55 smithi162 ceph-mon[107670]: Generating ssh key... 2023-11-19T23:22:56.824 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Added host 'smithi162' with addr '172.21.15.162' 2023-11-19T23:22:57.128 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying mon service with default placement... 2023-11-19T23:22:57.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:56 smithi162 ceph-mon[107670]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:57.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:56 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:57.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:56 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:22:57.695 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-19T23:22:57.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:57 smithi162 ceph-mon[107670]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "addr": "172.21.15.162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:57.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:57 smithi162 ceph-mon[107670]: Deploying cephadm binary to smithi162 2023-11-19T23:22:57.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:57 smithi162 ceph-mon[107670]: Added host smithi162 2023-11-19T23:22:57.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:57 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:58.089 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying mgr service with default placement... 2023-11-19T23:22:58.712 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-19T23:22:59.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:58 smithi162 ceph-mon[107670]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:22:59.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:58 smithi162 ceph-mon[107670]: Saving service mon spec with placement count:5 2023-11-19T23:22:59.173 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:58 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:22:59.213 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying crash service with default placement... 2023-11-19T23:22:59.806 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-19T23:23:00.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:59 smithi162 ceph-mon[107670]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:00.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:59 smithi162 ceph-mon[107670]: Saving service mgr spec with placement count:2 2023-11-19T23:23:00.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:59 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:00.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:59 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:00.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:22:59 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:00.414 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying prometheus service with default placement... 2023-11-19T23:23:01.002 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-19T23:23:01.228 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:00 smithi162 ceph-mon[107670]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:01.228 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:00 smithi162 ceph-mon[107670]: Saving service crash spec with placement * 2023-11-19T23:23:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:00 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:01.297 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying grafana service with default placement... 2023-11-19T23:23:01.845 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-19T23:23:02.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:02.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: Saving service prometheus spec with placement count:1 2023-11-19T23:23:02.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:02.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:02.278 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:02.279 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: Saving service grafana spec with placement count:1 2023-11-19T23:23:02.279 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:02 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:02.437 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying node-exporter service with default placement... 2023-11-19T23:23:03.001 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-19T23:23:03.345 INFO:teuthology.orchestra.run.smithi162.stderr:Deploying alertmanager service with default placement... 2023-11-19T23:23:03.890 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-19T23:23:04.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:04.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: Saving service node-exporter spec with placement * 2023-11-19T23:23:04.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:04.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:04.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: Saving service alertmanager spec with placement count:1 2023-11-19T23:23:04.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:03 smithi162 ceph-mon[107670]: from='mgr.14120 172.21.15.162:0/4070424620' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:05.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:05 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3266017637' entity='client.admin' 2023-11-19T23:23:05.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:05 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/949626694' entity='client.admin' 2023-11-19T23:23:05.945 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling the dashboard module... 2023-11-19T23:23:07.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:06 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2313219349' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-19T23:23:07.912 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:23:07.913 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-19T23:23:07.913 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "available": true, 2023-11-19T23:23:07.913 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "active_name": "smithi162.eziaaa", 2023-11-19T23:23:07.913 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-19T23:23:07.913 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:23:08.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:07 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2313219349' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-19T23:23:08.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:07 smithi162 ceph-mon[107670]: mgrmap e9: smithi162.eziaaa(active, since 18s) 2023-11-19T23:23:08.197 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:07 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2193412993' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T23:23:08.270 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for the mgr to restart... 2023-11-19T23:23:08.270 INFO:teuthology.orchestra.run.smithi162.stderr:Waiting for mgr epoch 9... 2023-11-19T23:23:14.058 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: { 2023-11-19T23:23:14.058 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-19T23:23:14.059 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: "initialized": true 2023-11-19T23:23:14.059 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: } 2023-11-19T23:23:14.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: Active manager daemon smithi162.eziaaa restarted 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: Activating manager daemon smithi162.eziaaa 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: osdmap e3: 0 total, 0 up, 0 in 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: mgrmap e10: smithi162.eziaaa(active, starting, since 0.0556384s) 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: Manager daemon smithi162.eziaaa is now available 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:23:14.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:23:14.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:23:14.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:13 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:13] ENGINE Bus STARTING 2023-11-19T23:23:14.459 INFO:teuthology.orchestra.run.smithi162.stderr:mgr epoch 9 is available 2023-11-19T23:23:14.460 INFO:teuthology.orchestra.run.smithi162.stderr:Generating a dashboard self-signed certificate... 2023-11-19T23:23:15.080 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-19T23:23:15.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:14] ENGINE Serving on https://172.21.15.162:7150 2023-11-19T23:23:15.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:14] ENGINE Bus STARTED 2023-11-19T23:23:15.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:15.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: mgrmap e11: smithi162.eziaaa(active, since 1.05809s) 2023-11-19T23:23:15.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-19T23:23:15.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-19T23:23:15.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:15.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:15 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:15.484 INFO:teuthology.orchestra.run.smithi162.stderr:Creating initial admin user... 2023-11-19T23:23:16.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:16 smithi162 ceph-mon[107670]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:16.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:16 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:16.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:16 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:16.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:16 smithi162 ceph-mon[107670]: mgrmap e12: smithi162.eziaaa(active, since 2s) 2023-11-19T23:23:16.406 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$zuCoJ0hl.0PwIVSm.UVbR.Vakx9JwDCxPoyct114li/DLezbcDAxK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700436196, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-19T23:23:16.751 INFO:teuthology.orchestra.run.smithi162.stderr:Fetching dashboard port number... 2023-11-19T23:23:17.248 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: 8443 2023-11-19T23:23:17.609 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: disabled 2023-11-19T23:23:17.616 INFO:teuthology.orchestra.run.smithi162.stderr:systemctl: inactive 2023-11-19T23:23:17.617 INFO:teuthology.orchestra.run.smithi162.stderr:firewalld.service is not enabled 2023-11-19T23:23:17.617 INFO:teuthology.orchestra.run.smithi162.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-19T23:23:17.619 INFO:teuthology.orchestra.run.smithi162.stderr:Ceph Dashboard is now available at: 2023-11-19T23:23:17.619 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:17.620 INFO:teuthology.orchestra.run.smithi162.stderr: URL: https://smithi162.front.sepia.ceph.com:8443/ 2023-11-19T23:23:17.620 INFO:teuthology.orchestra.run.smithi162.stderr: User: admin 2023-11-19T23:23:17.620 INFO:teuthology.orchestra.run.smithi162.stderr: Password: lw0bak04k6 2023-11-19T23:23:17.620 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:17.620 INFO:teuthology.orchestra.run.smithi162.stderr:Enabling autotune for osd_memory_target 2023-11-19T23:23:17.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:17 smithi162 ceph-mon[107670]: 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-19T23:23:17.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:17 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:17.706 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:17 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3762798986' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-19T23:23:19.056 INFO:teuthology.orchestra.run.smithi162.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-19T23:23:19.392 INFO:teuthology.orchestra.run.smithi162.stderr:You can access the Ceph CLI with: 2023-11-19T23:23:19.392 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.392 INFO:teuthology.orchestra.run.smithi162.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:23:19.392 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: ceph telemetry on 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr:For more information see: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:23:19.393 INFO:teuthology.orchestra.run.smithi162.stderr:Bootstrap complete. 2023-11-19T23:23:19.423 INFO:tasks.cephadm:Fetching config... 2023-11-19T23:23:19.424 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:23:19.424 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-19T23:23:19.442 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-19T23:23:19.442 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:23:19.442 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-19T23:23:19.499 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-19T23:23:19.500 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:23:19.500 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/keyring of=/dev/stdout 2023-11-19T23:23:19.568 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-19T23:23:19.568 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:23:19.568 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-19T23:23:19.627 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-19T23:23:19.627 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0l0lcpiYmrcg9FUyDf/nEydPV9TL4I1GfsfFMRBu1oc+Wu8OYKfMVYq4MRRXiD8oGNslUT0SEF+u/2HwX/+oRRnPoam9kafWXdS98foVfCle866BXoT78j9SmvLhJ2eh/WuYSJrmpSS7A2Yth8RclydKMSmjhHK/amN+VyMiSUFGcd4nTTpROiZhDs2WidIG0rQPVT8Yc2CqIvhlW7kPVhfILAWdqiZfKG8Qs+O3SRwmXqUiAmKQrQXRq5s5CUQ5LqtdftJA0fbK//VNsdk+wcxxnnA3nutOj13ZIMFeks0WTOhd8kJADe3hTcbQ+xCwxMVF4EWvAfsWWHOyEeJ/wYL6et10vX0/lI/qvUDeVOjWyR7l5MWnRt62ckRnlpDRbUJzj2cCuFLqVx5Ak3aYwOc5W9M4VFUf51pYFNghZJ3Smn/PLZHK160uT7Qaq+0cqLkHVK+PeTm8mtUM/82SPtIlCACcoI9jw1gGRT5tkoUlurfPMdwSQz7zkO1r35JM= ceph-6b812fe4-8732-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T23:23:19.705 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0l0lcpiYmrcg9FUyDf/nEydPV9TL4I1GfsfFMRBu1oc+Wu8OYKfMVYq4MRRXiD8oGNslUT0SEF+u/2HwX/+oRRnPoam9kafWXdS98foVfCle866BXoT78j9SmvLhJ2eh/WuYSJrmpSS7A2Yth8RclydKMSmjhHK/amN+VyMiSUFGcd4nTTpROiZhDs2WidIG0rQPVT8Yc2CqIvhlW7kPVhfILAWdqiZfKG8Qs+O3SRwmXqUiAmKQrQXRq5s5CUQ5LqtdftJA0fbK//VNsdk+wcxxnnA3nutOj13ZIMFeks0WTOhd8kJADe3hTcbQ+xCwxMVF4EWvAfsWWHOyEeJ/wYL6et10vX0/lI/qvUDeVOjWyR7l5MWnRt62ckRnlpDRbUJzj2cCuFLqVx5Ak3aYwOc5W9M4VFUf51pYFNghZJ3Smn/PLZHK160uT7Qaq+0cqLkHVK+PeTm8mtUM/82SPtIlCACcoI9jw1gGRT5tkoUlurfPMdwSQz7zkO1r35JM= ceph-6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:23:19.716 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0l0lcpiYmrcg9FUyDf/nEydPV9TL4I1GfsfFMRBu1oc+Wu8OYKfMVYq4MRRXiD8oGNslUT0SEF+u/2HwX/+oRRnPoam9kafWXdS98foVfCle866BXoT78j9SmvLhJ2eh/WuYSJrmpSS7A2Yth8RclydKMSmjhHK/amN+VyMiSUFGcd4nTTpROiZhDs2WidIG0rQPVT8Yc2CqIvhlW7kPVhfILAWdqiZfKG8Qs+O3SRwmXqUiAmKQrQXRq5s5CUQ5LqtdftJA0fbK//VNsdk+wcxxnnA3nutOj13ZIMFeks0WTOhd8kJADe3hTcbQ+xCwxMVF4EWvAfsWWHOyEeJ/wYL6et10vX0/lI/qvUDeVOjWyR7l5MWnRt62ckRnlpDRbUJzj2cCuFLqVx5Ak3aYwOc5W9M4VFUf51pYFNghZJ3Smn/PLZHK160uT7Qaq+0cqLkHVK+PeTm8mtUM/82SPtIlCACcoI9jw1gGRT5tkoUlurfPMdwSQz7zkO1r35JM= ceph-6b812fe4-8732-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T23:23:19.761 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0l0lcpiYmrcg9FUyDf/nEydPV9TL4I1GfsfFMRBu1oc+Wu8OYKfMVYq4MRRXiD8oGNslUT0SEF+u/2HwX/+oRRnPoam9kafWXdS98foVfCle866BXoT78j9SmvLhJ2eh/WuYSJrmpSS7A2Yth8RclydKMSmjhHK/amN+VyMiSUFGcd4nTTpROiZhDs2WidIG0rQPVT8Yc2CqIvhlW7kPVhfILAWdqiZfKG8Qs+O3SRwmXqUiAmKQrQXRq5s5CUQ5LqtdftJA0fbK//VNsdk+wcxxnnA3nutOj13ZIMFeks0WTOhd8kJADe3hTcbQ+xCwxMVF4EWvAfsWWHOyEeJ/wYL6et10vX0/lI/qvUDeVOjWyR7l5MWnRt62ckRnlpDRbUJzj2cCuFLqVx5Ak3aYwOc5W9M4VFUf51pYFNghZJ3Smn/PLZHK160uT7Qaq+0cqLkHVK+PeTm8mtUM/82SPtIlCACcoI9jw1gGRT5tkoUlurfPMdwSQz7zkO1r35JM= ceph-6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:23:19.773 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-19T23:23:20.475 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:20 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/32785788' entity='client.admin' 2023-11-19T23:23:20.475 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:20 smithi162 ceph-mon[107670]: mgrmap e13: smithi162.eziaaa(active, since 6s) 2023-11-19T23:23:21.688 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-19T23:23:21.688 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-19T23:23:22.602 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:22 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1525872323' entity='client.admin' 2023-11-19T23:23:23.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:23 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:23.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:23 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:23:23.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:23 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:23.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:23 smithi162 ceph-mon[107670]: Deploying daemon alertmanager.smithi162 on smithi162 2023-11-19T23:23:23.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:23 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:23.519 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2023-11-19T23:23:23.519 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:23:23.519 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2023-11-19T23:23:23.541 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:23:23.541 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:23:23.602 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2023-11-19T23:23:23.602 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch host add smithi179 2023-11-19T23:23:24.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:24 smithi162 ceph-mon[107670]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:27.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:27 smithi162 ceph-mon[107670]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:27.677 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi179' with addr '172.21.15.179' 2023-11-19T23:23:28.385 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-19T23:23:28.912 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:28 smithi162 ceph-mon[107670]: Deploying cephadm binary to smithi179 2023-11-19T23:23:28.912 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:28 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:28.912 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:28 smithi162 ceph-mon[107670]: Added host smithi179 2023-11-19T23:23:30.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:29 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:30.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:29 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:23:30.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:29 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T23:23:30.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:29 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:23:30.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:29 smithi162 ceph-mon[107670]: Deploying daemon crash.smithi162 on smithi162 2023-11-19T23:23:30.230 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:23:30.230 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}] 2023-11-19T23:23:30.686 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-19T23:23:30.686 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-19T23:23:32.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:23:32.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:31 smithi162 ceph-mon[107670]: Deploying daemon grafana.smithi162 on smithi162 2023-11-19T23:23:32.905 INFO:teuthology.orchestra.run.smithi162.stderr:adjusted tunables profile to default 2023-11-19T23:23:33.165 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:32 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3877149560' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-19T23:23:33.266 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2023-11-19T23:23:33.266 INFO:tasks.cephadm:Adding mon.smithi179 on smithi179 2023-11-19T23:23:33.267 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch apply mon '2;smithi162:172.21.15.162=smithi162;smithi179:172.21.15.179=smithi179' 2023-11-19T23:23:34.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:33 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3877149560' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-19T23:23:34.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:33 smithi162 ceph-mon[107670]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T23:23:34.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:33 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:34.642 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mon update... 2023-11-19T23:23:35.022 DEBUG:teuthology.orchestra.run.smithi179:mon.smithi179> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi179.service 2023-11-19T23:23:35.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:35.025 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:35.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:-- Logs begin at Sun 2023-11-19 23:12:43 UTC. -- 2023-11-19T23:23:35.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:34 smithi162 ceph-mon[107670]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:35.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:34 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:36.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:35 smithi162 ceph-mon[107670]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi162:172.21.15.162=smithi162;smithi179:172.21.15.179=smithi179", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:23:36.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:35 smithi162 ceph-mon[107670]: Saving service mon spec with placement smithi162:172.21.15.162=smithi162;smithi179:172.21.15.179=smithi179;count:2 2023-11-19T23:23:36.452 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:36.452 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:36.454 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:37.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:36 smithi162 ceph-mon[107670]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:37.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:36 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/2758107869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:37.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:37.839 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:39.225 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:39.225 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:39.227 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:39.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:38 smithi162 ceph-mon[107670]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:40.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:39 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/1987657967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:40.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:40.595 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:41.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:40 smithi162 ceph-mon[107670]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:41.930 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:41.931 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:41.933 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:42.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:41 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/1255612498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:43.040 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:42 smithi162 ceph-mon[107670]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:43.041 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:42 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:43.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:43.301 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:44.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:43 smithi162 ceph-mon[107670]: Deploying daemon node-exporter.smithi162 on smithi162 2023-11-19T23:23:44.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:43 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:44.706 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:44.706 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:44.707 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:45.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:44 smithi162 ceph-mon[107670]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:23:45.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:44 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:45.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:44 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-19T23:23:45.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:44 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/4233483544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:46.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:46.106 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:46.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:46 smithi162 ceph-mon[107670]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-19T23:23:46.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:46 smithi162 ceph-mon[107670]: mgrmap e14: smithi162.eziaaa(active, since 32s) 2023-11-19T23:23:47.501 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:47.501 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:47.503 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:47.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:47 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/3347815407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:48.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:48.916 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:50.394 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:50.394 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:50.396 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:50.557 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:50 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/271343107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:51.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:51.776 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:52.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:51 smithi162 ceph-mon[107670]: Active manager daemon smithi162.eziaaa restarted 2023-11-19T23:23:52.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:51 smithi162 ceph-mon[107670]: Activating manager daemon smithi162.eziaaa 2023-11-19T23:23:52.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:51 smithi162 ceph-mon[107670]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T23:23:53.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: mgrmap e15: smithi162.eziaaa(active, starting, since 0.348665s) 2023-11-19T23:23:53.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:23:53.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:23:53.168 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: Manager daemon smithi162.eziaaa is now available 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:23:53.169 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:23:53.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:23:53.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:53.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:23:53.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:23:53.170 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:53.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:53.256 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:53.257 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:53.258 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:54.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: mgrmap e16: smithi162.eziaaa(active, since 1.35474s) 2023-11-19T23:23:54.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/3733505911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:54.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:53] ENGINE Bus STARTING 2023-11-19T23:23:54.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:54.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:53] ENGINE Serving on https://172.21.15.162:7150 2023-11-19T23:23:54.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: [19/Nov/2023:23:23:53] ENGINE Bus STARTED 2023-11-19T23:23:54.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:54.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:54.650 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:55 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:55 smithi162 ceph-mon[107670]: mgrmap e17: smithi162.eziaaa(active, since 2s) 2023-11-19T23:23:58.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:55 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:55 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:23:58.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:55 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.109 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:23:58.110 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:58.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:23:58.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T23:23:58.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:23:58.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:57 smithi162 ceph-mon[107670]: Deploying daemon crash.smithi179 on smithi179 2023-11-19T23:23:58.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:57 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/4154094873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:23:58.111 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:23:59.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:23:59.113 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:23:59.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:23:59.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:23:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T23:23:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:23:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:23:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:23:58 smithi162 ceph-mon[107670]: Deploying daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:24:00.966 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:24:00.967 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:22:20.557270Z","created":"2023-11-19T23:22:20.557270Z","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-19T23:24:00.968 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2023-11-19T23:24:00.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:00.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:00.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:00.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:00 smithi162 ceph-mon[107670]: Deploying daemon mon.smithi179 on smithi179 2023-11-19T23:24:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:01 smithi179 systemd[1]: Starting Ceph mon.smithi179 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:24:02.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/675660158' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.367 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-19T23:24:02.368 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T23:24:02.537 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T23:24:02.537 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-19T23:24:02.537 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: pidfile_write: ignore empty --pid-file 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 bash[109501]: 062df0d8047b71b3bf7973c77e60277a65ea6e0c81cd6369140067ba44cf78fb 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: load: jerasure load: lrc 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: RocksDB version: 6.15.5 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Compile date Apr 18 2022 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: DB SUMMARY 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: DB Session ID: ADOJRD22IACSCERB9M7E 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: CURRENT file: CURRENT 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T23:24:02.538 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi179/store.db dir, Total Num: 0, files: 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi179/store.db: 000004.log size: 511 ; 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.error_if_exists: 0 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.create_if_missing: 0 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.paranoid_checks: 1 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T23:24:02.539 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.env: 0x55f967108860 2023-11-19T23:24:02.540 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.fs: Posix File System 2023-11-19T23:24:02.540 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.info_log: 0x55f967f6dfa0 2023-11-19T23:24:02.540 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T23:24:02.540 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.statistics: (nil) 2023-11-19T23:24:02.540 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.use_fsync: 0 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_log_file_size: 0 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T23:24:02.541 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_fallocate: 1 2023-11-19T23:24:02.542 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T23:24:02.542 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T23:24:02.542 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.use_direct_reads: 0 2023-11-19T23:24:02.543 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T23:24:02.543 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T23:24:02.543 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.db_log_dir: 2023-11-19T23:24:02.543 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi179/store.db 2023-11-19T23:24:02.543 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T23:24:02.545 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T23:24:02.545 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T23:24:02.545 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T23:24:02.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T23:24:02.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T23:24:02.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T23:24:02.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T23:24:02.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.write_buffer_manager: 0x55f96805e2d0 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T23:24:02.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.unordered_write: 0 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.row_cache: None 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.wal_filter: None 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T23:24:02.548 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.preserve_deletes: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.two_write_queues: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.atomic_flush: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.log_readahead_size: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T23:24:02.549 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_background_jobs: 2 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_background_compactions: -1 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_subcompactions: 1 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T23:24:02.550 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_open_files: -1 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_background_flushes: -1 2023-11-19T23:24:02.551 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Compression algorithms supported: 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kZSTD supported: 0 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kXpressCompression supported: 0 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kLZ4Compression supported: 1 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kBZip2Compression supported: 0 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kZlibCompression supported: 1 2023-11-19T23:24:02.552 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: kSnappyCompression supported: 1 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi179/store.db/MANIFEST-000003 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.merge_operator: 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_filter: None 2023-11-19T23:24:02.553 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f967f39d00) 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: cache_index_and_filter_blocks: 1 2023-11-19T23:24:02.554 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: pin_top_level_index_and_filter: 1 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_type: 0 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: data_block_index_type: 0 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_shortening: 1 2023-11-19T23:24:02.555 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: hash_index_allow_collision: 1 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: checksum: 1 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: no_block_cache: 0 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache: 0x55f967fa4170 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_name: BinnedLRUCache 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_options: 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: capacity : 536870912 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: num_shard_bits : 4 2023-11-19T23:24:02.557 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: strict_capacity_limit : 0 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: high_pri_pool_ratio: 0.000 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_cache_compressed: (nil) 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: persistent_cache: (nil) 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_size: 4096 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_size_deviation: 10 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_restart_interval: 16 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: index_block_restart_interval: 1 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: metadata_block_size: 4096 2023-11-19T23:24:02.558 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: partition_filters: 0 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: use_delta_encoding: 1 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: whole_key_filtering: 1 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: verify_compression: 0 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: read_amp_bytes_per_bit: 0 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: format_version: 4 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: enable_index_compression: 1 2023-11-19T23:24:02.559 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: block_align: 0 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression: NoCompression 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.num_levels: 7 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T23:24:02.560 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T23:24:02.561 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T23:24:02.562 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.arena_block_size: 4194304 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T23:24:02.563 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T23:24:02.564 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.table_properties_collectors: 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.inplace_update_support: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.bloom_locality: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.max_successive_merges: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T23:24:02.565 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.ttl: 2592000 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.enable_blob_files: false 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.min_blob_size: 0 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T23:24:02.566 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 systemd[1]: Started Ceph mon.smithi179 for 6b812fe4-8732-11ee-959e-87774f69a715. 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi179/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436242231075, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: 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-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436242231406, "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": 1700436242, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6dd8f6fc-3ce6-4fee-84a1-f0a59b107efa", "db_session_id": "ADOJRD22IACSCERB9M7E"}} 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-19T23:24:02.567 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700436242231803, "job": 1, "event": "recovery_finished"} 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi179/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55f967f8aa80 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: DB pointer 0x55f967f9a000 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** DB Stats ** 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T23:24:02.568 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-11-19T23:24:02.569 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T23:24:02.570 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T23:24:02.571 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** Compaction Stats [default] ** 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.9 0.00 0.00 1 0.000 0 0 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T23:24:02.572 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179 does not exist in monmap, will attempt to join an existing cluster 2023-11-19T23:24:02.573 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: using public_addr v2:172.21.15.179:0/0 -> [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: starting mon.smithi179 rank -1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi179 fsid 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(???) e0 preinit fsid 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).mds e1 new map 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).mds e1 print_map 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: e1 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: legacy client fscid: -1 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout: No filesystems configured 2023-11-19T23:24:02.574 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:02.575 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/1255612498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Deploying daemon node-exporter.smithi162 on smithi162 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/4233483544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14162 172.21.15.162:0/547323716' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-19T23:24:02.576 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mgrmap e14: smithi162.eziaaa(active, since 32s) 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/3347815407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/271343107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Active manager daemon smithi162.eziaaa restarted 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Activating manager daemon smithi162.eziaaa 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mgrmap e15: smithi162.eziaaa(active, starting, since 0.348665s) 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:24:02.577 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Manager daemon smithi162.eziaaa is now available 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mgrmap e16: smithi162.eziaaa(active, since 1.35474s) 2023-11-19T23:24:02.578 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/3733505911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: [19/Nov/2023:23:23:53] ENGINE Bus STARTING 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: [19/Nov/2023:23:23:53] ENGINE Serving on https://172.21.15.162:7150 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: [19/Nov/2023:23:23:53] ENGINE Bus STARTED 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mgrmap e17: smithi162.eziaaa(active, since 2s) 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:24:02.579 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Deploying daemon crash.smithi179 on smithi179 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/4154094873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:24:02.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Deploying daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: Deploying daemon mon.smithi179 on smithi179 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/675660158' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-19T23:24:02.581 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:02 smithi179 ceph-mon[109539]: mon.smithi179@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: mon.smithi162 calling monitor election 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: mon.smithi179 calling monitor election 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/crt"}]: dispatch 2023-11-19T23:24:07.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: mon.smithi162 is new leader, mons smithi162,smithi179 in quorum (ranks 0,1) 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: monmap e2: 2 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],smithi179=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: fsmap 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: mgrmap e17: smithi162.eziaaa(active, since 15s) 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: Standby manager daemon smithi179.eiftsj started 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/key"}]: dispatch 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: overall HEALTH_OK 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:24:07.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: mon.smithi162 calling monitor election 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: mon.smithi179 calling monitor election 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/crt"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: mon.smithi162 is new leader, mons smithi162,smithi179 in quorum (ranks 0,1) 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: monmap e2: 2 mons at {smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],smithi179=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: fsmap 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: osdmap e5: 0 total, 0 up, 0 in 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: mgrmap e17: smithi162.eziaaa(active, since 15s) 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: Standby manager daemon smithi179.eiftsj started 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/key"}]: dispatch 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: overall HEALTH_OK 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/4270692106' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:24:07.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:08.192 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-19T23:24:08.192 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":2,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","modified":"2023-11-19T23:24:02.263963Z","created":"2023-11-19T23:22:20.557270Z","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":"smithi179","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-19T23:24:08.193 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 2 2023-11-19T23:24:08.508 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-19T23:24:08.508 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-19T23:24:08.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:08 smithi162 ceph-mon[107670]: Deploying daemon node-exporter.smithi179 on smithi179 2023-11-19T23:24:08.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:08 smithi162 ceph-mon[107670]: mgrmap e18: smithi162.eziaaa(active, since 15s), standbys: smithi179.eiftsj 2023-11-19T23:24:08.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:08 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi179.eiftsj", "id": "smithi179.eiftsj"}]: dispatch 2023-11-19T23:24:08.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:08 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/192858444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:08.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:08 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:08.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:08 smithi179 ceph-mon[109539]: Deploying daemon node-exporter.smithi179 on smithi179 2023-11-19T23:24:08.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:08 smithi179 ceph-mon[109539]: mgrmap e18: smithi162.eziaaa(active, since 15s), standbys: smithi179.eiftsj 2023-11-19T23:24:08.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:08 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr metadata", "who": "smithi179.eiftsj", "id": "smithi179.eiftsj"}]: dispatch 2023-11-19T23:24:08.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:08 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/192858444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T23:24:08.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:08 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:24:11.091 INFO:teuthology.orchestra.run.smithi162.stdout:# minimal ceph.conf for 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:24:11.091 INFO:teuthology.orchestra.run.smithi162.stdout:[global] 2023-11-19T23:24:11.091 INFO:teuthology.orchestra.run.smithi162.stdout: fsid = 6b812fe4-8732-11ee-959e-87774f69a715 2023-11-19T23:24:11.091 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.179:3300/0,v1:172.21.15.179:6789/0] 2023-11-19T23:24:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:11 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:11 smithi179 ceph-mon[109539]: Deploying daemon prometheus.smithi162 on smithi162 2023-11-19T23:24:11.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:11 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:11.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:11 smithi162 ceph-mon[107670]: Deploying daemon prometheus.smithi162 on smithi162 2023-11-19T23:24:11.556 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-19T23:24:11.556 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:24:11.556 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T23:24:11.587 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:24:11.587 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:24:11.664 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:24:11.664 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T23:24:11.702 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:24:11.702 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:24:11.773 INFO:tasks.cephadm:Deploying OSDs... 2023-11-19T23:24:11.774 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:24:11.774 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T23:24:11.795 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-19T23:24:11.796 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2023-11-19T23:24:11.853 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T23:24:11.853 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:11.853 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 387969 Links: 1 2023-11-19T23:24:11.853 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:11.854 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:11.854 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 23:23:42.814298482 +0000 2023-11-19T23:24:11.854 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 23:20:55.199347619 +0000 2023-11-19T23:24:11.854 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 23:20:55.199347619 +0000 2023-11-19T23:24:11.854 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T23:24:11.854 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T23:24:11.925 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T23:24:11.925 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T23:24:11.925 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000221567 s, 2.3 MB/s 2023-11-19T23:24:11.926 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T23:24:11.985 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2023-11-19T23:24:12.044 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T23:24:12.044 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 396908 Links: 1 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 23:23:42.814298482 +0000 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 23:20:55.692337938 +0000 2023-11-19T23:24:12.045 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 23:20:55.692337938 +0000 2023-11-19T23:24:12.046 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T23:24:12.046 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T23:24:12.116 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T23:24:12.116 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T23:24:12.116 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000199866 s, 2.6 MB/s 2023-11-19T23:24:12.117 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T23:24:12.178 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2023-11-19T23:24:12.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:12 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1035406980' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:12.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:12 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:12.235 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T23:24:12.235 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 392722 Links: 1 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 23:23:42.815298462 +0000 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 23:20:56.221327552 +0000 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 23:20:56.221327552 +0000 2023-11-19T23:24:12.236 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T23:24:12.236 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T23:24:12.301 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T23:24:12.301 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T23:24:12.301 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000212647 s, 2.4 MB/s 2023-11-19T23:24:12.302 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T23:24:12.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:12 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1035406980' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:12.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:12 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:12.361 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 395652 Links: 1 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 23:23:42.815298462 +0000 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 23:20:56.720317755 +0000 2023-11-19T23:24:12.418 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 23:20:56.720317755 +0000 2023-11-19T23:24:12.419 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T23:24:12.419 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T23:24:12.483 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T23:24:12.483 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T23:24:12.483 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000205036 s, 2.5 MB/s 2023-11-19T23:24:12.484 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T23:24:12.543 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2023-11-19T23:24:12.544 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T23:24:12.566 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-19T23:24:12.566 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2023-11-19T23:24:12.627 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T23:24:12.627 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 393222 Links: 1 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-11-19 23:24:07.786842284 +0000 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-11-19 23:20:49.632089814 +0000 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-11-19 23:20:49.632089814 +0000 2023-11-19T23:24:12.628 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-11-19T23:24:12.629 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T23:24:12.696 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-11-19T23:24:12.697 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-11-19T23:24:12.697 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000294527 s, 1.7 MB/s 2023-11-19T23:24:12.698 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T23:24:12.759 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 394274 Links: 1 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-11-19 23:24:07.786842284 +0000 2023-11-19T23:24:12.819 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-11-19 23:20:50.133078854 +0000 2023-11-19T23:24:12.820 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-11-19 23:20:50.133078854 +0000 2023-11-19T23:24:12.820 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-11-19T23:24:12.820 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T23:24:12.887 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-11-19T23:24:12.887 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-11-19T23:24:12.887 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000219172 s, 2.3 MB/s 2023-11-19T23:24:12.888 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T23:24:12.948 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2023-11-19T23:24:13.006 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 385012 Links: 1 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-11-19 23:24:07.786842284 +0000 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-11-19 23:20:50.627068048 +0000 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-11-19 23:20:50.627068048 +0000 2023-11-19T23:24:13.007 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-11-19T23:24:13.008 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T23:24:13.073 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-11-19T23:24:13.073 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-11-19T23:24:13.073 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.00017039 s, 3.0 MB/s 2023-11-19T23:24:13.074 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T23:24:13.134 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2023-11-19T23:24:13.192 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T23:24:13.192 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T23:24:13.192 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 398383 Links: 1 2023-11-19T23:24:13.192 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T23:24:13.193 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T23:24:13.193 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2023-11-19 23:24:07.786842284 +0000 2023-11-19T23:24:13.193 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2023-11-19 23:20:51.134056957 +0000 2023-11-19T23:24:13.193 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2023-11-19 23:20:51.134056957 +0000 2023-11-19T23:24:13.193 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2023-11-19T23:24:13.193 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T23:24:13.258 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2023-11-19T23:24:13.258 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2023-11-19T23:24:13.258 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000167347 s, 3.1 MB/s 2023-11-19T23:24:13.259 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T23:24:13.318 INFO:tasks.cephadm:Deploying osd.0 on smithi162 with /dev/vg_nvme/lv_4... 2023-11-19T23:24:13.318 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T23:24:13.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:13 smithi179 ceph-mon[109539]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:13.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:13 smithi162 ceph-mon[107670]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:15.360 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:15 smithi162 ceph-mon[107670]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:15.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:15 smithi179 ceph-mon[109539]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:16.681 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T23:24:16.681 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-19T23:24:16.681 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-19T23:24:16.681 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-19T23:24:16.681 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129711 s, 808 MB/s 2023-11-19T23:24:16.681 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-19T23:24:17.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:16 smithi162 ceph-mon[107670]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:17.291 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_4 2023-11-19T23:24:17.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:16 smithi179 ceph-mon[109539]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:24:19.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:19.248 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:19.248 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:19.248 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:19.248 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:19.248 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:19.249 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:24:19.249 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:24:19.249 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:20.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:20 smithi162 ceph-mon[107670]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:24:20.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:20.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:20 smithi162 ceph-mon[107670]: Updating smithi179:/etc/ceph/ceph.conf 2023-11-19T23:24:20.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:20 smithi162 ceph-mon[107670]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:24:20.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:20 smithi179 ceph-mon[109539]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:24:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:20 smithi179 ceph-mon[109539]: Updating smithi179:/etc/ceph/ceph.conf 2023-11-19T23:24:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:20 smithi179 ceph-mon[109539]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:24:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2407207052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5552710c-d5e7-42a6-90b8-e83eb53258e0"}]: dispatch 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2407207052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5552710c-d5e7-42a6-90b8-e83eb53258e0"}]': finished 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T23:24:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2407207052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5552710c-d5e7-42a6-90b8-e83eb53258e0"}]: dispatch 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2407207052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5552710c-d5e7-42a6-90b8-e83eb53258e0"}]': finished 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:21.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T23:24:21.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:22.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:22 smithi179 ceph-mon[109539]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:24:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:22 smithi179 ceph-mon[109539]: Reconfiguring mon.smithi162 (unknown last config time)... 2023-11-19T23:24:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:22 smithi179 ceph-mon[109539]: Reconfiguring daemon mon.smithi162 on smithi162 2023-11-19T23:24:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:22 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2964580054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:24:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:22.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:22 smithi162 ceph-mon[107670]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:24:22.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:22 smithi162 ceph-mon[107670]: Reconfiguring mon.smithi162 (unknown last config time)... 2023-11-19T23:24:22.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:22 smithi162 ceph-mon[107670]: Reconfiguring daemon mon.smithi162 on smithi162 2023-11-19T23:24:22.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:22 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2964580054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:24:22.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:23 smithi179 ceph-mon[109539]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:23.864 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:23 smithi162 ceph-mon[107670]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:25.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:25 smithi162 ceph-mon[107670]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:24:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:24:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:25 smithi179 ceph-mon[109539]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:24:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:24:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:26.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:26 smithi162 ceph-mon[107670]: Reconfiguring mgr.smithi162.eziaaa (unknown last config time)... 2023-11-19T23:24:26.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:26 smithi162 ceph-mon[107670]: Reconfiguring daemon mgr.smithi162.eziaaa on smithi162 2023-11-19T23:24:26.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:26 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:26 smithi179 ceph-mon[109539]: Reconfiguring mgr.smithi162.eziaaa (unknown last config time)... 2023-11-19T23:24:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:26 smithi179 ceph-mon[109539]: Reconfiguring daemon mgr.smithi162.eziaaa on smithi162 2023-11-19T23:24:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:26 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-19T23:24:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-19T23:24:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T23:24:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:27 smithi162 ceph-mon[107670]: Deploying daemon osd.0 on smithi162 2023-11-19T23:24:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-19T23:24:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-19T23:24:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T23:24:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:27 smithi179 ceph-mon[109539]: Deploying daemon osd.0 on smithi162 2023-11-19T23:24:29.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:29 smithi162 ceph-mon[107670]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:29.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:29 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:29.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:29 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:24:29.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:29 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:29 smithi179 ceph-mon[109539]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:29 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:29 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:24:29.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:29 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:30 smithi162 ceph-mon[107670]: Reconfiguring crash.smithi162 (monmap changed)... 2023-11-19T23:24:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:30 smithi162 ceph-mon[107670]: Reconfiguring daemon crash.smithi162 on smithi162 2023-11-19T23:24:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:30 smithi179 ceph-mon[109539]: Reconfiguring crash.smithi162 (monmap changed)... 2023-11-19T23:24:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:30 smithi179 ceph-mon[109539]: Reconfiguring daemon crash.smithi162 on smithi162 2023-11-19T23:24:31.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:31 smithi162 ceph-mon[107670]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:31 smithi179 ceph-mon[109539]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:33.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:32 smithi162 ceph-mon[107670]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:33.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:32 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:33.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:32 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:33.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:32 smithi179 ceph-mon[109539]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:33.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:32 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:33.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:32 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:34.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:33 smithi162 ceph-mon[107670]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-19T23:24:34.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:33 smithi162 ceph-mon[107670]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-19T23:24:34.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:33 smithi179 ceph-mon[109539]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-19T23:24:34.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:33 smithi179 ceph-mon[109539]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-19T23:24:35.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:34 smithi179 ceph-mon[109539]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:35.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:34 smithi162 ceph-mon[107670]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:35.971 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 0 on host 'smithi162' 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: Reconfiguring crash.smithi179 (monmap changed)... 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: Reconfiguring daemon crash.smithi179 on smithi179 2023-11-19T23:24:36.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:24:36.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: Reconfiguring crash.smithi179 (monmap changed)... 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi179", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: Reconfiguring daemon crash.smithi179 on smithi179 2023-11-19T23:24:36.306 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:24:36.307 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:36.343 DEBUG:teuthology.orchestra.run.smithi162:osd.0> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.0.service 2023-11-19T23:24:36.345 INFO:tasks.cephadm:Deploying osd.1 on smithi162 with /dev/vg_nvme/lv_3... 2023-11-19T23:24:36.345 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-19T23:24:36.374 INFO:journalctl@ceph.osd.0.smithi162.stdout:-- Logs begin at Sun 2023-11-19 23:13:13 UTC. -- 2023-11-19T23:24:37.188 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: Reconfiguring mgr.smithi179.eiftsj (monmap changed)... 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: Reconfiguring daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:37.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T23:24:37.190 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:37.291 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0[120448]: 2023-11-19T23:24:37.056+0000 7f433b034700 -1 osd.0 0 waiting for initial osdmap 2023-11-19T23:24:37.292 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0[120448]: 2023-11-19T23:24:37.058+0000 7f43339c7700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: Reconfiguring mgr.smithi179.eiftsj (monmap changed)... 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: Reconfiguring daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:37.292 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:37.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:37.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:37.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T23:24:37.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T23:24:37.293 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:37.736 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-19T23:24:37.736 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-19T23:24:37.736 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-19T23:24:37.737 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-19T23:24:37.737 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133528 s, 785 MB/s 2023-11-19T23:24:37.737 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-19T23:24:38.080 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_3 2023-11-19T23:24:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: Reconfiguring mon.smithi179 (monmap changed)... 2023-11-19T23:24:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: Reconfiguring daemon mon.smithi179 on smithi179 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: osdmap e8: 1 total, 0 up, 1 in 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-19T23:24:38.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:38.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:38 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:38.349 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: Reconfiguring mon.smithi179 (monmap changed)... 2023-11-19T23:24:38.349 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: Reconfiguring daemon mon.smithi179 on smithi179 2023-11-19T23:24:38.349 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: osdmap e8: 1 total, 0 up, 1 in 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:24:38.350 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-19T23:24:38.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:38.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:38.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:38.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:38 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:39.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:24:39.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:24:39.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:24:39.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-19T23:24:39.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606] boot 2023-11-19T23:24:39.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T23:24:39.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:39.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:39.389 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.162:9093"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.162:3000"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.162:9095"}]: dispatch 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: osd.0 [v2:172.21.15.162:6802/3613377606,v1:172.21.15.162:6803/3613377606] boot 2023-11-19T23:24:39.390 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T23:24:39.391 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:24:39.391 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:40.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:40 smithi162 ceph-mon[107670]: osdmap e10: 1 total, 1 up, 1 in 2023-11-19T23:24:40.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:24:40.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:24:40.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:40.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:40 smithi179 ceph-mon[109539]: osdmap e10: 1 total, 1 up, 1 in 2023-11-19T23:24:40.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:24:40.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:24:40.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:41.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:41 smithi179 ceph-mon[109539]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:24:41.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:41 smithi179 ceph-mon[109539]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:41.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:41.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:41 smithi162 ceph-mon[107670]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:24:41.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:41 smithi162 ceph-mon[107670]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:41.351 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:43.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:43 smithi179 ceph-mon[109539]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:43.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:43 smithi162 ceph-mon[107670]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:44 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3954794337' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76811270-51c6-4adb-b2cc-298491e415c0"}]: dispatch 2023-11-19T23:24:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:44 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3954794337' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76811270-51c6-4adb-b2cc-298491e415c0"}]': finished 2023-11-19T23:24:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:44 smithi179 ceph-mon[109539]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T23:24:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:44 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3241101596' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:24:44.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:44 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3954794337' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76811270-51c6-4adb-b2cc-298491e415c0"}]: dispatch 2023-11-19T23:24:44.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:44 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3954794337' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76811270-51c6-4adb-b2cc-298491e415c0"}]': finished 2023-11-19T23:24:44.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:44 smithi162 ceph-mon[107670]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T23:24:44.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:44.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:44 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3241101596' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:24:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:45 smithi179 ceph-mon[109539]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:45.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:45 smithi162 ceph-mon[107670]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:47.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:46 smithi162 ceph-mon[107670]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:47.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:46 smithi179 ceph-mon[109539]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:49.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi162 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi162 to 12898M 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:49.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:48 smithi179 ceph-mon[109539]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:49.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi162 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi162 to 12898M 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:49.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:48 smithi162 ceph-mon[107670]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:49 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:49 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T23:24:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:49 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:49 smithi162 ceph-mon[107670]: Deploying daemon osd.1 on smithi162 2023-11-19T23:24:50.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:49 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:50.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:49 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T23:24:50.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:49 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:50.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:49 smithi179 ceph-mon[109539]: Deploying daemon osd.1 on smithi162 2023-11-19T23:24:51.061 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:50 smithi162 ceph-mon[107670]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:51.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:50 smithi179 ceph-mon[109539]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:52.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:52.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:52.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:24:52.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:24:52.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:52.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:52.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:24:52.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:24:53.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:53 smithi179 ceph-mon[109539]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:53.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:53 smithi162 ceph-mon[107670]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:54.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:54 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:54.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:54 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:54.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:54 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:54.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:54 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:54 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:54 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:24:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:54 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:24:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:54 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:24:55.444 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:55 smithi162 ceph-mon[107670]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:55.445 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:55 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:55.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:55 smithi179 ceph-mon[109539]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:55.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:55 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:55.690 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 1 on host 'smithi162' 2023-11-19T23:24:56.257 DEBUG:teuthology.orchestra.run.smithi162:osd.1> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.1.service 2023-11-19T23:24:56.260 INFO:tasks.cephadm:Deploying osd.2 on smithi162 with /dev/vg_nvme/lv_2... 2023-11-19T23:24:56.260 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-19T23:24:56.289 INFO:journalctl@ceph.osd.1.smithi162.stdout:-- Logs begin at Sun 2023-11-19 23:13:13 UTC. -- 2023-11-19T23:24:56.626 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:24:56.416+0000 7f48dc9a83c0 -1 osd.1 0 log_to_monitors true 2023-11-19T23:24:56.919 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:56.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-mon[107670]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:56.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-mon[107670]: from='osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T23:24:56.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-mon[107670]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T23:24:56.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:56 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:57.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:56 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:57.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:56 smithi179 ceph-mon[109539]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:57.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:56 smithi179 ceph-mon[109539]: from='osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T23:24:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:56 smithi179 ceph-mon[109539]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T23:24:57.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:56 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:24:57.761 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-19T23:24:57.761 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-19T23:24:57.761 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-19T23:24:57.761 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-19T23:24:57.762 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111389 s, 941 MB/s 2023-11-19T23:24:57.762 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-19T23:24:58.165 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_2 2023-11-19T23:24:58.229 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:24:57.967+0000 7f48d33ab700 -1 osd.1 0 waiting for initial osdmap 2023-11-19T23:24:58.230 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:24:57.970+0000 7f48cc53f700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:24:58.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-mon[107670]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T23:24:58.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-mon[107670]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T23:24:58.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:58.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-mon[107670]: from='osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:58.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:57 smithi162 ceph-mon[107670]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:58.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:57 smithi179 ceph-mon[109539]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T23:24:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:57 smithi179 ceph-mon[109539]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T23:24:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:57 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:57 smithi179 ceph-mon[109539]: from='osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:58.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:57 smithi179 ceph-mon[109539]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:24:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:58 smithi162 ceph-mon[107670]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:58 smithi162 ceph-mon[107670]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:24:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:58 smithi162 ceph-mon[107670]: osdmap e13: 2 total, 1 up, 2 in 2023-11-19T23:24:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:59.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:58 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:59.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:58 smithi179 ceph-mon[109539]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:24:59.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:58 smithi179 ceph-mon[109539]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:24:59.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:58 smithi179 ceph-mon[109539]: osdmap e13: 2 total, 1 up, 2 in 2023-11-19T23:24:59.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:58 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:24:59.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:58 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:25:00.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:25:00.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:25:00.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449] boot 2023-11-19T23:25:00.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T23:25:00.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='client.14266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi162 to 6449M 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:00.352 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:00.352 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:24:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: osd.1 [v2:172.21.15.162:6810/1146514449,v1:172.21.15.162:6811/1146514449] boot 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='client.14266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.383 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi162 to 6449M 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:00.384 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:24:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:00 smithi162 ceph-mon[107670]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:25:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:00 smithi162 ceph-mon[107670]: osdmap e15: 2 total, 2 up, 2 in 2023-11-19T23:25:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:00 smithi179 ceph-mon[109539]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-19T23:25:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:00 smithi179 ceph-mon[109539]: osdmap e15: 2 total, 2 up, 2 in 2023-11-19T23:25:02.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1761017020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fa4ac6f-fbde-4c76-8778-7247c556b1a8"}]: dispatch 2023-11-19T23:25:02.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1761017020' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fa4ac6f-fbde-4c76-8778-7247c556b1a8"}]': finished 2023-11-19T23:25:02.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:01 smithi162 ceph-mon[107670]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T23:25:02.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:01 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:01 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1761017020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fa4ac6f-fbde-4c76-8778-7247c556b1a8"}]: dispatch 2023-11-19T23:25:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:01 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1761017020' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fa4ac6f-fbde-4c76-8778-7247c556b1a8"}]': finished 2023-11-19T23:25:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:01 smithi179 ceph-mon[109539]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T23:25:02.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:01 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:03.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:02 smithi179 ceph-mon[109539]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:03.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2419821608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:03.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:03.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:03.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:02 smithi162 ceph-mon[107670]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:03.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:02 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2419821608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:03.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:02 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:03.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:02 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:05.200 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:04 smithi162 ceph-mon[107670]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:05.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:04 smithi179 ceph-mon[109539]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:07.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:06 smithi162 ceph-mon[107670]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:07.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T23:25:07.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:07.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:06 smithi162 ceph-mon[107670]: Deploying daemon osd.2 on smithi162 2023-11-19T23:25:07.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:06 smithi179 ceph-mon[109539]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:07.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T23:25:07.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:07.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:06 smithi179 ceph-mon[109539]: Deploying daemon osd.2 on smithi162 2023-11-19T23:25:09.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:08 smithi162 ceph-mon[107670]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:09.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:08 smithi179 ceph-mon[109539]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:11.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:11 smithi162 ceph-mon[107670]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:11.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:11 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:11.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:11 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:11.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:11 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:11.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:11 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:11 smithi179 ceph-mon[109539]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:11 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:11 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:11 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:11 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:12.242 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 2 on host 'smithi162' 2023-11-19T23:25:12.760 DEBUG:teuthology.orchestra.run.smithi162:osd.2> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.2.service 2023-11-19T23:25:12.762 INFO:tasks.cephadm:Deploying osd.3 on smithi162 with /dev/vg_nvme/lv_1... 2023-11-19T23:25:12.762 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-19T23:25:12.796 INFO:journalctl@ceph.osd.2.smithi162.stdout:-- Logs begin at Sun 2023-11-19 23:13:13 UTC. -- 2023-11-19T23:25:13.458 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:13 smithi162 ceph-mon[107670]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:13.458 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:13.458 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:13 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:25:13.252+0000 7fce8f2a43c0 -1 osd.2 0 log_to_monitors true 2023-11-19T23:25:13.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:13 smithi179 ceph-mon[109539]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:13.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:14.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:14 smithi179 ceph-mon[109539]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T23:25:14.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:14 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:14.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:14 smithi162 ceph-mon[107670]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T23:25:14.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:14 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:15.240 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-19T23:25:15.241 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-19T23:25:15.241 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-19T23:25:15.241 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-19T23:25:15.241 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112559 s, 932 MB/s 2023-11-19T23:25:15.241 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-19T23:25:15.293 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:25:15.252+0000 7fce85ca7700 -1 osd.2 0 waiting for initial osdmap 2023-11-19T23:25:15.294 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:25:15.255+0000 7fce7e63a700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:25:15.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-mon[107670]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:15.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-mon[107670]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T23:25:15.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-mon[107670]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T23:25:15.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:15.294 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:15 smithi162 ceph-mon[107670]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:25:15.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:15 smithi179 ceph-mon[109539]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:15.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:15 smithi179 ceph-mon[109539]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T23:25:15.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:15 smithi179 ceph-mon[109539]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T23:25:15.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:15 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:15.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:15 smithi179 ceph-mon[109539]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:25:15.691 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_1 2023-11-19T23:25:16.518 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:16 smithi162 ceph-mon[107670]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:25:16.518 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:16 smithi162 ceph-mon[107670]: osdmap e18: 3 total, 2 up, 3 in 2023-11-19T23:25:16.518 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:16 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:16.519 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:16 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:16.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:16 smithi179 ceph-mon[109539]: from='osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:25:16.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:16 smithi179 ceph-mon[109539]: osdmap e18: 3 total, 2 up, 3 in 2023-11-19T23:25:16.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:16 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:16.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:16 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:17.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: pgmap v48: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507] boot 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:17.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:25:17.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:25:17.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: pgmap v48: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: osd.2 [v2:172.21.15.162:6818/3616819507,v1:172.21.15.162:6819/3616819507] boot 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:17.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:18.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi162 2023-11-19T23:25:18.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi162 to 4299M 2023-11-19T23:25:18.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:18.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:18.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T23:25:18.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:18.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:18 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:18.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi162 2023-11-19T23:25:18.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi162 to 4299M 2023-11-19T23:25:18.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:18.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:18.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T23:25:18.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:18.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:18 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:19.398 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1151845269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59729bd5-c8fe-42dd-9a8e-cf08b64ec010"}]: dispatch 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T23:25:19.399 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1151845269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59729bd5-c8fe-42dd-9a8e-cf08b64ec010"}]': finished 2023-11-19T23:25:19.400 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: osdmap e22: 4 total, 3 up, 4 in 2023-11-19T23:25:19.400 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:19.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1151845269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59729bd5-c8fe-42dd-9a8e-cf08b64ec010"}]: dispatch 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1151845269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59729bd5-c8fe-42dd-9a8e-cf08b64ec010"}]': finished 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: osdmap e22: 4 total, 3 up, 4 in 2023-11-19T23:25:19.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:19.653 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131667]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T23:25:19.654 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131667]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:19.654 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131667]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:19.913 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131724]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T23:25:19.913 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131724]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:19.913 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131724]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131728]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131728]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:19 smithi162 sudo[131728]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131739]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131739]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:20.164 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131739]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:20.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2635184519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:20.415 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:20.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 ceph-mon[107670]: osdmap e23: 4 total, 3 up, 4 in 2023-11-19T23:25:20.416 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:20.416 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131922]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T23:25:20.416 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131922]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:20.416 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[131922]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:20 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2635184519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:20 smithi179 ceph-mon[109539]: osdmap e23: 4 total, 3 up, 4 in 2023-11-19T23:25:20.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:20.729 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132110]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T23:25:20.729 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132110]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:20.729 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132110]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:21.152 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132115]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T23:25:21.152 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132115]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:21.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:20 smithi162 sudo[132115]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:21.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 sudo[132305]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T23:25:21.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 sudo[132305]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:21.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 sudo[132305]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112261]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112261]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112261]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112264]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112264]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 sudo[112264]: pam_unix(sudo:session): session closed for user root 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: mgrmap e19: smithi162.eziaaa(active, since 89s), standbys: smithi179.eiftsj 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:25:21.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:25:21.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: mgrmap e19: smithi162.eziaaa(active, since 89s), standbys: smithi179.eiftsj 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:25:21.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:25:22.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:22 smithi162 ceph-mon[107670]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T23:25:22.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:22 smithi162 ceph-mon[107670]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T23:25:22.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:23.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:22 smithi179 ceph-mon[109539]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T23:25:23.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:22 smithi179 ceph-mon[109539]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T23:25:23.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:23.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:23 smithi162 ceph-mon[107670]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:24.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:23 smithi179 ceph-mon[109539]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:24.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:24 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-19T23:25:24.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:24 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:24 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-19T23:25:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:24 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:25 smithi162 ceph-mon[107670]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:25.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:25 smithi162 ceph-mon[107670]: Deploying daemon osd.3 on smithi162 2023-11-19T23:25:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:25 smithi179 ceph-mon[109539]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-19T23:25:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:25 smithi179 ceph-mon[109539]: Deploying daemon osd.3 on smithi162 2023-11-19T23:25:27.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:27 smithi162 ceph-mon[107670]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-11-19T23:25:27.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:27.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:27.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:27.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:27 smithi179 ceph-mon[109539]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-11-19T23:25:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:28.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:29.842 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 3 on host 'smithi162' 2023-11-19T23:25:29.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:29 smithi162 ceph-mon[107670]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-19T23:25:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:29 smithi179 ceph-mon[109539]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-19T23:25:30.238 DEBUG:teuthology.orchestra.run.smithi162:osd.3> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.3.service 2023-11-19T23:25:30.240 INFO:tasks.cephadm:Deploying osd.4 on smithi179 with /dev/vg_nvme/lv_4... 2023-11-19T23:25:30.240 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T23:25:30.270 INFO:journalctl@ceph.osd.3.smithi162.stdout:-- Logs begin at Sun 2023-11-19 23:13:13 UTC. -- 2023-11-19T23:25:30.844 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:25:30 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:25:30.723+0000 7f88e6af23c0 -1 osd.3 0 log_to_monitors true 2023-11-19T23:25:31.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:31.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:30 smithi179 ceph-mon[109539]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T23:25:31.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:30 smithi179 ceph-mon[109539]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T23:25:31.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:31.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:30 smithi162 ceph-mon[107670]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T23:25:31.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:30 smithi162 ceph-mon[107670]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-19T23:25:31.654 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T23:25:31.655 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T23:25:31.655 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-11-19T23:25:31.655 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-11-19T23:25:31.655 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014527 s, 722 MB/s 2023-11-19T23:25:31.655 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-11-19T23:25:32.012 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:31 smithi179 ceph-mon[109539]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-19T23:25:32.012 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:31 smithi179 ceph-mon[109539]: osdmap e24: 4 total, 3 up, 4 in 2023-11-19T23:25:32.012 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:31 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:32.012 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:31 smithi179 ceph-mon[109539]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:25:32.012 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:31 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:32.062 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2023-11-19T23:25:32.230 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:25:31.849+0000 7f88dd4f5700 -1 osd.3 0 waiting for initial osdmap 2023-11-19T23:25:32.230 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:25:31.854+0000 7f88d8e8e700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:25:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-mon[107670]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-19T23:25:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-mon[107670]: osdmap e24: 4 total, 3 up, 4 in 2023-11-19T23:25:32.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:32.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-mon[107670]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T23:25:32.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:31 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:32.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:32 smithi162 ceph-mon[107670]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:25:32.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:32 smithi162 ceph-mon[107670]: osdmap e25: 4 total, 3 up, 4 in 2023-11-19T23:25:32.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:32 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:32.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:32 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:32.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:32 smithi162 ceph-mon[107670]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T23:25:33.017 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:32 smithi179 ceph-mon[109539]: from='osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T23:25:33.017 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:32 smithi179 ceph-mon[109539]: osdmap e25: 4 total, 3 up, 4 in 2023-11-19T23:25:33.017 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:32 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:33.017 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:32 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:33.017 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:32 smithi179 ceph-mon[109539]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-19T23:25:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:25:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:25:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101] boot 2023-11-19T23:25:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: osdmap e26: 4 total, 4 up, 4 in 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi162 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi162 to 3224M 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:34.099 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:34.100 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: osd.3 [v2:172.21.15.162:6826/1620947101,v1:172.21.15.162:6827/1620947101] boot 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: osdmap e26: 4 total, 4 up, 4 in 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi162 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi162 to 3224M 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:34.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:34.232 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:35.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:35 smithi179 ceph-mon[109539]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:35.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:35 smithi179 ceph-mon[109539]: osdmap e27: 4 total, 4 up, 4 in 2023-11-19T23:25:35.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:35 smithi162 ceph-mon[107670]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:35.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:35 smithi162 ceph-mon[107670]: osdmap e27: 4 total, 4 up, 4 in 2023-11-19T23:25:36.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/4027391274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]: dispatch 2023-11-19T23:25:36.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]: dispatch 2023-11-19T23:25:36.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]': finished 2023-11-19T23:25:36.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: osdmap e28: 5 total, 4 up, 5 in 2023-11-19T23:25:36.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:36.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:36 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/2182520586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:36.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/4027391274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]: dispatch 2023-11-19T23:25:36.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]: dispatch 2023-11-19T23:25:36.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98d3845d-d4a5-4ba8-84e4-e9c189542ffe"}]': finished 2023-11-19T23:25:36.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: osdmap e28: 5 total, 4 up, 5 in 2023-11-19T23:25:36.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:36.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:36 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/2182520586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:37.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:37 smithi162 ceph-mon[107670]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:37.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:37 smithi179 ceph-mon[109539]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:39.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:39 smithi179 ceph-mon[109539]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:39.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:39 smithi162 ceph-mon[107670]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:41.391 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:41 smithi179 ceph-mon[109539]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:41.391 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-19T23:25:41.391 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:41.391 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:41 smithi179 ceph-mon[109539]: Deploying daemon osd.4 on smithi179 2023-11-19T23:25:41.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:41 smithi162 ceph-mon[107670]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:41.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-19T23:25:41.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:41.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:41 smithi162 ceph-mon[107670]: Deploying daemon osd.4 on smithi179 2023-11-19T23:25:43.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:43 smithi179 ceph-mon[109539]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:43.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:43 smithi162 ceph-mon[107670]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:45.050 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:45.050 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:45.050 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:45.051 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:45.051 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:44 smithi179 ceph-mon[109539]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:45.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:45.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:45.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:45.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:45.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:44 smithi162 ceph-mon[107670]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:46.019 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 4 on host 'smithi179' 2023-11-19T23:25:46.397 DEBUG:teuthology.orchestra.run.smithi179:osd.4> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.4.service 2023-11-19T23:25:46.399 INFO:tasks.cephadm:Deploying osd.5 on smithi179 with /dev/vg_nvme/lv_3... 2023-11-19T23:25:46.399 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-19T23:25:46.427 INFO:journalctl@ceph.osd.4.smithi179.stdout:-- Logs begin at Sun 2023-11-19 23:12:43 UTC. -- 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:46.961 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:46.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:46.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:25:46.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:46.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:46 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:25:47.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:25:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:25:46.958+0000 7fb4dd4a13c0 -1 osd.4 0 log_to_monitors true 2023-11-19T23:25:47.729 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:47 smithi179 ceph-mon[109539]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:47.729 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:47 smithi179 ceph-mon[109539]: from='osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T23:25:47.729 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:47 smithi179 ceph-mon[109539]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T23:25:47.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:47 smithi162 ceph-mon[107670]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:47.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:47 smithi162 ceph-mon[107670]: from='osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T23:25:47.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:47 smithi162 ceph-mon[107670]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-19T23:25:48.138 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-19T23:25:48.138 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-19T23:25:48.139 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-11-19T23:25:48.139 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-11-19T23:25:48.139 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148656 s, 705 MB/s 2023-11-19T23:25:48.139 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-11-19T23:25:48.610 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_3 2023-11-19T23:25:48.941 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:25:48.691+0000 7fb4d3ea4700 -1 osd.4 0 waiting for initial osdmap 2023-11-19T23:25:48.941 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:25:48.695+0000 7fb4cc837700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:25:48.941 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: osdmap e29: 5 total, 4 up, 5 in 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:48.942 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:48 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:48.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: osdmap e29: 5 total, 4 up, 5 in 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:48 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:25:49.972 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi179 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi179 to 15970M 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: osdmap e30: 5 total, 4 up, 5 in 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:49.973 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:49 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:49.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-19T23:25:49.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi179 2023-11-19T23:25:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi179 to 15970M 2023-11-19T23:25:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:25:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: osdmap e30: 5 total, 4 up, 5 in 2023-11-19T23:25:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:49.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:49 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472] boot 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: osdmap e31: 5 total, 5 up, 5 in 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:50.923 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:50 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:50.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:25:50.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: osd.4 [v2:172.21.15.179:6800/3572885472,v1:172.21.15.179:6801/3572885472] boot 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: osdmap e31: 5 total, 5 up, 5 in 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:25:50.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:50 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:51.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: osdmap e32: 5 total, 5 up, 5 in 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/2260175856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]: dispatch 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]: dispatch 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]': finished 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: osdmap e33: 6 total, 5 up, 6 in 2023-11-19T23:25:51.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:51 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: osdmap e32: 5 total, 5 up, 5 in 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/2260175856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]: dispatch 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]: dispatch 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01658cb9-caf3-4f26-b91c-5adf61c8b690"}]': finished 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: osdmap e33: 6 total, 5 up, 6 in 2023-11-19T23:25:52.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:51 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:52.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:52 smithi162 ceph-mon[107670]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:52.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:25:52.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:25:52.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:52 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/551947655' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:53.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:52 smithi179 ceph-mon[109539]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:53.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:25:53.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:25:53.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:52 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/551947655' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:25:53.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:53 smithi162 ceph-mon[107670]: osdmap e34: 6 total, 5 up, 6 in 2023-11-19T23:25:53.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:53 smithi179 ceph-mon[109539]: osdmap e34: 6 total, 5 up, 6 in 2023-11-19T23:25:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:53 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:54.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:54 smithi179 ceph-mon[109539]: osdmap e35: 6 total, 5 up, 6 in 2023-11-19T23:25:54.735 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:54 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:54.735 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:54 smithi179 ceph-mon[109539]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:54.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:54 smithi162 ceph-mon[107670]: osdmap e35: 6 total, 5 up, 6 in 2023-11-19T23:25:54.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:54 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:25:54.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:54 smithi162 ceph-mon[107670]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-19T23:25:57.313 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:57 smithi179 ceph-mon[109539]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-11-19T23:25:57.314 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:57 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-19T23:25:57.314 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:57 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:57.314 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:57 smithi179 ceph-mon[109539]: Deploying daemon osd.5 on smithi179 2023-11-19T23:25:57.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:57 smithi162 ceph-mon[107670]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-11-19T23:25:57.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:57 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-19T23:25:57.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:57 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:25:57.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:57 smithi162 ceph-mon[107670]: Deploying daemon osd.5 on smithi179 2023-11-19T23:25:59.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:25:59 smithi162 ceph-mon[107670]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-19T23:25:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:25:59 smithi179 ceph-mon[109539]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-11-19T23:26:01.200 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:00 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:01.200 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:00 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:01.200 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:00 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:01.200 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:00 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:01.200 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:00 smithi179 ceph-mon[109539]: pgmap v87: 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-19T23:26:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:00 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:00 smithi162 ceph-mon[107670]: pgmap v87: 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-19T23:26:02.390 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 5 on host 'smithi179' 2023-11-19T23:26:02.712 DEBUG:teuthology.orchestra.run.smithi179:osd.5> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.5.service 2023-11-19T23:26:02.714 INFO:tasks.cephadm:Deploying osd.6 on smithi179 with /dev/vg_nvme/lv_2... 2023-11-19T23:26:02.714 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-19T23:26:02.743 INFO:journalctl@ceph.osd.5.smithi179.stdout:-- Logs begin at Sun 2023-11-19 23:12:43 UTC. -- 2023-11-19T23:26:03.114 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:26:03 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:26:03.101+0000 7efe15a073c0 -1 osd.5 0 log_to_monitors true 2023-11-19T23:26:03.114 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:03.114 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:02 smithi179 ceph-mon[109539]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-19T23:26:03.114 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:02 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:03.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:02 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:03.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:02 smithi162 ceph-mon[107670]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-19T23:26:03.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:02 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:03.963 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:03 smithi179 ceph-mon[109539]: from='osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T23:26:03.963 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:03 smithi179 ceph-mon[109539]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T23:26:04.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:03 smithi162 ceph-mon[107670]: from='osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T23:26:04.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:03 smithi162 ceph-mon[107670]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-19T23:26:04.663 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-19T23:26:04.663 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-19T23:26:04.664 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-11-19T23:26:04.664 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-11-19T23:26:04.664 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0161397 s, 650 MB/s 2023-11-19T23:26:04.664 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-11-19T23:26:05.066 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:26:04.923+0000 7efe0c40a700 -1 osd.5 0 waiting for initial osdmap 2023-11-19T23:26:05.066 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:26:04.929+0000 7efe06da1700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:26:05.066 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-19T23:26:05.066 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: osdmap e36: 6 total, 5 up, 6 in 2023-11-19T23:26:05.066 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:05.066 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: from='osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:05.066 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:05.067 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:04 smithi179 ceph-mon[109539]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T23:26:05.085 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_2 2023-11-19T23:26:05.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-19T23:26:05.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: osdmap e36: 6 total, 5 up, 6 in 2023-11-19T23:26:05.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:05.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: from='osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:05.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:05.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:04 smithi162 ceph-mon[107670]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T23:26:06.080 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:06.080 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: osdmap e37: 6 total, 5 up, 6 in 2023-11-19T23:26:06.080 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:06.080 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:06.080 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi179 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi179 to 7985M 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:06.081 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: osdmap e37: 6 total, 5 up, 6 in 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi179 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:06.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi179 to 7985M 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:06.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:07.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:26:07.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157] boot 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: osdmap e38: 6 total, 6 up, 6 in 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: osdmap e39: 6 total, 6 up, 6 in 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:26:07.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:06 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:07.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: osd.5 [v2:172.21.15.179:6808/3320275157,v1:172.21.15.179:6809/3320275157] boot 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: osdmap e38: 6 total, 6 up, 6 in 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: osdmap e39: 6 total, 6 up, 6 in 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:26:07.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:06 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:08.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:08 smithi162 ceph-mon[107670]: osdmap e40: 6 total, 6 up, 6 in 2023-11-19T23:26:08.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:08 smithi179 ceph-mon[109539]: osdmap e40: 6 total, 6 up, 6 in 2023-11-19T23:26:09.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:09.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: osdmap e41: 6 total, 6 up, 6 in 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/1422307895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]: dispatch 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]: dispatch 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]': finished 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: osdmap e42: 7 total, 6 up, 7 in 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:09.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:09 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/3342553090' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:26:09.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:09.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: osdmap e41: 6 total, 6 up, 6 in 2023-11-19T23:26:09.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/1422307895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]: dispatch 2023-11-19T23:26:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]: dispatch 2023-11-19T23:26:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee7c339d-1d0c-495e-8376-5a1da857fa67"}]': finished 2023-11-19T23:26:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: osdmap e42: 7 total, 6 up, 7 in 2023-11-19T23:26:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:09.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:09 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/3342553090' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:26:11.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:11 smithi179 ceph-mon[109539]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:11.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:11 smithi162 ceph-mon[107670]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:13.189 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:13 smithi179 ceph-mon[109539]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:13.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:13 smithi162 ceph-mon[107670]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:14.435 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:14 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-19T23:26:14.436 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:14 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:14.436 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:14 smithi179 ceph-mon[109539]: Deploying daemon osd.6 on smithi179 2023-11-19T23:26:14.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:14 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-19T23:26:14.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:14 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:14.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:14 smithi162 ceph-mon[107670]: Deploying daemon osd.6 on smithi179 2023-11-19T23:26:15.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:15 smithi179 ceph-mon[109539]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:15.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:15 smithi162 ceph-mon[107670]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:17.458 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:17 smithi179 ceph-mon[109539]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:17.459 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:17.459 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:17.459 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:17.459 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:17 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:17.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:17 smithi162 ceph-mon[107670]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:17.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:17.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:17.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:17.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:17 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:19.205 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:19 smithi179 ceph-mon[109539]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:19.205 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:19.205 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:19 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:19.313 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 6 on host 'smithi179' 2023-11-19T23:26:19.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:19 smithi162 ceph-mon[107670]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:19.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:19.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:19 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:19.749 DEBUG:teuthology.orchestra.run.smithi179:osd.6> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.6.service 2023-11-19T23:26:19.751 INFO:tasks.cephadm:Deploying osd.7 on smithi179 with /dev/vg_nvme/lv_1... 2023-11-19T23:26:19.751 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-19T23:26:19.781 INFO:journalctl@ceph.osd.6.smithi179.stdout:-- Logs begin at Sun 2023-11-19 23:12:43 UTC. -- 2023-11-19T23:26:20.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:26:20.096+0000 7fc57ab723c0 -1 osd.6 0 log_to_monitors true 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T23:26:20.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:20 smithi179 ceph-mon[109539]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T23:26:20.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:20.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:20.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:20.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:20.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T23:26:20.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:20 smithi162 ceph-mon[107670]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-19T23:26:21.546 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:26:21.331+0000 7fc571575700 -1 osd.6 0 waiting for initial osdmap 2023-11-19T23:26:21.546 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:26:21.337+0000 7fc56c70d700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:26:21.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:21.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-19T23:26:21.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: osdmap e43: 7 total, 6 up, 7 in 2023-11-19T23:26:21.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:21.546 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: from='osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:21.547 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:21 smithi179 ceph-mon[109539]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:21.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:21.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-19T23:26:21.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: osdmap e43: 7 total, 6 up, 7 in 2023-11-19T23:26:21.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:21.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: from='osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:21.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:21 smithi162 ceph-mon[107670]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123061 s, 852 MB/s 2023-11-19T23:26:21.836 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2023-11-19T23:26:22.287 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_1 2023-11-19T23:26:22.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: osdmap e44: 7 total, 6 up, 7 in 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:22.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: osdmap e44: 7 total, 6 up, 7 in 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:22.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:22.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:22.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:23.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:26:23.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi179 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi179 to 5323M 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139] boot 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: osdmap e45: 7 total, 7 up, 7 in 2023-11-19T23:26:23.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:23.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi179 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi179 to 5323M 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: osd.6 [v2:172.21.15.179:6816/370073139,v1:172.21.15.179:6817/370073139] boot 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: osdmap e45: 7 total, 7 up, 7 in 2023-11-19T23:26:23.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:26:24.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:24 smithi162 ceph-mon[107670]: osdmap e46: 7 total, 7 up, 7 in 2023-11-19T23:26:24.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:24 smithi162 ceph-mon[107670]: from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:26:24.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:24 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:26:24.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:24 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:26:24.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:24 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:24.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:24 smithi179 ceph-mon[109539]: osdmap e46: 7 total, 7 up, 7 in 2023-11-19T23:26:24.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:24 smithi179 ceph-mon[109539]: from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:26:24.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:24 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T23:26:24.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:24 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T23:26:24.734 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:24 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:25.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:25 smithi162 ceph-mon[107670]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:25.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:25 smithi162 ceph-mon[107670]: osdmap e47: 7 total, 7 up, 7 in 2023-11-19T23:26:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:25 smithi179 ceph-mon[109539]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:25 smithi179 ceph-mon[109539]: osdmap e47: 7 total, 7 up, 7 in 2023-11-19T23:26:26.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: osdmap e48: 7 total, 7 up, 7 in 2023-11-19T23:26:26.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/3746335810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]: dispatch 2023-11-19T23:26:26.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]: dispatch 2023-11-19T23:26:26.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]': finished 2023-11-19T23:26:26.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: osdmap e49: 8 total, 7 up, 8 in 2023-11-19T23:26:26.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:26.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:26 smithi162 ceph-mon[107670]: from='client.? 172.21.15.179:0/2247619569' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:26:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: osdmap e48: 7 total, 7 up, 7 in 2023-11-19T23:26:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/3746335810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]: dispatch 2023-11-19T23:26:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]: dispatch 2023-11-19T23:26:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "673ae438-be9a-4010-a195-c8ba80d37d6c"}]': finished 2023-11-19T23:26:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: osdmap e49: 8 total, 7 up, 8 in 2023-11-19T23:26:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:26.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:26 smithi179 ceph-mon[109539]: from='client.? 172.21.15.179:0/2247619569' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T23:26:27.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:27 smithi162 ceph-mon[107670]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:27 smithi179 ceph-mon[109539]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:29.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:29 smithi179 ceph-mon[109539]: pgmap v115: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:29.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:29 smithi162 ceph-mon[107670]: pgmap v115: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:31.667 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:31 smithi179 ceph-mon[109539]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T23:26:31.667 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:31 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-19T23:26:31.667 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:31 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:31.667 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:31 smithi179 ceph-mon[109539]: Deploying daemon osd.7 on smithi179 2023-11-19T23:26:31.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:31 smithi162 ceph-mon[107670]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T23:26:31.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:31 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-19T23:26:31.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:31 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:31.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:31 smithi162 ceph-mon[107670]: Deploying daemon osd.7 on smithi179 2023-11-19T23:26:33.817 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:33 smithi179 ceph-mon[109539]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-11-19T23:26:33.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:33 smithi162 ceph-mon[107670]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-11-19T23:26:35.725 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:35 smithi179 ceph-mon[109539]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-19T23:26:35.725 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:35 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:35.725 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:35 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:35.725 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:35 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:35.725 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:35 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:35.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:35 smithi162 ceph-mon[107670]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-19T23:26:35.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:35 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:35.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:35 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:35.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:35 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:35.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:35 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:36.711 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 7 on host 'smithi179' 2023-11-19T23:26:37.105 DEBUG:teuthology.orchestra.run.smithi179:osd.7> sudo journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.7.service 2023-11-19T23:26:37.107 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-19T23:26:37.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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T23:26:37.134 INFO:journalctl@ceph.osd.7.smithi179.stdout:-- Logs begin at Sun 2023-11-19 23:12:43 UTC. -- 2023-11-19T23:26:37.722 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:26:37 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:26:37.612+0000 7ff5306333c0 -1 osd.7 0 log_to_monitors true 2023-11-19T23:26:37.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:37 smithi179 ceph-mon[109539]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-19T23:26:37.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:37.722 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:37.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:37 smithi162 ceph-mon[107670]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-19T23:26:37.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:37.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:38.459 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:38.724 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:38 smithi162 ceph-mon[107670]: from='osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T23:26:38.724 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:38 smithi162 ceph-mon[107670]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T23:26:38.785 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1700436382,"num_in_osds":8,"osd_in_since":1700436385,"num_remapped_pgs":0} 2023-11-19T23:26:38.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:38 smithi179 ceph-mon[109539]: from='osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T23:26:38.794 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:38 smithi179 ceph-mon[109539]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-19T23:26:39.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: osdmap e50: 8 total, 7 up, 8 in 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3769761108' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:39.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.786 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T23:26:39.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:26:39.424+0000 7ff527036700 -1 osd.7 0 waiting for initial osdmap 2023-11-19T23:26:39.848 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:26:39.430+0000 7ff5211cc700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: osdmap e50: 8 total, 7 up, 8 in 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3769761108' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:26:39.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:26:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: Detected new or changed devices on smithi179 2023-11-19T23:26:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi179 to 3992M 2023-11-19T23:26:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: osdmap e51: 8 total, 7 up, 8 in 2023-11-19T23:26:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:40.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: Detected new or changed devices on smithi179 2023-11-19T23:26:40.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi179 to 3992M 2023-11-19T23:26:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2023-11-19T23:26:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: osdmap e51: 8 total, 7 up, 8 in 2023-11-19T23:26:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:40.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:41.097 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:41.449 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1700436400,"num_in_osds":8,"osd_in_since":1700436385,"num_remapped_pgs":1} 2023-11-19T23:26:41.450 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T23:26:41.679 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: purged_snaps scrub starts 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: purged_snaps scrub ok 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424] boot 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: osdmap e52: 8 total, 8 up, 8 in 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3567608221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T23:26:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:41 smithi162 ceph-mon[107670]: osdmap e53: 8 total, 8 up, 8 in 2023-11-19T23:26:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: purged_snaps scrub starts 2023-11-19T23:26:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: purged_snaps scrub ok 2023-11-19T23:26:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-19T23:26:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: osd.7 [v2:172.21.15.179:6824/1347560424,v1:172.21.15.179:6825/1347560424] boot 2023-11-19T23:26:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: osdmap e52: 8 total, 8 up, 8 in 2023-11-19T23:26:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:26:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3567608221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T23:26:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:41 smithi179 ceph-mon[109539]: osdmap e53: 8 total, 8 up, 8 in 2023-11-19T23:26:42.768 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:42.768 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":54,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","created":"2023-11-19T23:22:22.444637+0000","modified":"2023-11-19T23:26:42.178969+0000","last_up_change":"2023-11-19T23:26:40.418441+0000","last_in_change":"2023-11-19T23:26:25.468383+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-19T23:25:18.256552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"5552710c-d5e7-42a6-90b8-e83eb53258e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6803","nonce":3613377606}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6805","nonce":3613377606}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6809","nonce":3613377606}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6807","nonce":3613377606}]},"public_addr":"172.21.15.162:6803/3613377606","cluster_addr":"172.21.15.162:6805/3613377606","heartbeat_back_addr":"172.21.15.162:6809/3613377606","heartbeat_front_addr":"172.21.15.162:6807/3613377606","state":["exists","up"]},{"osd":1,"uuid":"76811270-51c6-4adb-b2cc-298491e415c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6811","nonce":1146514449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6813","nonce":1146514449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6817","nonce":1146514449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6815","nonce":1146514449}]},"public_addr":"172.21.15.162:6811/1146514449","cluster_addr":"172.21.15.162:6813/1146514449","heartbeat_back_addr":"172.21.15.162:6817/1146514449","heartbeat_front_addr":"172.21.15.162:6815/1146514449","state":["exists","up"]},{"osd":2,"uuid":"8fa4ac6f-fbde-4c76-8778-7247c556b1a8","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":3616819507},{"type":"v1","addr":"172.21.15.162:6819","nonce":3616819507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6821","nonce":3616819507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6825","nonce":3616819507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6823","nonce":3616819507}]},"public_addr":"172.21.15.162:6819/3616819507","cluster_addr":"172.21.15.162:6821/3616819507","heartbeat_back_addr":"172.21.15.162:6825/3616819507","heartbeat_front_addr":"172.21.15.162:6823/3616819507","state":["exists","up"]},{"osd":3,"uuid":"59729bd5-c8fe-42dd-9a8e-cf08b64ec010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6827","nonce":1620947101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6829","nonce":1620947101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6833","nonce":1620947101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6831","nonce":1620947101}]},"public_addr":"172.21.15.162:6827/1620947101","cluster_addr":"172.21.15.162:6829/1620947101","heartbeat_back_addr":"172.21.15.162:6833/1620947101","heartbeat_front_addr":"172.21.15.162:6831/1620947101","state":["exists","up"]},{"osd":4,"uuid":"98d3845d-d4a5-4ba8-84e4-e9c189542ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6801","nonce":3572885472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6803","nonce":3572885472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6807","nonce":3572885472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6805","nonce":3572885472}]},"public_addr":"172.21.15.179:6801/3572885472","cluster_addr":"172.21.15.179:6803/3572885472","heartbeat_back_addr":"172.21.15.179:6807/3572885472","heartbeat_front_addr":"172.21.15.179:6805/3572885472","state":["exists","up"]},{"osd":5,"uuid":"01658cb9-caf3-4f26-b91c-5adf61c8b690","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6809","nonce":3320275157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6811","nonce":3320275157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6815","nonce":3320275157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6813","nonce":3320275157}]},"public_addr":"172.21.15.179:6809/3320275157","cluster_addr":"172.21.15.179:6811/3320275157","heartbeat_back_addr":"172.21.15.179:6815/3320275157","heartbeat_front_addr":"172.21.15.179:6813/3320275157","state":["exists","up"]},{"osd":6,"uuid":"ee7c339d-1d0c-495e-8376-5a1da857fa67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6817","nonce":370073139}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6819","nonce":370073139}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6823","nonce":370073139}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6821","nonce":370073139}]},"public_addr":"172.21.15.179:6817/370073139","cluster_addr":"172.21.15.179:6819/370073139","heartbeat_back_addr":"172.21.15.179:6823/370073139","heartbeat_front_addr":"172.21.15.179:6821/370073139","state":["exists","up"]},{"osd":7,"uuid":"673ae438-be9a-4010-a195-c8ba80d37d6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6825","nonce":1347560424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6827","nonce":1347560424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6831","nonce":1347560424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6829","nonce":1347560424}]},"public_addr":"172.21.15.179:6825/1347560424","cluster_addr":"172.21.15.179:6827/1347560424","heartbeat_back_addr":"172.21.15.179:6831/1347560424","heartbeat_front_addr":"172.21.15.179:6829/1347560424","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-19T23:24:36.187378+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-19T23:24:57.392845+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-19T23:25:14.265149+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-19T23:25:31.724615+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-19T23:25:47.996767+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-19T23:26:04.072661+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-19T23:26:21.062273+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-19T23:26:38.573586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.162:0/3321958270":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/343056814":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6800/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6801/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/677470398":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1897323914":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6800/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1434852315":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/2582681685":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6801/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1365540769":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6800/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/995907244":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6801/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/2992920018":"2023-11-20T23:22:48.010206+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-19T23:26:43.140 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-19T23:25:18.256552+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-19T23:26:43.140 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-19T23:26:43.365 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:43.460 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:43 smithi162 ceph-mon[107670]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:43.460 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:43 smithi162 ceph-mon[107670]: osdmap e54: 8 total, 8 up, 8 in 2023-11-19T23:26:43.460 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:43 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2048327961' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:43.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:43 smithi179 ceph-mon[109539]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:43.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:43 smithi179 ceph-mon[109539]: osdmap e54: 8 total, 8 up, 8 in 2023-11-19T23:26:43.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:43 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2048327961' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:44.432 INFO:teuthology.orchestra.run.smithi162.stdout:pg_num: 1 2023-11-19T23:26:44.715 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:44 smithi162 ceph-mon[107670]: osdmap e55: 8 total, 8 up, 8 in 2023-11-19T23:26:44.798 INFO:tasks.cephadm:Setting up client nodes... 2023-11-19T23:26:44.799 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-19T23:26:44.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:44 smithi179 ceph-mon[109539]: osdmap e55: 8 total, 8 up, 8 in 2023-11-19T23:26:45.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:45 smithi162 ceph-mon[107670]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:45.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:45 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/540737720' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T23:26:45.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:45 smithi162 ceph-mon[107670]: osdmap e56: 8 total, 8 up, 8 in 2023-11-19T23:26:45.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:45 smithi179 ceph-mon[109539]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:45.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:45 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/540737720' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T23:26:45.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:45 smithi179 ceph-mon[109539]: osdmap e56: 8 total, 8 up, 8 in 2023-11-19T23:26:46.129 INFO:teuthology.orchestra.run.smithi162.stdout:[client.0] 2023-11-19T23:26:46.130 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQC2mVplCY6CBxAAT5yFEH3iFe+V64nZfknyIw== 2023-11-19T23:26:46.524 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T23:26:46.524 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-19T23:26:46.524 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-19T23:26:46.563 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-19T23:26:46.563 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-19T23:26:46.564 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-19T23:26:46.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:46 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1253531827' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-19T23:26:46.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:46 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1253531827' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-19T23:26:46.826 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:46.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:46 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1253531827' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-19T23:26:46.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:46 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1253531827' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-19T23:26:47.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:47 smithi162 ceph-mon[107670]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:47 smithi179 ceph-mon[109539]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:26:48.010 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:48.380 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi162.eziaaa","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1668904775},{"type":"v1","addr":"172.21.15.162:6801","nonce":1668904775}]},"active_addr":"172.21.15.162:6801/1668904775","active_change":"2023-11-19T23:23:51.599764+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14220,"name":"smithi179.eiftsj","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":1086774914}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":1133089887}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":2760712190}]},{"addrvec":[{"type":"v2","addr":"172.21.15.162:0","nonce":3476450699}]}]}} 2023-11-19T23:26:48.384 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-19T23:26:48.384 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-19T23:26:48.384 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T23:26:48.611 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:48.709 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:48 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3744015380' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T23:26:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:48 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3744015380' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T23:26:49.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:49 smithi162 ceph-mon[107670]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T23:26:49.789 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:49.789 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":56,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","created":"2023-11-19T23:22:22.444637+0000","modified":"2023-11-19T23:26:44.427034+0000","last_up_change":"2023-11-19T23:26:40.418441+0000","last_in_change":"2023-11-19T23:26:25.468383+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-19T23:25:18.256552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"5552710c-d5e7-42a6-90b8-e83eb53258e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6803","nonce":3613377606}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6805","nonce":3613377606}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6809","nonce":3613377606}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6807","nonce":3613377606}]},"public_addr":"172.21.15.162:6803/3613377606","cluster_addr":"172.21.15.162:6805/3613377606","heartbeat_back_addr":"172.21.15.162:6809/3613377606","heartbeat_front_addr":"172.21.15.162:6807/3613377606","state":["exists","up"]},{"osd":1,"uuid":"76811270-51c6-4adb-b2cc-298491e415c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6811","nonce":1146514449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6813","nonce":1146514449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6817","nonce":1146514449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6815","nonce":1146514449}]},"public_addr":"172.21.15.162:6811/1146514449","cluster_addr":"172.21.15.162:6813/1146514449","heartbeat_back_addr":"172.21.15.162:6817/1146514449","heartbeat_front_addr":"172.21.15.162:6815/1146514449","state":["exists","up"]},{"osd":2,"uuid":"8fa4ac6f-fbde-4c76-8778-7247c556b1a8","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":3616819507},{"type":"v1","addr":"172.21.15.162:6819","nonce":3616819507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6821","nonce":3616819507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6825","nonce":3616819507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6823","nonce":3616819507}]},"public_addr":"172.21.15.162:6819/3616819507","cluster_addr":"172.21.15.162:6821/3616819507","heartbeat_back_addr":"172.21.15.162:6825/3616819507","heartbeat_front_addr":"172.21.15.162:6823/3616819507","state":["exists","up"]},{"osd":3,"uuid":"59729bd5-c8fe-42dd-9a8e-cf08b64ec010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6827","nonce":1620947101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6829","nonce":1620947101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6833","nonce":1620947101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6831","nonce":1620947101}]},"public_addr":"172.21.15.162:6827/1620947101","cluster_addr":"172.21.15.162:6829/1620947101","heartbeat_back_addr":"172.21.15.162:6833/1620947101","heartbeat_front_addr":"172.21.15.162:6831/1620947101","state":["exists","up"]},{"osd":4,"uuid":"98d3845d-d4a5-4ba8-84e4-e9c189542ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6801","nonce":3572885472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6803","nonce":3572885472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6807","nonce":3572885472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6805","nonce":3572885472}]},"public_addr":"172.21.15.179:6801/3572885472","cluster_addr":"172.21.15.179:6803/3572885472","heartbeat_back_addr":"172.21.15.179:6807/3572885472","heartbeat_front_addr":"172.21.15.179:6805/3572885472","state":["exists","up"]},{"osd":5,"uuid":"01658cb9-caf3-4f26-b91c-5adf61c8b690","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6809","nonce":3320275157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6811","nonce":3320275157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6815","nonce":3320275157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6813","nonce":3320275157}]},"public_addr":"172.21.15.179:6809/3320275157","cluster_addr":"172.21.15.179:6811/3320275157","heartbeat_back_addr":"172.21.15.179:6815/3320275157","heartbeat_front_addr":"172.21.15.179:6813/3320275157","state":["exists","up"]},{"osd":6,"uuid":"ee7c339d-1d0c-495e-8376-5a1da857fa67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6817","nonce":370073139}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6819","nonce":370073139}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6823","nonce":370073139}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6821","nonce":370073139}]},"public_addr":"172.21.15.179:6817/370073139","cluster_addr":"172.21.15.179:6819/370073139","heartbeat_back_addr":"172.21.15.179:6823/370073139","heartbeat_front_addr":"172.21.15.179:6821/370073139","state":["exists","up"]},{"osd":7,"uuid":"673ae438-be9a-4010-a195-c8ba80d37d6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6825","nonce":1347560424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6827","nonce":1347560424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6831","nonce":1347560424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6829","nonce":1347560424}]},"public_addr":"172.21.15.179:6825/1347560424","cluster_addr":"172.21.15.179:6827/1347560424","heartbeat_back_addr":"172.21.15.179:6831/1347560424","heartbeat_front_addr":"172.21.15.179:6829/1347560424","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-19T23:24:36.187378+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-19T23:24:57.392845+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-19T23:25:14.265149+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-19T23:25:31.724615+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-19T23:25:47.996767+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-19T23:26:04.072661+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-19T23:26:21.062273+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-19T23:26:38.573586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.162:0/3321958270":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/343056814":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6800/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6801/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/677470398":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1897323914":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6800/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1434852315":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/2582681685":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6801/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1365540769":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6800/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/995907244":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6801/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/2992920018":"2023-11-20T23:22:48.010206+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-19T23:26:49.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:49 smithi179 ceph-mon[109539]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-19T23:26:50.192 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-19T23:26:50.192 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T23:26:50.414 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:50.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:50 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/472515214' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:50.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:50 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/472515214' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:51.608 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:26:51.608 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":56,"fsid":"6b812fe4-8732-11ee-959e-87774f69a715","created":"2023-11-19T23:22:22.444637+0000","modified":"2023-11-19T23:26:44.427034+0000","last_up_change":"2023-11-19T23:26:40.418441+0000","last_in_change":"2023-11-19T23:26:25.468383+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-19T23:25:18.256552+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"5552710c-d5e7-42a6-90b8-e83eb53258e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6803","nonce":3613377606}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6805","nonce":3613377606}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6809","nonce":3613377606}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3613377606},{"type":"v1","addr":"172.21.15.162:6807","nonce":3613377606}]},"public_addr":"172.21.15.162:6803/3613377606","cluster_addr":"172.21.15.162:6805/3613377606","heartbeat_back_addr":"172.21.15.162:6809/3613377606","heartbeat_front_addr":"172.21.15.162:6807/3613377606","state":["exists","up"]},{"osd":1,"uuid":"76811270-51c6-4adb-b2cc-298491e415c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6811","nonce":1146514449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6813","nonce":1146514449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6817","nonce":1146514449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":1146514449},{"type":"v1","addr":"172.21.15.162:6815","nonce":1146514449}]},"public_addr":"172.21.15.162:6811/1146514449","cluster_addr":"172.21.15.162:6813/1146514449","heartbeat_back_addr":"172.21.15.162:6817/1146514449","heartbeat_front_addr":"172.21.15.162:6815/1146514449","state":["exists","up"]},{"osd":2,"uuid":"8fa4ac6f-fbde-4c76-8778-7247c556b1a8","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":3616819507},{"type":"v1","addr":"172.21.15.162:6819","nonce":3616819507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6821","nonce":3616819507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6825","nonce":3616819507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3616819507},{"type":"v1","addr":"172.21.15.162:6823","nonce":3616819507}]},"public_addr":"172.21.15.162:6819/3616819507","cluster_addr":"172.21.15.162:6821/3616819507","heartbeat_back_addr":"172.21.15.162:6825/3616819507","heartbeat_front_addr":"172.21.15.162:6823/3616819507","state":["exists","up"]},{"osd":3,"uuid":"59729bd5-c8fe-42dd-9a8e-cf08b64ec010","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6827","nonce":1620947101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6829","nonce":1620947101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6832","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6833","nonce":1620947101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":1620947101},{"type":"v1","addr":"172.21.15.162:6831","nonce":1620947101}]},"public_addr":"172.21.15.162:6827/1620947101","cluster_addr":"172.21.15.162:6829/1620947101","heartbeat_back_addr":"172.21.15.162:6833/1620947101","heartbeat_front_addr":"172.21.15.162:6831/1620947101","state":["exists","up"]},{"osd":4,"uuid":"98d3845d-d4a5-4ba8-84e4-e9c189542ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6801","nonce":3572885472}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6803","nonce":3572885472}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6807","nonce":3572885472}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":3572885472},{"type":"v1","addr":"172.21.15.179:6805","nonce":3572885472}]},"public_addr":"172.21.15.179:6801/3572885472","cluster_addr":"172.21.15.179:6803/3572885472","heartbeat_back_addr":"172.21.15.179:6807/3572885472","heartbeat_front_addr":"172.21.15.179:6805/3572885472","state":["exists","up"]},{"osd":5,"uuid":"01658cb9-caf3-4f26-b91c-5adf61c8b690","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6809","nonce":3320275157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6811","nonce":3320275157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6815","nonce":3320275157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3320275157},{"type":"v1","addr":"172.21.15.179:6813","nonce":3320275157}]},"public_addr":"172.21.15.179:6809/3320275157","cluster_addr":"172.21.15.179:6811/3320275157","heartbeat_back_addr":"172.21.15.179:6815/3320275157","heartbeat_front_addr":"172.21.15.179:6813/3320275157","state":["exists","up"]},{"osd":6,"uuid":"ee7c339d-1d0c-495e-8376-5a1da857fa67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6817","nonce":370073139}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6819","nonce":370073139}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6823","nonce":370073139}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":370073139},{"type":"v1","addr":"172.21.15.179:6821","nonce":370073139}]},"public_addr":"172.21.15.179:6817/370073139","cluster_addr":"172.21.15.179:6819/370073139","heartbeat_back_addr":"172.21.15.179:6823/370073139","heartbeat_front_addr":"172.21.15.179:6821/370073139","state":["exists","up"]},{"osd":7,"uuid":"673ae438-be9a-4010-a195-c8ba80d37d6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6825","nonce":1347560424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6827","nonce":1347560424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6831","nonce":1347560424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1347560424},{"type":"v1","addr":"172.21.15.179:6829","nonce":1347560424}]},"public_addr":"172.21.15.179:6825/1347560424","cluster_addr":"172.21.15.179:6827/1347560424","heartbeat_back_addr":"172.21.15.179:6831/1347560424","heartbeat_front_addr":"172.21.15.179:6829/1347560424","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-19T23:24:36.187378+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-19T23:24:57.392845+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-19T23:25:14.265149+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-19T23:25:31.724615+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-19T23:25:47.996767+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-19T23:26:04.072661+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-19T23:26:21.062273+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-19T23:26:38.573586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.162:0/3321958270":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/343056814":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6800/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:6801/570354435":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/677470398":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1897323914":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6800/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1434852315":"2023-11-20T23:23:51.599477+0000","172.21.15.162:0/2582681685":"2023-11-20T23:23:12.992274+0000","172.21.15.162:6801/3687591040":"2023-11-20T23:23:12.992274+0000","172.21.15.162:0/1365540769":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6800/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/995907244":"2023-11-20T23:22:48.010206+0000","172.21.15.162:6801/929230758":"2023-11-20T23:22:48.010206+0000","172.21.15.162:0/2992920018":"2023-11-20T23:22:48.010206+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-19T23:26:51.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:51 smithi162 ceph-mon[107670]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-11-19T23:26:51.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:51 smithi179 ceph-mon[109539]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-11-19T23:26:51.972 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-19T23:26:51.972 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-19T23:26:51.973 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-19T23:26:51.973 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-19T23:26:51.973 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-19T23:26:51.974 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-19T23:26:51.974 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-19T23:26:51.974 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-19T23:26:52.373 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:52.386 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:52.399 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:52.416 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:52.639 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:52.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:52 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/4291361838' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:52.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:26:52.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:26:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:52 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/4291361838' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T23:26:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:26:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:26:53.287 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:53.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:53 smithi162 ceph-mon[107670]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-19T23:26:53.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:53 smithi179 ceph-mon[109539]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-11-19T23:26:54.234 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:54.736 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:55.166 INFO:teuthology.orchestra.run.smithi162.stdout:38654705695 2023-11-19T23:26:55.166 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-19T23:26:55.469 INFO:teuthology.orchestra.run.smithi162.stdout:133143986191 2023-11-19T23:26:55.469 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-19T23:26:55.726 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:55 smithi162 ceph-mon[107670]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T23:26:55.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:55 smithi179 ceph-mon[109539]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-19T23:26:55.927 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:57.121 INFO:teuthology.orchestra.run.smithi162.stdout:223338299398 2023-11-19T23:26:57.122 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-19T23:26:57.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:57 smithi162 ceph-mon[107670]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-19T23:26:57.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:57 smithi179 ceph-mon[109539]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-19T23:26:57.881 INFO:teuthology.orchestra.run.smithi162.stdout:111669149716 2023-11-19T23:26:57.882 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-19T23:26:58.077 INFO:teuthology.orchestra.run.smithi162.stdout:163208757261 2023-11-19T23:26:58.077 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-19T23:26:58.274 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:58.665 INFO:teuthology.orchestra.run.smithi162.stdout:193273528330 2023-11-19T23:26:58.666 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-19T23:26:58.869 INFO:teuthology.orchestra.run.smithi162.stdout:81604378645 2023-11-19T23:26:58.870 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-19T23:26:58.951 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:59.562 INFO:teuthology.orchestra.run.smithi162.stdout:38654705695 2023-11-19T23:26:59.710 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:26:59 smithi162 ceph-mon[107670]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T23:26:59.801 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:26:59.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:26:59 smithi179 ceph-mon[109539]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-19T23:27:00.103 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:00.356 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705695 for osd.0 2023-11-19T23:27:00.356 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:00.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:00 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/750023101' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T23:27:00.752 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:00.816 INFO:teuthology.orchestra.run.smithi162.stdout:133143986193 2023-11-19T23:27:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:00 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/750023101' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T23:27:00.977 INFO:teuthology.orchestra.run.smithi162.stdout:60129542170 2023-11-19T23:27:00.978 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-19T23:27:01.196 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:01.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:01 smithi162 ceph-mon[107670]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:01.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2926600618' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-19T23:27:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:01 smithi179 ceph-mon[109539]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:01 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2926600618' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-19T23:27:02.144 INFO:teuthology.orchestra.run.smithi162.stdout:223338299399 2023-11-19T23:27:02.615 INFO:teuthology.orchestra.run.smithi162.stdout:163208757262 2023-11-19T23:27:02.769 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:02 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1187703181' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-19T23:27:02.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:02 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1187703181' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-19T23:27:02.912 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-11-19T23:27:02.913 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:03.077 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:03.319 INFO:teuthology.orchestra.run.smithi162.stdout:193273528331 2023-11-19T23:27:03.373 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986193 for osd.4 2023-11-19T23:27:03.373 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:03.379 INFO:teuthology.orchestra.run.smithi162.stdout:81604378646 2023-11-19T23:27:03.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:03 smithi162 ceph-mon[107670]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:03.744 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:03 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/703354085' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-19T23:27:03.744 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:03 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2523240612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-19T23:27:03.744 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:03 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3943212991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T23:27:03.745 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-11-19T23:27:03.745 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:03 smithi179 ceph-mon[109539]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:03 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/703354085' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-19T23:27:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:03 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2523240612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-19T23:27:03.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:03 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3943212991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T23:27:03.884 INFO:teuthology.orchestra.run.smithi162.stdout:111669149717 2023-11-19T23:27:04.195 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-11-19T23:27:04.196 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:04.552 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:04 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2380584309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-19T23:27:04.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-11-19T23:27:04.591 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:04.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378645 got 81604378646 for osd.2 2023-11-19T23:27:04.754 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:04.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:04 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2380584309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-19T23:27:05.212 INFO:teuthology.orchestra.run.smithi162.stdout:60129542171 2023-11-19T23:27:05.501 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:05 smithi162 ceph-mon[107670]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:05.502 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:05 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3802888905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T23:27:05.584 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542171 for osd.1 2023-11-19T23:27:05.585 DEBUG:teuthology.parallel:result is None 2023-11-19T23:27:05.585 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-19T23:27:05.585 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T23:27:05.810 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:05.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:05 smithi179 ceph-mon[109539]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:05.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:05 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3802888905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T23:27:06.885 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:06.887 INFO:teuthology.orchestra.run.smithi162.stderr:dumped all 2023-11-19T23:27:07.243 INFO:teuthology.orchestra.run.smithi162.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-11-19T23:27:05.982999+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":48388,"kb_used_data":6020,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912828,"statfs":{"total":767960285184,"available":767910735872,"internally_reserved":0,"allocated":6164480,"data_stored":3430997,"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.001998"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-19T23:26:44.445127+0000","last_change":"2023-11-19T23:26:44.445127+0000","last_active":"2023-11-19T23:26:44.445127+0000","last_peered":"2023-11-19T23:26:44.445127+0000","last_clean":"2023-11-19T23:26:44.445127+0000","last_became_active":"2023-11-19T23:26:44.444607+0000","last_became_peered":"2023-11-19T23:26:44.444607+0000","last_unstale":"2023-11-19T23:26:44.445127+0000","last_undegraded":"2023-11-19T23:26:44.445127+0000","last_fullsized":"2023-11-19T23:26:44.445127+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-19T23:25:18.261161+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T23:25:18.261161+0000","last_clean_scrub_stamp":"2023-11-19T23:25:18.261161+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-21T00:56:18.717243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759319,"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.52100000000000002}]},{"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.438}]},{"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.501}]},{"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.45400000000000001}]},{"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.52600000000000002}]},{"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.55600000000000005}]},{"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.64200000000000002}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":759054,"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.40200000000000002}]},{"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.41899999999999998}]},{"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.52900000000000003}]},{"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.45200000000000001}]},{"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.36599999999999999}]},{"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.45900000000000002}]},{"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.55400000000000005}]}]},{"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":6324,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738828,"statfs":{"total":95995035648,"available":95988559872,"internally_reserved":0,"allocated":569344,"data_stored":230449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 23:27:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.38900000000000001,"15min":0.38600000000000001},"min":{"1min":0.249,"5min":0.246,"15min":0.246},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.36099999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:18 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.30399999999999999}]},{"osd":3,"last update":"Sun Nov 19 23:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.38100000000000001}]},{"osd":4,"last update":"Sun Nov 19 23:26:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.56999999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67700000000000005}]},{"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.54100000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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":"Sun Nov 19 23:27:01 2023","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.497,"5min":0.498,"15min":0.498},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.35499999999999998,"15min":0.35099999999999998},"min":{"1min":0.25,"5min":0.216,"15min":0.216},"max":{"1min":0.51200000000000001,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.25}]},{"osd":2,"last update":"Sun Nov 19 23:26:20 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.317}]},{"osd":3,"last update":"Sun Nov 19 23:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.26500000000000001}]},{"osd":4,"last update":"Sun Nov 19 23:26:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.503},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.49299999999999999}]},{"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.38600000000000001}]},{"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.45200000000000001}]},{"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.46300000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378647,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Nov 19 23:26:16 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.41799999999999998}]},{"osd":1,"last update":"Sun Nov 19 23:26:16 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.53800000000000003}]},{"osd":3,"last update":"Sun Nov 19 23:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.497},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.45200000000000001}]},{"osd":4,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":8.1489999999999991,"5min":8.1489999999999991,"15min":8.1489999999999991},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.84199999999999997}]},{"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.65400000000000003}]},{"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.70799999999999996}]},{"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.67500000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230714,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.309},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.34100000000000003}]},{"osd":1,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.375},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.36599999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.35499999999999998}]},{"osd":4,"last update":"Sun Nov 19 23:26:51 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"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.68799999999999994}]},{"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.79400000000000004}]},{"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.56999999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.503},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.44700000000000001}]},{"osd":1,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.436},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.42099999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.47799999999999998}]},{"osd":3,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":2.8940000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.40799999999999997}]},{"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.33200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230391,"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.41699999999999998}]},{"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.55800000000000005}]},{"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.52100000000000002}]},{"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.496}]},{"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.39700000000000002}]},{"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.55000000000000004}]},{"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.58399999999999996}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T23:27:07.244 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T23:27:07.468 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:07.751 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:07 smithi162 ceph-mon[107670]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:07 smithi179 ceph-mon[109539]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:08.581 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:08.583 INFO:teuthology.orchestra.run.smithi162.stderr:dumped all 2023-11-19T23:27:08.756 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:08 smithi162 ceph-mon[107670]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:08.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:08 smithi179 ceph-mon[109539]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:08.943 INFO:teuthology.orchestra.run.smithi162.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2023-11-19T23:27:07.983342+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":48388,"kb_used_data":6020,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912828,"statfs":{"total":767960285184,"available":767910735872,"internally_reserved":0,"allocated":6164480,"data_stored":3430997,"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.002000"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-19T23:26:44.445127+0000","last_change":"2023-11-19T23:26:44.445127+0000","last_active":"2023-11-19T23:26:44.445127+0000","last_peered":"2023-11-19T23:26:44.445127+0000","last_clean":"2023-11-19T23:26:44.445127+0000","last_became_active":"2023-11-19T23:26:44.444607+0000","last_became_peered":"2023-11-19T23:26:44.444607+0000","last_unstale":"2023-11-19T23:26:44.445127+0000","last_undegraded":"2023-11-19T23:26:44.445127+0000","last_fullsized":"2023-11-19T23:26:44.445127+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-19T23:25:18.261161+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T23:25:18.261161+0000","last_clean_scrub_stamp":"2023-11-19T23:25:18.261161+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-21T00:56:18.717243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759319,"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.42699999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"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.52800000000000002}]},{"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.65200000000000002}]},{"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.68300000000000005}]},{"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.74199999999999999}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":759054,"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.40200000000000002}]},{"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.41899999999999998}]},{"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.52900000000000003}]},{"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.45200000000000001}]},{"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.36599999999999999}]},{"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.45900000000000002}]},{"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.55400000000000005}]}]},{"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":6324,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738828,"statfs":{"total":95995035648,"available":95988559872,"internally_reserved":0,"allocated":569344,"data_stored":230449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 23:27:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.38900000000000001,"15min":0.38600000000000001},"min":{"1min":0.249,"5min":0.246,"15min":0.246},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.36099999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:18 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.30399999999999999}]},{"osd":3,"last update":"Sun Nov 19 23:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.38100000000000001}]},{"osd":4,"last update":"Sun Nov 19 23:26:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.56999999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67700000000000005}]},{"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.54100000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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":"Sun Nov 19 23:27:01 2023","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.497,"5min":0.498,"15min":0.498},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.35499999999999998,"15min":0.35099999999999998},"min":{"1min":0.25,"5min":0.216,"15min":0.216},"max":{"1min":0.51200000000000001,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.25}]},{"osd":2,"last update":"Sun Nov 19 23:26:20 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.317}]},{"osd":3,"last update":"Sun Nov 19 23:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.26500000000000001}]},{"osd":4,"last update":"Sun Nov 19 23:26:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.503},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.49299999999999999}]},{"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.38600000000000001}]},{"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.45200000000000001}]},{"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.46300000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378648,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Nov 19 23:26:16 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.31},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.34399999999999997}]},{"osd":1,"last update":"Sun Nov 19 23:26:16 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.378}]},{"osd":3,"last update":"Sun Nov 19 23:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.40999999999999998}]},{"osd":4,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":8.1489999999999991,"5min":8.1489999999999991,"15min":8.1489999999999991},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.46800000000000003}]},{"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.436}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47899999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57199999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230714,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.309},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.34100000000000003}]},{"osd":1,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.375},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.36599999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.35499999999999998}]},{"osd":4,"last update":"Sun Nov 19 23:26:51 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"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.68799999999999994}]},{"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.79400000000000004}]},{"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.56999999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.503},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.44700000000000001}]},{"osd":1,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.436},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.42099999999999999}]},{"osd":2,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.47799999999999998}]},{"osd":3,"last update":"Sun Nov 19 23:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":2.8940000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.40799999999999997}]},{"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.33200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230391,"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.41699999999999998}]},{"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.55800000000000005}]},{"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.52100000000000002}]},{"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.496}]},{"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.39700000000000002}]},{"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.55000000000000004}]},{"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.58399999999999996}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T23:27:08.944 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-19T23:27:08.944 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-19T23:27:08.944 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-19T23:27:08.944 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-19T23:27:09.171 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/mon.smithi162/config 2023-11-19T23:27:09.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:09 smithi162 ceph-mon[107670]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:09.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:09 smithi162 ceph-mon[107670]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:09 smithi179 ceph-mon[109539]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:09 smithi179 ceph-mon[109539]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:10.324 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:10.324 INFO:teuthology.orchestra.run.smithi162.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-19T23:27:10.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:10 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2131746284' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T23:27:10.742 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-19T23:27:10.743 INFO:tasks.cephadm:Setup complete, yielding 2023-11-19T23:27:10.743 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T23:27:10.751 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:10.752 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph orch status' 2023-11-19T23:27:10.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:10 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2131746284' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T23:27:11.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:11 smithi162 ceph-mon[107670]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:11 smithi179 ceph-mon[109539]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:12.032 INFO:teuthology.orchestra.run.smithi162.stdout:Backend: cephadm 2023-11-19T23:27:12.033 INFO:teuthology.orchestra.run.smithi162.stdout:Available: Yes 2023-11-19T23:27:12.033 INFO:teuthology.orchestra.run.smithi162.stdout:Paused: No 2023-11-19T23:27:12.392 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (2m) 102s ago 3m 14.4M - ba2b418f427c 2b314778b8a5 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (3m) 102s ago 3m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (3m) 36s ago 3m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (2m) 102s ago 3m 45.6M - 8.3.5 dad864ee21e9 15bc56cbd458 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (4m) 102s ago 4m 462M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (3m) 36s ago 3m 420M - 17.2.0 e1d6a67b021e dad9707dcce1 2023-11-19T23:27:13.695 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (4m) 102s ago 4m 56.3M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (3m) 36s ago 3m 53.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (3m) 102s ago 3m 25.1M - 1dbe0e931976 b45c8404e912 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (3m) 36s ago 3m 24.6M - 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (2m) 102s ago 2m 38.2M 3224M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (2m) 102s ago 2m 42.4M 3224M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (2m) 102s ago 2m 38.9M 3224M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (106s) 102s ago 106s 14.1M 3224M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (90s) 36s ago 89s 39.8M 3992M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (74s) 36s ago 73s 37.2M 3992M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (57s) 36s ago 56s 34.4M 3992M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (39s) 36s ago 39s 14.2M 3992M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:27:13.696 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (2m) 102s ago 2m 45.5M - 514e6a882f6e da52164763de 2023-11-19T23:27:13.720 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:13 smithi162 ceph-mon[107670]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:13.720 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:13 smithi162 ceph-mon[107670]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:13 smithi179 ceph-mon[109539]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:13 smithi179 ceph-mon[109539]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:14.058 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-19T23:27:14.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:14 smithi162 ceph-mon[107670]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:14 smithi179 ceph-mon[109539]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:crash 2/2 104s ago 4m * 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:mgr 2/2 104s ago 4m count:2 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:mon 2/2 104s ago 3m smithi162:172.21.15.162=smithi162;smithi179:172.21.15.179=smithi179;count:2 2023-11-19T23:27:15.402 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-11-19T23:27:15.403 INFO:teuthology.orchestra.run.smithi162.stdout:osd 8 104s ago - 2023-11-19T23:27:15.403 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-11-19T23:27:15.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:15 smithi162 ceph-mon[107670]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:15.766 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-19T23:27:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:15 smithi179 ceph-mon[109539]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:16.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:16 smithi162 ceph-mon[107670]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:16 smithi179 ceph-mon[109539]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:17.141 INFO:teuthology.orchestra.run.smithi162.stdout:HOST ADDR LABELS STATUS 2023-11-19T23:27:17.142 INFO:teuthology.orchestra.run.smithi162.stdout:smithi162 172.21.15.162 2023-11-19T23:27:17.142 INFO:teuthology.orchestra.run.smithi162.stdout:smithi179 172.21.15.179 2023-11-19T23:27:17.142 INFO:teuthology.orchestra.run.smithi162.stdout:2 hosts in cluster 2023-11-19T23:27:17.500 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-19T23:27:17.802 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:17 smithi162 ceph-mon[107670]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:17 smithi179 ceph-mon[109539]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:18.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:18 smithi162 ceph-mon[107670]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:18.807 INFO:teuthology.orchestra.run.smithi162.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-19T23:27:18.807 INFO:teuthology.orchestra.run.smithi162.stdout:smithi162 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JU400BGN 400G LVM detected, locked 2023-11-19T23:27:18.807 INFO:teuthology.orchestra.run.smithi162.stdout:smithi179 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303009J400BGN 400G LVM detected, locked 2023-11-19T23:27:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:18 smithi179 ceph-mon[109539]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:19.182 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-19T23:27:19.194 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:19.194 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-19T23:27:19.223 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2023-11-19T23:27:19.230 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi179.front.sepia.ceph.com 2023-11-19T23:27:19.231 DEBUG:teuthology.orchestra.run.smithi179:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-19T23:27:19.271 INFO:teuthology.orchestra.run.smithi179.stderr:+ systemctl stop nfs-server 2023-11-19T23:27:19.279 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T23:27:19.287 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:19.288 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-11-19T23:27:19.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:19 smithi179 ceph-mon[109539]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:19.887 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:19 smithi162 ceph-mon[107670]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:20.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:20 smithi179 ceph-mon[109539]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:20.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:20 smithi162 ceph-mon[107670]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:21 smithi179 ceph-mon[109539]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:21 smithi179 ceph-mon[109539]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:21 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-19T23:27:21.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:21 smithi162 ceph-mon[107670]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:21.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:21 smithi162 ceph-mon[107670]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:21.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:21 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-19T23:27:22.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:22 smithi179 ceph-mon[109539]: osdmap e57: 8 total, 8 up, 8 in 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:22 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:22 smithi162 ceph-mon[107670]: osdmap e57: 8 total, 8 up, 8 in 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:22 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-19T23:27:22.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:22 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162[107647]: 2023-11-19T23:27:22.545+0000 7f5c8c55c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T23:27:22.943 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-19T23:27:22.953 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-19T23:27:22.954 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: pgmap v150: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: osdmap e58: 8 total, 8 up, 8 in 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-19T23:27:23.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: osdmap e59: 8 total, 8 up, 8 in 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: fsmap foofs:0 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: Saving service mds.foofs spec with placement count:2 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:23.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:23.682 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.682 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.682 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.wrvzvv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T23:27:23.682 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.wrvzvv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T23:27:23.682 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:23 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: pgmap v150: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: osdmap e58: 8 total, 8 up, 8 in 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: osdmap e59: 8 total, 8 up, 8 in 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: fsmap foofs:0 2023-11-19T23:27:23.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: Saving service mds.foofs spec with placement count:2 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.wrvzvv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.wrvzvv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T23:27:23.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:23 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:24.825 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:24.825 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T23:23:03.886932Z", "last_refresh": "2023-11-19T23:25:30.897746Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T23:22:59.801399Z", "last_refresh": "2023-11-19T23:25:30.897808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T23:23:01.842267Z", "last_refresh": "2023-11-19T23:25:30.897869Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T23:27:22.564202Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T23:27:22.556105Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T23:22:58.708997Z", "last_refresh": "2023-11-19T23:25:30.897676Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T23:23:34.637663Z", "last_refresh": "2023-11-19T23:25:30.897521Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T23:23:02.998013Z", "last_refresh": "2023-11-19T23:25:30.897928Z", "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-19T23:25:30.898045Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T23:23:00.995200Z", "last_refresh": "2023-11-19T23:25:30.897987Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T23:27:24.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:24 smithi179 ceph-mon[109539]: Deploying daemon mds.foofs.smithi162.wrvzvv on smithi162 2023-11-19T23:27:24.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:24 smithi179 ceph-mon[109539]: osdmap e60: 8 total, 8 up, 8 in 2023-11-19T23:27:24.851 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:24 smithi162 ceph-mon[107670]: Deploying daemon mds.foofs.smithi162.wrvzvv on smithi162 2023-11-19T23:27:24.851 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:24 smithi162 ceph-mon[107670]: osdmap e60: 8 total, 8 up, 8 in 2023-11-19T23:27:25.263 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-19T23:27:25.750 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: pgmap v154: 65 pgs: 6 creating+peering, 15 active+clean, 44 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:25.750 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: osdmap e61: 8 total, 8 up, 8 in 2023-11-19T23:27:25.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:25.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.wakwgx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T23:27:25.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.wakwgx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T23:27:25.751 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:25 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: pgmap v154: 65 pgs: 6 creating+peering, 15 active+clean, 44 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: osdmap e61: 8 total, 8 up, 8 in 2023-11-19T23:27:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:25.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.wakwgx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-19T23:27:25.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi179.wakwgx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-19T23:27:25.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:25 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:26.265 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T23:27:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: Deploying daemon mds.foofs.smithi179.wakwgx on smithi179 2023-11-19T23:27:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: mds.? [v2:172.21.15.162:6834/3461830552,v1:172.21.15.162:6835/3461830552] up:boot 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: daemon mds.foofs.smithi162.wrvzvv assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: Cluster is now healthy 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: fsmap foofs:0 1 up:standby 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.wrvzvv"}]: dispatch 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:creating} 2023-11-19T23:27:26.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:26 smithi179 ceph-mon[109539]: daemon mds.foofs.smithi162.wrvzvv is now active in filesystem foofs as rank 0 2023-11-19T23:27:26.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:26.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: Deploying daemon mds.foofs.smithi179.wakwgx on smithi179 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: mds.? [v2:172.21.15.162:6834/3461830552,v1:172.21.15.162:6835/3461830552] up:boot 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: daemon mds.foofs.smithi162.wrvzvv assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: Cluster is now healthy 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: fsmap foofs:0 1 up:standby 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.wrvzvv"}]: dispatch 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:creating} 2023-11-19T23:27:26.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:26 smithi162 ceph-mon[107670]: daemon mds.foofs.smithi162.wrvzvv is now active in filesystem foofs as rank 0 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: pgmap v156: 65 pgs: 6 creating+peering, 47 active+clean, 12 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: mds.? [v2:172.21.15.162:6834/3461830552,v1:172.21.15.162:6835/3461830552] up:active 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:27.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:27 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:27.778 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:27.778 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T23:23:03.886932Z", "last_refresh": "2023-11-19T23:25:30.897746Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T23:22:59.801399Z", "last_refresh": "2023-11-19T23:25:30.897808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T23:23:01.842267Z", "last_refresh": "2023-11-19T23:25:30.897869Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T23:27:22.564202Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T23:27:22.556105Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T23:22:58.708997Z", "last_refresh": "2023-11-19T23:25:30.897676Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T23:23:34.637663Z", "last_refresh": "2023-11-19T23:25:30.897521Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T23:23:02.998013Z", "last_refresh": "2023-11-19T23:25:30.897928Z", "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-19T23:25:30.898045Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T23:23:00.995200Z", "last_refresh": "2023-11-19T23:25:30.897987Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T23:27:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: pgmap v156: 65 pgs: 6 creating+peering, 47 active+clean, 12 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-19T23:27:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: mds.? [v2:172.21.15.162:6834/3461830552,v1:172.21.15.162:6835/3461830552] up:active 2023-11-19T23:27:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 2023-11-19T23:27:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:27.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:27 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:28.271 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-19T23:27:28.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:28 smithi162 ceph-mon[107670]: mds.? [v2:172.21.15.179:6832/113461392,v1:172.21.15.179:6833/113461392] up:boot 2023-11-19T23:27:28.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:28 smithi162 ceph-mon[107670]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 1 up:standby 2023-11-19T23:27:28.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:28 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.wakwgx"}]: dispatch 2023-11-19T23:27:28.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:28 smithi162 ceph-mon[107670]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 1 up:standby 2023-11-19T23:27:28.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:28 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:28 smithi179 ceph-mon[109539]: mds.? [v2:172.21.15.179:6832/113461392,v1:172.21.15.179:6833/113461392] up:boot 2023-11-19T23:27:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:28 smithi179 ceph-mon[109539]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 1 up:standby 2023-11-19T23:27:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:28 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.wakwgx"}]: dispatch 2023-11-19T23:27:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:28 smithi179 ceph-mon[109539]: fsmap foofs:1 {0=foofs.smithi162.wrvzvv=up:active} 1 up:standby 2023-11-19T23:27:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:28 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:29.272 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 6b812fe4-8732-11ee-959e-87774f69a715 -- ceph orch ls -f json 2023-11-19T23:27:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:29 smithi179 ceph-mon[109539]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:29 smithi179 ceph-mon[109539]: pgmap v157: 65 pgs: 2 creating+peering, 63 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s 2023-11-19T23:27:29.976 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:29 smithi162 ceph-mon[107670]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:29.977 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:29 smithi162 ceph-mon[107670]: pgmap v157: 65 pgs: 2 creating+peering, 63 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 4 op/s 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:30.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:30 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:30.761 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:30.762 INFO:teuthology.orchestra.run.smithi162.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-19T23:23:03.886932Z", "last_refresh": "2023-11-19T23:27:29.585420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-19T23:22:59.801399Z", "last_refresh": "2023-11-19T23:27:27.939474Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-19T23:23:01.842267Z", "last_refresh": "2023-11-19T23:27:29.585551Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-19T23:27:22.564202Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-19T23:27:22.556105Z", "last_refresh": "2023-11-19T23:27:27.940199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-19T23:22:58.708997Z", "last_refresh": "2023-11-19T23:27:27.939688Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi162:172.21.15.162=smithi162", "smithi179:172.21.15.179=smithi179"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-19T23:23:34.637663Z", "last_refresh": "2023-11-19T23:27:27.939811Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-19T23:23:02.998013Z", "last_refresh": "2023-11-19T23:27:27.939880Z", "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-19T23:27:27.939944Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-19T23:23:00.995200Z", "last_refresh": "2023-11-19T23:27:29.585674Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-19T23:27:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:30 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:31.163 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-19T23:27:31.163 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T23:27:31.172 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:31.173 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-19T23:27:31.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:31 smithi162 ceph-mon[107670]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-19T23:27:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:31 smithi179 ceph-mon[109539]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-19T23:27:33.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:32 smithi179 ceph-mon[109539]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:33.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:32 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-19T23:27:33.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:32 smithi162 ceph-mon[107670]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T23:27:33.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:32 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-19T23:27:33.822 INFO:teuthology.orchestra.run.smithi162.stdout:NFS Cluster Created Successfully 2023-11-19T23:27:34.000 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:33 smithi162 ceph-mon[107670]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-11-19T23:27:34.000 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:33 smithi162 ceph-mon[107670]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:34.000 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-19T23:27:34.001 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:33 smithi162 ceph-mon[107670]: osdmap e62: 8 total, 8 up, 8 in 2023-11-19T23:27:34.001 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-19T23:27:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:33 smithi179 ceph-mon[109539]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-11-19T23:27:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:33 smithi179 ceph-mon[109539]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-19T23:27:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:33 smithi179 ceph-mon[109539]: osdmap e62: 8 total, 8 up, 8 in 2023-11-19T23:27:34.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-19T23:27:34.193 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 6b812fe4-8732-11ee-959e-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-19T23:27:35.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-19T23:27:35.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: osdmap e63: 8 total, 8 up, 8 in 2023-11-19T23:27:35.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Saving service nfs.foo spec with placement count:2 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Creating key for client.nfs.foo.0.0.smithi162.elnjmu 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-19T23:27:35.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: pgmap v162: 97 pgs: 4 creating+activating, 3 creating+peering, 22 unknown, 68 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Rados config object exists: conf-nfs.foo 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Creating key for client.nfs.foo.0.0.smithi162.elnjmu-rgw 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.070 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:34 smithi179 ceph-mon[109539]: Deploying daemon nfs.foo.0.0.smithi162.elnjmu on smithi162 2023-11-19T23:27:35.220 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-19T23:27:35.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: osdmap e63: 8 total, 8 up, 8 in 2023-11-19T23:27:35.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Saving service nfs.foo spec with placement count:2 2023-11-19T23:27:35.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.221 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:35.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:35.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:35.222 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Creating key for client.nfs.foo.0.0.smithi162.elnjmu 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: pgmap v162: 97 pgs: 4 creating+activating, 3 creating+peering, 22 unknown, 68 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-19T23:27:35.223 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Rados config object exists: conf-nfs.foo 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Creating key for client.nfs.foo.0.0.smithi162.elnjmu-rgw 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi162.elnjmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:35.224 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:34 smithi162 ceph-mon[107670]: Deploying daemon nfs.foo.0.0.smithi162.elnjmu on smithi162 2023-11-19T23:27:36.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:35 smithi162 ceph-mon[107670]: osdmap e64: 8 total, 8 up, 8 in 2023-11-19T23:27:36.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:35 smithi162 ceph-mon[107670]: mgrmap e20: smithi162.eziaaa(active, since 3m), standbys: smithi179.eiftsj 2023-11-19T23:27:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:35 smithi179 ceph-mon[109539]: osdmap e64: 8 total, 8 up, 8 in 2023-11-19T23:27:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:35 smithi179 ceph-mon[109539]: mgrmap e20: smithi162.eziaaa(active, since 3m), standbys: smithi179.eiftsj 2023-11-19T23:27:36.198 INFO:teuthology.orchestra.run.smithi162.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-19T23:27:36.198 INFO:teuthology.orchestra.run.smithi162.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-19T23:27:36.198 INFO:teuthology.orchestra.run.smithi162.stderr:Error EINVAL: invalid command 2023-11-19T23:27:36.552 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:27:36.552 INFO:teuthology.orchestra.run.smithi162.stdout: "bind": "/fake", 2023-11-19T23:27:36.552 INFO:teuthology.orchestra.run.smithi162.stdout: "fs": "foofs", 2023-11-19T23:27:36.553 INFO:teuthology.orchestra.run.smithi162.stdout: "path": "/", 2023-11-19T23:27:36.553 INFO:teuthology.orchestra.run.smithi162.stdout: "cluster": "foo", 2023-11-19T23:27:36.553 INFO:teuthology.orchestra.run.smithi162.stdout: "mode": "RW" 2023-11-19T23:27:36.553 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:27:36.920 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 6b812fe4-8732-11ee-959e-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: pgmap v164: 97 pgs: 7 creating+activating, 3 creating+peering, 1 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: Creating key for client.nfs.foo.1.0.smithi179.aqsfxz 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:37.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:37.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.481 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:37 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: pgmap v164: 97 pgs: 7 creating+activating, 3 creating+peering, 1 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-19T23:27:37.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:37.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: Creating key for client.nfs.foo.1.0.smithi179.aqsfxz 2023-11-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:37.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:37.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:37.599 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:37 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 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-19T23:27:39.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:39 smithi162 ceph-mon[107670]: pgmap v165: 97 pgs: 7 creating+activating, 3 creating+peering, 87 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-19T23:27:39.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:39 smithi162 ceph-mon[107670]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:39.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T23:27:39.480 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:39 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T23:27:39.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:39 smithi179 ceph-mon[109539]: pgmap v165: 97 pgs: 7 creating+activating, 3 creating+peering, 87 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-19T23:27:39.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:39 smithi179 ceph-mon[109539]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:39.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-19T23:27:39.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:39 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: Rados config object exists: conf-nfs.foo 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: Creating key for client.nfs.foo.1.0.smithi179.aqsfxz-rgw 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: Deploying daemon nfs.foo.1.0.smithi179.aqsfxz on smithi179 2023-11-19T23:27:40.413 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:40 smithi179 ceph-mon[109539]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: Rados config object exists: conf-nfs.foo 2023-11-19T23:27:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: Creating key for client.nfs.foo.1.0.smithi179.aqsfxz-rgw 2023-11-19T23:27:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-19T23:27:40.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi179.aqsfxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-19T23:27:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: Deploying daemon nfs.foo.1.0.smithi179.aqsfxz on smithi179 2023-11-19T23:27:40.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:40 smithi162 ceph-mon[107670]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:41.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:41 smithi179 ceph-mon[109539]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-19T23:27:41.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:41.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:41.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:41 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:41.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:41 smithi162 ceph-mon[107670]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-19T23:27:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:41.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:41 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:42.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:42 smithi179 ceph-mon[109539]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:42.580 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:42 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:42.610 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:42 smithi162 ceph-mon[107670]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:42.610 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:42 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:43.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:43 smithi179 ceph-mon[109539]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-11-19T23:27:43.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:43 smithi179 ceph-mon[109539]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:43.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:43 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:43.700 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:43 smithi162 ceph-mon[107670]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-11-19T23:27:43.701 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:43 smithi162 ceph-mon[107670]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:43.701 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:43 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:44.827 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-11-19T23:27:44.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:44.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:44 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.069 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:44 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:45.176 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-19T23:27:45.189 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:45.189 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-19T23:27:45.217 INFO:teuthology.orchestra.run.smithi162.stderr:+ mkdir /mnt/foo 2023-11-19T23:27:45.230 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-19T23:27:45.297 INFO:teuthology.orchestra.run.smithi162.stderr:++ hostname 2023-11-19T23:27:45.298 INFO:teuthology.orchestra.run.smithi162.stderr:+ mount -t nfs smithi162:/fake /mnt/foo -o sync 2023-11-19T23:27:45.716 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-19T23:27:45.784 INFO:teuthology.orchestra.run.smithi162.stderr:+ echo test 2023-11-19T23:27:45.834 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-19T23:27:45.899 INFO:teuthology.orchestra.run.smithi162.stderr:+ sync 2023-11-19T23:27:45.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:45 smithi162 ceph-mon[107670]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-19T23:27:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:45 smithi179 ceph-mon[109539]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-19T23:27:46.299 INFO:teuthology.run_tasks:Running task parallel... 2023-11-19T23:27:46.310 INFO:teuthology.task.parallel:starting parallel... 2023-11-19T23:27:46.311 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-19T23:27:46.311 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-19T23:27:46.312 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:46.312 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-19T23:27:46.312 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-19T23:27:46.312 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-19T23:27:46.313 INFO:teuthology.task.exec:Executing custom commands... 2023-11-19T23:27:46.313 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:46.313 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-19T23:27:46.408 INFO:teuthology.orchestra.run.smithi162.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-19T23:27:46.408 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:27:46.408 INFO:teuthology.orchestra.run.smithi162.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-19T23:27:46.419 INFO:teuthology.orchestra.run.smithi162.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-19T23:27:46.519 INFO:teuthology.orchestra.run.smithi162.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-19T23:27:46.519 INFO:teuthology.orchestra.run.smithi162.stdout:releasing clients 2023-11-19T23:27:46.800 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:46 smithi162 ceph-mon[107670]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:47.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:46 smithi179 ceph-mon[109539]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:27:47.519 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116 25.01 MB/sec warmup 1 sec latency 165.081 ms 2023-11-19T23:27:47.857 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:47 smithi162 ceph-mon[107670]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-19T23:27:47.857 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:47 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:47 smithi179 ceph-mon[109539]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-11-19T23:27:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:47 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:48.519 INFO:teuthology.orchestra.run.smithi162.stdout: 5 241 23.02 MB/sec warmup 2 sec latency 162.569 ms 2023-11-19T23:27:48.575 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-19T23:27:49.519 INFO:teuthology.orchestra.run.smithi162.stdout: 5 366 21.83 MB/sec warmup 3 sec latency 132.378 ms 2023-11-19T23:27:49.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:49 smithi162 ceph-mon[107670]: 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-19T23:27:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:49 smithi179 ceph-mon[109539]: 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-19T23:27:50.519 INFO:teuthology.orchestra.run.smithi162.stdout: 5 480 20.89 MB/sec warmup 4 sec latency 128.592 ms 2023-11-19T23:27:50.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:50 smithi162 ceph-mon[107670]: pgmap v171: 97 pgs: 97 active+clean; 41 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.4 MiB/s wr, 137 op/s 2023-11-19T23:27:51.072 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-19T23:27:51.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:50 smithi179 ceph-mon[109539]: pgmap v171: 97 pgs: 97 active+clean; 41 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.4 MiB/s wr, 137 op/s 2023-11-19T23:27:51.525 INFO:teuthology.orchestra.run.smithi162.stdout: 5 646 20.05 MB/sec warmup 5 sec latency 160.450 ms 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:27:52.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:27:52.525 INFO:teuthology.orchestra.run.smithi162.stdout: 5 925 18.17 MB/sec warmup 6 sec latency 96.990 ms 2023-11-19T23:27:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-11-19T23:27:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-19T23:27:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-11-19T23:27:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-11-19T23:27:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:27:52.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: pgmap v172: 97 pgs: 97 active+clean; 74 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 6.1 MiB/s wr, 187 op/s 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-11-19T23:27:53.288 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:53 smithi162 ceph-mon[107670]: osdmap e65: 8 total, 8 up, 8 in 2023-11-19T23:27:53.483 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph mgr module enable nfs --force' 2023-11-19T23:27:53.525 INFO:teuthology.orchestra.run.smithi162.stdout: 5 1298 17.56 MB/sec warmup 7 sec latency 94.283 ms 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: pgmap v172: 97 pgs: 97 active+clean; 74 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 6.1 MiB/s wr, 187 op/s 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-11-19T23:27:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:53 smithi179 ceph-mon[109539]: osdmap e65: 8 total, 8 up, 8 in 2023-11-19T23:27:54.325 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:54 smithi162 ceph-mon[107670]: osdmap e66: 8 total, 8 up, 8 in 2023-11-19T23:27:54.533 INFO:teuthology.orchestra.run.smithi162.stdout: 5 1946 16.53 MB/sec warmup 8 sec latency 94.438 ms 2023-11-19T23:27:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:54 smithi179 ceph-mon[109539]: osdmap e66: 8 total, 8 up, 8 in 2023-11-19T23:27:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:55 smithi179 ceph-mon[109539]: pgmap v175: 97 pgs: 97 active+clean; 89 MiB data, 163 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 573 op/s 2023-11-19T23:27:55.348 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:55 smithi162 ceph-mon[107670]: pgmap v175: 97 pgs: 97 active+clean; 89 MiB data, 163 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 573 op/s 2023-11-19T23:27:55.533 INFO:teuthology.orchestra.run.smithi162.stdout: 5 2435 15.66 MB/sec warmup 9 sec latency 130.093 ms 2023-11-19T23:27:56.261 INFO:teuthology.orchestra.run.smithi162.stderr:module 'nfs' is already enabled 2023-11-19T23:27:56.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:56 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3538867463' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-19T23:27:56.533 INFO:teuthology.orchestra.run.smithi162.stdout: 5 2981 16.47 MB/sec warmup 10 sec latency 134.592 ms 2023-11-19T23:27:56.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:56 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3538867463' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-19T23:27:56.859 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-19T23:27:57.397 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:57 smithi162 ceph-mon[107670]: pgmap v176: 97 pgs: 97 active+clean; 109 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 15 MiB/s wr, 675 op/s 2023-11-19T23:27:57.397 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:57 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3538867463' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-19T23:27:57.397 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:57 smithi162 ceph-mon[107670]: mgrmap e21: smithi162.eziaaa(active, since 4m), standbys: smithi179.eiftsj 2023-11-19T23:27:57.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3415 16.59 MB/sec warmup 11 sec latency 126.920 ms 2023-11-19T23:27:57.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:57 smithi179 ceph-mon[109539]: pgmap v176: 97 pgs: 97 active+clean; 109 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 15 MiB/s wr, 675 op/s 2023-11-19T23:27:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:57 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3538867463' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-19T23:27:57.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:57 smithi179 ceph-mon[109539]: mgrmap e21: smithi162.eziaaa(active, since 4m), standbys: smithi179.eiftsj 2023-11-19T23:27:58.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3724 16.29 MB/sec warmup 12 sec latency 126.850 ms 2023-11-19T23:27:58.840 INFO:teuthology.orchestra.run.smithi162.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: pgmap v177: 97 pgs: 97 active+clean; 116 MiB data, 219 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 11 MiB/s wr, 671 op/s 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:59.447 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:27:59 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:59.537 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-19T23:27:59.537 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:27:59.538 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- 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-19T23:27:59.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 3937 15.34 MB/sec warmup 13 sec latency 207.927 ms 2023-11-19T23:27:59.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: pgmap v177: 97 pgs: 97 active+clean; 116 MiB data, 219 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 11 MiB/s wr, 671 op/s 2023-11-19T23:27:59.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:59.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:27:59.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:27:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:27:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:27:59.598 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:27:59 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:28:00.454 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:00 smithi162 ceph-mon[107670]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:00.454 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:00 smithi162 ceph-mon[107670]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:28:00.455 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:00 smithi162 ceph-mon[107670]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:28:00.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4308 14.48 MB/sec warmup 14 sec latency 87.239 ms 2023-11-19T23:28:00.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:00 smithi179 ceph-mon[109539]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:00.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:00 smithi179 ceph-mon[109539]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:28:00.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:00 smithi179 ceph-mon[109539]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:28:01.474 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:01 smithi162 ceph-mon[107670]: pgmap v178: 97 pgs: 97 active+clean; 127 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 9.6 MiB/s wr, 780 op/s 2023-11-19T23:28:01.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4685 14.05 MB/sec warmup 15 sec latency 228.518 ms 2023-11-19T23:28:01.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:01 smithi179 ceph-mon[109539]: pgmap v178: 97 pgs: 97 active+clean; 127 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 9.6 MiB/s wr, 780 op/s 2023-11-19T23:28:02.150 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:28:02.539 INFO:teuthology.orchestra.run.smithi162.stdout: 5 4981 13.57 MB/sec warmup 16 sec latency 143.555 ms 2023-11-19T23:28:03.088 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:28:03.088 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (3m) 19s ago 4m 24.9M - ba2b418f427c 2b314778b8a5 2023-11-19T23:28:03.088 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (4m) 19s ago 4m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:28:03.088 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (4m) 20s ago 4m 7180k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:28:03.088 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (3m) 19s ago 4m 48.0M - 8.3.5 dad864ee21e9 15bc56cbd458 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (38s) 19s ago 38s 14.7M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (36s) 20s ago 36s 12.9M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (5m) 19s ago 5m 477M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (4m) 20s ago 4m 421M - 17.2.0 e1d6a67b021e dad9707dcce1 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (5m) 19s ago 5m 75.6M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (4m) 20s ago 4m 62.2M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (27s) 19s ago 26s 52.3M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (22s) 20s ago 22s 55.9M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (4m) 19s ago 4m 29.0M - 1dbe0e931976 b45c8404e912 2023-11-19T23:28:03.089 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (3m) 20s ago 3m 24.8M - 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (3m) 19s ago 3m 54.9M 3224M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (3m) 19s ago 3m 56.6M 3224M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (2m) 19s ago 2m 52.2M 3224M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (2m) 19s ago 2m 51.6M 3224M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (2m) 20s ago 2m 50.4M 3992M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (2m) 20s ago 2m 47.2M 3992M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (106s) 20s ago 106s 49.1M 3992M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (88s) 20s ago 88s 53.0M 3992M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:28:03.090 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (3m) 19s ago 3m 65.7M - 514e6a882f6e da52164763de 2023-11-19T23:28:03.520 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:03 smithi162 ceph-mon[107670]: pgmap v179: 97 pgs: 97 active+clean; 130 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.7 MiB/s wr, 667 op/s 2023-11-19T23:28:03.520 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:03 smithi162 ceph-mon[107670]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:03.520 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:03 smithi162 ceph-mon[107670]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:03.549 INFO:teuthology.orchestra.run.smithi162.stdout: 5 5342 13.40 MB/sec warmup 17 sec latency 142.368 ms 2023-11-19T23:28:03.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:03 smithi179 ceph-mon[109539]: pgmap v179: 97 pgs: 97 active+clean; 130 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.7 MiB/s wr, 667 op/s 2023-11-19T23:28:03.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:03 smithi179 ceph-mon[109539]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:03.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:03 smithi179 ceph-mon[109539]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:03.666 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:28:03.666 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:28:03.666 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:03.666 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:03.666 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:28:03.667 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:28:04.123 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe", 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "", 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe image" 2023-11-19T23:28:04.124 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:28:04.541 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:04 smithi162 ceph-mon[107670]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:04.541 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:04 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3668247013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:28:04.550 INFO:teuthology.orchestra.run.smithi162.stdout: 5 5675 12.78 MB/sec warmup 18 sec latency 100.800 ms 2023-11-19T23:28:04.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:04 smithi179 ceph-mon[109539]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:04.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:04 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3668247013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:28:04.711 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:28:05.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6018 12.62 MB/sec warmup 19 sec latency 108.964 ms 2023-11-19T23:28:05.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:05 smithi162 ceph-mon[107670]: pgmap v180: 97 pgs: 97 active+clean; 134 MiB data, 243 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 8.8 MiB/s wr, 760 op/s 2023-11-19T23:28:05.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:05 smithi162 ceph-mon[107670]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:05.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:05 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1640489335' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:28:05.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:05 smithi179 ceph-mon[109539]: pgmap v180: 97 pgs: 97 active+clean; 134 MiB data, 243 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 8.8 MiB/s wr, 760 op/s 2023-11-19T23:28:05.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:05 smithi179 ceph-mon[109539]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:05.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:05 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1640489335' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:28:06.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6430 12.81 MB/sec warmup 20 sec latency 131.821 ms 2023-11-19T23:28:07.362 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:07 smithi162 ceph-mon[107670]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 7.1 MiB/s wr, 538 op/s 2023-11-19T23:28:07.562 INFO:teuthology.orchestra.run.smithi162.stdout: 5 6806 12.78 MB/sec warmup 21 sec latency 137.716 ms 2023-11-19T23:28:07.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:07 smithi179 ceph-mon[109539]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 7.1 MiB/s wr, 538 op/s 2023-11-19T23:28:08.563 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7096 12.91 MB/sec warmup 22 sec latency 136.021 ms 2023-11-19T23:28:09.419 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:09 smithi162 ceph-mon[107670]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 293 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-11-19T23:28:09.563 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7292 12.56 MB/sec warmup 23 sec latency 138.325 ms 2023-11-19T23:28:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:09 smithi179 ceph-mon[109539]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 293 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-11-19T23:28:10.563 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7585 12.31 MB/sec warmup 24 sec latency 113.399 ms 2023-11-19T23:28:11.448 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:11 smithi162 ceph-mon[107670]: pgmap v183: 97 pgs: 97 active+clean; 136 MiB data, 323 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 466 op/s 2023-11-19T23:28:11.563 INFO:teuthology.orchestra.run.smithi162.stdout: 5 7836 11.94 MB/sec warmup 25 sec latency 129.745 ms 2023-11-19T23:28:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:11 smithi179 ceph-mon[109539]: pgmap v183: 97 pgs: 97 active+clean; 136 MiB data, 323 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 466 op/s 2023-11-19T23:28:12.563 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8125 11.73 MB/sec warmup 26 sec latency 126.813 ms 2023-11-19T23:28:13.489 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:13 smithi162 ceph-mon[107670]: pgmap v184: 97 pgs: 97 active+clean; 145 MiB data, 334 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.1 MiB/s wr, 479 op/s 2023-11-19T23:28:13.571 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8448 11.57 MB/sec warmup 27 sec latency 134.487 ms 2023-11-19T23:28:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:13 smithi179 ceph-mon[109539]: pgmap v184: 97 pgs: 97 active+clean; 145 MiB data, 334 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.1 MiB/s wr, 479 op/s 2023-11-19T23:28:14.574 INFO:teuthology.orchestra.run.smithi162.stdout: 5 8724 11.28 MB/sec warmup 28 sec latency 123.419 ms 2023-11-19T23:28:15.533 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:15 smithi162 ceph-mon[107670]: pgmap v185: 97 pgs: 97 active+clean; 145 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-11-19T23:28:15.581 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9083 11.22 MB/sec warmup 29 sec latency 124.222 ms 2023-11-19T23:28:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:15 smithi179 ceph-mon[109539]: pgmap v185: 97 pgs: 97 active+clean; 145 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-11-19T23:28:16.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9393 11.11 MB/sec warmup 30 sec latency 130.135 ms 2023-11-19T23:28:17.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:17 smithi162 ceph-mon[107670]: pgmap v186: 97 pgs: 97 active+clean; 138 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 369 op/s 2023-11-19T23:28:17.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 9822 11.22 MB/sec warmup 31 sec latency 121.097 ms 2023-11-19T23:28:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:17 smithi179 ceph-mon[109539]: pgmap v186: 97 pgs: 97 active+clean; 138 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 369 op/s 2023-11-19T23:28:18.591 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10192 11.24 MB/sec warmup 32 sec latency 123.907 ms 2023-11-19T23:28:19.598 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10488 11.25 MB/sec warmup 33 sec latency 129.378 ms 2023-11-19T23:28:19.603 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:19 smithi162 ceph-mon[107670]: pgmap v187: 97 pgs: 97 active+clean; 141 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-11-19T23:28:19.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:19 smithi179 ceph-mon[109539]: pgmap v187: 97 pgs: 97 active+clean; 141 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-11-19T23:28:20.598 INFO:teuthology.orchestra.run.smithi162.stdout: 5 10816 11.19 MB/sec warmup 34 sec latency 126.931 ms 2023-11-19T23:28:21.599 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11117 11.12 MB/sec warmup 35 sec latency 145.850 ms 2023-11-19T23:28:21.652 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:21 smithi162 ceph-mon[107670]: pgmap v188: 97 pgs: 97 active+clean; 146 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-19T23:28:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:21 smithi179 ceph-mon[109539]: pgmap v188: 97 pgs: 97 active+clean; 146 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-19T23:28:22.598 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11366 11.03 MB/sec warmup 36 sec latency 142.954 ms 2023-11-19T23:28:23.437 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:23 smithi162 ceph-mon[107670]: pgmap v189: 97 pgs: 97 active+clean; 151 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-19T23:28:23.598 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11601 10.78 MB/sec warmup 37 sec latency 123.214 ms 2023-11-19T23:28:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:23 smithi179 ceph-mon[109539]: pgmap v189: 97 pgs: 97 active+clean; 151 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-19T23:28:24.602 INFO:teuthology.orchestra.run.smithi162.stdout: 5 11879 10.64 MB/sec warmup 38 sec latency 123.917 ms 2023-11-19T23:28:25.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:25 smithi162 ceph-mon[107670]: pgmap v190: 97 pgs: 97 active+clean; 152 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 348 op/s 2023-11-19T23:28:25.602 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12136 10.50 MB/sec warmup 39 sec latency 117.654 ms 2023-11-19T23:28:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:25 smithi179 ceph-mon[109539]: pgmap v190: 97 pgs: 97 active+clean; 152 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 348 op/s 2023-11-19T23:28:26.602 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12476 10.40 MB/sec warmup 40 sec latency 127.181 ms 2023-11-19T23:28:27.551 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:27 smithi162 ceph-mon[107670]: pgmap v191: 97 pgs: 97 active+clean; 153 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-19T23:28:27.602 INFO:teuthology.orchestra.run.smithi162.stdout: 5 12743 10.30 MB/sec warmup 41 sec latency 129.022 ms 2023-11-19T23:28:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:27 smithi179 ceph-mon[109539]: pgmap v191: 97 pgs: 97 active+clean; 153 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-19T23:28:28.603 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13134 10.32 MB/sec warmup 42 sec latency 113.154 ms 2023-11-19T23:28:29.587 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:29 smithi162 ceph-mon[107670]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.7 MiB/s wr, 499 op/s 2023-11-19T23:28:29.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13475 10.35 MB/sec warmup 43 sec latency 124.045 ms 2023-11-19T23:28:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:29 smithi179 ceph-mon[109539]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 463 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.7 MiB/s wr, 499 op/s 2023-11-19T23:28:30.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 13784 10.37 MB/sec warmup 44 sec latency 138.678 ms 2023-11-19T23:28:31.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14192 10.51 MB/sec warmup 45 sec latency 130.020 ms 2023-11-19T23:28:31.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:31 smithi162 ceph-mon[107670]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T23:28:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:31 smithi179 ceph-mon[109539]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-11-19T23:28:32.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 14578 10.54 MB/sec warmup 46 sec latency 135.475 ms 2023-11-19T23:28:33.530 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-11-19T23:28:33.530 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: Upgrade: Target is version 18.0.0-7418-gb0f45a51 (unknown) 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887, digests ['quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887'] 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: Upgrade: Need to upgrade myself (mgr.smithi162.eziaaa) 2023-11-19T23:28:33.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:33 smithi162 ceph-mon[107670]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 on smithi179 2023-11-19T23:28:33.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15040 10.50 MB/sec warmup 47 sec latency 105.620 ms 2023-11-19T23:28:33.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: Upgrade: Target is version 18.0.0-7418-gb0f45a51 (unknown) 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887, digests ['quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887'] 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: Upgrade: Need to upgrade myself (mgr.smithi162.eziaaa) 2023-11-19T23:28:33.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:33 smithi179 ceph-mon[109539]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 on smithi179 2023-11-19T23:28:34.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15298 10.39 MB/sec warmup 48 sec latency 126.799 ms 2023-11-19T23:28:35.148 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:28:35.464 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:35 smithi162 ceph-mon[107670]: pgmap v195: 97 pgs: 97 active+clean; 159 MiB data, 511 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-19T23:28:35.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15601 10.28 MB/sec warmup 49 sec latency 100.347 ms 2023-11-19T23:28:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:35 smithi179 ceph-mon[109539]: pgmap v195: 97 pgs: 97 active+clean; 159 MiB data, 511 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-19T23:28:35.957 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:28:35.957 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (4m) 52s ago 5m 24.9M - ba2b418f427c 2b314778b8a5 2023-11-19T23:28:35.957 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (5m) 52s ago 5m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (4m) 53s ago 4m 7180k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (4m) 52s ago 4m 48.0M - 8.3.5 dad864ee21e9 15bc56cbd458 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (71s) 52s ago 70s 14.7M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (69s) 53s ago 69s 12.9M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (6m) 52s ago 6m 477M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (4m) 53s ago 4m 421M - 17.2.0 e1d6a67b021e dad9707dcce1 2023-11-19T23:28:35.958 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (6m) 52s ago 6m 75.6M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (4m) 53s ago 4m 62.2M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (59s) 52s ago 59s 52.3M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (55s) 53s ago 55s 55.9M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (4m) 52s ago 4m 29.0M - 1dbe0e931976 b45c8404e912 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (4m) 53s ago 4m 24.8M - 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (4m) 52s ago 4m 54.9M 3224M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (3m) 52s ago 3m 56.6M 3224M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (3m) 52s ago 3m 52.2M 3224M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (3m) 52s ago 3m 51.6M 3224M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (2m) 53s ago 2m 50.4M 3992M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (2m) 53s ago 2m 47.2M 3992M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (2m) 53s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (2m) 53s ago 2m 53.0M 3992M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:28:35.959 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (4m) 52s ago 4m 65.7M - 514e6a882f6e da52164763de 2023-11-19T23:28:36.406 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:28:36.406 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:28:36.407 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T23:28:36.408 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:28:36.408 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:28:36.493 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:36 smithi162 ceph-mon[107670]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:36.493 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:36 smithi162 ceph-mon[107670]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:36.493 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:36 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1599732625' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:28:36.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 15854 10.16 MB/sec warmup 50 sec latency 126.577 ms 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "0/23 daemons upgraded", 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887 image on host smithi179" 2023-11-19T23:28:36.809 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:28:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:36 smithi179 ceph-mon[109539]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:36 smithi179 ceph-mon[109539]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:36 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1599732625' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:28:37.351 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:28:37.498 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:37 smithi162 ceph-mon[107670]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:37.498 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:37 smithi162 ceph-mon[107670]: pgmap v196: 97 pgs: 97 active+clean; 169 MiB data, 565 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-11-19T23:28:37.498 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:37 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1407532807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:28:37.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 16287 10.20 MB/sec warmup 51 sec latency 137.173 ms 2023-11-19T23:28:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:37 smithi179 ceph-mon[109539]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:37 smithi179 ceph-mon[109539]: pgmap v196: 97 pgs: 97 active+clean; 169 MiB data, 565 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-11-19T23:28:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:37 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1407532807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:28:38.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 16707 10.22 MB/sec warmup 52 sec latency 92.868 ms 2023-11-19T23:28:38.692 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:38 smithi162 ceph-mon[107670]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:38.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:38 smithi179 ceph-mon[109539]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:28:39.458 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:39 smithi162 ceph-mon[107670]: pgmap v197: 97 pgs: 97 active+clean; 170 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-11-19T23:28:39.613 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17132 10.28 MB/sec warmup 53 sec latency 128.882 ms 2023-11-19T23:28:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:39 smithi179 ceph-mon[109539]: pgmap v197: 97 pgs: 97 active+clean; 170 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-11-19T23:28:40.618 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17548 10.34 MB/sec warmup 54 sec latency 126.784 ms 2023-11-19T23:28:41.486 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:41 smithi162 ceph-mon[107670]: pgmap v198: 97 pgs: 97 active+clean; 169 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-19T23:28:41.623 INFO:teuthology.orchestra.run.smithi162.stdout: 5 17875 10.35 MB/sec warmup 55 sec latency 128.212 ms 2023-11-19T23:28:41.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:41 smithi179 ceph-mon[109539]: pgmap v198: 97 pgs: 97 active+clean; 169 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-19T23:28:42.623 INFO:teuthology.orchestra.run.smithi162.stdout: 5 18084 10.23 MB/sec warmup 56 sec latency 170.922 ms 2023-11-19T23:28:43.529 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:43 smithi162 ceph-mon[107670]: pgmap v199: 97 pgs: 97 active+clean; 174 MiB data, 609 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 532 op/s 2023-11-19T23:28:43.623 INFO:teuthology.orchestra.run.smithi162.stdout: 5 18552 10.24 MB/sec warmup 57 sec latency 131.860 ms 2023-11-19T23:28:43.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:43 smithi179 ceph-mon[109539]: pgmap v199: 97 pgs: 97 active+clean; 174 MiB data, 609 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 532 op/s 2023-11-19T23:28:44.623 INFO:teuthology.orchestra.run.smithi162.stdout: 5 19023 10.29 MB/sec warmup 58 sec latency 138.298 ms 2023-11-19T23:28:45.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:45 smithi162 ceph-mon[107670]: pgmap v200: 97 pgs: 97 active+clean; 177 MiB data, 632 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-11-19T23:28:45.623 INFO:teuthology.orchestra.run.smithi162.stdout: 5 19463 10.27 MB/sec warmup 59 sec latency 130.706 ms 2023-11-19T23:28:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:45 smithi179 ceph-mon[109539]: pgmap v200: 97 pgs: 97 active+clean; 177 MiB data, 632 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-11-19T23:28:46.626 INFO:teuthology.orchestra.run.smithi162.stdout: 5 20002 10.29 MB/sec warmup 60 sec latency 127.880 ms 2023-11-19T23:28:47.586 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:47 smithi162 ceph-mon[107670]: pgmap v201: 97 pgs: 97 active+clean; 184 MiB data, 697 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.7 MiB/s wr, 698 op/s 2023-11-19T23:28:47.625 INFO:teuthology.orchestra.run.smithi162.stdout: 5 20343 10.33 MB/sec warmup 61 sec latency 120.740 ms 2023-11-19T23:28:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:47 smithi179 ceph-mon[109539]: pgmap v201: 97 pgs: 97 active+clean; 184 MiB data, 697 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.7 MiB/s wr, 698 op/s 2023-11-19T23:28:48.628 INFO:teuthology.orchestra.run.smithi162.stdout: 5 20788 10.45 MB/sec warmup 62 sec latency 127.477 ms 2023-11-19T23:28:49.634 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21140 10.48 MB/sec warmup 63 sec latency 132.309 ms 2023-11-19T23:28:49.655 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:49 smithi162 ceph-mon[107670]: pgmap v202: 97 pgs: 97 active+clean; 184 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 577 op/s 2023-11-19T23:28:49.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:49 smithi179 ceph-mon[109539]: pgmap v202: 97 pgs: 97 active+clean; 184 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 577 op/s 2023-11-19T23:28:50.634 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21412 10.39 MB/sec warmup 64 sec latency 127.436 ms 2023-11-19T23:28:51.641 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21698 10.27 MB/sec warmup 65 sec latency 120.162 ms 2023-11-19T23:28:51.723 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:51 smithi162 ceph-mon[107670]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 721 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.0 MiB/s wr, 557 op/s 2023-11-19T23:28:51.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:51 smithi179 ceph-mon[109539]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 721 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.0 MiB/s wr, 557 op/s 2023-11-19T23:28:52.641 INFO:teuthology.orchestra.run.smithi162.stdout: 5 21992 10.24 MB/sec warmup 66 sec latency 134.347 ms 2023-11-19T23:28:52.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:28:52.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:52 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:28:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/trash_purge_schedule"}]: dispatch 2023-11-19T23:28:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:52 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi162.eziaaa/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:28:53.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 22350 10.24 MB/sec warmup 67 sec latency 207.350 ms 2023-11-19T23:28:53.752 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:53 smithi162 ceph-mon[107670]: pgmap v204: 97 pgs: 97 active+clean; 189 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 517 op/s 2023-11-19T23:28:53.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:53 smithi179 ceph-mon[109539]: pgmap v204: 97 pgs: 97 active+clean; 189 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 517 op/s 2023-11-19T23:28:54.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 22748 10.23 MB/sec warmup 68 sec latency 126.729 ms 2023-11-19T23:28:55.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23170 10.19 MB/sec warmup 69 sec latency 142.162 ms 2023-11-19T23:28:55.784 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:55 smithi162 ceph-mon[107670]: pgmap v205: 97 pgs: 97 active+clean; 191 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-19T23:28:55.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:55 smithi179 ceph-mon[109539]: pgmap v205: 97 pgs: 97 active+clean; 191 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-19T23:28:56.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23409 10.16 MB/sec warmup 70 sec latency 147.060 ms 2023-11-19T23:28:57.554 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:57 smithi162 ceph-mon[107670]: pgmap v206: 97 pgs: 97 active+clean; 186 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.7 MiB/s wr, 535 op/s 2023-11-19T23:28:57.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 23929 10.27 MB/sec warmup 71 sec latency 105.776 ms 2023-11-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:57 smithi179 ceph-mon[109539]: pgmap v206: 97 pgs: 97 active+clean; 186 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.7 MiB/s wr, 535 op/s 2023-11-19T23:28:58.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 24320 10.34 MB/sec warmup 72 sec latency 129.992 ms 2023-11-19T23:28:59.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:28:59 smithi162 ceph-mon[107670]: pgmap v207: 97 pgs: 97 active+clean; 190 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 436 op/s 2023-11-19T23:28:59.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 24753 10.38 MB/sec warmup 73 sec latency 129.451 ms 2023-11-19T23:28:59.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:28:59 smithi179 ceph-mon[109539]: pgmap v207: 97 pgs: 97 active+clean; 190 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 436 op/s 2023-11-19T23:29:00.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 25180 10.34 MB/sec warmup 74 sec latency 126.529 ms 2023-11-19T23:29:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:01 smithi162 ceph-mon[107670]: pgmap v208: 97 pgs: 97 active+clean; 201 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-11-19T23:29:01.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 25584 10.27 MB/sec warmup 75 sec latency 103.895 ms 2023-11-19T23:29:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:01 smithi179 ceph-mon[109539]: pgmap v208: 97 pgs: 97 active+clean; 201 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-11-19T23:29:02.643 INFO:teuthology.orchestra.run.smithi162.stdout: 5 26109 10.36 MB/sec warmup 76 sec latency 129.660 ms 2023-11-19T23:29:03.642 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:03 smithi162 ceph-mon[107670]: pgmap v209: 97 pgs: 97 active+clean; 202 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-19T23:29:03.642 INFO:teuthology.orchestra.run.smithi162.stdout: 5 26711 10.40 MB/sec warmup 77 sec latency 133.294 ms 2023-11-19T23:29:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:03 smithi179 ceph-mon[109539]: pgmap v209: 97 pgs: 97 active+clean; 202 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-19T23:29:04.643 INFO:teuthology.orchestra.run.smithi162.stdout: 5 27106 10.38 MB/sec warmup 78 sec latency 129.923 ms 2023-11-19T23:29:05.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 27629 10.51 MB/sec warmup 79 sec latency 131.692 ms 2023-11-19T23:29:05.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: pgmap v210: 97 pgs: 97 active+clean; 205 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 569 op/s 2023-11-19T23:29:05.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: Upgrade: Updating mgr.smithi179.eiftsj 2023-11-19T23:29:05.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:05.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:29:05.805 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:29:05.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:05.806 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:05 smithi179 ceph-mon[109539]: Deploying daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: pgmap v210: 97 pgs: 97 active+clean; 205 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 569 op/s 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: Upgrade: Updating mgr.smithi179.eiftsj 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi179.eiftsj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:05.921 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:05 smithi162 ceph-mon[107670]: Deploying daemon mgr.smithi179.eiftsj on smithi179 2023-11-19T23:29:06.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28045 10.57 MB/sec warmup 80 sec latency 129.771 ms 2023-11-19T23:29:07.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28276 10.51 MB/sec warmup 81 sec latency 95.970 ms 2023-11-19T23:29:07.802 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:29:07.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:07 smithi162 ceph-mon[107670]: pgmap v211: 97 pgs: 97 active+clean; 206 MiB data, 898 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-11-19T23:29:07.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:07.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:07.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:07.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:07 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:29:08.095 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:07 smithi179 ceph-mon[109539]: pgmap v211: 97 pgs: 97 active+clean; 206 MiB data, 898 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-11-19T23:29:08.095 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:08.096 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:08.096 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:08.096 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:07 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (4m) 84s ago 5m 24.9M - ba2b418f427c 2b314778b8a5 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (5m) 84s ago 5m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (5m) 85s ago 5m 7180k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (4m) 84s ago 5m 48.0M - 8.3.5 dad864ee21e9 15bc56cbd458 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (103s) 84s ago 103s 14.7M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (102s) 85s ago 102s 12.9M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (6m) 84s ago 6m 477M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:29:08.615 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 starting - - - - 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (6m) 84s ago 6m 75.6M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (5m) 85s ago 5m 62.2M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (92s) 84s ago 92s 52.3M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (87s) 85s ago 87s 55.9M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (5m) 84s ago 5m 29.0M - 1dbe0e931976 b45c8404e912 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (4m) 85s ago 4m 24.8M - 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (4m) 84s ago 4m 54.9M 3224M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (4m) 84s ago 4m 56.6M 3224M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (3m) 84s ago 3m 52.2M 3224M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (3m) 84s ago 3m 51.6M 3224M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (3m) 85s ago 3m 50.4M 3992M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:29:08.616 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (3m) 85s ago 3m 47.2M 3992M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:29:08.617 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (2m) 85s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:29:08.617 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (2m) 85s ago 2m 53.0M 3992M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:29:08.617 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (4m) 84s ago 4m 65.7M - 514e6a882f6e da52164763de 2023-11-19T23:29:08.648 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28514 10.45 MB/sec warmup 82 sec latency 132.994 ms 2023-11-19T23:29:08.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:08 smithi162 ceph-mon[107670]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:08.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:08 smithi179 ceph-mon[109539]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:09.108 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:29:09.109 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:09.110 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:29:09.110 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-19T23:29:09.110 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:29:09.110 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:29:09.556 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:29:09.556 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:29:09.556 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:29:09.556 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:29:09.557 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:29:09.557 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons" 2023-11-19T23:29:09.557 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:29:09.654 INFO:teuthology.orchestra.run.smithi162.stdout: 5 28881 10.38 MB/sec warmup 83 sec latency 126.294 ms 2023-11-19T23:29:09.749 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:09 smithi162 ceph-mon[107670]: pgmap v212: 97 pgs: 97 active+clean; 210 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 658 op/s 2023-11-19T23:29:09.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:09 smithi162 ceph-mon[107670]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:09.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:09 smithi162 ceph-mon[107670]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:09.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:09 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1457376312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:29:09.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:09 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:09.910 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:09 smithi179 ceph-mon[109539]: pgmap v212: 97 pgs: 97 active+clean; 210 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 658 op/s 2023-11-19T23:29:09.910 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:09 smithi179 ceph-mon[109539]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:09.910 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:09 smithi179 ceph-mon[109539]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:09.910 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:09 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1457376312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:29:09.910 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:09 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:10.084 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:29:10.660 INFO:teuthology.orchestra.run.smithi162.stdout: 5 29262 10.36 MB/sec warmup 84 sec latency 138.727 ms 2023-11-19T23:29:10.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:10 smithi162 ceph-mon[107670]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:10.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:10 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:10.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:10 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1717439988' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:29:11.054 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:10 smithi179 ceph-mon[109539]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:11.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:10 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:11.055 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:10 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1717439988' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:29:11.660 INFO:teuthology.orchestra.run.smithi162.stdout: 5 29748 10.40 MB/sec warmup 85 sec latency 129.368 ms 2023-11-19T23:29:11.778 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:11 smithi162 ceph-mon[107670]: pgmap v213: 97 pgs: 97 active+clean; 214 MiB data, 904 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-11-19T23:29:11.966 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:11 smithi179 ceph-mon[109539]: pgmap v213: 97 pgs: 97 active+clean; 214 MiB data, 904 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-11-19T23:29:12.661 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30200 10.40 MB/sec warmup 86 sec latency 123.921 ms 2023-11-19T23:29:13.572 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: pgmap v214: 97 pgs: 97 active+clean; 211 MiB data, 906 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 480 op/s 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: Upgrade: Need to upgrade myself (mgr.smithi162.eziaaa) 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: Failing over to other MGR 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr fail", "who": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:29:13.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:13 smithi162 ceph-mon[107670]: osdmap e67: 8 total, 8 up, 8 in 2023-11-19T23:29:13.661 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30525 10.36 MB/sec warmup 87 sec latency 123.776 ms 2023-11-19T23:29:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: pgmap v214: 97 pgs: 97 active+clean; 211 MiB data, 906 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 480 op/s 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: Upgrade: Need to upgrade myself (mgr.smithi162.eziaaa) 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: Failing over to other MGR 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "mgr fail", "who": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:29:13.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:13 smithi179 ceph-mon[109539]: osdmap e67: 8 total, 8 up, 8 in 2023-11-19T23:29:14.593 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:14 smithi162 ceph-mon[107670]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "mgr fail", "who": "smithi162.eziaaa"}]': finished 2023-11-19T23:29:14.593 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:14 smithi162 ceph-mon[107670]: mgrmap e22: smithi179.eiftsj(active, starting, since 0.993778s) 2023-11-19T23:29:14.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:14 smithi179 ceph-mon[109539]: from='mgr.14204 172.21.15.162:0/4085378920' entity='mgr.smithi162.eziaaa' cmd='[{"prefix": "mgr fail", "who": "smithi162.eziaaa"}]': finished 2023-11-19T23:29:14.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:14 smithi179 ceph-mon[109539]: mgrmap e22: smithi179.eiftsj(active, starting, since 0.993778s) 2023-11-19T23:29:14.661 INFO:teuthology.orchestra.run.smithi162.stdout: 5 30823 10.37 MB/sec warmup 88 sec latency 127.100 ms 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: Active manager daemon smithi179.eiftsj restarted 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/crt"}]: dispatch 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: Activating manager daemon smithi179.eiftsj 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: osdmap e68: 8 total, 8 up, 8 in 2023-11-19T23:29:15.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/key"}]: dispatch 2023-11-19T23:29:15.379 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:15 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:29:15.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31211 10.42 MB/sec warmup 89 sec latency 145.940 ms 2023-11-19T23:29:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: Active manager daemon smithi179.eiftsj restarted 2023-11-19T23:29:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/crt"}]: dispatch 2023-11-19T23:29:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: Activating manager daemon smithi179.eiftsj 2023-11-19T23:29:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:29:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: osdmap e68: 8 total, 8 up, 8 in 2023-11-19T23:29:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi179.eiftsj/key"}]: dispatch 2023-11-19T23:29:15.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:15 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:29:16.405 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: mgrmap e23: smithi179.eiftsj(active, starting, since 0.623965s) 2023-11-19T23:29:16.405 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.wrvzvv"}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.wakwgx"}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr metadata", "who": "smithi179.eiftsj", "id": "smithi179.eiftsj"}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:29:16.406 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: Manager daemon smithi179.eiftsj is now available 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:29:16.407 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/trash_purge_schedule"}]: dispatch 2023-11-19T23:29:16.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/trash_purge_schedule"}]: dispatch 2023-11-19T23:29:16.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:16.408 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:16 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:16.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31559 10.46 MB/sec warmup 90 sec latency 127.159 ms 2023-11-19T23:29:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: mgrmap e23: smithi179.eiftsj(active, starting, since 0.623965s) 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata", "id": "smithi179"}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.wrvzvv"}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi179.wakwgx"}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr metadata", "who": "smithi179.eiftsj", "id": "smithi179.eiftsj"}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-19T23:29:16.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: Manager daemon smithi179.eiftsj is now available 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:16.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/mirror_snapshot_schedule"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/trash_purge_schedule"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi179.eiftsj/trash_purge_schedule"}]: dispatch 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:16.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:16 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:17.430 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: Deploying cephadm binary to smithi179 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: Deploying cephadm binary to smithi162 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: mgrmap e24: smithi179.eiftsj(active, since 1.65832s) 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: [19/Nov/2023:23:29:16] ENGINE Bus STARTING 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: pgmap v3: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: [19/Nov/2023:23:29:16] ENGINE Serving on http://172.21.15.179:8765 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: [19/Nov/2023:23:29:16] ENGINE Serving on https://172.21.15.179:7150 2023-11-19T23:29:17.431 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:17 smithi162 ceph-mon[107670]: [19/Nov/2023:23:29:16] ENGINE Bus STARTED 2023-11-19T23:29:17.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 31894 10.43 MB/sec warmup 91 sec latency 129.869 ms 2023-11-19T23:29:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: Deploying cephadm binary to smithi179 2023-11-19T23:29:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: Deploying cephadm binary to smithi162 2023-11-19T23:29:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: mgrmap e24: smithi179.eiftsj(active, since 1.65832s) 2023-11-19T23:29:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: [19/Nov/2023:23:29:16] ENGINE Bus STARTING 2023-11-19T23:29:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: pgmap v3: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: [19/Nov/2023:23:29:16] ENGINE Serving on http://172.21.15.179:8765 2023-11-19T23:29:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: [19/Nov/2023:23:29:16] ENGINE Serving on https://172.21.15.179:7150 2023-11-19T23:29:17.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:17 smithi179 ceph-mon[109539]: [19/Nov/2023:23:29:16] ENGINE Bus STARTED 2023-11-19T23:29:18.455 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:18 smithi162 ceph-mon[107670]: pgmap v4: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:18.456 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:18 smithi162 ceph-mon[107670]: mgrmap e25: smithi179.eiftsj(active, since 2s) 2023-11-19T23:29:18.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 32223 10.35 MB/sec warmup 92 sec latency 129.790 ms 2023-11-19T23:29:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:18 smithi179 ceph-mon[109539]: pgmap v4: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:18 smithi179 ceph-mon[109539]: mgrmap e25: smithi179.eiftsj(active, since 2s) 2023-11-19T23:29:19.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 32608 10.33 MB/sec warmup 93 sec latency 128.640 ms 2023-11-19T23:29:20.488 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:20 smithi162 ceph-mon[107670]: pgmap v5: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:20.488 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:20 smithi162 ceph-mon[107670]: mgrmap e26: smithi179.eiftsj(active, since 4s) 2023-11-19T23:29:20.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33051 10.33 MB/sec warmup 94 sec latency 117.759 ms 2023-11-19T23:29:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:20 smithi179 ceph-mon[109539]: pgmap v5: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:20 smithi179 ceph-mon[109539]: mgrmap e26: smithi179.eiftsj(active, since 4s) 2023-11-19T23:29:21.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33456 10.33 MB/sec warmup 95 sec latency 117.710 ms 2023-11-19T23:29:22.268 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: pgmap v6: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:22.268 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: Standby manager daemon smithi162.eziaaa started 2023-11-19T23:29:22.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.eziaaa/crt"}]: dispatch 2023-11-19T23:29:22.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:29:22.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.eziaaa/key"}]: dispatch 2023-11-19T23:29:22.269 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:22 smithi162 ceph-mon[107670]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:29:22.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: pgmap v6: 97 pgs: 97 active+clean; 228 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail 2023-11-19T23:29:22.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: Standby manager daemon smithi162.eziaaa started 2023-11-19T23:29:22.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.eziaaa/crt"}]: dispatch 2023-11-19T23:29:22.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T23:29:22.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.eziaaa/key"}]: dispatch 2023-11-19T23:29:22.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:22 smithi179 ceph-mon[109539]: from='mgr.? 172.21.15.162:0/271027061' entity='mgr.smithi162.eziaaa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T23:29:22.666 INFO:teuthology.orchestra.run.smithi162.stdout: 5 33876 10.33 MB/sec warmup 96 sec latency 108.528 ms 2023-11-19T23:29:23.319 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:23 smithi162 ceph-mon[107670]: mgrmap e27: smithi179.eiftsj(active, since 7s), standbys: smithi162.eziaaa 2023-11-19T23:29:23.320 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:23 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:29:23.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:23 smithi179 ceph-mon[109539]: mgrmap e27: smithi179.eiftsj(active, since 7s), standbys: smithi162.eziaaa 2023-11-19T23:29:23.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:23 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr metadata", "who": "smithi162.eziaaa", "id": "smithi162.eziaaa"}]: dispatch 2023-11-19T23:29:23.668 INFO:teuthology.orchestra.run.smithi162.stdout: 5 34142 10.30 MB/sec warmup 97 sec latency 135.808 ms 2023-11-19T23:29:24.668 INFO:teuthology.orchestra.run.smithi162.stdout: 5 34424 10.33 MB/sec warmup 98 sec latency 132.435 ms 2023-11-19T23:29:24.856 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:24 smithi162 ceph-mon[107670]: pgmap v7: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 3.6 MiB/s wr, 427 op/s 2023-11-19T23:29:24.856 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:24.856 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:24.856 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:24.856 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:24 smithi179 ceph-mon[109539]: pgmap v7: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 3.6 MiB/s wr, 427 op/s 2023-11-19T23:29:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:25.068 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:25.669 INFO:teuthology.orchestra.run.smithi162.stdout: 5 34817 10.35 MB/sec warmup 99 sec latency 119.105 ms 2023-11-19T23:29:26.673 INFO:teuthology.orchestra.run.smithi162.stdout: 5 35243 10.39 MB/sec warmup 100 sec latency 134.155 ms 2023-11-19T23:29:26.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:26 smithi162 ceph-mon[107670]: pgmap v8: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 2.8 MiB/s wr, 331 op/s 2023-11-19T23:29:26.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:26 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:26.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:26 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:27.060 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:26 smithi179 ceph-mon[109539]: pgmap v8: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 2.8 MiB/s wr, 331 op/s 2023-11-19T23:29:27.060 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:26 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:27.060 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:26 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:27.688 INFO:teuthology.orchestra.run.smithi162.stdout: 5 35612 10.37 MB/sec warmup 101 sec latency 91.132 ms 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.992 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.992 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:27.992 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:28.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:28.689 INFO:teuthology.orchestra.run.smithi162.stdout: 5 36061 10.33 MB/sec warmup 102 sec latency 127.059 ms 2023-11-19T23:29:28.999 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:28 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi162 to 1944M 2023-11-19T23:29:28.999 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:28 smithi162 ceph-mon[107670]: pgmap v9: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-19T23:29:29.177 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:28 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi162 to 1944M 2023-11-19T23:29:29.177 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:28 smithi179 ceph-mon[109539]: pgmap v9: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-11-19T23:29:29.689 INFO:teuthology.orchestra.run.smithi162.stdout: 5 36473 10.32 MB/sec warmup 103 sec latency 120.432 ms 2023-11-19T23:29:30.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:29 smithi162 ceph-mon[107670]: pgmap v10: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:29:30.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:29 smithi179 ceph-mon[109539]: pgmap v10: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:29:30.689 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37004 10.35 MB/sec warmup 104 sec latency 103.858 ms 2023-11-19T23:29:31.035 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:31.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:31.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37527 10.39 MB/sec warmup 105 sec latency 92.259 ms 2023-11-19T23:29:32.315 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:32 smithi162 ceph-mon[107670]: pgmap v11: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:29:32.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:32 smithi179 ceph-mon[109539]: pgmap v11: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:29:32.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 37938 10.43 MB/sec warmup 106 sec latency 109.377 ms 2023-11-19T23:29:33.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 38362 10.49 MB/sec warmup 107 sec latency 122.424 ms 2023-11-19T23:29:34.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Adjusting osd_memory_target on smithi179 to 2712M 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi179:/etc/ceph/ceph.conf 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: pgmap v12: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 6.9 MiB/s wr, 717 op/s 2023-11-19T23:29:34.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi179:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T23:29:34.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi162:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T23:29:34.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:29:34.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:34 smithi162 ceph-mon[107670]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:29:34.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Adjusting osd_memory_target on smithi179 to 2712M 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:34.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi179:/etc/ceph/ceph.conf 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: pgmap v12: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 6.9 MiB/s wr, 717 op/s 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi179:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi162:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:29:34.351 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:34 smithi179 ceph-mon[109539]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T23:29:34.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 38653 10.46 MB/sec warmup 108 sec latency 130.067 ms 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: Updating smithi179:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: Updating smithi162:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-19T23:29:35.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:35 smithi162 ceph-mon[107670]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-19T23:29:35.690 INFO:teuthology.orchestra.run.smithi162.stdout: 5 38929 10.44 MB/sec warmup 109 sec latency 127.072 ms 2023-11-19T23:29:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: Updating smithi179:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T23:29:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: Updating smithi162:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: Reconfiguring alertmanager.smithi162 (dependencies changed)... 2023-11-19T23:29:35.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:35 smithi179 ceph-mon[109539]: Reconfiguring daemon alertmanager.smithi162 on smithi162 2023-11-19T23:29:36.691 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39224 10.39 MB/sec warmup 110 sec latency 123.819 ms 2023-11-19T23:29:36.906 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:36 smithi162 ceph-mon[107670]: pgmap v13: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-11-19T23:29:37.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:36 smithi179 ceph-mon[109539]: pgmap v13: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-11-19T23:29:37.692 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39558 10.36 MB/sec warmup 111 sec latency 126.738 ms 2023-11-19T23:29:38.698 INFO:teuthology.orchestra.run.smithi162.stdout: 5 39941 10.34 MB/sec warmup 112 sec latency 130.599 ms 2023-11-19T23:29:38.969 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:38 smithi162 ceph-mon[107670]: pgmap v14: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.4 MiB/s wr, 689 op/s 2023-11-19T23:29:39.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:38 smithi179 ceph-mon[109539]: pgmap v14: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.4 MiB/s wr, 689 op/s 2023-11-19T23:29:39.701 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40295 10.31 MB/sec warmup 113 sec latency 151.415 ms 2023-11-19T23:29:40.565 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:29:40.701 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40567 10.24 MB/sec warmup 114 sec latency 143.817 ms 2023-11-19T23:29:41.012 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:40 smithi162 ceph-mon[107670]: pgmap v15: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-19T23:29:41.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:40 smithi179 ceph-mon[109539]: pgmap v15: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-19T23:29:41.497 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:29:41.497 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (5m) 15s ago 6m 28.5M - 0.23.0 ba2b418f427c 2b314778b8a5 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (6m) 15s ago 6m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (5m) 17s ago 5m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (5m) 15s ago 5m 55.7M - 8.3.5 dad864ee21e9 15bc56cbd458 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (2m) 15s ago 2m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (2m) 17s ago 2m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (7m) 15s ago 7m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (34s) 17s ago 5m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (7m) 15s ago 7m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (5m) 17s ago 5m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (2m) 15s ago 2m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:29:41.498 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (2m) 17s ago 2m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (5m) 15s ago 5m 30.0M - 1.3.1 1dbe0e931976 b45c8404e912 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (5m) 17s ago 5m 30.1M - 1.3.1 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (5m) 15s ago 5m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (4m) 15s ago 4m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (4m) 15s ago 4m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (4m) 15s ago 4m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (3m) 17s ago 3m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (3m) 17s ago 3m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (3m) 17s ago 3m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (3m) 17s ago 3m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:29:41.499 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (5m) 15s ago 5m 66.8M - 2.33.4 514e6a882f6e da52164763de 2023-11-19T23:29:41.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 40835 10.22 MB/sec warmup 115 sec latency 137.495 ms 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:29:42.027 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:29:42.028 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:29:42.029 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:29:42.029 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:29:42.034 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:41 smithi162 ceph-mon[107670]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:42.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:41 smithi179 ceph-mon[109539]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:42.469 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:29:42.469 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:29:42.469 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:29:42.469 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:29:42.469 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:29:42.470 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:29:42.470 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "", 2023-11-19T23:29:42.470 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:29:42.470 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:29:42.710 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41077 10.23 MB/sec warmup 116 sec latency 131.528 ms 2023-11-19T23:29:43.007 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:29:43.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:42 smithi162 ceph-mon[107670]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:43.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:42 smithi162 ceph-mon[107670]: pgmap v16: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-19T23:29:43.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:42 smithi162 ceph-mon[107670]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:43.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:42 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3310764921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:29:43.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:42 smithi179 ceph-mon[109539]: from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:43.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:42 smithi179 ceph-mon[109539]: pgmap v16: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-19T23:29:43.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:42 smithi179 ceph-mon[109539]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:43.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:42 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3310764921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:29:43.710 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41381 10.24 MB/sec warmup 117 sec latency 126.784 ms 2023-11-19T23:29:44.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3837551701' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:43 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3837551701' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:29:44.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:43 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:29:44.710 INFO:teuthology.orchestra.run.smithi162.stdout: 5 41783 10.29 MB/sec warmup 118 sec latency 123.908 ms 2023-11-19T23:29:45.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:44 smithi162 ceph-mon[107670]: pgmap v17: 97 pgs: 97 active+clean; 251 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 677 op/s 2023-11-19T23:29:45.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:44 smithi162 ceph-mon[107670]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-19T23:29:45.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:44 smithi162 ceph-mon[107670]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-19T23:29:45.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:44 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:29:45.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:44 smithi162 ceph-mon[107670]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-19T23:29:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:44 smithi179 ceph-mon[109539]: pgmap v17: 97 pgs: 97 active+clean; 251 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 677 op/s 2023-11-19T23:29:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:44 smithi179 ceph-mon[109539]: Reconfiguring grafana.smithi162 (dependencies changed)... 2023-11-19T23:29:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:44 smithi179 ceph-mon[109539]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-19T23:29:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:44 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-19T23:29:45.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:44 smithi179 ceph-mon[109539]: Reconfiguring daemon grafana.smithi162 on smithi162 2023-11-19T23:29:45.710 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42053 10.28 MB/sec warmup 119 sec latency 130.409 ms 2023-11-19T23:29:46.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:45 smithi162 ceph-mon[107670]: pgmap v18: 97 pgs: 97 active+clean; 251 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-19T23:29:46.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:46.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:45 smithi179 ceph-mon[109539]: pgmap v18: 97 pgs: 97 active+clean; 251 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-19T23:29:46.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:29:47.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42529 4.19 MB/sec execute 1 sec latency 131.285 ms 2023-11-19T23:29:48.654 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:48 smithi162 ceph-mon[107670]: pgmap v19: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-11-19T23:29:48.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 42900 5.14 MB/sec execute 2 sec latency 129.923 ms 2023-11-19T23:29:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:48 smithi179 ceph-mon[109539]: pgmap v19: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-11-19T23:29:49.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43204 6.70 MB/sec execute 3 sec latency 89.441 ms 2023-11-19T23:29:50.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:50 smithi162 ceph-mon[107670]: pgmap v20: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-19T23:29:50.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43507 5.61 MB/sec execute 4 sec latency 130.182 ms 2023-11-19T23:29:50.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:50 smithi179 ceph-mon[109539]: pgmap v20: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-19T23:29:51.712 INFO:teuthology.orchestra.run.smithi162.stdout: 5 43813 6.11 MB/sec execute 5 sec latency 136.906 ms 2023-11-19T23:29:52.478 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:52 smithi162 ceph-mon[107670]: pgmap v21: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-19T23:29:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:52 smithi179 ceph-mon[109539]: pgmap v21: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-11-19T23:29:52.711 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44174 6.28 MB/sec execute 6 sec latency 129.488 ms 2023-11-19T23:29:53.714 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44481 6.81 MB/sec execute 7 sec latency 124.057 ms 2023-11-19T23:29:54.532 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:54 smithi162 ceph-mon[107670]: pgmap v22: 97 pgs: 97 active+clean; 261 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-11-19T23:29:54.717 INFO:teuthology.orchestra.run.smithi162.stdout: 5 44822 7.42 MB/sec execute 8 sec latency 123.692 ms 2023-11-19T23:29:54.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:54 smithi179 ceph-mon[109539]: pgmap v22: 97 pgs: 97 active+clean; 261 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 554 op/s 2023-11-19T23:29:55.717 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45145 8.06 MB/sec execute 9 sec latency 137.954 ms 2023-11-19T23:29:56.597 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:56 smithi162 ceph-mon[107670]: pgmap v23: 97 pgs: 97 active+clean; 261 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-11-19T23:29:56.717 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45516 8.78 MB/sec execute 10 sec latency 137.785 ms 2023-11-19T23:29:56.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:56 smithi179 ceph-mon[109539]: pgmap v23: 97 pgs: 97 active+clean; 261 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-11-19T23:29:57.718 INFO:teuthology.orchestra.run.smithi162.stdout: 5 45799 8.47 MB/sec execute 11 sec latency 148.829 ms 2023-11-19T23:29:58.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:29:58 smithi162 ceph-mon[107670]: pgmap v24: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 552 op/s 2023-11-19T23:29:58.718 INFO:teuthology.orchestra.run.smithi162.stdout: 5 46234 8.60 MB/sec execute 12 sec latency 105.523 ms 2023-11-19T23:29:58.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:29:58 smithi179 ceph-mon[109539]: pgmap v24: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 552 op/s 2023-11-19T23:29:59.718 INFO:teuthology.orchestra.run.smithi162.stdout: 5 46622 8.40 MB/sec execute 13 sec latency 129.610 ms 2023-11-19T23:30:00.685 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:00 smithi162 ceph-mon[107670]: pgmap v25: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-19T23:30:00.686 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:00 smithi162 ceph-mon[107670]: overall HEALTH_OK 2023-11-19T23:30:00.686 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:00 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:00.686 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:00 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:00.686 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:00.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47002 8.62 MB/sec execute 14 sec latency 108.574 ms 2023-11-19T23:30:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:00 smithi179 ceph-mon[109539]: pgmap v25: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-19T23:30:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:00 smithi179 ceph-mon[109539]: overall HEALTH_OK 2023-11-19T23:30:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:00 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:00 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:00.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:01.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:01 smithi162 ceph-mon[107670]: Reconfiguring node-exporter.smithi162 (dependencies changed)... 2023-11-19T23:30:01.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:01 smithi162 ceph-mon[107670]: Reconfiguring daemon node-exporter.smithi162 on smithi162 2023-11-19T23:30:01.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47446 8.50 MB/sec execute 15 sec latency 129.495 ms 2023-11-19T23:30:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:01 smithi179 ceph-mon[109539]: Reconfiguring node-exporter.smithi162 (dependencies changed)... 2023-11-19T23:30:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:01 smithi179 ceph-mon[109539]: Reconfiguring daemon node-exporter.smithi162 on smithi162 2023-11-19T23:30:02.474 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:02 smithi162 ceph-mon[107670]: pgmap v26: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-19T23:30:02.729 INFO:teuthology.orchestra.run.smithi162.stdout: 5 47866 8.71 MB/sec execute 16 sec latency 87.227 ms 2023-11-19T23:30:02.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:02 smithi179 ceph-mon[109539]: pgmap v26: 97 pgs: 97 active+clean; 276 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-19T23:30:03.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 48332 9.35 MB/sec execute 17 sec latency 120.911 ms 2023-11-19T23:30:04.488 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:04 smithi162 ceph-mon[107670]: pgmap v27: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 616 op/s 2023-11-19T23:30:04.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 48859 9.77 MB/sec execute 18 sec latency 141.266 ms 2023-11-19T23:30:04.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:04 smithi179 ceph-mon[109539]: pgmap v27: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 616 op/s 2023-11-19T23:30:05.729 INFO:teuthology.orchestra.run.smithi162.stdout: 5 49149 9.57 MB/sec execute 19 sec latency 135.498 ms 2023-11-19T23:30:06.009 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:05 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:06.009 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:05 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:06.009 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:05 smithi162 ceph-mon[107670]: Reconfiguring prometheus.smithi162 (dependencies changed)... 2023-11-19T23:30:06.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:05 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:06.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:05 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:06.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:05 smithi179 ceph-mon[109539]: Reconfiguring prometheus.smithi162 (dependencies changed)... 2023-11-19T23:30:06.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 49594 9.64 MB/sec execute 20 sec latency 129.882 ms 2023-11-19T23:30:07.020 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:06 smithi162 ceph-mon[107670]: Reconfiguring daemon prometheus.smithi162 on smithi162 2023-11-19T23:30:07.020 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:06 smithi162 ceph-mon[107670]: pgmap v28: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-19T23:30:07.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:06 smithi179 ceph-mon[109539]: Reconfiguring daemon prometheus.smithi162 on smithi162 2023-11-19T23:30:07.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:06 smithi179 ceph-mon[109539]: pgmap v28: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-19T23:30:07.728 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50004 9.56 MB/sec execute 21 sec latency 164.413 ms 2023-11-19T23:30:08.731 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50225 9.48 MB/sec execute 22 sec latency 167.933 ms 2023-11-19T23:30:09.044 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:08 smithi162 ceph-mon[107670]: pgmap v29: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.3 MiB/s wr, 678 op/s 2023-11-19T23:30:09.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:08 smithi179 ceph-mon[109539]: pgmap v29: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.3 MiB/s wr, 678 op/s 2023-11-19T23:30:09.731 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50505 9.40 MB/sec execute 23 sec latency 126.047 ms 2023-11-19T23:30:10.731 INFO:teuthology.orchestra.run.smithi162.stdout: 5 50934 9.31 MB/sec execute 24 sec latency 123.865 ms 2023-11-19T23:30:11.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:10 smithi162 ceph-mon[107670]: pgmap v30: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:30:11.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:10 smithi179 ceph-mon[109539]: pgmap v30: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:30:11.731 INFO:teuthology.orchestra.run.smithi162.stdout: 5 51259 9.30 MB/sec execute 25 sec latency 129.716 ms 2023-11-19T23:30:12.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:12 smithi162 ceph-mon[107670]: pgmap v31: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:30:12.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:12 smithi179 ceph-mon[109539]: pgmap v31: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:30:12.742 INFO:teuthology.orchestra.run.smithi162.stdout: 5 51718 9.40 MB/sec execute 26 sec latency 120.386 ms 2023-11-19T23:30:13.545 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:30:13.742 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52105 9.51 MB/sec execute 27 sec latency 129.257 ms 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (6m) 48s ago 6m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (6m) 50s ago 6m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (2m) 48s ago 2m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:30:14.495 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (2m) 50s ago 2m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (7m) 48s ago 7m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (67s) 50s ago 6m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (7m) 48s ago 7m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (6m) 50s ago 6m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (2m) 48s ago 2m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (2m) 50s ago 2m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (6m) 50s ago 6m 30.1M - 1.3.1 1dbe0e931976 cc6cc99b1c9d 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (5m) 48s ago 5m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (5m) 48s ago 5m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (5m) 48s ago 5m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:30:14.496 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (4m) 48s ago 4m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:30:14.497 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (4m) 50s ago 4m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:30:14.497 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (4m) 50s ago 4m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:30:14.497 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (3m) 50s ago 3m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:30:14.497 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (3m) 50s ago 3m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:30:14.497 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (5m) 48s ago 5m 66.8M - 2.33.4 514e6a882f6e da52164763de 2023-11-19T23:30:14.643 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:14 smithi162 ceph-mon[107670]: pgmap v32: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2023-11-19T23:30:14.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:14 smithi162 ceph-mon[107670]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:14.742 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52389 9.49 MB/sec execute 28 sec latency 129.796 ms 2023-11-19T23:30:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:14 smithi179 ceph-mon[109539]: pgmap v32: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2023-11-19T23:30:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:14 smithi179 ceph-mon[109539]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:30:15.080 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:30:15.081 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:30:15.082 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:30:15.532 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:30:15.532 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:30:15.532 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:30:15.532 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:30:15.532 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:30:15.533 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:30:15.533 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "", 2023-11-19T23:30:15.533 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:30:15.533 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:30:15.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:15 smithi162 ceph-mon[107670]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:15.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:15 smithi162 ceph-mon[107670]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:15.650 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:15 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2658690402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:30:15.752 INFO:teuthology.orchestra.run.smithi162.stdout: 5 52681 9.43 MB/sec execute 29 sec latency 142.605 ms 2023-11-19T23:30:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:15 smithi179 ceph-mon[109539]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:15 smithi179 ceph-mon[109539]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:15 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2658690402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:30:16.093 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:30:16.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:16 smithi162 ceph-mon[107670]: pgmap v33: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-11-19T23:30:16.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:16.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:16 smithi162 ceph-mon[107670]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:16.562 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:16 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2546703397' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:30:16.752 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53058 9.58 MB/sec execute 30 sec latency 132.846 ms 2023-11-19T23:30:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:16 smithi179 ceph-mon[109539]: pgmap v33: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-11-19T23:30:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:16 smithi179 ceph-mon[109539]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:16 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2546703397' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:30:17.752 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53355 9.40 MB/sec execute 31 sec latency 137.451 ms 2023-11-19T23:30:18.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:18 smithi162 ceph-mon[107670]: pgmap v34: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.2 MiB/s wr, 681 op/s 2023-11-19T23:30:18.759 INFO:teuthology.orchestra.run.smithi162.stdout: 5 53722 9.41 MB/sec execute 32 sec latency 126.394 ms 2023-11-19T23:30:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:18 smithi179 ceph-mon[109539]: pgmap v34: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.2 MiB/s wr, 681 op/s 2023-11-19T23:30:19.760 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54028 9.35 MB/sec execute 33 sec latency 127.009 ms 2023-11-19T23:30:20.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:20 smithi162 ceph-mon[107670]: pgmap v35: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-19T23:30:20.763 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54296 9.32 MB/sec execute 34 sec latency 126.957 ms 2023-11-19T23:30:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:20 smithi179 ceph-mon[109539]: pgmap v35: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-19T23:30:21.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 54664 9.39 MB/sec execute 35 sec latency 123.719 ms 2023-11-19T23:30:22.435 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:22 smithi162 ceph-mon[107670]: pgmap v36: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-19T23:30:22.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:22 smithi179 ceph-mon[109539]: pgmap v36: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-19T23:30:22.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55012 9.30 MB/sec execute 36 sec latency 119.824 ms 2023-11-19T23:30:23.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55361 9.34 MB/sec execute 37 sec latency 105.225 ms 2023-11-19T23:30:24.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:24.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:24 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:24.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:24 smithi162 ceph-mon[107670]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 615 op/s 2023-11-19T23:30:24.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:24 smithi162 ceph-mon[107670]: Reconfiguring node-exporter.smithi179 (dependencies changed)... 2023-11-19T23:30:24.457 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:24 smithi162 ceph-mon[107670]: Reconfiguring daemon node-exporter.smithi179 on smithi179 2023-11-19T23:30:24.638 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:24.638 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:24 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:24.638 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:24 smithi179 ceph-mon[109539]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 615 op/s 2023-11-19T23:30:24.638 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:24 smithi179 ceph-mon[109539]: Reconfiguring node-exporter.smithi179 (dependencies changed)... 2023-11-19T23:30:24.638 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:24 smithi179 ceph-mon[109539]: Reconfiguring daemon node-exporter.smithi179 on smithi179 2023-11-19T23:30:24.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 55741 9.30 MB/sec execute 38 sec latency 129.857 ms 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.730 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: Upgrade: Need to upgrade myself (mgr.smithi179.eiftsj) 2023-11-19T23:30:25.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:25 smithi162 ceph-mon[107670]: Upgrade: Need to upgrade myself (mgr.smithi179.eiftsj) 2023-11-19T23:30:25.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56063 9.31 MB/sec execute 39 sec latency 131.298 ms 2023-11-19T23:30:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi162.front.sepia.ceph.com:9093"}]: dispatch 2023-11-19T23:30:25.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi162.front.sepia.ceph.com:3000"}]: dispatch 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:30:25.849 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: Upgrade: Need to upgrade myself (mgr.smithi179.eiftsj) 2023-11-19T23:30:25.850 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:25 smithi179 ceph-mon[109539]: Upgrade: Need to upgrade myself (mgr.smithi179.eiftsj) 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:30:26.743 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:26 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:30:26.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56463 9.50 MB/sec execute 40 sec latency 118.017 ms 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.eziaaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T23:30:27.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:26 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:30:27.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 56730 9.39 MB/sec execute 41 sec latency 129.459 ms 2023-11-19T23:30:27.774 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:27 smithi162 ceph-mon[107670]: Upgrade: Updating mgr.smithi162.eziaaa 2023-11-19T23:30:27.775 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:27 smithi162 ceph-mon[107670]: Deploying daemon mgr.smithi162.eziaaa on smithi162 2023-11-19T23:30:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:27 smithi179 ceph-mon[109539]: Upgrade: Updating mgr.smithi162.eziaaa 2023-11-19T23:30:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:27 smithi179 ceph-mon[109539]: Deploying daemon mgr.smithi162.eziaaa on smithi162 2023-11-19T23:30:28.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57034 9.30 MB/sec execute 42 sec latency 135.654 ms 2023-11-19T23:30:28.788 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:28 smithi162 ceph-mon[107670]: pgmap v39: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 619 op/s 2023-11-19T23:30:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:28 smithi179 ceph-mon[109539]: pgmap v39: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 619 op/s 2023-11-19T23:30:29.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57279 9.26 MB/sec execute 43 sec latency 204.462 ms 2023-11-19T23:30:30.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 57588 9.22 MB/sec execute 44 sec latency 138.620 ms 2023-11-19T23:30:30.825 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:30 smithi162 ceph-mon[107670]: pgmap v40: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T23:30:30.826 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:30 smithi179 ceph-mon[109539]: pgmap v40: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T23:30:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:31.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58001 9.29 MB/sec execute 45 sec latency 123.998 ms 2023-11-19T23:30:32.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:32 smithi162 ceph-mon[107670]: pgmap v41: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T23:30:32.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:32 smithi179 ceph-mon[109539]: pgmap v41: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-19T23:30:32.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58365 9.19 MB/sec execute 46 sec latency 133.590 ms 2023-11-19T23:30:33.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 58676 9.17 MB/sec execute 47 sec latency 127.541 ms 2023-11-19T23:30:34.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:34 smithi162 ceph-mon[107670]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-11-19T23:30:34.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59062 9.27 MB/sec execute 48 sec latency 129.723 ms 2023-11-19T23:30:34.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:34 smithi179 ceph-mon[109539]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-11-19T23:30:35.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59495 9.32 MB/sec execute 49 sec latency 202.069 ms 2023-11-19T23:30:36.472 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:36 smithi162 ceph-mon[107670]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-19T23:30:36.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 59927 9.52 MB/sec execute 50 sec latency 108.063 ms 2023-11-19T23:30:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:36 smithi179 ceph-mon[109539]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-19T23:30:37.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 60336 9.48 MB/sec execute 51 sec latency 135.413 ms 2023-11-19T23:30:38.507 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:38 smithi162 ceph-mon[107670]: pgmap v44: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 631 op/s 2023-11-19T23:30:38.764 INFO:teuthology.orchestra.run.smithi162.stdout: 5 60703 9.42 MB/sec execute 52 sec latency 137.137 ms 2023-11-19T23:30:38.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:38 smithi179 ceph-mon[109539]: pgmap v44: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 631 op/s 2023-11-19T23:30:39.776 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61096 9.41 MB/sec execute 53 sec latency 142.881 ms 2023-11-19T23:30:40.541 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:40 smithi162 ceph-mon[107670]: pgmap v45: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-19T23:30:40.776 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61526 9.41 MB/sec execute 54 sec latency 110.118 ms 2023-11-19T23:30:40.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:40 smithi179 ceph-mon[109539]: pgmap v45: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-19T23:30:41.786 INFO:teuthology.orchestra.run.smithi162.stdout: 5 61875 9.43 MB/sec execute 55 sec latency 141.710 ms 2023-11-19T23:30:42.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:42 smithi162 ceph-mon[107670]: pgmap v46: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-19T23:30:42.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:42 smithi179 ceph-mon[109539]: pgmap v46: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-19T23:30:42.786 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62217 9.42 MB/sec execute 56 sec latency 139.840 ms 2023-11-19T23:30:43.786 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62608 9.49 MB/sec execute 57 sec latency 213.737 ms 2023-11-19T23:30:44.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:44 smithi162 ceph-mon[107670]: pgmap v47: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 662 op/s 2023-11-19T23:30:44.787 INFO:teuthology.orchestra.run.smithi162.stdout: 5 62993 9.49 MB/sec execute 58 sec latency 123.319 ms 2023-11-19T23:30:44.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:44 smithi179 ceph-mon[109539]: pgmap v47: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 662 op/s 2023-11-19T23:30:45.787 INFO:teuthology.orchestra.run.smithi162.stdout: 5 63388 9.55 MB/sec execute 59 sec latency 139.142 ms 2023-11-19T23:30:46.544 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:30:46.677 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:46 smithi162 ceph-mon[107670]: pgmap v48: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-11-19T23:30:46.677 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:46 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:46.787 INFO:teuthology.orchestra.run.smithi162.stdout: 5 63739 9.55 MB/sec execute 60 sec latency 137.336 ms 2023-11-19T23:30:46.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:46 smithi179 ceph-mon[109539]: pgmap v48: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-11-19T23:30:46.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:46 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:30:47.470 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:30:47.470 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (7m) 81s ago 7m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (6m) 83s ago 6m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (3m) 81s ago 3m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (3m) 83s ago 3m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (8m) 81s ago 8m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (100s) 83s ago 6m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (8m) 81s ago 8m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (6m) 83s ago 6m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (3m) 81s ago 3m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (3m) 83s ago 3m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:30:47.471 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (6m) 81s ago 6m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (5m) 81s ago 5m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (5m) 81s ago 5m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (5m) 81s ago 5m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (5m) 83s ago 5m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (4m) 83s ago 4m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (4m) 83s ago 4m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (4m) 83s ago 4m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:30:47.472 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:30:47.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:47 smithi162 ceph-mon[107670]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:47.787 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64052 9.53 MB/sec execute 61 sec latency 136.682 ms 2023-11-19T23:30:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:47 smithi179 ceph-mon[109539]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:48.037 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:30:48.037 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:30:48.037 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:30:48.038 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:30:48.039 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:30:48.039 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:30:48.039 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:30:48.039 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:30:48.039 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:30:48.448 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:30:48.448 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:30:48.448 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:30:48.449 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:30:48.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:48 smithi162 ceph-mon[107670]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:48.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:48 smithi162 ceph-mon[107670]: pgmap v49: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2023-11-19T23:30:48.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:48 smithi162 ceph-mon[107670]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:48.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:48 smithi162 ceph-mon[107670]: mgrmap e28: smithi179.eiftsj(active, since 92s), standbys: smithi162.eziaaa 2023-11-19T23:30:48.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:48 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/197358790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:30:48.787 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64286 9.48 MB/sec execute 62 sec latency 120.707 ms 2023-11-19T23:30:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:48 smithi179 ceph-mon[109539]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:48 smithi179 ceph-mon[109539]: pgmap v49: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2023-11-19T23:30:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:48 smithi179 ceph-mon[109539]: from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:48 smithi179 ceph-mon[109539]: mgrmap e28: smithi179.eiftsj(active, since 92s), standbys: smithi162.eziaaa 2023-11-19T23:30:48.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:48 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/197358790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:30:49.033 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:30:49.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:49 smithi162 ceph-mon[107670]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:49.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:49 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1254693388' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:30:49.793 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64564 9.38 MB/sec execute 63 sec latency 142.699 ms 2023-11-19T23:30:49.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:49 smithi179 ceph-mon[109539]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:30:49.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:49 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1254693388' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:30:50.564 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:50 smithi162 ceph-mon[107670]: pgmap v50: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-19T23:30:50.794 INFO:teuthology.orchestra.run.smithi162.stdout: 5 64933 9.40 MB/sec execute 64 sec latency 135.288 ms 2023-11-19T23:30:50.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:50 smithi179 ceph-mon[109539]: pgmap v50: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-19T23:30:51.794 INFO:teuthology.orchestra.run.smithi162.stdout: 5 65412 9.47 MB/sec execute 65 sec latency 131.967 ms 2023-11-19T23:30:52.344 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:52 smithi162 ceph-mon[107670]: pgmap v51: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-19T23:30:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:52 smithi179 ceph-mon[109539]: pgmap v51: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-19T23:30:52.794 INFO:teuthology.orchestra.run.smithi162.stdout: 5 65784 9.48 MB/sec execute 66 sec latency 126.735 ms 2023-11-19T23:30:53.794 INFO:teuthology.orchestra.run.smithi162.stdout: 5 66209 9.52 MB/sec execute 67 sec latency 123.700 ms 2023-11-19T23:30:54.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:54 smithi162 ceph-mon[107670]: pgmap v52: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 729 op/s 2023-11-19T23:30:54.796 INFO:teuthology.orchestra.run.smithi162.stdout: 5 66585 9.54 MB/sec execute 68 sec latency 135.126 ms 2023-11-19T23:30:54.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:54 smithi179 ceph-mon[109539]: pgmap v52: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 729 op/s 2023-11-19T23:30:55.796 INFO:teuthology.orchestra.run.smithi162.stdout: 5 66853 9.49 MB/sec execute 69 sec latency 204.426 ms 2023-11-19T23:30:56.665 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:56 smithi162 ceph-mon[107670]: pgmap v53: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 485 op/s 2023-11-19T23:30:56.801 INFO:teuthology.orchestra.run.smithi162.stdout: 5 67298 9.55 MB/sec execute 70 sec latency 123.525 ms 2023-11-19T23:30:56.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:56 smithi179 ceph-mon[109539]: pgmap v53: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 485 op/s 2023-11-19T23:30:57.801 INFO:teuthology.orchestra.run.smithi162.stdout: 5 67725 9.61 MB/sec execute 71 sec latency 167.809 ms 2023-11-19T23:30:58.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:30:58 smithi162 ceph-mon[107670]: pgmap v54: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.9 MiB/s wr, 715 op/s 2023-11-19T23:30:58.803 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68075 9.56 MB/sec execute 72 sec latency 108.124 ms 2023-11-19T23:30:58.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:30:58 smithi179 ceph-mon[109539]: pgmap v54: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.9 MiB/s wr, 715 op/s 2023-11-19T23:30:59.803 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68520 9.54 MB/sec execute 73 sec latency 137.540 ms 2023-11-19T23:31:00.746 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:00 smithi162 ceph-mon[107670]: pgmap v55: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 494 op/s 2023-11-19T23:31:00.746 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:00.803 INFO:teuthology.orchestra.run.smithi162.stdout: 5 68910 9.59 MB/sec execute 74 sec latency 170.933 ms 2023-11-19T23:31:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:00 smithi179 ceph-mon[109539]: pgmap v55: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 494 op/s 2023-11-19T23:31:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:01.804 INFO:teuthology.orchestra.run.smithi162.stdout: 5 69321 9.66 MB/sec execute 75 sec latency 142.872 ms 2023-11-19T23:31:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:02 smithi162 ceph-mon[107670]: pgmap v56: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 494 op/s 2023-11-19T23:31:02.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:02 smithi179 ceph-mon[109539]: pgmap v56: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 494 op/s 2023-11-19T23:31:02.804 INFO:teuthology.orchestra.run.smithi162.stdout: 5 69868 9.70 MB/sec execute 76 sec latency 87.160 ms 2023-11-19T23:31:03.804 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70247 9.71 MB/sec execute 77 sec latency 136.523 ms 2023-11-19T23:31:04.567 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:04 smithi162 ceph-mon[107670]: pgmap v57: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 743 op/s 2023-11-19T23:31:04.809 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70637 9.74 MB/sec execute 78 sec latency 126.950 ms 2023-11-19T23:31:04.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:04 smithi179 ceph-mon[109539]: pgmap v57: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 743 op/s 2023-11-19T23:31:05.809 INFO:teuthology.orchestra.run.smithi162.stdout: 5 70988 9.71 MB/sec execute 79 sec latency 164.742 ms 2023-11-19T23:31:06.524 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:06 smithi162 ceph-mon[107670]: pgmap v58: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-11-19T23:31:06.809 INFO:teuthology.orchestra.run.smithi162.stdout: 5 71316 9.72 MB/sec execute 80 sec latency 136.532 ms 2023-11-19T23:31:06.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:06 smithi179 ceph-mon[109539]: pgmap v58: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-11-19T23:31:07.809 INFO:teuthology.orchestra.run.smithi162.stdout: 5 71635 9.68 MB/sec execute 81 sec latency 123.205 ms 2023-11-19T23:31:09.318 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:08 smithi179 ceph-mon[109539]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.5 MiB/s wr, 720 op/s 2023-11-19T23:31:09.318 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:08 smithi162 ceph-mon[107670]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.5 MiB/s wr, 720 op/s 2023-11-19T23:31:09.318 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72049 9.68 MB/sec execute 82 sec latency 130.733 ms 2023-11-19T23:31:09.809 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72359 9.67 MB/sec execute 83 sec latency 198.854 ms 2023-11-19T23:31:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:10 smithi162 ceph-mon[107670]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:31:10.814 INFO:teuthology.orchestra.run.smithi162.stdout: 5 72758 9.67 MB/sec execute 84 sec latency 126.579 ms 2023-11-19T23:31:10.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:10 smithi179 ceph-mon[109539]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:31:11.816 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73128 9.67 MB/sec execute 85 sec latency 126.740 ms 2023-11-19T23:31:12.424 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:12 smithi162 ceph-mon[107670]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:31:12.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:12 smithi179 ceph-mon[109539]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-19T23:31:12.816 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73432 9.64 MB/sec execute 86 sec latency 201.523 ms 2023-11-19T23:31:13.819 INFO:teuthology.orchestra.run.smithi162.stdout: 5 73783 9.65 MB/sec execute 87 sec latency 120.329 ms 2023-11-19T23:31:14.472 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:14 smithi162 ceph-mon[107670]: pgmap v62: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-11-19T23:31:14.819 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74143 9.71 MB/sec execute 88 sec latency 120.860 ms 2023-11-19T23:31:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:14 smithi179 ceph-mon[109539]: pgmap v62: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 703 op/s 2023-11-19T23:31:15.758 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:15.819 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74527 9.71 MB/sec execute 89 sec latency 124.735 ms 2023-11-19T23:31:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:16.766 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:16 smithi162 ceph-mon[107670]: pgmap v63: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-19T23:31:16.819 INFO:teuthology.orchestra.run.smithi162.stdout: 5 74896 9.66 MB/sec execute 90 sec latency 129.909 ms 2023-11-19T23:31:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:16 smithi179 ceph-mon[109539]: pgmap v63: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-19T23:31:17.820 INFO:teuthology.orchestra.run.smithi162.stdout: 5 75261 9.68 MB/sec execute 91 sec latency 132.945 ms 2023-11-19T23:31:18.558 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:18 smithi162 ceph-mon[107670]: pgmap v64: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 662 op/s 2023-11-19T23:31:18.826 INFO:teuthology.orchestra.run.smithi162.stdout: 5 75678 9.72 MB/sec execute 92 sec latency 129.822 ms 2023-11-19T23:31:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:18 smithi179 ceph-mon[109539]: pgmap v64: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 662 op/s 2023-11-19T23:31:19.545 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:31:19.827 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76022 9.73 MB/sec execute 93 sec latency 138.296 ms 2023-11-19T23:31:20.408 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (7m) 114s ago 7m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (7m) 116s ago 7m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (3m) 114s ago 3m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (3m) 116s ago 3m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (8m) 114s ago 8m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (2m) 116s ago 7m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:31:20.409 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (8m) 114s ago 8m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:31:20.410 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (7m) 116s ago 7m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:31:20.410 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (3m) 114s ago 3m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:31:20.410 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (3m) 116s ago 3m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:31:20.410 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:31:20.410 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (6m) 114s ago 6m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (6m) 114s ago 6m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (6m) 114s ago 6m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (5m) 114s ago 5m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (5m) 116s ago 5m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:31:20.411 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (5m) 116s ago 5m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:31:20.412 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (5m) 116s ago 5m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:31:20.412 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (4m) 116s ago 4m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:31:20.412 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:31:20.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:20 smithi162 ceph-mon[107670]: pgmap v65: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-19T23:31:20.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:20 smithi162 ceph-mon[107670]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:20.827 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76269 9.69 MB/sec execute 94 sec latency 123.617 ms 2023-11-19T23:31:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:20 smithi179 ceph-mon[109539]: pgmap v65: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-19T23:31:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:20 smithi179 ceph-mon[109539]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:20.973 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:31:20.973 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:31:20.973 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:31:20.973 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:20.973 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:31:20.976 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:31:20.976 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T23:31:21.442 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:31:21.443 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:31:21.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:21 smithi162 ceph-mon[107670]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:21.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:21 smithi162 ceph-mon[107670]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:21.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:21 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3209193137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:31:21.827 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76532 9.63 MB/sec execute 95 sec latency 132.488 ms 2023-11-19T23:31:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:21 smithi179 ceph-mon[109539]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:21 smithi179 ceph-mon[109539]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:21 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3209193137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:31:22.012 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:31:22.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:22 smithi162 ceph-mon[107670]: pgmap v66: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-19T23:31:22.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:22 smithi162 ceph-mon[107670]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:22.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:22 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3963111468' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:31:22.827 INFO:teuthology.orchestra.run.smithi162.stdout: 5 76891 9.63 MB/sec execute 96 sec latency 127.001 ms 2023-11-19T23:31:22.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:22 smithi179 ceph-mon[109539]: pgmap v66: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-19T23:31:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:22 smithi179 ceph-mon[109539]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:22.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:22 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3963111468' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:31:23.836 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77220 9.58 MB/sec execute 97 sec latency 132.180 ms 2023-11-19T23:31:24.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:24 smithi162 ceph-mon[107670]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 631 op/s 2023-11-19T23:31:24.837 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77599 9.64 MB/sec execute 98 sec latency 201.371 ms 2023-11-19T23:31:24.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:24 smithi179 ceph-mon[109539]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 631 op/s 2023-11-19T23:31:25.837 INFO:teuthology.orchestra.run.smithi162.stdout: 5 77888 9.64 MB/sec execute 99 sec latency 212.656 ms 2023-11-19T23:31:26.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:26 smithi162 ceph-mon[107670]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-11-19T23:31:26.838 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78221 9.61 MB/sec execute 100 sec latency 126.775 ms 2023-11-19T23:31:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:26 smithi179 ceph-mon[109539]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-11-19T23:31:27.844 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78616 9.60 MB/sec execute 101 sec latency 109.548 ms 2023-11-19T23:31:28.759 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:28 smithi162 ceph-mon[107670]: pgmap v69: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 614 op/s 2023-11-19T23:31:28.844 INFO:teuthology.orchestra.run.smithi162.stdout: 5 78890 9.56 MB/sec execute 102 sec latency 206.082 ms 2023-11-19T23:31:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:28 smithi179 ceph-mon[109539]: pgmap v69: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 614 op/s 2023-11-19T23:31:29.844 INFO:teuthology.orchestra.run.smithi162.stdout: 5 79264 9.61 MB/sec execute 103 sec latency 123.577 ms 2023-11-19T23:31:30.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:30 smithi162 ceph-mon[107670]: pgmap v70: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:31:30.847 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:30 smithi179 ceph-mon[109539]: pgmap v70: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:31:30.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:30.849 INFO:teuthology.orchestra.run.smithi162.stdout: 5 79748 9.66 MB/sec execute 104 sec latency 123.879 ms 2023-11-19T23:31:31.848 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80138 9.64 MB/sec execute 105 sec latency 141.680 ms 2023-11-19T23:31:32.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:32 smithi162 ceph-mon[107670]: pgmap v71: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:31:32.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:32 smithi179 ceph-mon[109539]: pgmap v71: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:31:32.848 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80491 9.62 MB/sec execute 106 sec latency 133.830 ms 2023-11-19T23:31:33.855 INFO:teuthology.orchestra.run.smithi162.stdout: 5 80937 9.66 MB/sec execute 107 sec latency 124.429 ms 2023-11-19T23:31:34.607 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:34 smithi162 ceph-mon[107670]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 630 op/s 2023-11-19T23:31:34.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:34 smithi179 ceph-mon[109539]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.5 MiB/s wr, 630 op/s 2023-11-19T23:31:34.855 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81247 9.65 MB/sec execute 108 sec latency 138.181 ms 2023-11-19T23:31:35.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81530 9.64 MB/sec execute 109 sec latency 120.778 ms 2023-11-19T23:31:36.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:36 smithi162 ceph-mon[107670]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-11-19T23:31:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:36 smithi179 ceph-mon[109539]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-11-19T23:31:36.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 81953 9.62 MB/sec execute 110 sec latency 135.660 ms 2023-11-19T23:31:37.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82254 9.61 MB/sec execute 111 sec latency 142.790 ms 2023-11-19T23:31:38.684 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:38 smithi162 ceph-mon[107670]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 635 op/s 2023-11-19T23:31:38.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:38 smithi179 ceph-mon[109539]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 635 op/s 2023-11-19T23:31:38.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82497 9.60 MB/sec execute 112 sec latency 143.407 ms 2023-11-19T23:31:39.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 82887 9.63 MB/sec execute 113 sec latency 213.861 ms 2023-11-19T23:31:40.738 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:40 smithi162 ceph-mon[107670]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-19T23:31:40.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:40 smithi179 ceph-mon[109539]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-19T23:31:40.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 83369 9.65 MB/sec execute 114 sec latency 129.892 ms 2023-11-19T23:31:41.861 INFO:teuthology.orchestra.run.smithi162.stdout: 5 83637 9.62 MB/sec execute 115 sec latency 134.197 ms 2023-11-19T23:31:42.510 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:42 smithi162 ceph-mon[107670]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-19T23:31:42.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:42 smithi179 ceph-mon[109539]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-19T23:31:42.869 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84001 9.65 MB/sec execute 116 sec latency 130.060 ms 2023-11-19T23:31:43.869 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84431 9.65 MB/sec execute 117 sec latency 133.641 ms 2023-11-19T23:31:44.524 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:44 smithi162 ceph-mon[107670]: pgmap v77: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2023-11-19T23:31:44.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:44 smithi179 ceph-mon[109539]: pgmap v77: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2023-11-19T23:31:44.869 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84749 9.64 MB/sec execute 118 sec latency 127.965 ms 2023-11-19T23:31:45.560 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:31:45.872 INFO:teuthology.orchestra.run.smithi162.stdout: 5 84984 9.61 MB/sec execute 119 sec latency 126.637 ms 2023-11-19T23:31:46.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:46 smithi162 ceph-mon[107670]: pgmap v78: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-19T23:31:46.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:46 smithi179 ceph-mon[109539]: pgmap v78: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-19T23:31:46.876 INFO:teuthology.orchestra.run.smithi162.stdout: 5 85421 9.62 MB/sec execute 120 sec latency 123.738 ms 2023-11-19T23:31:47.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 85770 9.60 MB/sec execute 121 sec latency 124.268 ms 2023-11-19T23:31:48.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:48 smithi162 ceph-mon[107670]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-11-19T23:31:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:48 smithi179 ceph-mon[109539]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-11-19T23:31:48.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86044 9.57 MB/sec execute 122 sec latency 138.819 ms 2023-11-19T23:31:49.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86454 9.61 MB/sec execute 123 sec latency 151.437 ms 2023-11-19T23:31:50.683 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:50 smithi162 ceph-mon[107670]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-19T23:31:50.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:50 smithi179 ceph-mon[109539]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-19T23:31:50.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 86872 9.61 MB/sec execute 124 sec latency 104.245 ms 2023-11-19T23:31:51.881 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87156 9.60 MB/sec execute 125 sec latency 135.734 ms 2023-11-19T23:31:52.453 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:52 smithi162 ceph-mon[107670]: pgmap v81: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-19T23:31:52.516 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:31:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:52 smithi179 ceph-mon[109539]: pgmap v81: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-19T23:31:52.880 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87442 9.60 MB/sec execute 126 sec latency 143.623 ms 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (8m) 2m ago 8m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (7m) 2m ago 7m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (4m) 2m ago 4m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (4m) 2m ago 4m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:31:53.363 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (9m) 2m ago 9m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (2m) 2m ago 7m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (9m) 2m ago 9m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (7m) 2m ago 7m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (4m) 2m ago 4m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (4m) 2m ago 4m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (7m) 2m ago 7m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (7m) 2m ago 7m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (6m) 2m ago 6m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (6m) 2m ago 6m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (6m) 2m ago 6m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:31:53.364 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (5m) 2m ago 5m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:31:53.365 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (5m) 2m ago 5m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:31:53.365 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (5m) 2m ago 5m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:31:53.365 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:31:53.489 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:53 smithi162 ceph-mon[107670]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:53.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:53 smithi179 ceph-mon[109539]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:53.887 INFO:teuthology.orchestra.run.smithi162.stdout: 5 87760 9.59 MB/sec execute 127 sec latency 125.102 ms 2023-11-19T23:31:53.892 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:31:53.892 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:31:53.892 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:31:53.893 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:31:53.894 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:31:53.894 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:31:53.894 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:31:53.894 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:31:54.362 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:31:54.362 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:31:54.363 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:31:54.507 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:54 smithi162 ceph-mon[107670]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:54.507 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:54 smithi162 ceph-mon[107670]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:54.507 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:54 smithi162 ceph-mon[107670]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 633 op/s 2023-11-19T23:31:54.507 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:54 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1385440726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:31:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:54 smithi179 ceph-mon[109539]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:54 smithi179 ceph-mon[109539]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:54 smithi179 ceph-mon[109539]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 633 op/s 2023-11-19T23:31:54.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:54 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1385440726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:31:54.888 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88129 9.58 MB/sec execute 128 sec latency 123.765 ms 2023-11-19T23:31:54.909 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:31:55.528 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:55 smithi162 ceph-mon[107670]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:55.529 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:55 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/2628518962' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:31:55.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:55 smithi179 ceph-mon[109539]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:31:55.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:55 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/2628518962' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:31:55.887 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88496 9.62 MB/sec execute 129 sec latency 142.432 ms 2023-11-19T23:31:56.549 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:56 smithi162 ceph-mon[107670]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-11-19T23:31:56.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:56 smithi179 ceph-mon[109539]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-11-19T23:31:56.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 88784 9.61 MB/sec execute 130 sec latency 129.734 ms 2023-11-19T23:31:57.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89196 9.58 MB/sec execute 131 sec latency 130.097 ms 2023-11-19T23:31:58.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:31:58 smithi162 ceph-mon[107670]: pgmap v84: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-11-19T23:31:58.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:31:58 smithi179 ceph-mon[109539]: pgmap v84: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 622 op/s 2023-11-19T23:31:58.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89451 9.54 MB/sec execute 132 sec latency 163.678 ms 2023-11-19T23:31:59.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 89708 9.53 MB/sec execute 133 sec latency 207.489 ms 2023-11-19T23:32:00.723 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:00 smithi162 ceph-mon[107670]: pgmap v85: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-19T23:32:00.723 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:00 smithi179 ceph-mon[109539]: pgmap v85: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-19T23:32:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:00.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90069 9.56 MB/sec execute 134 sec latency 129.815 ms 2023-11-19T23:32:01.889 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90453 9.57 MB/sec execute 135 sec latency 112.368 ms 2023-11-19T23:32:02.356 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:02 smithi162 ceph-mon[107670]: pgmap v86: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-19T23:32:02.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:02 smithi179 ceph-mon[109539]: pgmap v86: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-19T23:32:02.892 INFO:teuthology.orchestra.run.smithi162.stdout: 5 90706 9.53 MB/sec execute 136 sec latency 134.405 ms 2023-11-19T23:32:03.893 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91026 9.53 MB/sec execute 137 sec latency 135.026 ms 2023-11-19T23:32:04.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:04 smithi162 ceph-mon[107670]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 608 op/s 2023-11-19T23:32:04.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:04 smithi179 ceph-mon[109539]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 608 op/s 2023-11-19T23:32:04.896 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91395 9.53 MB/sec execute 138 sec latency 149.177 ms 2023-11-19T23:32:05.896 INFO:teuthology.orchestra.run.smithi162.stdout: 5 91733 9.54 MB/sec execute 139 sec latency 129.874 ms 2023-11-19T23:32:06.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:06 smithi162 ceph-mon[107670]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-19T23:32:06.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:06 smithi179 ceph-mon[109539]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-19T23:32:06.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92033 9.55 MB/sec execute 140 sec latency 132.036 ms 2023-11-19T23:32:07.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92325 9.54 MB/sec execute 141 sec latency 129.648 ms 2023-11-19T23:32:08.651 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:08 smithi162 ceph-mon[107670]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-11-19T23:32:08.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:08 smithi179 ceph-mon[109539]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-11-19T23:32:08.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92656 9.51 MB/sec execute 142 sec latency 128.725 ms 2023-11-19T23:32:09.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 92905 9.47 MB/sec execute 143 sec latency 122.405 ms 2023-11-19T23:32:10.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:10 smithi162 ceph-mon[107670]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-19T23:32:10.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:10 smithi179 ceph-mon[109539]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-19T23:32:10.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93256 9.48 MB/sec execute 144 sec latency 129.437 ms 2023-11-19T23:32:11.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93549 9.46 MB/sec execute 145 sec latency 180.282 ms 2023-11-19T23:32:12.501 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:12 smithi162 ceph-mon[107670]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-19T23:32:12.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:12 smithi179 ceph-mon[109539]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-11-19T23:32:12.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 93923 9.48 MB/sec execute 146 sec latency 102.659 ms 2023-11-19T23:32:13.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94200 9.45 MB/sec execute 147 sec latency 134.015 ms 2023-11-19T23:32:14.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:14 smithi162 ceph-mon[107670]: pgmap v92: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 577 op/s 2023-11-19T23:32:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:14 smithi179 ceph-mon[109539]: pgmap v92: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 577 op/s 2023-11-19T23:32:14.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94582 9.46 MB/sec execute 148 sec latency 117.539 ms 2023-11-19T23:32:15.554 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:15.897 INFO:teuthology.orchestra.run.smithi162.stdout: 5 94879 9.46 MB/sec execute 149 sec latency 147.717 ms 2023-11-19T23:32:16.592 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:16 smithi162 ceph-mon[107670]: pgmap v93: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-19T23:32:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:16 smithi179 ceph-mon[109539]: pgmap v93: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-19T23:32:16.905 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95236 9.48 MB/sec execute 150 sec latency 124.233 ms 2023-11-19T23:32:17.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95501 9.49 MB/sec execute 151 sec latency 145.462 ms 2023-11-19T23:32:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:18 smithi162 ceph-mon[107670]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-11-19T23:32:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:18 smithi179 ceph-mon[109539]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-11-19T23:32:18.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95742 9.47 MB/sec execute 152 sec latency 136.244 ms 2023-11-19T23:32:19.916 INFO:teuthology.orchestra.run.smithi162.stdout: 5 95974 9.42 MB/sec execute 153 sec latency 112.365 ms 2023-11-19T23:32:20.673 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:20 smithi162 ceph-mon[107670]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-11-19T23:32:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:20 smithi179 ceph-mon[109539]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-11-19T23:32:20.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96202 9.38 MB/sec execute 154 sec latency 203.497 ms 2023-11-19T23:32:21.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96424 9.36 MB/sec execute 155 sec latency 136.541 ms 2023-11-19T23:32:22.482 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:22 smithi162 ceph-mon[107670]: pgmap v96: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-19T23:32:22.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:22 smithi179 ceph-mon[109539]: pgmap v96: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-19T23:32:22.915 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96679 9.33 MB/sec execute 156 sec latency 176.925 ms 2023-11-19T23:32:23.917 INFO:teuthology.orchestra.run.smithi162.stdout: 5 96996 9.35 MB/sec execute 157 sec latency 201.300 ms 2023-11-19T23:32:24.557 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:24 smithi162 ceph-mon[107670]: pgmap v97: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-11-19T23:32:24.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:24 smithi179 ceph-mon[109539]: pgmap v97: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-11-19T23:32:24.919 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97337 9.33 MB/sec execute 158 sec latency 125.713 ms 2023-11-19T23:32:25.375 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:32:25.924 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97619 9.29 MB/sec execute 159 sec latency 129.245 ms 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (8m) 3m ago 8m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (8m) 3m ago 8m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (5m) 3m ago 5m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (4m) 3m ago 4m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (9m) 3m ago 9m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (3m) 3m ago 8m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:32:26.264 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (10m) 3m ago 10m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (8m) 3m ago 8m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (4m) 3m ago 4m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (4m) 3m ago 4m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (7m) 3m ago 7m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (7m) 3m ago 7m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (7m) 3m ago 7m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (6m) 3m ago 6m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (6m) 3m ago 6m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (6m) 3m ago 6m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:32:26.265 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (6m) 3m ago 6m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:32:26.266 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (5m) 3m ago 5m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:32:26.266 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:32:26.615 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:26 smithi162 ceph-mon[107670]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:26.615 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:26 smithi162 ceph-mon[107670]: pgmap v98: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:32:26.615 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:26 smithi162 ceph-mon[107670]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:26.793 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:32:26.793 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:32:26.793 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:32:26.794 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:26.795 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:32:26.795 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:32:26.795 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:32:26.795 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:32:26.795 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:32:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:26 smithi179 ceph-mon[109539]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:26 smithi179 ceph-mon[109539]: pgmap v98: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:32:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:26 smithi179 ceph-mon[109539]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:26.924 INFO:teuthology.orchestra.run.smithi162.stdout: 5 97876 9.28 MB/sec execute 160 sec latency 126.759 ms 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:32:27.245 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:32:27.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:27 smithi162 ceph-mon[107670]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:27.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:27 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3883673080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:32:27.744 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:32:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:27 smithi179 ceph-mon[109539]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:27 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3883673080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:32:27.924 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98084 9.26 MB/sec execute 161 sec latency 126.429 ms 2023-11-19T23:32:28.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:28 smithi162 ceph-mon[107670]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:28.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:28 smithi162 ceph-mon[107670]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-11-19T23:32:28.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:28 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1812404244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:32:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:28 smithi179 ceph-mon[109539]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:28 smithi179 ceph-mon[109539]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-11-19T23:32:28.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:28 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1812404244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:32:28.924 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98432 9.29 MB/sec execute 162 sec latency 125.094 ms 2023-11-19T23:32:29.929 INFO:teuthology.orchestra.run.smithi162.stdout: 5 98739 9.31 MB/sec execute 163 sec latency 124.075 ms 2023-11-19T23:32:30.724 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:30 smithi162 ceph-mon[107670]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-19T23:32:30.724 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:30 smithi179 ceph-mon[109539]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-19T23:32:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:30.930 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99071 9.33 MB/sec execute 164 sec latency 129.584 ms 2023-11-19T23:32:31.930 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99369 9.30 MB/sec execute 165 sec latency 131.195 ms 2023-11-19T23:32:32.494 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:32 smithi162 ceph-mon[107670]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:32 smithi179 ceph-mon[109539]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-19T23:32:32.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99663 9.26 MB/sec execute 166 sec latency 127.257 ms 2023-11-19T23:32:33.930 INFO:teuthology.orchestra.run.smithi162.stdout: 5 99905 9.23 MB/sec execute 167 sec latency 134.053 ms 2023-11-19T23:32:34.521 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:34 smithi162 ceph-mon[107670]: pgmap v102: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-19T23:32:34.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:34 smithi179 ceph-mon[109539]: pgmap v102: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-19T23:32:34.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100205 9.24 MB/sec execute 168 sec latency 132.425 ms 2023-11-19T23:32:35.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100548 9.24 MB/sec execute 169 sec latency 126.701 ms 2023-11-19T23:32:36.610 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:36 smithi162 ceph-mon[107670]: pgmap v103: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-19T23:32:36.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:36 smithi179 ceph-mon[109539]: pgmap v103: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-19T23:32:36.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 100910 9.22 MB/sec execute 170 sec latency 126.645 ms 2023-11-19T23:32:37.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101167 9.21 MB/sec execute 171 sec latency 120.392 ms 2023-11-19T23:32:38.644 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:38 smithi162 ceph-mon[107670]: pgmap v104: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-11-19T23:32:38.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:38 smithi179 ceph-mon[109539]: pgmap v104: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-11-19T23:32:38.931 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101430 9.20 MB/sec execute 172 sec latency 128.930 ms 2023-11-19T23:32:39.935 INFO:teuthology.orchestra.run.smithi162.stdout: 5 101824 9.22 MB/sec execute 173 sec latency 125.793 ms 2023-11-19T23:32:40.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:40 smithi162 ceph-mon[107670]: pgmap v105: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-19T23:32:40.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:40 smithi179 ceph-mon[109539]: pgmap v105: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-19T23:32:40.935 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102138 9.25 MB/sec execute 174 sec latency 126.683 ms 2023-11-19T23:32:41.935 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102497 9.27 MB/sec execute 175 sec latency 170.644 ms 2023-11-19T23:32:42.526 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:42 smithi162 ceph-mon[107670]: pgmap v106: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-19T23:32:42.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:42 smithi179 ceph-mon[109539]: pgmap v106: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-11-19T23:32:42.938 INFO:teuthology.orchestra.run.smithi162.stdout: 5 102779 9.24 MB/sec execute 176 sec latency 152.358 ms 2023-11-19T23:32:43.938 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103115 9.22 MB/sec execute 177 sec latency 111.437 ms 2023-11-19T23:32:44.558 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:44 smithi162 ceph-mon[107670]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 552 op/s 2023-11-19T23:32:44.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:44 smithi179 ceph-mon[109539]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 552 op/s 2023-11-19T23:32:44.944 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103445 9.22 MB/sec execute 178 sec latency 126.298 ms 2023-11-19T23:32:45.586 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:32:45.943 INFO:teuthology.orchestra.run.smithi162.stdout: 5 103820 9.23 MB/sec execute 179 sec latency 129.760 ms 2023-11-19T23:32:46.612 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:46 smithi162 ceph-mon[107670]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-19T23:32:46.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:46 smithi179 ceph-mon[109539]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-19T23:32:46.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 104253 9.21 MB/sec execute 180 sec latency 123.951 ms 2023-11-19T23:32:47.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 104687 9.22 MB/sec execute 181 sec latency 127.035 ms 2023-11-19T23:32:48.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:48 smithi162 ceph-mon[107670]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 590 op/s 2023-11-19T23:32:48.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:48 smithi179 ceph-mon[109539]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 590 op/s 2023-11-19T23:32:48.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105018 9.24 MB/sec execute 182 sec latency 117.742 ms 2023-11-19T23:32:49.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105421 9.26 MB/sec execute 183 sec latency 129.675 ms 2023-11-19T23:32:50.653 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:50 smithi162 ceph-mon[107670]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:32:50.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:50 smithi179 ceph-mon[109539]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:32:50.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105732 9.27 MB/sec execute 184 sec latency 149.009 ms 2023-11-19T23:32:51.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 105978 9.26 MB/sec execute 185 sec latency 127.649 ms 2023-11-19T23:32:52.436 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:52 smithi162 ceph-mon[107670]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:32:52.597 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:52 smithi179 ceph-mon[109539]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:32:52.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106237 9.24 MB/sec execute 186 sec latency 141.049 ms 2023-11-19T23:32:53.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106547 9.23 MB/sec execute 187 sec latency 129.854 ms 2023-11-19T23:32:54.732 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:54 smithi162 ceph-mon[107670]: pgmap v112: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-11-19T23:32:54.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:54 smithi179 ceph-mon[109539]: pgmap v112: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-11-19T23:32:54.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 106792 9.20 MB/sec execute 188 sec latency 126.293 ms 2023-11-19T23:32:55.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107034 9.19 MB/sec execute 189 sec latency 162.984 ms 2023-11-19T23:32:56.522 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:56 smithi162 ceph-mon[107670]: pgmap v113: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-11-19T23:32:56.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:56 smithi179 ceph-mon[109539]: pgmap v113: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-11-19T23:32:56.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107280 9.18 MB/sec execute 190 sec latency 135.344 ms 2023-11-19T23:32:57.946 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107659 9.16 MB/sec execute 191 sec latency 111.768 ms 2023-11-19T23:32:58.261 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:32:58.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:58 smithi162 ceph-mon[107670]: pgmap v114: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 594 op/s 2023-11-19T23:32:58.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:58 smithi179 ceph-mon[109539]: pgmap v114: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 594 op/s 2023-11-19T23:32:58.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 107970 9.14 MB/sec execute 192 sec latency 117.405 ms 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (9m) 3m ago 9m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (9m) 3m ago 9m 7184k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (5m) 3m ago 5m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:32:59.216 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (5m) 3m ago 5m 13.6M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (10m) 3m ago 10m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (3m) 3m ago 8m 493M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (10m) 3m ago 10m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (8m) 3m ago 8m 58.7M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (5m) 3m ago 5m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (5m) 3m ago 5m 80.3M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 starting - - - - 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (8m) 3m ago 8m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (8m) 3m ago 8m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (7m) 3m ago 7m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:32:59.217 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (7m) 3m ago 7m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:32:59.218 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (7m) 3m ago 7m 515M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:32:59.218 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (6m) 3m ago 6m 537M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:32:59.218 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (6m) 3m ago 6m 555M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:32:59.218 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (6m) 3m ago 6m 833M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:32:59.218 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:32:59.553 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:59 smithi162 ceph-mon[107670]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:59.554 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:32:59 smithi162 ceph-mon[107670]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:59.795 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:32:59.795 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:32:59.795 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:32:59.796 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:32:59.797 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:32:59.797 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:32:59.797 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:32:59.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:59 smithi179 ceph-mon[109539]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:59.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:32:59 smithi179 ceph-mon[109539]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:32:59.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108170 9.13 MB/sec execute 193 sec latency 126.813 ms 2023-11-19T23:33:00.309 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:33:00.309 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:33:00.309 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:33:00.309 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:33:00.310 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:33:00.310 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:33:00.310 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Currently upgrading mgr daemons", 2023-11-19T23:33:00.310 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": false 2023-11-19T23:33:00.310 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:33:00.573 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:00 smithi162 ceph-mon[107670]: from='client.24579 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:00.574 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:00 smithi162 ceph-mon[107670]: pgmap v115: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-11-19T23:33:00.574 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:00 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/228435066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:33:00.574 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:00 smithi179 ceph-mon[109539]: from='client.24579 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:00 smithi179 ceph-mon[109539]: pgmap v115: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-11-19T23:33:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:00 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/228435066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:33:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:00.892 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_OK 2023-11-19T23:33:00.951 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108411 9.15 MB/sec execute 194 sec latency 131.888 ms 2023-11-19T23:33:01.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:01 smithi162 ceph-mon[107670]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:01.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/312811475' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:33:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:01 smithi179 ceph-mon[109539]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:01 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/312811475' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:33:01.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 108718 9.14 MB/sec execute 195 sec latency 129.412 ms 2023-11-19T23:33:02.531 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:02 smithi162 ceph-mon[107670]: pgmap v116: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-11-19T23:33:02.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:02 smithi179 ceph-mon[109539]: pgmap v116: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-11-19T23:33:02.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109134 9.17 MB/sec execute 196 sec latency 126.650 ms 2023-11-19T23:33:03.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109366 9.16 MB/sec execute 197 sec latency 206.835 ms 2023-11-19T23:33:04.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:04 smithi162 ceph-mon[107670]: pgmap v117: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T23:33:04.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:04 smithi179 ceph-mon[109539]: pgmap v117: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T23:33:04.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109588 9.14 MB/sec execute 198 sec latency 126.685 ms 2023-11-19T23:33:05.953 INFO:teuthology.orchestra.run.smithi162.stdout: 5 109858 9.12 MB/sec execute 199 sec latency 186.212 ms 2023-11-19T23:33:06.735 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:06 smithi162 ceph-mon[107670]: pgmap v118: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-19T23:33:06.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:06 smithi179 ceph-mon[109539]: pgmap v118: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-19T23:33:06.952 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110195 9.12 MB/sec execute 200 sec latency 145.522 ms 2023-11-19T23:33:07.953 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110461 9.10 MB/sec execute 201 sec latency 143.273 ms 2023-11-19T23:33:08.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:08 smithi162 ceph-mon[107670]: pgmap v119: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-19T23:33:08.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:08 smithi179 ceph-mon[109539]: pgmap v119: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-19T23:33:08.953 INFO:teuthology.orchestra.run.smithi162.stdout: 5 110730 9.09 MB/sec execute 202 sec latency 129.068 ms 2023-11-19T23:33:09.958 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111162 9.09 MB/sec execute 203 sec latency 138.972 ms 2023-11-19T23:33:10.796 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:10 smithi162 ceph-mon[107670]: pgmap v120: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:33:10.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:10 smithi179 ceph-mon[109539]: pgmap v120: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:33:10.958 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111529 9.08 MB/sec execute 204 sec latency 120.578 ms 2023-11-19T23:33:11.958 INFO:teuthology.orchestra.run.smithi162.stdout: 5 111927 9.11 MB/sec execute 205 sec latency 207.610 ms 2023-11-19T23:33:12.593 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:12 smithi162 ceph-mon[107670]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:33:12.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:12 smithi179 ceph-mon[109539]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:33:12.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 112291 9.13 MB/sec execute 206 sec latency 210.840 ms 2023-11-19T23:33:13.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 112660 9.12 MB/sec execute 207 sec latency 126.002 ms 2023-11-19T23:33:14.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:14 smithi162 ceph-mon[107670]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-11-19T23:33:14.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:14 smithi179 ceph-mon[109539]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-11-19T23:33:14.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 112981 9.13 MB/sec execute 208 sec latency 129.662 ms 2023-11-19T23:33:15.675 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:15.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113286 9.14 MB/sec execute 209 sec latency 129.658 ms 2023-11-19T23:33:16.697 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:16 smithi162 ceph-mon[107670]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-11-19T23:33:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:16 smithi179 ceph-mon[109539]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-11-19T23:33:16.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113546 9.13 MB/sec execute 210 sec latency 132.866 ms 2023-11-19T23:33:17.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 113814 9.10 MB/sec execute 211 sec latency 121.077 ms 2023-11-19T23:33:18.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:18 smithi162 ceph-mon[107670]: pgmap v124: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 574 op/s 2023-11-19T23:33:18.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:18 smithi179 ceph-mon[109539]: pgmap v124: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 574 op/s 2023-11-19T23:33:18.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114068 9.08 MB/sec execute 212 sec latency 129.161 ms 2023-11-19T23:33:19.965 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114414 9.09 MB/sec execute 213 sec latency 132.833 ms 2023-11-19T23:33:20.800 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:20 smithi162 ceph-mon[107670]: pgmap v125: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:33:20.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:20 smithi179 ceph-mon[109539]: pgmap v125: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:33:20.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 114782 9.08 MB/sec execute 214 sec latency 127.149 ms 2023-11-19T23:33:21.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115216 9.08 MB/sec execute 215 sec latency 124.057 ms 2023-11-19T23:33:22.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:22 smithi162 ceph-mon[107670]: pgmap v126: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:33:22.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:22 smithi179 ceph-mon[109539]: pgmap v126: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-19T23:33:22.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115564 9.10 MB/sec execute 216 sec latency 142.209 ms 2023-11-19T23:33:23.962 INFO:teuthology.orchestra.run.smithi162.stdout: 5 115947 9.12 MB/sec execute 217 sec latency 138.832 ms 2023-11-19T23:33:24.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:24 smithi162 ceph-mon[107670]: pgmap v127: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-11-19T23:33:24.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:24 smithi179 ceph-mon[109539]: pgmap v127: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-11-19T23:33:24.963 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116285 9.12 MB/sec execute 218 sec latency 86.550 ms 2023-11-19T23:33:25.964 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116570 9.11 MB/sec execute 219 sec latency 129.576 ms 2023-11-19T23:33:26.680 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:26 smithi162 ceph-mon[107670]: pgmap v128: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-19T23:33:26.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:26 smithi179 ceph-mon[109539]: pgmap v128: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-19T23:33:26.964 INFO:teuthology.orchestra.run.smithi162.stdout: 5 116912 9.11 MB/sec execute 220 sec latency 131.011 ms 2023-11-19T23:33:27.964 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117206 9.11 MB/sec execute 221 sec latency 129.340 ms 2023-11-19T23:33:28.525 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:28 smithi179 ceph-mon[109539]: pgmap v129: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 602 op/s 2023-11-19T23:33:28.525 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:28 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:28.525 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:28 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:33:28.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:28 smithi162 ceph-mon[107670]: pgmap v129: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 602 op/s 2023-11-19T23:33:28.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:28 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:28.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:28 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:33:28.967 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117510 9.09 MB/sec execute 222 sec latency 126.704 ms 2023-11-19T23:33:29.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:29 smithi162 ceph-mon[107670]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:33:29.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:29 smithi162 ceph-mon[107670]: pgmap v130: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:33:29.712 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:29 smithi162 ceph-mon[107670]: Health check failed: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-19T23:33:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:29 smithi179 ceph-mon[109539]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:33:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:29 smithi179 ceph-mon[109539]: pgmap v130: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:33:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:29 smithi179 ceph-mon[109539]: Health check failed: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-19T23:33:29.971 INFO:teuthology.orchestra.run.smithi162.stdout: 5 117760 9.09 MB/sec execute 223 sec latency 135.889 ms 2023-11-19T23:33:30.972 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118105 9.08 MB/sec execute 224 sec latency 137.985 ms 2023-11-19T23:33:31.388 INFO:teuthology.orchestra.run.smithi162.stdout:true 2023-11-19T23:33:31.497 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:31 smithi162 ceph-mon[107670]: pgmap v131: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:33:31.497 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:31 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.497 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:31 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:31.497 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:31 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.497 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:31 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.846 INFO:teuthology.orchestra.run.smithi162.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed." 2023-11-19T23:33:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:31 smithi179 ceph-mon[109539]: pgmap v131: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-19T23:33:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:31 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:31 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:31 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:31 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:33:31.972 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118411 9.07 MB/sec execute 225 sec latency 126.018 ms 2023-11-19T23:33:32.510 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:32 smithi162 ceph-mon[107670]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:32.510 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:32 smithi162 ceph-mon[107670]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:32.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:32 smithi179 ceph-mon[109539]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:32.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:32 smithi179 ceph-mon[109539]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:33:32.972 INFO:teuthology.orchestra.run.smithi162.stdout: 5 118696 9.07 MB/sec execute 226 sec latency 120.380 ms 2023-11-19T23:33:33.534 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:33 smithi162 ceph-mon[107670]: pgmap v132: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 655 op/s 2023-11-19T23:33:33.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:33 smithi179 ceph-mon[109539]: pgmap v132: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 655 op/s 2023-11-19T23:33:33.980 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119035 9.06 MB/sec execute 227 sec latency 132.185 ms 2023-11-19T23:33:34.980 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119434 9.07 MB/sec execute 228 sec latency 127.016 ms 2023-11-19T23:33:35.599 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:35 smithi162 ceph-mon[107670]: pgmap v133: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-19T23:33:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:35 smithi179 ceph-mon[109539]: pgmap v133: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-19T23:33:35.980 INFO:teuthology.orchestra.run.smithi162.stdout: 5 119701 9.07 MB/sec execute 229 sec latency 201.234 ms 2023-11-19T23:33:36.980 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120005 9.09 MB/sec execute 230 sec latency 136.707 ms 2023-11-19T23:33:37.530 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:37 smithi162 ceph-mon[107670]: pgmap v134: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-19T23:33:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:37 smithi179 ceph-mon[109539]: pgmap v134: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-19T23:33:37.983 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120376 9.10 MB/sec execute 231 sec latency 138.469 ms 2023-11-19T23:33:38.984 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120732 9.09 MB/sec execute 232 sec latency 128.888 ms 2023-11-19T23:33:39.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:39 smithi162 ceph-mon[107670]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 417 op/s 2023-11-19T23:33:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:39 smithi179 ceph-mon[109539]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 417 op/s 2023-11-19T23:33:39.988 INFO:teuthology.orchestra.run.smithi162.stdout: 5 120985 9.07 MB/sec execute 233 sec latency 122.482 ms 2023-11-19T23:33:40.988 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121325 9.06 MB/sec execute 234 sec latency 108.383 ms 2023-11-19T23:33:41.766 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:41 smithi162 ceph-mon[107670]: pgmap v136: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 376 op/s 2023-11-19T23:33:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:41 smithi179 ceph-mon[109539]: pgmap v136: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 376 op/s 2023-11-19T23:33:41.988 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121611 9.06 MB/sec execute 235 sec latency 102.040 ms 2023-11-19T23:33:42.994 INFO:teuthology.orchestra.run.smithi162.stdout: 5 121946 9.05 MB/sec execute 236 sec latency 121.048 ms 2023-11-19T23:33:43.554 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:43 smithi162 ceph-mon[107670]: pgmap v137: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 573 op/s 2023-11-19T23:33:43.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:43 smithi179 ceph-mon[109539]: pgmap v137: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 573 op/s 2023-11-19T23:33:44.002 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122254 9.05 MB/sec execute 237 sec latency 129.423 ms 2023-11-19T23:33:45.002 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122553 9.04 MB/sec execute 238 sec latency 130.097 ms 2023-11-19T23:33:45.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:45 smithi162 ceph-mon[107670]: pgmap v138: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T23:33:45.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:45 smithi179 ceph-mon[109539]: pgmap v138: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T23:33:45.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:33:46.003 INFO:teuthology.orchestra.run.smithi162.stdout: 5 122864 9.04 MB/sec execute 239 sec latency 142.125 ms 2023-11-19T23:33:47.003 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123075 9.03 MB/sec execute 240 sec latency 125.100 ms 2023-11-19T23:33:47.659 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:47 smithi162 ceph-mon[107670]: pgmap v139: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T23:33:47.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:47 smithi179 ceph-mon[109539]: pgmap v139: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-19T23:33:48.003 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123332 9.04 MB/sec execute 241 sec latency 140.505 ms 2023-11-19T23:33:49.011 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123614 9.04 MB/sec execute 242 sec latency 138.516 ms 2023-11-19T23:33:49.734 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:49 smithi162 ceph-mon[107670]: pgmap v140: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-11-19T23:33:49.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:49 smithi179 ceph-mon[109539]: pgmap v140: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-11-19T23:33:50.018 INFO:teuthology.orchestra.run.smithi162.stdout: 5 123874 9.03 MB/sec execute 243 sec latency 139.369 ms 2023-11-19T23:33:51.018 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124156 9.03 MB/sec execute 244 sec latency 137.233 ms 2023-11-19T23:33:51.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:51 smithi162 ceph-mon[107670]: pgmap v141: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-19T23:33:51.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:51 smithi179 ceph-mon[109539]: pgmap v141: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-19T23:33:52.018 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124429 9.01 MB/sec execute 245 sec latency 114.430 ms 2023-11-19T23:33:53.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 124743 9.01 MB/sec execute 246 sec latency 129.835 ms 2023-11-19T23:33:53.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:53 smithi162 ceph-mon[107670]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-19T23:33:53.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:53 smithi179 ceph-mon[109539]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-19T23:33:54.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125057 8.99 MB/sec execute 247 sec latency 126.801 ms 2023-11-19T23:33:55.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125400 8.98 MB/sec execute 248 sec latency 91.120 ms 2023-11-19T23:33:55.612 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:55 smithi162 ceph-mon[107670]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-19T23:33:55.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:55 smithi179 ceph-mon[109539]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-19T23:33:56.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125704 8.99 MB/sec execute 249 sec latency 123.781 ms 2023-11-19T23:33:57.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 125964 8.99 MB/sec execute 250 sec latency 127.336 ms 2023-11-19T23:33:57.685 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:57 smithi162 ceph-mon[107670]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-19T23:33:58.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126234 8.97 MB/sec execute 251 sec latency 136.575 ms 2023-11-19T23:33:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:57 smithi179 ceph-mon[109539]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-19T23:33:59.027 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126600 8.98 MB/sec execute 252 sec latency 126.569 ms 2023-11-19T23:33:59.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:33:59 smithi162 ceph-mon[107670]: pgmap v145: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-19T23:34:00.028 INFO:teuthology.orchestra.run.smithi162.stdout: 5 126782 8.96 MB/sec execute 253 sec latency 126.509 ms 2023-11-19T23:34:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:33:59 smithi179 ceph-mon[109539]: pgmap v145: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-11-19T23:34:00.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:01.028 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127083 8.98 MB/sec execute 254 sec latency 149.572 ms 2023-11-19T23:34:01.700 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:01 smithi162 ceph-mon[107670]: pgmap v146: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-19T23:34:02.028 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127368 8.97 MB/sec execute 255 sec latency 153.269 ms 2023-11-19T23:34:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:01 smithi179 ceph-mon[109539]: pgmap v146: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-19T23:34:03.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127686 8.96 MB/sec execute 256 sec latency 120.743 ms 2023-11-19T23:34:03.782 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:03 smithi162 ceph-mon[107670]: pgmap v147: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-19T23:34:04.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 127952 8.96 MB/sec execute 257 sec latency 85.695 ms 2023-11-19T23:34:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:03 smithi179 ceph-mon[109539]: pgmap v147: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-19T23:34:05.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128231 8.96 MB/sec execute 258 sec latency 136.730 ms 2023-11-19T23:34:05.826 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:05 smithi162 ceph-mon[107670]: pgmap v148: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:34:06.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128456 8.93 MB/sec execute 259 sec latency 129.581 ms 2023-11-19T23:34:06.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:05 smithi179 ceph-mon[109539]: pgmap v148: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:34:07.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 128789 8.92 MB/sec execute 260 sec latency 115.174 ms 2023-11-19T23:34:07.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:07 smithi162 ceph-mon[107670]: pgmap v149: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:34:08.031 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129101 8.92 MB/sec execute 261 sec latency 132.382 ms 2023-11-19T23:34:08.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:07 smithi179 ceph-mon[109539]: pgmap v149: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:34:09.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129334 8.91 MB/sec execute 262 sec latency 120.539 ms 2023-11-19T23:34:09.685 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:09 smithi162 ceph-mon[107670]: pgmap v150: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T23:34:10.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129552 8.90 MB/sec execute 263 sec latency 189.220 ms 2023-11-19T23:34:10.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:09 smithi179 ceph-mon[109539]: pgmap v150: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T23:34:11.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 129827 8.90 MB/sec execute 264 sec latency 207.400 ms 2023-11-19T23:34:11.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:11 smithi162 ceph-mon[107670]: pgmap v151: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-19T23:34:12.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130108 8.90 MB/sec execute 265 sec latency 141.494 ms 2023-11-19T23:34:12.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:11 smithi179 ceph-mon[109539]: pgmap v151: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-19T23:34:13.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130441 8.91 MB/sec execute 266 sec latency 111.978 ms 2023-11-19T23:34:13.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:13 smithi162 ceph-mon[107670]: pgmap v152: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 493 op/s 2023-11-19T23:34:14.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130671 8.89 MB/sec execute 267 sec latency 133.330 ms 2023-11-19T23:34:14.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:13 smithi179 ceph-mon[109539]: pgmap v152: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 493 op/s 2023-11-19T23:34:15.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 130908 8.88 MB/sec execute 268 sec latency 195.458 ms 2023-11-19T23:34:15.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:15 smithi162 ceph-mon[107670]: pgmap v153: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-19T23:34:15.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:16.034 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131140 8.88 MB/sec execute 269 sec latency 132.293 ms 2023-11-19T23:34:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:15 smithi179 ceph-mon[109539]: pgmap v153: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-19T23:34:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:17.045 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131412 8.86 MB/sec execute 270 sec latency 136.692 ms 2023-11-19T23:34:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:17 smithi162 ceph-mon[107670]: pgmap v154: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-19T23:34:18.050 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131741 8.86 MB/sec execute 271 sec latency 120.196 ms 2023-11-19T23:34:18.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:17 smithi179 ceph-mon[109539]: pgmap v154: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-19T23:34:19.050 INFO:teuthology.orchestra.run.smithi162.stdout: 5 131990 8.86 MB/sec execute 272 sec latency 131.450 ms 2023-11-19T23:34:19.897 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:19 smithi162 ceph-mon[107670]: pgmap v155: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-19T23:34:20.050 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132242 8.84 MB/sec execute 273 sec latency 158.661 ms 2023-11-19T23:34:20.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:19 smithi179 ceph-mon[109539]: pgmap v155: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-19T23:34:21.060 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132536 8.84 MB/sec execute 274 sec latency 112.324 ms 2023-11-19T23:34:21.952 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:21 smithi162 ceph-mon[107670]: pgmap v156: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-11-19T23:34:22.062 INFO:teuthology.orchestra.run.smithi162.stdout: 5 132866 8.83 MB/sec execute 275 sec latency 126.254 ms 2023-11-19T23:34:22.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:21 smithi179 ceph-mon[109539]: pgmap v156: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-11-19T23:34:23.060 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133161 8.84 MB/sec execute 276 sec latency 124.984 ms 2023-11-19T23:34:23.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:23 smithi162 ceph-mon[107670]: pgmap v157: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-11-19T23:34:24.060 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133461 8.84 MB/sec execute 277 sec latency 139.556 ms 2023-11-19T23:34:24.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:23 smithi179 ceph-mon[109539]: pgmap v157: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-11-19T23:34:25.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 133809 8.85 MB/sec execute 278 sec latency 127.364 ms 2023-11-19T23:34:25.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:25 smithi162 ceph-mon[107670]: pgmap v158: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:34:26.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134169 8.85 MB/sec execute 279 sec latency 129.610 ms 2023-11-19T23:34:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:25 smithi179 ceph-mon[109539]: pgmap v158: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:34:27.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134519 8.86 MB/sec execute 280 sec latency 107.511 ms 2023-11-19T23:34:27.805 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:27 smithi162 ceph-mon[107670]: pgmap v159: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:34:28.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 134855 8.86 MB/sec execute 281 sec latency 135.100 ms 2023-11-19T23:34:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:27 smithi179 ceph-mon[109539]: pgmap v159: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:34:29.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135211 8.85 MB/sec execute 282 sec latency 129.870 ms 2023-11-19T23:34:29.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:29 smithi162 ceph-mon[107670]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-11-19T23:34:30.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135504 8.84 MB/sec execute 283 sec latency 123.765 ms 2023-11-19T23:34:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:29 smithi179 ceph-mon[109539]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-11-19T23:34:30.892 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:31.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 135777 8.84 MB/sec execute 284 sec latency 117.489 ms 2023-11-19T23:34:31.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:31.912 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:31 smithi162 ceph-mon[107670]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-19T23:34:32.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136202 8.86 MB/sec execute 285 sec latency 134.297 ms 2023-11-19T23:34:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:31 smithi179 ceph-mon[109539]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-19T23:34:33.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136551 8.86 MB/sec execute 286 sec latency 135.967 ms 2023-11-19T23:34:33.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:33 smithi162 ceph-mon[107670]: pgmap v162: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-11-19T23:34:34.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 136886 8.86 MB/sec execute 287 sec latency 133.338 ms 2023-11-19T23:34:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:33 smithi179 ceph-mon[109539]: pgmap v162: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-11-19T23:34:35.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137171 8.85 MB/sec execute 288 sec latency 126.706 ms 2023-11-19T23:34:36.005 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:35 smithi162 ceph-mon[107670]: pgmap v163: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-11-19T23:34:36.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137540 8.85 MB/sec execute 289 sec latency 105.564 ms 2023-11-19T23:34:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:35 smithi179 ceph-mon[109539]: pgmap v163: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-11-19T23:34:37.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 137881 8.86 MB/sec execute 290 sec latency 125.501 ms 2023-11-19T23:34:37.789 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:37 smithi162 ceph-mon[107670]: pgmap v164: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-11-19T23:34:38.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138207 8.85 MB/sec execute 291 sec latency 142.783 ms 2023-11-19T23:34:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:37 smithi179 ceph-mon[109539]: pgmap v164: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-11-19T23:34:39.062 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138515 8.85 MB/sec execute 292 sec latency 120.596 ms 2023-11-19T23:34:39.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:39 smithi162 ceph-mon[107670]: pgmap v165: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 600 op/s 2023-11-19T23:34:40.061 INFO:teuthology.orchestra.run.smithi162.stdout: 5 138909 8.85 MB/sec execute 293 sec latency 132.209 ms 2023-11-19T23:34:40.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:39 smithi179 ceph-mon[109539]: pgmap v165: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 600 op/s 2023-11-19T23:34:41.062 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139242 8.86 MB/sec execute 294 sec latency 169.632 ms 2023-11-19T23:34:41.910 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:41 smithi162 ceph-mon[107670]: pgmap v166: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-19T23:34:42.063 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139539 8.87 MB/sec execute 295 sec latency 123.585 ms 2023-11-19T23:34:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:41 smithi179 ceph-mon[109539]: pgmap v166: 97 pgs: 97 active+clean; 342 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-19T23:34:43.072 INFO:teuthology.orchestra.run.smithi162.stdout: 5 139859 8.87 MB/sec execute 296 sec latency 129.244 ms 2023-11-19T23:34:43.961 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:43 smithi162 ceph-mon[107670]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2023-11-19T23:34:44.076 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140160 8.86 MB/sec execute 297 sec latency 126.633 ms 2023-11-19T23:34:44.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:43 smithi179 ceph-mon[109539]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2023-11-19T23:34:45.076 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140450 8.84 MB/sec execute 298 sec latency 126.685 ms 2023-11-19T23:34:45.983 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:45 smithi162 ceph-mon[107670]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:45.983 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:46.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 140804 8.84 MB/sec execute 299 sec latency 129.106 ms 2023-11-19T23:34:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:45 smithi179 ceph-mon[109539]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:34:47.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141144 8.85 MB/sec execute 300 sec latency 117.860 ms 2023-11-19T23:34:48.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:47 smithi162 ceph-mon[107670]: pgmap v169: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:48.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141485 8.86 MB/sec execute 301 sec latency 134.737 ms 2023-11-19T23:34:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:47 smithi179 ceph-mon[109539]: pgmap v169: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:49.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141798 8.85 MB/sec execute 302 sec latency 133.293 ms 2023-11-19T23:34:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:49 smithi162 ceph-mon[107670]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 599 op/s 2023-11-19T23:34:50.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 141957 8.84 MB/sec execute 303 sec latency 121.302 ms 2023-11-19T23:34:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:49 smithi179 ceph-mon[109539]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 599 op/s 2023-11-19T23:34:51.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 142268 8.83 MB/sec execute 304 sec latency 131.646 ms 2023-11-19T23:34:51.860 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:51 smithi162 ceph-mon[107670]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:52.081 INFO:teuthology.orchestra.run.smithi162.stdout: 5 142589 8.83 MB/sec execute 305 sec latency 132.703 ms 2023-11-19T23:34:52.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:51 smithi179 ceph-mon[109539]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-19T23:34:53.086 INFO:teuthology.orchestra.run.smithi162.stdout: 5 142966 8.85 MB/sec execute 306 sec latency 172.649 ms 2023-11-19T23:34:53.925 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:53 smithi162 ceph-mon[107670]: pgmap v172: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 566 op/s 2023-11-19T23:34:54.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143228 8.85 MB/sec execute 307 sec latency 140.439 ms 2023-11-19T23:34:54.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:53 smithi179 ceph-mon[109539]: pgmap v172: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 566 op/s 2023-11-19T23:34:55.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143567 8.84 MB/sec execute 308 sec latency 87.098 ms 2023-11-19T23:34:55.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:55 smithi162 ceph-mon[107670]: pgmap v173: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-19T23:34:56.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 143877 8.83 MB/sec execute 309 sec latency 95.567 ms 2023-11-19T23:34:56.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:55 smithi179 ceph-mon[109539]: pgmap v173: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-19T23:34:57.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144151 8.82 MB/sec execute 310 sec latency 192.365 ms 2023-11-19T23:34:58.001 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:57 smithi162 ceph-mon[107670]: pgmap v174: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-19T23:34:58.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144530 8.82 MB/sec execute 311 sec latency 136.305 ms 2023-11-19T23:34:58.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:57 smithi179 ceph-mon[109539]: pgmap v174: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-19T23:34:59.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 144780 8.82 MB/sec execute 312 sec latency 207.301 ms 2023-11-19T23:35:00.088 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145023 8.81 MB/sec execute 313 sec latency 204.023 ms 2023-11-19T23:35:00.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:34:59 smithi162 ceph-mon[107670]: pgmap v175: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-11-19T23:35:00.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:34:59 smithi179 ceph-mon[109539]: pgmap v175: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-11-19T23:35:01.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145266 8.81 MB/sec execute 314 sec latency 149.363 ms 2023-11-19T23:35:01.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:02.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145457 8.80 MB/sec execute 315 sec latency 129.346 ms 2023-11-19T23:35:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:01 smithi162 ceph-mon[107670]: pgmap v176: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-11-19T23:35:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:01 smithi179 ceph-mon[109539]: pgmap v176: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-11-19T23:35:03.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 145809 8.81 MB/sec execute 316 sec latency 129.099 ms 2023-11-19T23:35:04.087 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146073 8.80 MB/sec execute 317 sec latency 132.134 ms 2023-11-19T23:35:04.174 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:03 smithi162 ceph-mon[107670]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-11-19T23:35:04.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:03 smithi179 ceph-mon[109539]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-11-19T23:35:05.094 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146291 8.80 MB/sec execute 318 sec latency 129.020 ms 2023-11-19T23:35:05.966 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:05 smithi162 ceph-mon[107670]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-19T23:35:06.094 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146484 8.78 MB/sec execute 319 sec latency 137.545 ms 2023-11-19T23:35:06.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:05 smithi179 ceph-mon[109539]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-19T23:35:07.094 INFO:teuthology.orchestra.run.smithi162.stdout: 5 146776 8.78 MB/sec execute 320 sec latency 142.203 ms 2023-11-19T23:35:07.520 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:07 smithi162 ceph-mon[107670]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-19T23:35:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:07 smithi179 ceph-mon[109539]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-19T23:35:08.097 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147057 8.77 MB/sec execute 321 sec latency 132.251 ms 2023-11-19T23:35:09.105 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147459 8.78 MB/sec execute 322 sec latency 127.413 ms 2023-11-19T23:35:09.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:09 smithi162 ceph-mon[107670]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-11-19T23:35:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:09 smithi179 ceph-mon[109539]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-11-19T23:35:10.106 INFO:teuthology.orchestra.run.smithi162.stdout: 5 147732 8.76 MB/sec execute 323 sec latency 127.960 ms 2023-11-19T23:35:11.106 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148167 8.77 MB/sec execute 324 sec latency 134.075 ms 2023-11-19T23:35:11.587 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:11 smithi162 ceph-mon[107670]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-11-19T23:35:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:11 smithi179 ceph-mon[109539]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-11-19T23:35:12.106 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148553 8.77 MB/sec execute 325 sec latency 130.313 ms 2023-11-19T23:35:13.106 INFO:teuthology.orchestra.run.smithi162.stdout: 5 148901 8.79 MB/sec execute 326 sec latency 131.040 ms 2023-11-19T23:35:13.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:13 smithi162 ceph-mon[107670]: pgmap v182: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-11-19T23:35:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:13 smithi179 ceph-mon[109539]: pgmap v182: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-11-19T23:35:14.110 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149273 8.80 MB/sec execute 327 sec latency 135.281 ms 2023-11-19T23:35:15.111 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149545 8.80 MB/sec execute 328 sec latency 135.429 ms 2023-11-19T23:35:15.549 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:15 smithi162 ceph-mon[107670]: pgmap v183: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-19T23:35:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:15 smithi179 ceph-mon[109539]: pgmap v183: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-19T23:35:16.117 INFO:teuthology.orchestra.run.smithi162.stdout: 5 149844 8.79 MB/sec execute 329 sec latency 123.651 ms 2023-11-19T23:35:16.661 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:16 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:16.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:16 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:17.117 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150055 8.78 MB/sec execute 330 sec latency 134.045 ms 2023-11-19T23:35:17.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:17 smithi162 ceph-mon[107670]: pgmap v184: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-19T23:35:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:17 smithi179 ceph-mon[109539]: pgmap v184: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-11-19T23:35:18.118 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150367 8.78 MB/sec execute 331 sec latency 132.257 ms 2023-11-19T23:35:19.118 INFO:teuthology.orchestra.run.smithi162.stdout: 5 150730 8.78 MB/sec execute 332 sec latency 126.181 ms 2023-11-19T23:35:19.450 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:19 smithi162 ceph-mon[107670]: pgmap v185: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T23:35:19.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:19 smithi179 ceph-mon[109539]: pgmap v185: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-19T23:35:20.118 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151011 8.77 MB/sec execute 333 sec latency 129.441 ms 2023-11-19T23:35:21.118 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151245 8.76 MB/sec execute 334 sec latency 129.445 ms 2023-11-19T23:35:21.503 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:21 smithi162 ceph-mon[107670]: pgmap v186: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:35:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:21 smithi179 ceph-mon[109539]: pgmap v186: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-19T23:35:22.118 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151514 8.75 MB/sec execute 335 sec latency 136.428 ms 2023-11-19T23:35:23.119 INFO:teuthology.orchestra.run.smithi162.stdout: 5 151784 8.74 MB/sec execute 336 sec latency 148.964 ms 2023-11-19T23:35:23.560 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:23 smithi162 ceph-mon[107670]: pgmap v187: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T23:35:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:23 smithi179 ceph-mon[109539]: pgmap v187: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-11-19T23:35:24.119 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152042 8.74 MB/sec execute 337 sec latency 157.049 ms 2023-11-19T23:35:25.119 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152278 8.74 MB/sec execute 338 sec latency 127.800 ms 2023-11-19T23:35:25.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:25 smithi162 ceph-mon[107670]: pgmap v188: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-11-19T23:35:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:25 smithi179 ceph-mon[109539]: pgmap v188: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-11-19T23:35:26.119 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152548 8.74 MB/sec execute 339 sec latency 129.370 ms 2023-11-19T23:35:27.122 INFO:teuthology.orchestra.run.smithi162.stdout: 5 152963 8.76 MB/sec execute 340 sec latency 130.077 ms 2023-11-19T23:35:27.690 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:27 smithi162 ceph-mon[107670]: pgmap v189: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-11-19T23:35:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:27 smithi179 ceph-mon[109539]: pgmap v189: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-11-19T23:35:28.124 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153279 8.76 MB/sec execute 341 sec latency 129.236 ms 2023-11-19T23:35:29.124 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153498 8.74 MB/sec execute 342 sec latency 134.300 ms 2023-11-19T23:35:29.718 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:29 smithi162 ceph-mon[107670]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-19T23:35:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:29 smithi179 ceph-mon[109539]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-19T23:35:30.124 INFO:teuthology.orchestra.run.smithi162.stdout: 5 153832 8.74 MB/sec execute 343 sec latency 146.450 ms 2023-11-19T23:35:30.676 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:31.128 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154116 8.74 MB/sec execute 344 sec latency 195.080 ms 2023-11-19T23:35:31.741 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:31 smithi162 ceph-mon[107670]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-19T23:35:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:31 smithi179 ceph-mon[109539]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-19T23:35:32.128 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154481 8.74 MB/sec execute 345 sec latency 118.378 ms 2023-11-19T23:35:33.131 INFO:teuthology.orchestra.run.smithi162.stdout: 5 154761 8.73 MB/sec execute 346 sec latency 123.828 ms 2023-11-19T23:35:33.782 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:33 smithi162 ceph-mon[107670]: pgmap v192: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-19T23:35:33.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:33 smithi179 ceph-mon[109539]: pgmap v192: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-11-19T23:35:34.131 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155071 8.71 MB/sec execute 347 sec latency 130.150 ms 2023-11-19T23:35:35.131 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155409 8.73 MB/sec execute 348 sec latency 128.418 ms 2023-11-19T23:35:35.563 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:35 smithi162 ceph-mon[107670]: pgmap v193: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-11-19T23:35:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:35 smithi179 ceph-mon[109539]: pgmap v193: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-11-19T23:35:36.131 INFO:teuthology.orchestra.run.smithi162.stdout: 5 155739 8.73 MB/sec execute 349 sec latency 134.380 ms 2023-11-19T23:35:37.131 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156037 8.73 MB/sec execute 350 sec latency 132.628 ms 2023-11-19T23:35:37.600 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:37 smithi162 ceph-mon[107670]: pgmap v194: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-19T23:35:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:37 smithi179 ceph-mon[109539]: pgmap v194: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-19T23:35:38.140 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156305 8.74 MB/sec execute 351 sec latency 126.224 ms 2023-11-19T23:35:39.140 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156624 8.74 MB/sec execute 352 sec latency 129.788 ms 2023-11-19T23:35:39.649 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:39 smithi162 ceph-mon[107670]: pgmap v195: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-19T23:35:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:39 smithi179 ceph-mon[109539]: pgmap v195: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-19T23:35:40.140 INFO:teuthology.orchestra.run.smithi162.stdout: 5 156897 8.73 MB/sec execute 353 sec latency 123.452 ms 2023-11-19T23:35:41.140 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157111 8.72 MB/sec execute 354 sec latency 147.453 ms 2023-11-19T23:35:41.697 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:41 smithi162 ceph-mon[107670]: pgmap v196: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-11-19T23:35:41.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:41 smithi179 ceph-mon[109539]: pgmap v196: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-11-19T23:35:42.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157319 8.70 MB/sec execute 355 sec latency 129.380 ms 2023-11-19T23:35:43.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157548 8.70 MB/sec execute 356 sec latency 230.486 ms 2023-11-19T23:35:43.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:43 smithi162 ceph-mon[107670]: pgmap v197: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-19T23:35:43.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:43 smithi179 ceph-mon[109539]: pgmap v197: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-11-19T23:35:44.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 157832 8.70 MB/sec execute 357 sec latency 146.790 ms 2023-11-19T23:35:45.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158201 8.70 MB/sec execute 358 sec latency 127.086 ms 2023-11-19T23:35:45.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:45 smithi162 ceph-mon[107670]: pgmap v198: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:35:45.849 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:45 smithi179 ceph-mon[109539]: pgmap v198: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:35:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:35:46.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158512 8.69 MB/sec execute 359 sec latency 228.943 ms 2023-11-19T23:35:47.148 INFO:teuthology.orchestra.run.smithi162.stdout: 5 158814 8.69 MB/sec execute 360 sec latency 126.665 ms 2023-11-19T23:35:47.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:47 smithi162 ceph-mon[107670]: pgmap v199: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:35:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:47 smithi179 ceph-mon[109539]: pgmap v199: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:35:48.149 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159253 8.71 MB/sec execute 361 sec latency 129.882 ms 2023-11-19T23:35:49.149 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159592 8.71 MB/sec execute 362 sec latency 134.130 ms 2023-11-19T23:35:49.703 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:49 smithi162 ceph-mon[107670]: pgmap v200: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 527 op/s 2023-11-19T23:35:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:49 smithi179 ceph-mon[109539]: pgmap v200: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 527 op/s 2023-11-19T23:35:50.149 INFO:teuthology.orchestra.run.smithi162.stdout: 5 159949 8.72 MB/sec execute 363 sec latency 126.445 ms 2023-11-19T23:35:51.154 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160266 8.73 MB/sec execute 364 sec latency 126.924 ms 2023-11-19T23:35:51.740 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:51 smithi162 ceph-mon[107670]: pgmap v201: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:35:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:51 smithi179 ceph-mon[109539]: pgmap v201: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-19T23:35:52.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160527 8.71 MB/sec execute 365 sec latency 131.313 ms 2023-11-19T23:35:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 160885 8.70 MB/sec execute 366 sec latency 124.422 ms 2023-11-19T23:35:53.785 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:53 smithi162 ceph-mon[107670]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-11-19T23:35:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:53 smithi179 ceph-mon[109539]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-11-19T23:35:54.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161117 8.69 MB/sec execute 367 sec latency 127.822 ms 2023-11-19T23:35:55.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161393 8.70 MB/sec execute 368 sec latency 140.495 ms 2023-11-19T23:35:55.848 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:55 smithi162 ceph-mon[107670]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-19T23:35:56.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:55 smithi179 ceph-mon[109539]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-19T23:35:56.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161634 8.69 MB/sec execute 369 sec latency 134.293 ms 2023-11-19T23:35:57.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 161987 8.69 MB/sec execute 370 sec latency 129.769 ms 2023-11-19T23:35:57.890 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:57 smithi162 ceph-mon[107670]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-19T23:35:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:57 smithi179 ceph-mon[109539]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-19T23:35:58.164 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162291 8.68 MB/sec execute 371 sec latency 154.085 ms 2023-11-19T23:35:59.172 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162521 8.68 MB/sec execute 372 sec latency 192.766 ms 2023-11-19T23:35:59.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:35:59 smithi162 ceph-mon[107670]: pgmap v205: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 562 op/s 2023-11-19T23:36:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:35:59 smithi179 ceph-mon[109539]: pgmap v205: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 562 op/s 2023-11-19T23:36:00.172 INFO:teuthology.orchestra.run.smithi162.stdout: 5 162771 8.68 MB/sec execute 373 sec latency 201.856 ms 2023-11-19T23:36:00.721 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:01.172 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163109 8.69 MB/sec execute 374 sec latency 186.716 ms 2023-11-19T23:36:01.731 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:01 smithi162 ceph-mon[107670]: pgmap v206: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-11-19T23:36:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:01 smithi179 ceph-mon[109539]: pgmap v206: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-11-19T23:36:02.172 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163347 8.69 MB/sec execute 375 sec latency 140.351 ms 2023-11-19T23:36:03.172 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163609 8.69 MB/sec execute 376 sec latency 126.083 ms 2023-11-19T23:36:03.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:03 smithi162 ceph-mon[107670]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 546 op/s 2023-11-19T23:36:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:03 smithi179 ceph-mon[109539]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 546 op/s 2023-11-19T23:36:04.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163784 8.67 MB/sec execute 377 sec latency 147.432 ms 2023-11-19T23:36:05.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 163956 8.66 MB/sec execute 378 sec latency 123.567 ms 2023-11-19T23:36:05.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:05 smithi162 ceph-mon[107670]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T23:36:06.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:05 smithi179 ceph-mon[109539]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T23:36:06.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164237 8.65 MB/sec execute 379 sec latency 120.749 ms 2023-11-19T23:36:07.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164480 8.64 MB/sec execute 380 sec latency 137.763 ms 2023-11-19T23:36:07.949 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:07 smithi162 ceph-mon[107670]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T23:36:08.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:07 smithi179 ceph-mon[109539]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-19T23:36:08.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164686 8.62 MB/sec execute 381 sec latency 200.954 ms 2023-11-19T23:36:09.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 164837 8.61 MB/sec execute 382 sec latency 123.478 ms 2023-11-19T23:36:09.761 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:09 smithi162 ceph-mon[107670]: pgmap v210: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-11-19T23:36:10.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:09 smithi179 ceph-mon[109539]: pgmap v210: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-11-19T23:36:10.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165078 8.62 MB/sec execute 383 sec latency 151.137 ms 2023-11-19T23:36:11.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165336 8.61 MB/sec execute 384 sec latency 126.754 ms 2023-11-19T23:36:11.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:11 smithi162 ceph-mon[107670]: pgmap v211: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-11-19T23:36:12.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:11 smithi179 ceph-mon[109539]: pgmap v211: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-11-19T23:36:12.177 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165603 8.61 MB/sec execute 385 sec latency 139.328 ms 2023-11-19T23:36:13.178 INFO:teuthology.orchestra.run.smithi162.stdout: 5 165907 8.60 MB/sec execute 386 sec latency 125.331 ms 2023-11-19T23:36:13.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:13 smithi162 ceph-mon[107670]: pgmap v212: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-19T23:36:14.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:13 smithi179 ceph-mon[109539]: pgmap v212: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-19T23:36:14.186 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166102 8.59 MB/sec execute 387 sec latency 129.136 ms 2023-11-19T23:36:15.186 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166273 8.59 MB/sec execute 388 sec latency 157.804 ms 2023-11-19T23:36:15.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:15 smithi162 ceph-mon[107670]: pgmap v213: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-11-19T23:36:15.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:15 smithi179 ceph-mon[109539]: pgmap v213: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-11-19T23:36:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:16.194 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166497 8.59 MB/sec execute 389 sec latency 149.033 ms 2023-11-19T23:36:17.200 INFO:teuthology.orchestra.run.smithi162.stdout: 5 166742 8.58 MB/sec execute 390 sec latency 136.644 ms 2023-11-19T23:36:17.981 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:17 smithi162 ceph-mon[107670]: pgmap v214: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-11-19T23:36:18.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:17 smithi179 ceph-mon[109539]: pgmap v214: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 281 op/s 2023-11-19T23:36:18.200 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167014 8.58 MB/sec execute 391 sec latency 135.234 ms 2023-11-19T23:36:19.200 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167223 8.57 MB/sec execute 392 sec latency 148.622 ms 2023-11-19T23:36:19.792 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:19 smithi162 ceph-mon[107670]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-19T23:36:20.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:19 smithi179 ceph-mon[109539]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-19T23:36:20.200 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167504 8.57 MB/sec execute 393 sec latency 124.699 ms 2023-11-19T23:36:21.213 INFO:teuthology.orchestra.run.smithi162.stdout: 5 167772 8.56 MB/sec execute 395 sec latency 129.994 ms 2023-11-19T23:36:21.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:21 smithi162 ceph-mon[107670]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 275 op/s 2023-11-19T23:36:22.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:21 smithi179 ceph-mon[109539]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 275 op/s 2023-11-19T23:36:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168026 8.55 MB/sec execute 396 sec latency 123.178 ms 2023-11-19T23:36:23.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168293 8.54 MB/sec execute 397 sec latency 129.629 ms 2023-11-19T23:36:23.888 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:23 smithi162 ceph-mon[107670]: pgmap v217: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-19T23:36:24.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:23 smithi179 ceph-mon[109539]: pgmap v217: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-19T23:36:24.217 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168478 8.53 MB/sec execute 398 sec latency 131.054 ms 2023-11-19T23:36:25.216 INFO:teuthology.orchestra.run.smithi162.stdout: 5 168738 8.53 MB/sec execute 399 sec latency 120.823 ms 2023-11-19T23:36:25.950 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:25 smithi162 ceph-mon[107670]: pgmap v218: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-19T23:36:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:25 smithi179 ceph-mon[109539]: pgmap v218: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-19T23:36:26.226 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169024 8.54 MB/sec execute 400 sec latency 122.476 ms 2023-11-19T23:36:27.231 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169319 8.53 MB/sec execute 401 sec latency 137.743 ms 2023-11-19T23:36:28.002 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:27 smithi162 ceph-mon[107670]: pgmap v219: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-19T23:36:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:27 smithi179 ceph-mon[109539]: pgmap v219: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-19T23:36:28.231 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169622 8.54 MB/sec execute 402 sec latency 127.764 ms 2023-11-19T23:36:29.231 INFO:teuthology.orchestra.run.smithi162.stdout: 5 169835 8.53 MB/sec execute 403 sec latency 132.000 ms 2023-11-19T23:36:30.048 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:29 smithi162 ceph-mon[107670]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-19T23:36:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:29 smithi179 ceph-mon[109539]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-19T23:36:30.233 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170108 8.53 MB/sec execute 404 sec latency 129.313 ms 2023-11-19T23:36:31.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:31.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:31.242 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170380 8.53 MB/sec execute 405 sec latency 125.004 ms 2023-11-19T23:36:32.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:31 smithi162 ceph-mon[107670]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:36:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:31 smithi179 ceph-mon[109539]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:36:32.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 170705 8.53 MB/sec execute 406 sec latency 134.117 ms 2023-11-19T23:36:33.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171037 8.54 MB/sec execute 407 sec latency 123.325 ms 2023-11-19T23:36:34.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:33 smithi162 ceph-mon[107670]: pgmap v222: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-11-19T23:36:34.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171301 8.53 MB/sec execute 408 sec latency 167.991 ms 2023-11-19T23:36:34.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:33 smithi179 ceph-mon[109539]: pgmap v222: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-11-19T23:36:35.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171602 8.51 MB/sec execute 409 sec latency 132.984 ms 2023-11-19T23:36:35.907 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:35 smithi162 ceph-mon[107670]: pgmap v223: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T23:36:36.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 171975 8.51 MB/sec execute 410 sec latency 131.361 ms 2023-11-19T23:36:36.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:35 smithi179 ceph-mon[109539]: pgmap v223: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T23:36:37.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172246 8.51 MB/sec execute 411 sec latency 148.317 ms 2023-11-19T23:36:37.937 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:37 smithi162 ceph-mon[107670]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T23:36:38.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172600 8.52 MB/sec execute 412 sec latency 136.563 ms 2023-11-19T23:36:38.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:37 smithi179 ceph-mon[109539]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-19T23:36:39.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 172943 8.52 MB/sec execute 413 sec latency 123.193 ms 2023-11-19T23:36:39.998 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:39 smithi162 ceph-mon[107670]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-11-19T23:36:40.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173266 8.52 MB/sec execute 414 sec latency 128.063 ms 2023-11-19T23:36:40.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:39 smithi179 ceph-mon[109539]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-11-19T23:36:41.243 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173615 8.53 MB/sec execute 415 sec latency 129.683 ms 2023-11-19T23:36:42.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:41 smithi162 ceph-mon[107670]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:36:42.245 INFO:teuthology.orchestra.run.smithi162.stdout: 5 173912 8.54 MB/sec execute 416 sec latency 129.875 ms 2023-11-19T23:36:42.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:41 smithi179 ceph-mon[109539]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-19T23:36:43.245 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174182 8.53 MB/sec execute 417 sec latency 159.244 ms 2023-11-19T23:36:44.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:43 smithi162 ceph-mon[107670]: pgmap v227: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 545 op/s 2023-11-19T23:36:44.245 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174500 8.53 MB/sec execute 418 sec latency 130.866 ms 2023-11-19T23:36:44.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:43 smithi179 ceph-mon[109539]: pgmap v227: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 545 op/s 2023-11-19T23:36:45.245 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174711 8.52 MB/sec execute 419 sec latency 126.579 ms 2023-11-19T23:36:46.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:45 smithi162 ceph-mon[107670]: pgmap v228: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-19T23:36:46.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:46.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 174998 8.51 MB/sec execute 420 sec latency 126.682 ms 2023-11-19T23:36:46.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:45 smithi179 ceph-mon[109539]: pgmap v228: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-19T23:36:46.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:36:47.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175271 8.51 MB/sec execute 421 sec latency 129.552 ms 2023-11-19T23:36:48.179 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:47 smithi162 ceph-mon[107670]: pgmap v229: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-19T23:36:48.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175549 8.50 MB/sec execute 422 sec latency 120.708 ms 2023-11-19T23:36:48.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:47 smithi179 ceph-mon[109539]: pgmap v229: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-19T23:36:49.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 175901 8.50 MB/sec execute 423 sec latency 109.261 ms 2023-11-19T23:36:49.977 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:49 smithi162 ceph-mon[107670]: pgmap v230: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 566 op/s 2023-11-19T23:36:50.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176249 8.50 MB/sec execute 424 sec latency 123.831 ms 2023-11-19T23:36:50.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:49 smithi179 ceph-mon[109539]: pgmap v230: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 566 op/s 2023-11-19T23:36:51.242 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:50 smithi162 ceph-mon[107670]: pgmap v231: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-11-19T23:36:51.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176437 8.49 MB/sec execute 425 sec latency 140.947 ms 2023-11-19T23:36:51.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:50 smithi179 ceph-mon[109539]: pgmap v231: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-11-19T23:36:52.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176736 8.50 MB/sec execute 426 sec latency 107.103 ms 2023-11-19T23:36:53.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 176973 8.50 MB/sec execute 427 sec latency 203.229 ms 2023-11-19T23:36:53.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:53 smithi162 ceph-mon[107670]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-19T23:36:53.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:53 smithi179 ceph-mon[109539]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-19T23:36:54.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 177372 8.52 MB/sec execute 428 sec latency 142.017 ms 2023-11-19T23:36:55.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 177681 8.52 MB/sec execute 429 sec latency 123.892 ms 2023-11-19T23:36:55.681 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:55 smithi162 ceph-mon[107670]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-19T23:36:55.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:55 smithi179 ceph-mon[109539]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-19T23:36:56.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178003 8.52 MB/sec execute 430 sec latency 129.358 ms 2023-11-19T23:36:57.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178224 8.50 MB/sec execute 431 sec latency 136.871 ms 2023-11-19T23:36:57.474 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:57 smithi162 ceph-mon[107670]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-19T23:36:57.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:57 smithi179 ceph-mon[109539]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-19T23:36:58.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178460 8.49 MB/sec execute 432 sec latency 131.239 ms 2023-11-19T23:36:59.247 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178672 8.48 MB/sec execute 433 sec latency 137.408 ms 2023-11-19T23:36:59.494 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:36:59 smithi162 ceph-mon[107670]: pgmap v235: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-19T23:36:59.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:36:59 smithi179 ceph-mon[109539]: pgmap v235: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-19T23:37:00.246 INFO:teuthology.orchestra.run.smithi162.stdout: 5 178928 8.48 MB/sec execute 434 sec latency 126.953 ms 2023-11-19T23:37:01.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179263 8.48 MB/sec execute 435 sec latency 94.284 ms 2023-11-19T23:37:01.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:01 smithi162 ceph-mon[107670]: pgmap v236: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:37:01.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:01 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:01 smithi179 ceph-mon[109539]: pgmap v236: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-19T23:37:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:01 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:02.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179655 8.48 MB/sec execute 436 sec latency 129.898 ms 2023-11-19T23:37:03.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 179961 8.48 MB/sec execute 437 sec latency 124.418 ms 2023-11-19T23:37:03.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:03 smithi162 ceph-mon[107670]: pgmap v237: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-19T23:37:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:03 smithi179 ceph-mon[109539]: pgmap v237: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-19T23:37:04.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180312 8.48 MB/sec execute 438 sec latency 129.408 ms 2023-11-19T23:37:05.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180555 8.48 MB/sec execute 439 sec latency 150.453 ms 2023-11-19T23:37:05.661 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:05 smithi162 ceph-mon[107670]: pgmap v238: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-11-19T23:37:05.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:05 smithi179 ceph-mon[109539]: pgmap v238: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-11-19T23:37:06.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 180867 8.49 MB/sec execute 440 sec latency 108.027 ms 2023-11-19T23:37:07.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181098 8.49 MB/sec execute 441 sec latency 133.135 ms 2023-11-19T23:37:07.713 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:07 smithi162 ceph-mon[107670]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-11-19T23:37:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:07 smithi179 ceph-mon[109539]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-11-19T23:37:08.257 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181327 8.49 MB/sec execute 442 sec latency 142.585 ms 2023-11-19T23:37:09.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181570 8.48 MB/sec execute 443 sec latency 139.777 ms 2023-11-19T23:37:09.566 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:09 smithi162 ceph-mon[107670]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-19T23:37:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:09 smithi179 ceph-mon[109539]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-11-19T23:37:10.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 181884 8.47 MB/sec execute 444 sec latency 123.540 ms 2023-11-19T23:37:11.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182194 8.47 MB/sec execute 445 sec latency 122.154 ms 2023-11-19T23:37:11.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:11 smithi162 ceph-mon[107670]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-19T23:37:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:11 smithi179 ceph-mon[109539]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-19T23:37:12.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182456 8.46 MB/sec execute 446 sec latency 124.032 ms 2023-11-19T23:37:13.261 INFO:teuthology.orchestra.run.smithi162.stdout: 5 182845 8.47 MB/sec execute 447 sec latency 126.054 ms 2023-11-19T23:37:13.669 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:13 smithi162 ceph-mon[107670]: pgmap v242: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-19T23:37:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:13 smithi179 ceph-mon[109539]: pgmap v242: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-19T23:37:14.264 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183207 8.47 MB/sec execute 448 sec latency 158.460 ms 2023-11-19T23:37:15.272 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183544 8.47 MB/sec execute 449 sec latency 131.391 ms 2023-11-19T23:37:15.701 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:15 smithi162 ceph-mon[107670]: pgmap v243: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-19T23:37:15.702 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:15 smithi179 ceph-mon[109539]: pgmap v243: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-19T23:37:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:16.272 INFO:teuthology.orchestra.run.smithi162.stdout: 5 183856 8.47 MB/sec execute 450 sec latency 158.863 ms 2023-11-19T23:37:17.272 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184136 8.48 MB/sec execute 451 sec latency 132.385 ms 2023-11-19T23:37:17.741 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:17 smithi162 ceph-mon[107670]: pgmap v244: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-19T23:37:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:17 smithi179 ceph-mon[109539]: pgmap v244: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-19T23:37:18.272 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184478 8.48 MB/sec execute 452 sec latency 125.794 ms 2023-11-19T23:37:19.274 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184788 8.49 MB/sec execute 453 sec latency 114.845 ms 2023-11-19T23:37:19.799 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:19 smithi162 ceph-mon[107670]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-11-19T23:37:19.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:19 smithi179 ceph-mon[109539]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-11-19T23:37:20.273 INFO:teuthology.orchestra.run.smithi162.stdout: 5 184991 8.48 MB/sec execute 454 sec latency 115.237 ms 2023-11-19T23:37:21.274 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185157 8.47 MB/sec execute 455 sec latency 139.378 ms 2023-11-19T23:37:21.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:21 smithi162 ceph-mon[107670]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-11-19T23:37:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:21 smithi179 ceph-mon[109539]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-11-19T23:37:22.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185359 8.46 MB/sec execute 456 sec latency 102.242 ms 2023-11-19T23:37:23.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185518 8.45 MB/sec execute 457 sec latency 136.464 ms 2023-11-19T23:37:23.676 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:23 smithi162 ceph-mon[107670]: pgmap v247: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-11-19T23:37:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:23 smithi179 ceph-mon[109539]: pgmap v247: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-11-19T23:37:24.282 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185784 8.43 MB/sec execute 458 sec latency 127.278 ms 2023-11-19T23:37:25.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 185994 8.42 MB/sec execute 459 sec latency 131.550 ms 2023-11-19T23:37:25.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:25 smithi162 ceph-mon[107670]: pgmap v248: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 352 op/s 2023-11-19T23:37:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:25 smithi179 ceph-mon[109539]: pgmap v248: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 352 op/s 2023-11-19T23:37:26.280 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186189 8.42 MB/sec execute 460 sec latency 141.614 ms 2023-11-19T23:37:27.281 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186435 8.42 MB/sec execute 461 sec latency 190.711 ms 2023-11-19T23:37:27.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:27 smithi162 ceph-mon[107670]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 352 op/s 2023-11-19T23:37:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:27 smithi179 ceph-mon[109539]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 352 op/s 2023-11-19T23:37:28.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 186741 8.42 MB/sec execute 462 sec latency 130.814 ms 2023-11-19T23:37:29.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187041 8.42 MB/sec execute 463 sec latency 136.371 ms 2023-11-19T23:37:29.647 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:29 smithi162 ceph-mon[107670]: pgmap v250: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-11-19T23:37:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:29 smithi179 ceph-mon[109539]: pgmap v250: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-11-19T23:37:30.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187342 8.42 MB/sec execute 464 sec latency 139.870 ms 2023-11-19T23:37:30.672 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:31.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187640 8.42 MB/sec execute 465 sec latency 138.196 ms 2023-11-19T23:37:31.690 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:31 smithi162 ceph-mon[107670]: pgmap v251: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 295 op/s 2023-11-19T23:37:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:31 smithi179 ceph-mon[109539]: pgmap v251: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 295 op/s 2023-11-19T23:37:32.289 INFO:teuthology.orchestra.run.smithi162.stdout: 5 187951 8.42 MB/sec execute 466 sec latency 126.559 ms 2023-11-19T23:37:33.291 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188287 8.43 MB/sec execute 467 sec latency 134.425 ms 2023-11-19T23:37:33.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:33 smithi162 ceph-mon[107670]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-19T23:37:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:33 smithi179 ceph-mon[109539]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-11-19T23:37:34.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188585 8.43 MB/sec execute 468 sec latency 126.714 ms 2023-11-19T23:37:35.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 188784 8.43 MB/sec execute 469 sec latency 123.515 ms 2023-11-19T23:37:35.816 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:35 smithi162 ceph-mon[107670]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-19T23:37:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:35 smithi179 ceph-mon[109539]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-19T23:37:36.290 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189038 8.42 MB/sec execute 470 sec latency 129.908 ms 2023-11-19T23:37:37.297 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189334 8.40 MB/sec execute 471 sec latency 137.573 ms 2023-11-19T23:37:37.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:37 smithi162 ceph-mon[107670]: pgmap v254: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-19T23:37:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:37 smithi179 ceph-mon[109539]: pgmap v254: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-11-19T23:37:38.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189597 8.40 MB/sec execute 472 sec latency 134.413 ms 2023-11-19T23:37:39.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 189897 8.41 MB/sec execute 473 sec latency 195.142 ms 2023-11-19T23:37:39.910 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:39 smithi162 ceph-mon[107670]: pgmap v255: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-11-19T23:37:40.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:39 smithi179 ceph-mon[109539]: pgmap v255: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-11-19T23:37:40.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190251 8.41 MB/sec execute 474 sec latency 129.834 ms 2023-11-19T23:37:41.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190684 8.41 MB/sec execute 475 sec latency 127.237 ms 2023-11-19T23:37:41.959 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:41 smithi162 ceph-mon[107670]: pgmap v256: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-19T23:37:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:41 smithi179 ceph-mon[109539]: pgmap v256: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-19T23:37:42.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 190962 8.41 MB/sec execute 476 sec latency 140.944 ms 2023-11-19T23:37:43.307 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191224 8.41 MB/sec execute 477 sec latency 135.263 ms 2023-11-19T23:37:43.760 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:43 smithi162 ceph-mon[107670]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-11-19T23:37:44.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:43 smithi179 ceph-mon[109539]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-11-19T23:37:44.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191550 8.41 MB/sec execute 478 sec latency 134.904 ms 2023-11-19T23:37:45.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 191854 8.42 MB/sec execute 479 sec latency 133.176 ms 2023-11-19T23:37:45.793 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:45 smithi162 ceph-mon[107670]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 366 op/s 2023-11-19T23:37:45.794 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:45 smithi179 ceph-mon[109539]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 366 op/s 2023-11-19T23:37:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:37:46.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192105 8.42 MB/sec execute 480 sec latency 150.252 ms 2023-11-19T23:37:47.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192347 8.42 MB/sec execute 481 sec latency 134.417 ms 2023-11-19T23:37:47.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:47 smithi162 ceph-mon[107670]: pgmap v259: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 366 op/s 2023-11-19T23:37:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:47 smithi179 ceph-mon[109539]: pgmap v259: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 366 op/s 2023-11-19T23:37:48.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192585 8.41 MB/sec execute 482 sec latency 126.888 ms 2023-11-19T23:37:49.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 192884 8.39 MB/sec execute 483 sec latency 143.406 ms 2023-11-19T23:37:49.902 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:49 smithi162 ceph-mon[107670]: pgmap v260: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 544 op/s 2023-11-19T23:37:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:49 smithi179 ceph-mon[109539]: pgmap v260: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 544 op/s 2023-11-19T23:37:50.308 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193123 8.39 MB/sec execute 484 sec latency 129.839 ms 2023-11-19T23:37:51.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193306 8.38 MB/sec execute 485 sec latency 126.518 ms 2023-11-19T23:37:51.969 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:51 smithi162 ceph-mon[107670]: pgmap v261: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-11-19T23:37:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:51 smithi179 ceph-mon[109539]: pgmap v261: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-11-19T23:37:52.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193576 8.38 MB/sec execute 486 sec latency 156.124 ms 2023-11-19T23:37:53.312 INFO:teuthology.orchestra.run.smithi162.stdout: 5 193857 8.38 MB/sec execute 487 sec latency 122.777 ms 2023-11-19T23:37:54.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:53 smithi162 ceph-mon[107670]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T23:37:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:53 smithi179 ceph-mon[109539]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-11-19T23:37:54.316 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194119 8.38 MB/sec execute 488 sec latency 131.241 ms 2023-11-19T23:37:55.316 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194324 8.38 MB/sec execute 489 sec latency 132.745 ms 2023-11-19T23:37:55.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:55 smithi162 ceph-mon[107670]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-19T23:37:56.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:55 smithi179 ceph-mon[109539]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-19T23:37:56.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194549 8.37 MB/sec execute 490 sec latency 140.314 ms 2023-11-19T23:37:57.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194736 8.36 MB/sec execute 491 sec latency 131.570 ms 2023-11-19T23:37:57.935 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:57 smithi162 ceph-mon[107670]: pgmap v264: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-19T23:37:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:57 smithi179 ceph-mon[109539]: pgmap v264: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-19T23:37:58.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 194910 8.36 MB/sec execute 492 sec latency 134.651 ms 2023-11-19T23:37:59.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195175 8.36 MB/sec execute 493 sec latency 129.713 ms 2023-11-19T23:37:59.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:37:59 smithi162 ceph-mon[107670]: pgmap v265: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-11-19T23:38:00.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195422 8.36 MB/sec execute 494 sec latency 143.489 ms 2023-11-19T23:38:00.350 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:37:59 smithi179 ceph-mon[109539]: pgmap v265: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-11-19T23:38:01.042 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:01.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195616 8.35 MB/sec execute 495 sec latency 134.180 ms 2023-11-19T23:38:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:02.069 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:01 smithi162 ceph-mon[107670]: pgmap v266: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 290 op/s 2023-11-19T23:38:02.322 INFO:teuthology.orchestra.run.smithi162.stdout: 5 195849 8.35 MB/sec execute 496 sec latency 146.010 ms 2023-11-19T23:38:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:01 smithi179 ceph-mon[109539]: pgmap v266: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 290 op/s 2023-11-19T23:38:03.323 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196150 8.34 MB/sec execute 497 sec latency 123.097 ms 2023-11-19T23:38:04.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:03 smithi162 ceph-mon[107670]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-19T23:38:04.323 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196470 8.34 MB/sec execute 498 sec latency 142.501 ms 2023-11-19T23:38:04.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:03 smithi179 ceph-mon[109539]: pgmap v267: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-11-19T23:38:05.323 INFO:teuthology.orchestra.run.smithi162.stdout: 5 196752 8.34 MB/sec execute 499 sec latency 127.630 ms 2023-11-19T23:38:05.915 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:05 smithi162 ceph-mon[107670]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 265 op/s 2023-11-19T23:38:06.323 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197062 8.34 MB/sec execute 500 sec latency 123.717 ms 2023-11-19T23:38:06.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:05 smithi179 ceph-mon[109539]: pgmap v268: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 265 op/s 2023-11-19T23:38:07.323 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197430 8.34 MB/sec execute 501 sec latency 101.975 ms 2023-11-19T23:38:07.956 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:07 smithi162 ceph-mon[107670]: pgmap v269: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 265 op/s 2023-11-19T23:38:08.330 INFO:teuthology.orchestra.run.smithi162.stdout: 5 197696 8.34 MB/sec execute 502 sec latency 126.824 ms 2023-11-19T23:38:08.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:07 smithi179 ceph-mon[109539]: pgmap v269: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 265 op/s 2023-11-19T23:38:09.330 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198124 8.35 MB/sec execute 503 sec latency 130.010 ms 2023-11-19T23:38:09.993 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:09 smithi162 ceph-mon[107670]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-11-19T23:38:10.331 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198389 8.34 MB/sec execute 504 sec latency 129.911 ms 2023-11-19T23:38:10.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:09 smithi179 ceph-mon[109539]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-11-19T23:38:11.336 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198694 8.35 MB/sec execute 505 sec latency 126.548 ms 2023-11-19T23:38:12.020 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:11 smithi162 ceph-mon[107670]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-19T23:38:12.337 INFO:teuthology.orchestra.run.smithi162.stdout: 5 198998 8.35 MB/sec execute 506 sec latency 126.814 ms 2023-11-19T23:38:12.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:11 smithi179 ceph-mon[109539]: pgmap v271: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-19T23:38:13.345 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199266 8.35 MB/sec execute 507 sec latency 132.539 ms 2023-11-19T23:38:14.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:13 smithi162 ceph-mon[107670]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-19T23:38:14.345 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199494 8.34 MB/sec execute 508 sec latency 134.916 ms 2023-11-19T23:38:14.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:13 smithi179 ceph-mon[109539]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-19T23:38:15.346 INFO:teuthology.orchestra.run.smithi162.stdout: 5 199815 8.34 MB/sec execute 509 sec latency 141.443 ms 2023-11-19T23:38:16.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:15 smithi162 ceph-mon[107670]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-19T23:38:16.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:16.346 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200072 8.33 MB/sec execute 510 sec latency 120.770 ms 2023-11-19T23:38:16.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:15 smithi179 ceph-mon[109539]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-19T23:38:16.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:17.346 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200331 8.32 MB/sec execute 511 sec latency 207.385 ms 2023-11-19T23:38:18.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:17 smithi162 ceph-mon[107670]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-19T23:38:18.345 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200681 8.33 MB/sec execute 512 sec latency 123.811 ms 2023-11-19T23:38:18.349 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:17 smithi179 ceph-mon[109539]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-19T23:38:19.346 INFO:teuthology.orchestra.run.smithi162.stdout: 5 200964 8.32 MB/sec execute 513 sec latency 140.384 ms 2023-11-19T23:38:20.171 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:19 smithi162 ceph-mon[107670]: pgmap v275: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 546 op/s 2023-11-19T23:38:20.346 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201303 8.33 MB/sec execute 514 sec latency 158.906 ms 2023-11-19T23:38:20.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:19 smithi179 ceph-mon[109539]: pgmap v275: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 546 op/s 2023-11-19T23:38:21.354 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201612 8.33 MB/sec execute 515 sec latency 129.796 ms 2023-11-19T23:38:22.209 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:21 smithi162 ceph-mon[107670]: pgmap v276: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-11-19T23:38:22.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:21 smithi179 ceph-mon[109539]: pgmap v276: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-11-19T23:38:22.354 INFO:teuthology.orchestra.run.smithi162.stdout: 5 201907 8.34 MB/sec execute 516 sec latency 201.726 ms 2023-11-19T23:38:23.354 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202213 8.34 MB/sec execute 517 sec latency 127.406 ms 2023-11-19T23:38:24.020 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:23 smithi162 ceph-mon[107670]: pgmap v277: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-19T23:38:24.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:23 smithi179 ceph-mon[109539]: pgmap v277: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-19T23:38:24.354 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202429 8.34 MB/sec execute 518 sec latency 130.388 ms 2023-11-19T23:38:25.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202714 8.34 MB/sec execute 519 sec latency 168.024 ms 2023-11-19T23:38:26.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:25 smithi162 ceph-mon[107670]: pgmap v278: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:38:26.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:25 smithi179 ceph-mon[109539]: pgmap v278: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:38:26.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 202914 8.33 MB/sec execute 520 sec latency 131.455 ms 2023-11-19T23:38:27.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203122 8.32 MB/sec execute 521 sec latency 132.349 ms 2023-11-19T23:38:28.162 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:27 smithi162 ceph-mon[107670]: pgmap v279: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:38:28.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:27 smithi179 ceph-mon[109539]: pgmap v279: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:38:28.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203315 8.31 MB/sec execute 522 sec latency 123.633 ms 2023-11-19T23:38:29.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203515 8.30 MB/sec execute 523 sec latency 135.797 ms 2023-11-19T23:38:30.014 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:29 smithi162 ceph-mon[107670]: pgmap v280: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-19T23:38:30.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:29 smithi179 ceph-mon[109539]: pgmap v280: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-19T23:38:30.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203727 8.30 MB/sec execute 524 sec latency 135.739 ms 2023-11-19T23:38:31.062 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:30 smithi162 ceph-mon[107670]: pgmap v281: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:38:31.062 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:31.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:30 smithi179 ceph-mon[109539]: pgmap v281: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:38:31.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:31.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 203978 8.30 MB/sec execute 525 sec latency 120.947 ms 2023-11-19T23:38:32.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204298 8.30 MB/sec execute 526 sec latency 131.427 ms 2023-11-19T23:38:33.358 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204556 8.29 MB/sec execute 527 sec latency 105.477 ms 2023-11-19T23:38:33.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:33 smithi162 ceph-mon[107670]: pgmap v282: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-19T23:38:33.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:33 smithi179 ceph-mon[109539]: pgmap v282: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-19T23:38:34.361 INFO:teuthology.orchestra.run.smithi162.stdout: 5 204812 8.29 MB/sec execute 528 sec latency 141.292 ms 2023-11-19T23:38:35.361 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205052 8.28 MB/sec execute 529 sec latency 129.760 ms 2023-11-19T23:38:35.707 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:35 smithi162 ceph-mon[107670]: pgmap v283: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-19T23:38:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:35 smithi179 ceph-mon[109539]: pgmap v283: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-19T23:38:36.361 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205371 8.29 MB/sec execute 530 sec latency 129.597 ms 2023-11-19T23:38:37.361 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205610 8.29 MB/sec execute 531 sec latency 141.008 ms 2023-11-19T23:38:37.750 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:37 smithi162 ceph-mon[107670]: pgmap v284: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-19T23:38:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:37 smithi179 ceph-mon[109539]: pgmap v284: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-19T23:38:38.363 INFO:teuthology.orchestra.run.smithi162.stdout: 5 205884 8.29 MB/sec execute 532 sec latency 130.198 ms 2023-11-19T23:38:39.362 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206169 8.29 MB/sec execute 533 sec latency 137.192 ms 2023-11-19T23:38:39.810 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:39 smithi162 ceph-mon[107670]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-11-19T23:38:39.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:39 smithi179 ceph-mon[109539]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-11-19T23:38:40.362 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206368 8.29 MB/sec execute 534 sec latency 195.153 ms 2023-11-19T23:38:41.363 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206527 8.28 MB/sec execute 535 sec latency 156.924 ms 2023-11-19T23:38:41.610 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:41 smithi162 ceph-mon[107670]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-19T23:38:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:41 smithi179 ceph-mon[109539]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 298 op/s 2023-11-19T23:38:42.363 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206694 8.27 MB/sec execute 536 sec latency 140.613 ms 2023-11-19T23:38:43.363 INFO:teuthology.orchestra.run.smithi162.stdout: 5 206864 8.26 MB/sec execute 537 sec latency 142.419 ms 2023-11-19T23:38:43.667 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:43 smithi162 ceph-mon[107670]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-11-19T23:38:44.102 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:43 smithi179 ceph-mon[109539]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-11-19T23:38:44.362 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207065 8.25 MB/sec execute 538 sec latency 126.326 ms 2023-11-19T23:38:45.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207311 8.24 MB/sec execute 539 sec latency 198.195 ms 2023-11-19T23:38:45.755 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:45 smithi162 ceph-mon[107670]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-11-19T23:38:45.756 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:45 smithi179 ceph-mon[109539]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-11-19T23:38:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:38:46.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207574 8.24 MB/sec execute 540 sec latency 120.770 ms 2023-11-19T23:38:47.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 207850 8.25 MB/sec execute 541 sec latency 134.170 ms 2023-11-19T23:38:47.790 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:47 smithi162 ceph-mon[107670]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-11-19T23:38:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:47 smithi179 ceph-mon[109539]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-11-19T23:38:48.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208156 8.24 MB/sec execute 542 sec latency 147.740 ms 2023-11-19T23:38:49.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208443 8.24 MB/sec execute 543 sec latency 120.674 ms 2023-11-19T23:38:49.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:49 smithi162 ceph-mon[107670]: pgmap v290: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-19T23:38:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:49 smithi179 ceph-mon[109539]: pgmap v290: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-19T23:38:50.366 INFO:teuthology.orchestra.run.smithi162.stdout: 5 208712 8.23 MB/sec execute 544 sec latency 123.441 ms 2023-11-19T23:38:51.367 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209012 8.24 MB/sec execute 545 sec latency 135.216 ms 2023-11-19T23:38:51.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:51 smithi162 ceph-mon[107670]: pgmap v291: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 284 op/s 2023-11-19T23:38:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:51 smithi179 ceph-mon[109539]: pgmap v291: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 284 op/s 2023-11-19T23:38:52.370 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209283 8.24 MB/sec execute 546 sec latency 207.222 ms 2023-11-19T23:38:53.374 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209611 8.25 MB/sec execute 547 sec latency 126.769 ms 2023-11-19T23:38:53.671 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:53 smithi162 ceph-mon[107670]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-19T23:38:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:53 smithi179 ceph-mon[109539]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-19T23:38:54.375 INFO:teuthology.orchestra.run.smithi162.stdout: 5 209909 8.25 MB/sec execute 548 sec latency 123.822 ms 2023-11-19T23:38:55.375 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210141 8.24 MB/sec execute 549 sec latency 134.419 ms 2023-11-19T23:38:55.692 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:55 smithi162 ceph-mon[107670]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-19T23:38:56.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:55 smithi179 ceph-mon[109539]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-19T23:38:56.375 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210343 8.24 MB/sec execute 550 sec latency 129.505 ms 2023-11-19T23:38:57.375 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210685 8.23 MB/sec execute 551 sec latency 129.785 ms 2023-11-19T23:38:57.747 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:57 smithi162 ceph-mon[107670]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-19T23:38:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:57 smithi179 ceph-mon[109539]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-19T23:38:58.380 INFO:teuthology.orchestra.run.smithi162.stdout: 5 210960 8.23 MB/sec execute 552 sec latency 130.085 ms 2023-11-19T23:38:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211223 8.23 MB/sec execute 553 sec latency 139.736 ms 2023-11-19T23:38:59.797 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:38:59 smithi162 ceph-mon[107670]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-11-19T23:39:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:38:59 smithi179 ceph-mon[109539]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-11-19T23:39:00.381 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211503 8.23 MB/sec execute 554 sec latency 180.333 ms 2023-11-19T23:39:00.813 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:01.381 INFO:teuthology.orchestra.run.smithi162.stdout: 5 211831 8.23 MB/sec execute 555 sec latency 154.093 ms 2023-11-19T23:39:01.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:01 smithi162 ceph-mon[107670]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-19T23:39:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:01 smithi179 ceph-mon[109539]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-19T23:39:02.381 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212138 8.22 MB/sec execute 556 sec latency 120.675 ms 2023-11-19T23:39:03.382 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212391 8.22 MB/sec execute 557 sec latency 123.479 ms 2023-11-19T23:39:03.909 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:03 smithi162 ceph-mon[107670]: pgmap v297: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-11-19T23:39:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:03 smithi179 ceph-mon[109539]: pgmap v297: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-11-19T23:39:04.382 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212647 8.22 MB/sec execute 558 sec latency 115.027 ms 2023-11-19T23:39:05.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 212973 8.23 MB/sec execute 559 sec latency 125.971 ms 2023-11-19T23:39:05.714 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:05 smithi162 ceph-mon[107670]: pgmap v298: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:39:06.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:05 smithi179 ceph-mon[109539]: pgmap v298: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:39:06.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 213335 8.24 MB/sec execute 560 sec latency 140.363 ms 2023-11-19T23:39:07.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 213605 8.23 MB/sec execute 561 sec latency 137.494 ms 2023-11-19T23:39:07.753 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:07 smithi162 ceph-mon[107670]: pgmap v299: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:39:08.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:07 smithi179 ceph-mon[109539]: pgmap v299: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-11-19T23:39:08.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 213850 8.22 MB/sec execute 562 sec latency 132.705 ms 2023-11-19T23:39:09.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 214096 8.22 MB/sec execute 563 sec latency 125.881 ms 2023-11-19T23:39:09.802 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:09 smithi162 ceph-mon[107670]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-19T23:39:10.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:09 smithi179 ceph-mon[109539]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-19T23:39:10.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 214326 8.22 MB/sec execute 564 sec latency 200.233 ms 2023-11-19T23:39:11.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 214574 8.22 MB/sec execute 565 sec latency 124.234 ms 2023-11-19T23:39:11.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:11 smithi162 ceph-mon[107670]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-19T23:39:12.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:11 smithi179 ceph-mon[109539]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-19T23:39:12.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 214854 8.21 MB/sec execute 566 sec latency 118.791 ms 2023-11-19T23:39:13.385 INFO:teuthology.orchestra.run.smithi162.stdout: 5 215070 8.21 MB/sec execute 567 sec latency 114.737 ms 2023-11-19T23:39:13.920 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:13 smithi162 ceph-mon[107670]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-19T23:39:14.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:13 smithi179 ceph-mon[109539]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-19T23:39:14.388 INFO:teuthology.orchestra.run.smithi162.stdout: 5 215339 8.20 MB/sec execute 568 sec latency 117.975 ms 2023-11-19T23:39:15.393 INFO:teuthology.orchestra.run.smithi162.stdout: 5 215552 8.19 MB/sec execute 569 sec latency 185.374 ms 2023-11-19T23:39:15.726 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:15 smithi162 ceph-mon[107670]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:39:15.726 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:15 smithi179 ceph-mon[109539]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:39:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:16.393 INFO:teuthology.orchestra.run.smithi162.stdout: 5 215771 8.19 MB/sec execute 570 sec latency 207.490 ms 2023-11-19T23:39:17.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 216003 8.19 MB/sec execute 571 sec latency 141.931 ms 2023-11-19T23:39:17.787 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:17 smithi162 ceph-mon[107670]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:39:18.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:17 smithi179 ceph-mon[109539]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-19T23:39:18.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 216239 8.19 MB/sec execute 572 sec latency 140.359 ms 2023-11-19T23:39:19.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 216581 8.20 MB/sec execute 573 sec latency 129.734 ms 2023-11-19T23:39:19.813 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:19 smithi162 ceph-mon[107670]: pgmap v305: 97 pgs: 97 active+clean; 346 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-11-19T23:39:20.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:19 smithi179 ceph-mon[109539]: pgmap v305: 97 pgs: 97 active+clean; 346 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-11-19T23:39:20.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 216878 8.21 MB/sec execute 574 sec latency 129.789 ms 2023-11-19T23:39:21.398 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217052 8.20 MB/sec execute 575 sec latency 137.295 ms 2023-11-19T23:39:21.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:21 smithi162 ceph-mon[107670]: pgmap v306: 97 pgs: 97 active+clean; 346 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 307 op/s 2023-11-19T23:39:22.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:21 smithi179 ceph-mon[109539]: pgmap v306: 97 pgs: 97 active+clean; 346 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 307 op/s 2023-11-19T23:39:22.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217258 8.19 MB/sec execute 576 sec latency 148.132 ms 2023-11-19T23:39:23.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217424 8.18 MB/sec execute 577 sec latency 139.948 ms 2023-11-19T23:39:23.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:23 smithi162 ceph-mon[107670]: pgmap v307: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-19T23:39:24.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:23 smithi179 ceph-mon[109539]: pgmap v307: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-19T23:39:24.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217659 8.17 MB/sec execute 578 sec latency 131.948 ms 2023-11-19T23:39:25.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217797 8.16 MB/sec execute 579 sec latency 190.121 ms 2023-11-19T23:39:25.850 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:25 smithi162 ceph-mon[107670]: pgmap v308: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-19T23:39:26.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:25 smithi179 ceph-mon[109539]: pgmap v308: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-19T23:39:26.397 INFO:teuthology.orchestra.run.smithi162.stdout: 5 217989 8.16 MB/sec execute 580 sec latency 189.078 ms 2023-11-19T23:39:27.398 INFO:teuthology.orchestra.run.smithi162.stdout: 5 218276 8.17 MB/sec execute 581 sec latency 203.796 ms 2023-11-19T23:39:27.900 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:27 smithi162 ceph-mon[107670]: pgmap v309: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-19T23:39:28.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:27 smithi179 ceph-mon[109539]: pgmap v309: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-19T23:39:28.402 INFO:teuthology.orchestra.run.smithi162.stdout: 5 218647 8.16 MB/sec execute 582 sec latency 204.666 ms 2023-11-19T23:39:29.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 219011 8.15 MB/sec execute 583 sec latency 129.994 ms 2023-11-19T23:39:29.955 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:29 smithi162 ceph-mon[107670]: pgmap v310: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-19T23:39:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:29 smithi179 ceph-mon[109539]: pgmap v310: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-11-19T23:39:30.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 219271 8.15 MB/sec execute 584 sec latency 164.966 ms 2023-11-19T23:39:30.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:31.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:31.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 219510 8.15 MB/sec execute 585 sec latency 202.620 ms 2023-11-19T23:39:32.020 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:31 smithi162 ceph-mon[107670]: pgmap v311: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 283 op/s 2023-11-19T23:39:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:31 smithi179 ceph-mon[109539]: pgmap v311: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 283 op/s 2023-11-19T23:39:32.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 219894 8.16 MB/sec execute 586 sec latency 133.214 ms 2023-11-19T23:39:33.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 220280 8.17 MB/sec execute 587 sec latency 138.588 ms 2023-11-19T23:39:34.046 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:33 smithi162 ceph-mon[107670]: pgmap v312: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-11-19T23:39:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:33 smithi179 ceph-mon[109539]: pgmap v312: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-11-19T23:39:34.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 220601 8.18 MB/sec execute 588 sec latency 129.584 ms 2023-11-19T23:39:35.405 INFO:teuthology.orchestra.run.smithi162.stdout: 5 220803 8.17 MB/sec execute 589 sec latency 132.634 ms 2023-11-19T23:39:35.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:35 smithi162 ceph-mon[107670]: pgmap v313: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:39:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:35 smithi179 ceph-mon[109539]: pgmap v313: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:39:36.414 INFO:teuthology.orchestra.run.smithi162.stdout: 5 221069 8.16 MB/sec execute 590 sec latency 129.575 ms 2023-11-19T23:39:37.414 INFO:teuthology.orchestra.run.smithi162.stdout: 5 221285 8.16 MB/sec execute 591 sec latency 139.878 ms 2023-11-19T23:39:37.905 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:37 smithi162 ceph-mon[107670]: pgmap v314: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:39:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:37 smithi179 ceph-mon[109539]: pgmap v314: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-19T23:39:38.417 INFO:teuthology.orchestra.run.smithi162.stdout: 5 221559 8.16 MB/sec execute 592 sec latency 134.350 ms 2023-11-19T23:39:39.417 INFO:teuthology.orchestra.run.smithi162.stdout: 5 221808 8.15 MB/sec execute 593 sec latency 122.812 ms 2023-11-19T23:39:39.968 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:39 smithi162 ceph-mon[107670]: pgmap v315: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-11-19T23:39:40.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:39 smithi179 ceph-mon[109539]: pgmap v315: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-11-19T23:39:40.417 INFO:teuthology.orchestra.run.smithi162.stdout: 5 222022 8.15 MB/sec execute 594 sec latency 128.526 ms 2023-11-19T23:39:41.417 INFO:teuthology.orchestra.run.smithi162.stdout: 5 222283 8.14 MB/sec execute 595 sec latency 138.380 ms 2023-11-19T23:39:42.039 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:41 smithi162 ceph-mon[107670]: pgmap v316: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-19T23:39:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:41 smithi179 ceph-mon[109539]: pgmap v316: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-19T23:39:42.417 INFO:teuthology.orchestra.run.smithi162.stdout: 5 222476 8.14 MB/sec execute 596 sec latency 123.545 ms 2023-11-19T23:39:43.418 INFO:teuthology.orchestra.run.smithi162.stdout: 5 222682 8.13 MB/sec execute 597 sec latency 136.867 ms 2023-11-19T23:39:44.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:43 smithi162 ceph-mon[107670]: pgmap v317: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-11-19T23:39:44.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:43 smithi179 ceph-mon[109539]: pgmap v317: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-11-19T23:39:44.425 INFO:teuthology.orchestra.run.smithi162.stdout: 5 222985 8.14 MB/sec execute 598 sec latency 127.017 ms 2023-11-19T23:39:45.425 INFO:teuthology.orchestra.run.smithi162.stdout: 5 223292 8.13 MB/sec execute 599 sec latency 123.414 ms 2023-11-19T23:39:45.900 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:45 smithi162 ceph-mon[107670]: pgmap v318: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-19T23:39:45.901 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:45 smithi179 ceph-mon[109539]: pgmap v318: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-19T23:39:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:39:46.425 INFO:teuthology.orchestra.run.smithi162.stdout: 5 223539 8.14 MB/sec execute 600 sec latency 126.831 ms 2023-11-19T23:39:47.425 INFO:teuthology.orchestra.run.smithi162.stdout: 5 cleanup 601 sec 2023-11-19T23:39:47.952 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:47 smithi162 ceph-mon[107670]: pgmap v319: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-19T23:39:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:47 smithi179 ceph-mon[109539]: pgmap v319: 97 pgs: 97 active+clean; 342 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-19T23:39:48.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 602 sec 2023-11-19T23:39:49.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 603 sec 2023-11-19T23:39:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:49 smithi179 ceph-mon[109539]: pgmap v320: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-19T23:39:50.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:49 smithi162 ceph-mon[107670]: pgmap v320: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-19T23:39:50.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 604 sec 2023-11-19T23:39:51.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 605 sec 2023-11-19T23:39:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:51 smithi179 ceph-mon[109539]: pgmap v321: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2023-11-19T23:39:52.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:51 smithi162 ceph-mon[107670]: pgmap v321: 97 pgs: 97 active+clean; 348 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2023-11-19T23:39:52.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 606 sec 2023-11-19T23:39:53.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 607 sec 2023-11-19T23:39:54.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:53 smithi162 ceph-mon[107670]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 3.4 MiB/s wr, 356 op/s 2023-11-19T23:39:54.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:53 smithi179 ceph-mon[109539]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 3.4 MiB/s wr, 356 op/s 2023-11-19T23:39:54.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 608 sec 2023-11-19T23:39:55.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 609 sec 2023-11-19T23:39:56.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:55 smithi162 ceph-mon[107670]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.1 MiB/s wr, 207 op/s 2023-11-19T23:39:56.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:55 smithi179 ceph-mon[109539]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.1 MiB/s wr, 207 op/s 2023-11-19T23:39:56.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 610 sec 2023-11-19T23:39:57.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 611 sec 2023-11-19T23:39:58.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:57 smithi162 ceph-mon[107670]: pgmap v324: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.1 MiB/s wr, 207 op/s 2023-11-19T23:39:58.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:57 smithi179 ceph-mon[109539]: pgmap v324: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.1 MiB/s wr, 207 op/s 2023-11-19T23:39:58.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 612 sec 2023-11-19T23:39:59.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 613 sec 2023-11-19T23:40:00.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:39:59 smithi162 ceph-mon[107670]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 210 op/s 2023-11-19T23:40:00.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:39:59 smithi179 ceph-mon[109539]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 210 op/s 2023-11-19T23:40:00.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 614 sec 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: Upgrade daemon: mgr.smithi162.eziaaa: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.eziaaa ... 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: Traceback (most recent call last): 2023-11-19T23:40:01.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: "__main__", mod_spec) 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: exec(code, run_globals) 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T23:40:01.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T23:40:01.231 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: Upgrade daemon: mgr.smithi162.eziaaa: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.eziaaa ... 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: Traceback (most recent call last): 2023-11-19T23:40:01.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: "__main__", mod_spec) 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: exec(code, run_globals) 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T23:40:01.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:01.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 615 sec 2023-11-19T23:40:02.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:01 smithi162 ceph-mon[107670]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 365 KiB/s wr, 58 op/s 2023-11-19T23:40:02.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:01 smithi179 ceph-mon[109539]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 365 KiB/s wr, 58 op/s 2023-11-19T23:40:02.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 616 sec 2023-11-19T23:40:03.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 617 sec 2023-11-19T23:40:04.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:03 smithi162 ceph-mon[107670]: pgmap v327: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 365 KiB/s wr, 58 op/s 2023-11-19T23:40:04.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:03 smithi179 ceph-mon[109539]: pgmap v327: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 365 KiB/s wr, 58 op/s 2023-11-19T23:40:04.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 618 sec 2023-11-19T23:40:05.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 619 sec 2023-11-19T23:40:06.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:05 smithi162 ceph-mon[107670]: pgmap v328: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:06.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:05 smithi179 ceph-mon[109539]: pgmap v328: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:06.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 620 sec 2023-11-19T23:40:07.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 621 sec 2023-11-19T23:40:08.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:07 smithi162 ceph-mon[107670]: pgmap v329: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:08.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:07 smithi179 ceph-mon[109539]: pgmap v329: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:08.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 622 sec 2023-11-19T23:40:09.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 623 sec 2023-11-19T23:40:10.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:09 smithi162 ceph-mon[107670]: pgmap v330: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:10.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:09 smithi179 ceph-mon[109539]: pgmap v330: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 19 KiB/s wr, 3 op/s 2023-11-19T23:40:10.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 624 sec 2023-11-19T23:40:11.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 625 sec 2023-11-19T23:40:12.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:11 smithi162 ceph-mon[107670]: pgmap v331: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:12.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:11 smithi179 ceph-mon[109539]: pgmap v331: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:12.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 626 sec 2023-11-19T23:40:13.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 627 sec 2023-11-19T23:40:14.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:13 smithi162 ceph-mon[107670]: pgmap v332: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:14.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:13 smithi179 ceph-mon[109539]: pgmap v332: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:14.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 628 sec 2023-11-19T23:40:15.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 629 sec 2023-11-19T23:40:16.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:15 smithi162 ceph-mon[107670]: pgmap v333: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:16.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:16.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:15 smithi179 ceph-mon[109539]: pgmap v333: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:16.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:16.426 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 630 sec 2023-11-19T23:40:17.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 631 sec 2023-11-19T23:40:18.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:17 smithi179 ceph-mon[109539]: pgmap v334: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:18.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 632 sec 2023-11-19T23:40:18.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:17 smithi162 ceph-mon[107670]: pgmap v334: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:19.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 633 sec 2023-11-19T23:40:20.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:20 smithi179 ceph-mon[109539]: pgmap v335: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:20.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 634 sec 2023-11-19T23:40:20.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:20 smithi162 ceph-mon[107670]: pgmap v335: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:21.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:21 smithi179 ceph-mon[109539]: pgmap v336: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:21.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 635 sec 2023-11-19T23:40:21.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:21 smithi162 ceph-mon[107670]: pgmap v336: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:22.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 636 sec 2023-11-19T23:40:23.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 637 sec 2023-11-19T23:40:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:23 smithi179 ceph-mon[109539]: pgmap v337: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:23.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:23 smithi162 ceph-mon[107670]: pgmap v337: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:24.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 638 sec 2023-11-19T23:40:25.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 639 sec 2023-11-19T23:40:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:25 smithi179 ceph-mon[109539]: pgmap v338: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:25 smithi162 ceph-mon[107670]: pgmap v338: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:26.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 640 sec 2023-11-19T23:40:27.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 641 sec 2023-11-19T23:40:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:27 smithi179 ceph-mon[109539]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:27.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:27 smithi162 ceph-mon[107670]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:28.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 642 sec 2023-11-19T23:40:29.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 643 sec 2023-11-19T23:40:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:29 smithi179 ceph-mon[109539]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:29.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:29 smithi162 ceph-mon[107670]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:30.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 644 sec 2023-11-19T23:40:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:30.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:31.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 645 sec 2023-11-19T23:40:31.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:31 smithi179 ceph-mon[109539]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:31.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:31 smithi162 ceph-mon[107670]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:32.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 646 sec 2023-11-19T23:40:33.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 647 sec 2023-11-19T23:40:33.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:33 smithi179 ceph-mon[109539]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:33.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:33 smithi162 ceph-mon[107670]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:34.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 648 sec 2023-11-19T23:40:35.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 649 sec 2023-11-19T23:40:35.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:35 smithi179 ceph-mon[109539]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:35.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:35 smithi162 ceph-mon[107670]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:36.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 650 sec 2023-11-19T23:40:37.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 651 sec 2023-11-19T23:40:37.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:37 smithi179 ceph-mon[109539]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:37.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:37 smithi162 ceph-mon[107670]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:38.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 652 sec 2023-11-19T23:40:39.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 653 sec 2023-11-19T23:40:39.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:39 smithi162 ceph-mon[107670]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:40.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:39 smithi179 ceph-mon[109539]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:40.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 654 sec 2023-11-19T23:40:41.427 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 655 sec 2023-11-19T23:40:41.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:41 smithi162 ceph-mon[107670]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:41 smithi179 ceph-mon[109539]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:42.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 656 sec 2023-11-19T23:40:43.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 657 sec 2023-11-19T23:40:43.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:43 smithi162 ceph-mon[107670]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:44.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:43 smithi179 ceph-mon[109539]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:44.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 658 sec 2023-11-19T23:40:45.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 659 sec 2023-11-19T23:40:45.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:45 smithi162 ceph-mon[107670]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:45.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:45 smithi179 ceph-mon[109539]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:40:46.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 660 sec 2023-11-19T23:40:47.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 661 sec 2023-11-19T23:40:47.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:47 smithi162 ceph-mon[107670]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:47 smithi179 ceph-mon[109539]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:48.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 662 sec 2023-11-19T23:40:49.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 663 sec 2023-11-19T23:40:49.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:49 smithi162 ceph-mon[107670]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:49 smithi179 ceph-mon[109539]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:50.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 664 sec 2023-11-19T23:40:51.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 665 sec 2023-11-19T23:40:51.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:51 smithi162 ceph-mon[107670]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:51 smithi179 ceph-mon[109539]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:52.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 666 sec 2023-11-19T23:40:53.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 667 sec 2023-11-19T23:40:53.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:53 smithi162 ceph-mon[107670]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:53 smithi179 ceph-mon[109539]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:40:54.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 668 sec 2023-11-19T23:40:55.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 669 sec 2023-11-19T23:40:55.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:55 smithi162 ceph-mon[107670]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:56.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:55 smithi179 ceph-mon[109539]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:56.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 670 sec 2023-11-19T23:40:57.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 671 sec 2023-11-19T23:40:57.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:57 smithi162 ceph-mon[107670]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:57 smithi179 ceph-mon[109539]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:40:58.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 672 sec 2023-11-19T23:40:59.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 673 sec 2023-11-19T23:40:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:40:59 smithi162 ceph-mon[107670]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:40:59 smithi179 ceph-mon[109539]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:00.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 674 sec 2023-11-19T23:41:00.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:00.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:01.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 675 sec 2023-11-19T23:41:01.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:01 smithi162 ceph-mon[107670]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:01 smithi179 ceph-mon[109539]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:02.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 676 sec 2023-11-19T23:41:03.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 677 sec 2023-11-19T23:41:03.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:03 smithi162 ceph-mon[107670]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:03 smithi179 ceph-mon[109539]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:04.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 678 sec 2023-11-19T23:41:05.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 679 sec 2023-11-19T23:41:05.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:05 smithi162 ceph-mon[107670]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:06.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:05 smithi179 ceph-mon[109539]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:06.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 680 sec 2023-11-19T23:41:07.428 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 681 sec 2023-11-19T23:41:07.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:07 smithi162 ceph-mon[107670]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:08.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:07 smithi179 ceph-mon[109539]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:08.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 682 sec 2023-11-19T23:41:09.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 683 sec 2023-11-19T23:41:09.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:09 smithi162 ceph-mon[107670]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:10.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:09 smithi179 ceph-mon[109539]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:10.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 684 sec 2023-11-19T23:41:11.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 685 sec 2023-11-19T23:41:11.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:11 smithi162 ceph-mon[107670]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:12.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:11 smithi179 ceph-mon[109539]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:12.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 686 sec 2023-11-19T23:41:13.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 687 sec 2023-11-19T23:41:13.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:13 smithi162 ceph-mon[107670]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:14.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:13 smithi179 ceph-mon[109539]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:14.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 688 sec 2023-11-19T23:41:15.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 689 sec 2023-11-19T23:41:15.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:15 smithi162 ceph-mon[107670]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:15.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:15 smithi179 ceph-mon[109539]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:16.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:16.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 690 sec 2023-11-19T23:41:17.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 691 sec 2023-11-19T23:41:17.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:17 smithi162 ceph-mon[107670]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:18.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:17 smithi179 ceph-mon[109539]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:18.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 692 sec 2023-11-19T23:41:19.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 693 sec 2023-11-19T23:41:19.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:19 smithi162 ceph-mon[107670]: pgmap v365: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:20.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:19 smithi179 ceph-mon[109539]: pgmap v365: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:20.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 694 sec 2023-11-19T23:41:21.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 695 sec 2023-11-19T23:41:21.935 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:21 smithi162 ceph-mon[107670]: pgmap v366: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:22.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:21 smithi179 ceph-mon[109539]: pgmap v366: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:22.204 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch ps' 2023-11-19T23:41:22.429 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 696 sec 2023-11-19T23:41:22.574 INFO:teuthology.orchestra.run.smithi162.stdout: 0 cleanup 696 sec 2023-11-19T23:41:22.574 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:41:22.574 INFO:teuthology.orchestra.run.smithi162.stdout: Operation Count AvgLat MaxLat 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: ---------------------------------------- 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: NTCreateX 156926 6.791 228.938 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Close 115304 0.128 15.789 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Rename 6655 10.974 213.853 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Unlink 31703 6.579 115.741 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Qpathinfo 142336 2.706 111.856 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Qfileinfo 24823 0.090 10.749 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Qfsinfo 26098 1.437 43.061 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Sfileinfo 12834 10.286 107.582 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: Find 55011 4.976 153.225 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: WriteX 77570 10.381 230.482 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: ReadX 246296 0.010 13.459 2023-11-19T23:41:22.575 INFO:teuthology.orchestra.run.smithi162.stdout: LockX 512 0.446 23.718 2023-11-19T23:41:22.576 INFO:teuthology.orchestra.run.smithi162.stdout: UnlockX 512 0.278 2.785 2023-11-19T23:41:22.576 INFO:teuthology.orchestra.run.smithi162.stdout: Flush 11024 0.002 0.030 2023-11-19T23:41:22.576 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:41:22.576 INFO:teuthology.orchestra.run.smithi162.stdout:Throughput 8.13946 MB/sec 5 clients 5 procs max_latency=230.486 ms 2023-11-19T23:41:22.577 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-19T23:41:22.639 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-19T23:41:22.720 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-19T23:41:22.780 INFO:teuthology.orchestra.run.smithi162.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-19T23:41:22.781 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:41:22.781 INFO:teuthology.orchestra.run.smithi162.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-19T23:41:22.781 INFO:teuthology.orchestra.run.smithi162.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-19T23:41:22.882 INFO:teuthology.orchestra.run.smithi162.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-19T23:41:22.882 INFO:teuthology.orchestra.run.smithi162.stdout:releasing clients 2023-11-19T23:41:23.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:23 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:23.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:23 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:23.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:23 smithi162 ceph-mon[107670]: pgmap v367: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:23.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:23 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:23.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:23 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:23.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:23 smithi179 ceph-mon[109539]: pgmap v367: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:41:24.155 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 starting - - - - 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (17m) 11m ago 17m 6995k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (17m) 7m ago 17m 7180k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 starting - - - - 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (13m) 11m ago 13m 34.6M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (13m) 7m ago 13m 14.8M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:9283 running (18m) 11m ago 18m 423M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (12m) 7m ago 17m 512M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (18m) 11m ago 19m 88.4M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (17m) 7m ago 17m 64.4M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:41:24.156 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (13m) 11m ago 13m 253M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (13m) 7m ago 13m 89.9M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 starting - - - - 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (10m) 7m ago 17m 23.0M - 1.3.1 1dbe0e931976 20484a4ea677 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (16m) 11m ago 16m 572M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (16m) 11m ago 16m 360M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (16m) 11m ago 16m 233M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (15m) 11m ago 15m 533M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (15m) 7m ago 15m 1451M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (15m) 7m ago 15m 1861M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (15m) 7m ago 15m 1525M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (14m) 7m ago 14m 2178M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:41:24.157 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 starting - - - - 2023-11-19T23:41:24.622 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions' 2023-11-19T23:41:24.882 INFO:teuthology.orchestra.run.smithi162.stdout: 5 230 13.26 MB/sec execute 1 sec latency 145.781 ms 2023-11-19T23:41:25.607 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:25 smithi162 ceph-mon[107670]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:41:25.607 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:25 smithi162 ceph-mon[107670]: pgmap v368: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:25 smithi179 ceph-mon[109539]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:41:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:25 smithi179 ceph-mon[109539]: pgmap v368: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:25.888 INFO:teuthology.orchestra.run.smithi162.stdout: 5 318 13.48 MB/sec execute 2 sec latency 135.787 ms 2023-11-19T23:41:26.888 INFO:teuthology.orchestra.run.smithi162.stdout: 5 397 13.15 MB/sec execute 3 sec latency 147.621 ms 2023-11-19T23:41:27.210 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:41:27.210 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:41:27.211 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:41:27.212 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:41:27.212 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:41:27.667 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-19T23:41:27.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:27 smithi162 ceph-mon[107670]: pgmap v369: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:27.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:27.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:27 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3077402963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:41:27.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:27 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:27 smithi179 ceph-mon[109539]: pgmap v369: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:27 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3077402963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:41:27.848 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:27 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:27.888 INFO:teuthology.orchestra.run.smithi162.stdout: 5 478 13.11 MB/sec execute 4 sec latency 171.572 ms 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: pgmap v370: 97 pgs: 97 active+clean; 302 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 533 B/s rd, 5.8 MiB/s wr, 86 op/s 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:28.754 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:28 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:28.888 INFO:teuthology.orchestra.run.smithi162.stdout: 5 cleanup 5 sec 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: pgmap v370: 97 pgs: 97 active+clean; 302 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 533 B/s rd, 5.8 MiB/s wr, 86 op/s 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:29.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:41:29.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:29.098 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:28 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:29.421 INFO:teuthology.orchestra.run.smithi162.stdout:wait for servicemap items w/ changing names to refresh 2023-11-19T23:41:29.811 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:29 smithi162 ceph-mon[107670]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-19T23:41:29.888 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 6 sec 2023-11-19T23:41:29.938 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'sleep 60' 2023-11-19T23:41:30.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:29 smithi179 ceph-mon[109539]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-19T23:41:30.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:30 smithi162 ceph-mon[107670]: pgmap v371: 97 pgs: 97 active+clean; 302 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 533 B/s rd, 5.8 MiB/s wr, 86 op/s 2023-11-19T23:41:30.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:30 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:30.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:30 smithi179 ceph-mon[109539]: pgmap v371: 97 pgs: 97 active+clean; 302 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 533 B/s rd, 5.8 MiB/s wr, 86 op/s 2023-11-19T23:41:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:30 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:30.888 INFO:teuthology.orchestra.run.smithi162.stdout: 2 cleanup 7 sec 2023-11-19T23:41:31.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 8 sec 2023-11-19T23:41:32.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:32 smithi179 ceph-mon[109539]: pgmap v372: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:32.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 9 sec 2023-11-19T23:41:32.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:32 smithi162 ceph-mon[107670]: pgmap v372: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:33.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 10 sec 2023-11-19T23:41:34.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 11 sec 2023-11-19T23:41:35.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:34 smithi162 ceph-mon[107670]: pgmap v373: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:35.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:34 smithi179 ceph-mon[109539]: pgmap v373: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:35.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 12 sec 2023-11-19T23:41:36.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 13 sec 2023-11-19T23:41:37.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:36 smithi162 ceph-mon[107670]: pgmap v374: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:37.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:36 smithi179 ceph-mon[109539]: pgmap v374: 97 pgs: 97 active+clean; 260 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 8.9 MiB/s wr, 165 op/s 2023-11-19T23:41:37.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 14 sec 2023-11-19T23:41:38.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 15 sec 2023-11-19T23:41:39.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:38 smithi162 ceph-mon[107670]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.0 MiB/s wr, 171 op/s 2023-11-19T23:41:39.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:38 smithi179 ceph-mon[109539]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.0 MiB/s wr, 171 op/s 2023-11-19T23:41:39.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 16 sec 2023-11-19T23:41:40.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 17 sec 2023-11-19T23:41:41.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:40 smithi179 ceph-mon[109539]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 3.1 MiB/s wr, 80 op/s 2023-11-19T23:41:41.479 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:40 smithi162 ceph-mon[107670]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 3.1 MiB/s wr, 80 op/s 2023-11-19T23:41:41.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 18 sec 2023-11-19T23:41:42.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:42 smithi179 ceph-mon[109539]: pgmap v377: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.1 MiB/s wr, 82 op/s 2023-11-19T23:41:42.888 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 19 sec 2023-11-19T23:41:42.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:42 smithi162 ceph-mon[107670]: pgmap v377: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.1 MiB/s wr, 82 op/s 2023-11-19T23:41:43.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 20 sec 2023-11-19T23:41:44.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 21 sec 2023-11-19T23:41:45.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:44 smithi162 ceph-mon[107670]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:45.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:44 smithi179 ceph-mon[109539]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:45.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 22 sec 2023-11-19T23:41:46.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:46.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:41:46.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 23 sec 2023-11-19T23:41:47.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:46 smithi162 ceph-mon[107670]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:47.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:46 smithi179 ceph-mon[109539]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:47.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 24 sec 2023-11-19T23:41:48.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 25 sec 2023-11-19T23:41:49.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:48 smithi162 ceph-mon[107670]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:49.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:48 smithi179 ceph-mon[109539]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 17 KiB/s wr, 7 op/s 2023-11-19T23:41:49.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 26 sec 2023-11-19T23:41:50.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 27 sec 2023-11-19T23:41:51.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:50 smithi162 ceph-mon[107670]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-19T23:41:51.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:50 smithi179 ceph-mon[109539]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-19T23:41:51.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 28 sec 2023-11-19T23:41:52.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:52 smithi179 ceph-mon[109539]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-19T23:41:52.889 INFO:teuthology.orchestra.run.smithi162.stdout: 1 cleanup 29 sec 2023-11-19T23:41:52.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:52 smithi162 ceph-mon[107670]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: 0 cleanup 29 sec 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: Operation Count AvgLat MaxLat 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: ---------------------------------------- 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: NTCreateX 287 48.811 171.568 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: Close 282 17.746 76.085 2023-11-19T23:41:53.164 INFO:teuthology.orchestra.run.smithi162.stdout: Unlink 2 16.007 17.064 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Qpathinfo 8 14.399 75.660 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Qfileinfo 279 19.921 55.160 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Qfsinfo 13 7.783 39.521 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Sfileinfo 4 22.495 50.774 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Find 12 13.705 90.958 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: WriteX 1363 0.028 0.069 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: ReadX 45 0.059 2.375 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: Flush 2 16.130 16.933 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T23:41:53.165 INFO:teuthology.orchestra.run.smithi162.stdout:Throughput 13.114 MB/sec 5 clients 5 procs max_latency=171.572 ms 2023-11-19T23:41:53.166 DEBUG:teuthology.parallel:result is None 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:54 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:41:55.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:55.348 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:54 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:41:56.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:55 smithi162 ceph-mon[107670]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-19T23:41:56.230 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:55 smithi162 ceph-mon[107670]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-19T23:41:56.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:55 smithi179 ceph-mon[109539]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-19T23:41:56.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:55 smithi179 ceph-mon[109539]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-19T23:41:58.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:57 smithi162 ceph-mon[107670]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-19T23:41:58.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:57 smithi179 ceph-mon[109539]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-19T23:42:00.229 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:41:59 smithi162 ceph-mon[107670]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-11-19T23:42:00.347 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:41:59 smithi179 ceph-mon[109539]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-11-19T23:42:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:01 smithi179 ceph-mon[109539]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-11-19T23:42:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:01 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:01.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:01 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:01.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:01 smithi162 ceph-mon[107670]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 193 B/s rd, 1.8 KiB/s wr, 0 op/s 2023-11-19T23:42:01.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:01 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:01.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:01 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:03.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:03 smithi179 ceph-mon[109539]: pgmap v388: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 387 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-19T23:42:03.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:03 smithi162 ceph-mon[107670]: pgmap v388: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 387 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-19T23:42:05.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:05 smithi179 ceph-mon[109539]: pgmap v389: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 387 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-19T23:42:05.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:05 smithi162 ceph-mon[107670]: pgmap v389: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 387 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-11-19T23:42:07.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:07 smithi179 ceph-mon[109539]: pgmap v390: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T23:42:07.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:07 smithi162 ceph-mon[107670]: pgmap v390: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T23:42:09.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:09 smithi179 ceph-mon[109539]: pgmap v391: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T23:42:09.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:09 smithi162 ceph-mon[107670]: pgmap v391: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-11-19T23:42:11.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:11 smithi179 ceph-mon[109539]: pgmap v392: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 1 op/s 2023-11-19T23:42:11.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:11 smithi162 ceph-mon[107670]: pgmap v392: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 1 op/s 2023-11-19T23:42:13.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:13 smithi179 ceph-mon[109539]: pgmap v393: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2023-11-19T23:42:13.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:13 smithi162 ceph-mon[107670]: pgmap v393: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2023-11-19T23:42:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:15 smithi179 ceph-mon[109539]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:15.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:15 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:15.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:15 smithi162 ceph-mon[107670]: pgmap v394: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:15.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:15 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:17.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:17 smithi179 ceph-mon[109539]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:17.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:17 smithi162 ceph-mon[107670]: pgmap v395: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:19.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:19 smithi179 ceph-mon[109539]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:19.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:19 smithi162 ceph-mon[107670]: pgmap v396: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:21.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:21 smithi179 ceph-mon[109539]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:21.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:21 smithi162 ceph-mon[107670]: pgmap v397: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:23.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:23 smithi179 ceph-mon[109539]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:23.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:23 smithi162 ceph-mon[107670]: pgmap v398: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:25.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:25 smithi179 ceph-mon[109539]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:25.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:25 smithi162 ceph-mon[107670]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:27.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:27 smithi179 ceph-mon[109539]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:27.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:27 smithi162 ceph-mon[107670]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:29.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:29 smithi179 ceph-mon[109539]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:29.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:29 smithi162 ceph-mon[107670]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:30.847 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:30 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:30.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:30 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:31.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:31 smithi162 ceph-mon[107670]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:32.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:31 smithi179 ceph-mon[109539]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:33.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:33 smithi162 ceph-mon[107670]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:34.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:33 smithi179 ceph-mon[109539]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:35.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:35 smithi162 ceph-mon[107670]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:36.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:35 smithi179 ceph-mon[109539]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:37.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:37 smithi162 ceph-mon[107670]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:38.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:37 smithi179 ceph-mon[109539]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:39.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:39 smithi162 ceph-mon[107670]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:40.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:39 smithi179 ceph-mon[109539]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:41.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:41 smithi162 ceph-mon[107670]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:42.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:41 smithi179 ceph-mon[109539]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:43.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:43 smithi162 ceph-mon[107670]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:44.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:43 smithi179 ceph-mon[109539]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:45.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:45 smithi162 ceph-mon[107670]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:45.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:45 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:45 smithi179 ceph-mon[109539]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:46.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:45 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:42:47.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:47 smithi162 ceph-mon[107670]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:48.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:47 smithi179 ceph-mon[109539]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:49.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:49 smithi162 ceph-mon[107670]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:50.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:49 smithi179 ceph-mon[109539]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:51.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:51 smithi162 ceph-mon[107670]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:52.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:51 smithi179 ceph-mon[109539]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:53.729 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:53 smithi162 ceph-mon[107670]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:53.767 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch ps' 2023-11-19T23:42:54.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:53 smithi179 ceph-mon[109539]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:42:54.794 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:54 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:42:55.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:54 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T23:42:55.230 INFO:teuthology.orchestra.run.smithi162.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-19T23:42:55.230 INFO:teuthology.orchestra.run.smithi162.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (13m) 60s ago 19m 26.5M - 0.23.0 ba2b418f427c fd0dfb1418a2 2023-11-19T23:42:55.230 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi162 smithi162 running (19m) 60s ago 19m 6991k - 17.2.0 e1d6a67b021e bdda1e418fba 2023-11-19T23:42:55.231 INFO:teuthology.orchestra.run.smithi162.stdout:crash.smithi179 smithi179 running (18m) 9m ago 18m 7180k - 17.2.0 e1d6a67b021e 85fbaf419b99 2023-11-19T23:42:55.231 INFO:teuthology.orchestra.run.smithi162.stdout:grafana.smithi162 smithi162 *:3000 running (12m) 60s ago 19m 56.8M - 8.3.5 dad864ee21e9 1b9c5f5f8856 2023-11-19T23:42:55.231 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi162.wrvzvv smithi162 running (15m) 60s ago 15m 37.9M - 17.2.0 e1d6a67b021e 5813a7300d2f 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:mds.foofs.smithi179.wakwgx smithi179 running (15m) 9m ago 15m 14.8M - 17.2.0 e1d6a67b021e 10331d898969 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi162.eziaaa smithi162 *:8443,9283,8765 running (20m) 60s ago 20m 431M - 17.2.0 e1d6a67b021e 5f4c29e14dd5 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:mgr.smithi179.eiftsj smithi179 *:8443,9283 running (13m) 9m ago 18m 512M - 18.0.0-7418-gb0f45a51 8428285bd2b5 f6c6f36af0ce 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi162 smithi162 running (20m) 60s ago 20m 174M 2048M 17.2.0 e1d6a67b021e 0ddabf7e189c 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:mon.smithi179 smithi179 running (18m) 9m ago 18m 64.4M 2048M 17.2.0 e1d6a67b021e 062df0d8047b 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.0.0.smithi162.elnjmu smithi162 *:2049 running (15m) 60s ago 15m 312M - 4.0 e1d6a67b021e cb382bb9a9d3 2023-11-19T23:42:55.232 INFO:teuthology.orchestra.run.smithi162.stdout:nfs.foo.1.0.smithi179.aqsfxz smithi179 *:2049 running (15m) 9m ago 15m 89.9M - 4.0 e1d6a67b021e dd1d40a93769 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi162 smithi162 *:9100 running (12m) 60s ago 19m 22.4M - 1.3.1 1dbe0e931976 8e89db4afc85 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:node-exporter.smithi179 smithi179 *:9100 running (12m) 9m ago 18m 23.0M - 1.3.1 1dbe0e931976 20484a4ea677 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.0 smithi162 running (18m) 60s ago 18m 2805M 1944M 17.2.0 e1d6a67b021e db554967d77b 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.1 smithi162 running (18m) 60s ago 18m 2659M 1944M 17.2.0 e1d6a67b021e ffe6f265c8d9 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.2 smithi162 running (17m) 60s ago 17m 1961M 1944M 17.2.0 e1d6a67b021e 68cc8dff212d 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.3 smithi162 running (17m) 60s ago 17m 2617M 1944M 17.2.0 e1d6a67b021e 26460b0418f2 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.4 smithi179 running (17m) 9m ago 17m 1451M 2712M 17.2.0 e1d6a67b021e c170e7bbf36a 2023-11-19T23:42:55.233 INFO:teuthology.orchestra.run.smithi162.stdout:osd.5 smithi179 running (16m) 9m ago 16m 1861M 2712M 17.2.0 e1d6a67b021e 34ce52527a30 2023-11-19T23:42:55.234 INFO:teuthology.orchestra.run.smithi162.stdout:osd.6 smithi179 running (16m) 9m ago 16m 1525M 2712M 17.2.0 e1d6a67b021e ec79251752c8 2023-11-19T23:42:55.234 INFO:teuthology.orchestra.run.smithi162.stdout:osd.7 smithi179 running (16m) 9m ago 16m 2178M 2712M 17.2.0 e1d6a67b021e 72dbe88914e7 2023-11-19T23:42:55.234 INFO:teuthology.orchestra.run.smithi162.stdout:prometheus.smithi162 smithi162 *:9095 running (12m) 60s ago 18m 70.9M - 2.33.4 514e6a882f6e c383c0b37163 2023-11-19T23:42:55.806 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph orch upgrade status' 2023-11-19T23:42:55.933 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:55 smithi162 ceph-mon[107670]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:56.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:55 smithi179 ceph-mon[109539]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:56.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:56 smithi162 ceph-mon[107670]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:42:57.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:56 smithi179 ceph-mon[109539]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:42:57.627 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:42:57.627 INFO:teuthology.orchestra.run.smithi162.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887", 2023-11-19T23:42:57.627 INFO:teuthology.orchestra.run.smithi162.stdout: "in_progress": true, 2023-11-19T23:42:57.627 INFO:teuthology.orchestra.run.smithi162.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-19T23:42:57.627 INFO:teuthology.orchestra.run.smithi162.stdout: "services_complete": [], 2023-11-19T23:42:57.628 INFO:teuthology.orchestra.run.smithi162.stdout: "progress": "1/23 daemons upgraded", 2023-11-19T23:42:57.628 INFO:teuthology.orchestra.run.smithi162.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed.", 2023-11-19T23:42:57.628 INFO:teuthology.orchestra.run.smithi162.stdout: "is_paused": true 2023-11-19T23:42:57.628 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:42:57.911 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:57 smithi162 ceph-mon[107670]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:58.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:57 smithi179 ceph-mon[109539]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:58.147 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph health detail' 2023-11-19T23:42:58.851 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:58 smithi162 ceph-mon[107670]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:42:59.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:58 smithi179 ceph-mon[109539]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T23:42:59.684 INFO:teuthology.orchestra.run.smithi162.stdout:HEALTH_WARN Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:42:59.684 INFO:teuthology.orchestra.run.smithi162.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi162.eziaaa on host smithi162 failed. 2023-11-19T23:42:59.684 INFO:teuthology.orchestra.run.smithi162.stdout: Upgrade daemon: mgr.smithi162.eziaaa: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi162.eziaaa ... 2023-11-19T23:42:59.684 INFO:teuthology.orchestra.run.smithi162.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout:Traceback (most recent call last): 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: "__main__", mod_spec) 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: exec(code, run_globals) 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7881, in 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 7869, in main 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-19T23:42:59.685 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-19T23:42:59.686 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-19T23:42:59.686 INFO:teuthology.orchestra.run.smithi162.stdout: File "/tmp/tmpclgrcxvy.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-19T23:42:59.686 INFO:teuthology.orchestra.run.smithi162.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-19T23:42:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:42:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:42:59.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:42:59.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:59.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:42:59.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:42:59 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/3770143606' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:43:00.062 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions' 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='mgr.24441 ' entity='mgr.smithi179.eiftsj' 2023-11-19T23:43:00.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:42:59 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/3770143606' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-19T23:43:01.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:00 smithi162 ceph-mon[107670]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:43:01.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:00 smithi179 ceph-mon[109539]: from='mgr.24441 172.21.15.179:0/2508770339' entity='mgr.smithi179.eiftsj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: "mon": { 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: "mgr": { 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-19T23:43:01.530 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "osd": { 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "mds": { 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: }, 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "overall": { 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)": 1 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout: } 2023-11-19T23:43:01.531 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T23:43:01.886 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-19T23:43:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:01 smithi179 ceph-mon[109539]: pgmap v417: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:43:02.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:01 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/1561484341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:43:02.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:01 smithi162 ceph-mon[107670]: pgmap v417: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-19T23:43:02.189 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:01 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/1561484341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:43:03.345 INFO:teuthology.orchestra.run.smithi162.stdout:false 2023-11-19T23:43:03.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:43:03.678 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_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-19T23:43:03.738 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=502e012e18ec4fdea3f4ea6f6fd7418b 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_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-19T23:43:03.741 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-19T23:43:03.751 INFO:tasks.cephadm:Teardown begin 2023-11-19T23:43:03.752 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:43:03.785 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:43:03.822 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-19T23:43:03.822 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T23:43:03.843 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T23:43:03.883 INFO:tasks.cephadm:Stopping all daemons... 2023-11-19T23:43:03.883 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2023-11-19T23:43:03.883 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162 2023-11-19T23:43:03.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:03 smithi162 ceph-mon[107670]: pgmap v418: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:43:03.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:03 smithi162 ceph-mon[107670]: from='client.? 172.21.15.162:0/454808285' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:43:03.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:03 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:03 smithi179 ceph-mon[109539]: pgmap v418: 97 pgs: 97 active+clean; 238 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-19T23:43:04.097 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:03 smithi179 ceph-mon[109539]: from='client.? 172.21.15.162:0/454808285' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-19T23:43:04.285 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:04 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162[107647]: 2023-11-19T23:43:04.009+0000 7f5c91d67700 -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-19T23:43:04.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:04 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162[107647]: 2023-11-19T23:43:04.009+0000 7f5c91d67700 -1 mon.smithi162@0(leader) e2 *** Got Signal Terminated *** 2023-11-19T23:43:04.286 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 19 23:43:04 smithi162 bash[157911]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi162 2023-11-19T23:43:04.296 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi162.service' 2023-11-19T23:43:04.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:04.347 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2023-11-19T23:43:04.347 INFO:tasks.cephadm.mon.smithi179:Stopping mon.smithi179... 2023-11-19T23:43:04.348 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi179 2023-11-19T23:43:04.689 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:04 smithi179 systemd[1]: Stopping Ceph mon.smithi179 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:04.689 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:04 smithi179 bash[134730]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon.smithi179" found: no such container 2023-11-19T23:43:04.689 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:04 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi179[109516]: 2023-11-19T23:43:04.504+0000 7fb84e680700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi179 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-19T23:43:04.689 INFO:journalctl@ceph.mon.smithi179.smithi179.stdout:Nov 19 23:43:04 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-mon-smithi179[109516]: 2023-11-19T23:43:04.504+0000 7fb84e680700 -1 mon.smithi179@1(peon) e2 *** Got Signal Terminated *** 2023-11-19T23:43:04.823 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@mon.smithi179.service' 2023-11-19T23:43:04.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:04.873 INFO:tasks.cephadm.mon.smithi179:Stopped mon.smithi179 2023-11-19T23:43:04.874 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-19T23:43:04.874 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.0 2023-11-19T23:43:05.229 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:04 smithi162 systemd[1]: Stopping Ceph osd.0 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:05.230 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:05 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0[120448]: 2023-11-19T23:43:05.004+0000 7f433c036700 -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-19T23:43:05.230 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:05 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0[120448]: 2023-11-19T23:43:05.004+0000 7f433c036700 -1 osd.0 68 *** Got signal Terminated *** 2023-11-19T23:43:05.231 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:05 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0[120448]: 2023-11-19T23:43:05.004+0000 7f433c036700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:10.930 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:10 smithi162 bash[158014]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-0 2023-11-19T23:43:10.930 INFO:journalctl@ceph.osd.0.smithi162.stdout:Nov 19 23:43:10 smithi162 bash[158055]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.0" found: no such container 2023-11-19T23:43:11.621 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.0.service' 2023-11-19T23:43:11.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:11.663 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-19T23:43:11.663 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-19T23:43:11.663 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.1 2023-11-19T23:43:11.979 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:11 smithi162 systemd[1]: Stopping Ceph osd.1 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:11.979 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:11 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:43:11.782+0000 7f48d43ad700 -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-19T23:43:11.979 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:11 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:43:11.782+0000 7f48d43ad700 -1 osd.1 68 *** Got signal Terminated *** 2023-11-19T23:43:11.979 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:11 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1[125121]: 2023-11-19T23:43:11.782+0000 7f48d43ad700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:17.643 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:17 smithi162 bash[158233]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-1 2023-11-19T23:43:17.643 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 23:43:17 smithi162 bash[158273]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.1" found: no such container 2023-11-19T23:43:18.320 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.1.service' 2023-11-19T23:43:18.360 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:18.360 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-19T23:43:18.361 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-19T23:43:18.361 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.2 2023-11-19T23:43:18.729 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:18 smithi162 systemd[1]: Stopping Ceph osd.2 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:18.729 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:18 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:43:18.510+0000 7fce86ca9700 -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-19T23:43:18.730 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:18 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:43:18.510+0000 7fce86ca9700 -1 osd.2 68 *** Got signal Terminated *** 2023-11-19T23:43:18.730 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:18 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2[129464]: 2023-11-19T23:43:18.510+0000 7fce86ca9700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:24.479 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:24 smithi162 bash[158492]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-2 2023-11-19T23:43:24.479 INFO:journalctl@ceph.osd.2.smithi162.stdout:Nov 19 23:43:24 smithi162 bash[158542]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.2" found: no such container 2023-11-19T23:43:25.179 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.2.service' 2023-11-19T23:43:25.219 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:25.219 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-19T23:43:25.219 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-19T23:43:25.219 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.3 2023-11-19T23:43:25.479 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:25 smithi162 systemd[1]: Stopping Ceph osd.3 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:25.480 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:25 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:43:25.364+0000 7f88de4f7700 -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-19T23:43:25.480 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:25 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:43:25.364+0000 7f88de4f7700 -1 osd.3 68 *** Got signal Terminated *** 2023-11-19T23:43:25.480 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:25 smithi162 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3[133256]: 2023-11-19T23:43:25.364+0000 7f88de4f7700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:31.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:30 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:30.773+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:31.315 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:31 smithi162 bash[158722]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-3 2023-11-19T23:43:31.315 INFO:journalctl@ceph.osd.3.smithi162.stdout:Nov 19 23:43:31 smithi162 bash[158766]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.3" found: no such container 2023-11-19T23:43:32.025 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.3.service' 2023-11-19T23:43:32.064 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:32.064 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-19T23:43:32.065 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-19T23:43:32.065 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.4 2023-11-19T23:43:32.095 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:31 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:31.781+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:32.095 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:31 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:31.897+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:32.096 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:31 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:31.747+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:32.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 systemd[1]: Stopping Ceph osd.4 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:32.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 bash[134893]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-19T23:43:32.348 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:32.217+0000 7fb4d4ea6700 -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-19T23:43:32.348 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:32.217+0000 7fb4d4ea6700 -1 osd.4 68 *** Got signal Terminated *** 2023-11-19T23:43:32.348 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:32.217+0000 7fb4d4ea6700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:33.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:32.800+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:33.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:32.884+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:33.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:32 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:32.702+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:34.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:33 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:33.665+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:34.098 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:33 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:33.841+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:34.098 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:33 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:33.851+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:34.884 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:34 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:34.626+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:35.144 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:34 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:34.883+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:35.144 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:34 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:34.900+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:35.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:35 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:35.142+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:35.890 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:35 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:35.600+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:36.347 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:35 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:35.889+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:36.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:36 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:36.129+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:36.348 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:35 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:35.905+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:36.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:36 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:36.552+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:37.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:36 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4[114410]: 2023-11-19T23:43:36.864+0000 7fb4ce03a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:05.897563+0000 front 2023-11-19T23:43:05.897710+0000 (oldest deadline 2023-11-19T23:43:31.197643+0000) 2023-11-19T23:43:37.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:37 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:37.092+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:37.348 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:36 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:36.858+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:37.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:37 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:37.575+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:38.228 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:37 smithi179 bash[134906]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-4 2023-11-19T23:43:38.228 INFO:journalctl@ceph.osd.4.smithi179.stdout:Nov 19 23:43:38 smithi179 bash[134985]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.4" found: no such container 2023-11-19T23:43:38.229 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:37 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:37.853+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:38.229 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:38 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:38.095+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:38.229 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:38 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:38.096+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:38.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:38 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:38.534+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:38.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:38 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:38.534+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:38.935 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.4.service' 2023-11-19T23:43:39.015 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:39.015 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-19T23:43:39.015 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-19T23:43:39.016 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.5 2023-11-19T23:43:39.172 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:39.100+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:39.173 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:39.100+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:39.173 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:38 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:38.877+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:39.173 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 systemd[1]: Stopping Ceph osd.5 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:39.173 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 bash[135167]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-19T23:43:39.174 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:39.171+0000 7efe0d40c700 -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-19T23:43:39.561 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:39.171+0000 7efe0d40c700 -1 osd.5 68 *** Got signal Terminated *** 2023-11-19T23:43:39.562 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:39.171+0000 7efe0d40c700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:39.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:39.560+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:39.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:39.560+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:40.347 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:39 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:39.903+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:40.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:40.131+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:40.347 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:40.131+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:40.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:40.523+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:40.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:40.523+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:41.181 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:40.920+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:41.181 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:40 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:40.920+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.640263+0000 front 2023-11-19T23:43:14.640163+0000 (oldest deadline 2023-11-19T23:43:39.940208+0000) 2023-11-19T23:43:41.548 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:41.179+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:41.548 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:41.179+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:41.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:41.546+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:41.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:41.546+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:42.227 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:41.902+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:42.228 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:41 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:41.902+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.640263+0000 front 2023-11-19T23:43:14.640163+0000 (oldest deadline 2023-11-19T23:43:39.940208+0000) 2023-11-19T23:43:42.572 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:42.226+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:42.573 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:42.226+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:42.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:42.571+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:42.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:42.571+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:43.238 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:42.931+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:43.239 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:42 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:42.931+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.640263+0000 front 2023-11-19T23:43:14.640163+0000 (oldest deadline 2023-11-19T23:43:39.940208+0000) 2023-11-19T23:43:43.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:43.237+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:43.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:43.237+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:43.931 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:43.611+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:43.932 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:43.611+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:44.262 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:43.931+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:08.239046+0000 front 2023-11-19T23:43:08.238923+0000 (oldest deadline 2023-11-19T23:43:31.738938+0000) 2023-11-19T23:43:44.262 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:43 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5[117847]: 2023-11-19T23:43:43.931+0000 7efe085a4700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.640263+0000 front 2023-11-19T23:43:14.640163+0000 (oldest deadline 2023-11-19T23:43:39.940208+0000) 2023-11-19T23:43:44.592 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:44 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:44.260+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:44.592 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:44 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:44.260+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:44.847 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:44 smithi179 bash[135180]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-5 2023-11-19T23:43:44.848 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:44 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:44.591+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:44.848 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:44 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:44.591+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:44.848 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:44 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:44.591+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:45.306 INFO:journalctl@ceph.osd.5.smithi179.stdout:Nov 19 23:43:44 smithi179 bash[135223]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.5" found: no such container 2023-11-19T23:43:45.593 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:45 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:45.304+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:45.594 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:45 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:45.304+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:45.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:45 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:45.591+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:45.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:45 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:45.591+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:45.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:45 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:45.592+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:45.886 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.5.service' 2023-11-19T23:43:45.926 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:45.926 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-19T23:43:45.926 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-19T23:43:45.927 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.6 2023-11-19T23:43:46.272 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:45 smithi179 systemd[1]: Stopping Ceph osd.6 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 bash[135398]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.103+0000 7fc572577700 -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-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.103+0000 7fc572577700 -1 osd.6 68 *** Got signal Terminated *** 2023-11-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.103+0000 7fc572577700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.271+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:46.273 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.271+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:46.274 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:46.271+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:20.138857+0000 front 2023-11-19T23:43:20.138908+0000 (oldest deadline 2023-11-19T23:43:46.038790+0000) 2023-11-19T23:43:46.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:46.555+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:46.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:46.555+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:46.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:46 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:46.555+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:47.571 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:47.275+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:47.572 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:47.275+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:47.572 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:47.275+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:20.138857+0000 front 2023-11-19T23:43:20.138908+0000 (oldest deadline 2023-11-19T23:43:46.038790+0000) 2023-11-19T23:43:47.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:47.570+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:47.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:47.570+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:47.847 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:47 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:47.570+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:48.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:48.323+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:48.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:48.323+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:48.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:48.323+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:20.138857+0000 front 2023-11-19T23:43:20.138908+0000 (oldest deadline 2023-11-19T23:43:46.038790+0000) 2023-11-19T23:43:49.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:48.619+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:49.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:48.619+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:49.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:48 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:48.619+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:49.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:49.310+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:49.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:49.310+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:49.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:49.310+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:20.138857+0000 front 2023-11-19T23:43:20.138908+0000 (oldest deadline 2023-11-19T23:43:46.038790+0000) 2023-11-19T23:43:50.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:49.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:50.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:49.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:50.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:49 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:49.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:50.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:50.330+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:07.936752+0000 front 2023-11-19T23:43:07.936834+0000 (oldest deadline 2023-11-19T23:43:34.937249+0000) 2023-11-19T23:43:50.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:50.330+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:14.937760+0000 front 2023-11-19T23:43:14.937890+0000 (oldest deadline 2023-11-19T23:43:37.237832+0000) 2023-11-19T23:43:50.597 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6[121385]: 2023-11-19T23:43:50.330+0000 7fc56df10700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:20.138857+0000 front 2023-11-19T23:43:20.138908+0000 (oldest deadline 2023-11-19T23:43:46.038790+0000) 2023-11-19T23:43:51.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:50.655+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:51.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:50.655+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:51.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:50 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:50.655+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:52.031 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:51 smithi179 bash[135411]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-6 2023-11-19T23:43:52.032 INFO:journalctl@ceph.osd.6.smithi179.stdout:Nov 19 23:43:51 smithi179 bash[135454]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.6" found: no such container 2023-11-19T23:43:52.032 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:51 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:51.624+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:52.032 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:51 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:51.624+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:52.032 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:51 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:51.624+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:52.750 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:52.751 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:52.751 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:52.751 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.652+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:52.757 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.6.service' 2023-11-19T23:43:52.797 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:52.798 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-19T23:43:52.798 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-19T23:43:52.798 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.7 2023-11-19T23:43:53.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 systemd[1]: Stopping Ceph osd.7 for 6b812fe4-8732-11ee-959e-87774f69a715... 2023-11-19T23:43:53.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 bash[135632]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-19T23:43:53.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.980+0000 7ff528038700 -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-19T23:43:53.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.980+0000 7ff528038700 -1 osd.7 68 *** Got signal Terminated *** 2023-11-19T23:43:53.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:52 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:52.980+0000 7ff528038700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T23:43:54.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:53 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:53.643+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:54.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:53 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:53.643+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:54.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:53 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:53.643+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:54.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:53 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:53.643+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:55.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:54 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:54.617+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:55.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:54 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:54.617+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:55.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:54 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:54.617+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:55.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:54 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:54.617+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:56.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:55 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:55.629+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:56.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:55 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:55.629+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:56.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:55 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:55.629+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:56.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:55 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:55.629+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:57.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:56 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:56.615+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:57.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:56 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:56.615+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:57.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:56 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:56.615+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:57.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:56 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:56.615+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:58.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:57 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:57.613+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6806 osd.0 since back 2023-11-19T23:43:06.645502+0000 front 2023-11-19T23:43:06.645564+0000 (oldest deadline 2023-11-19T23:43:30.646000+0000) 2023-11-19T23:43:58.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:57 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:57.613+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6814 osd.1 since back 2023-11-19T23:43:12.946966+0000 front 2023-11-19T23:43:12.947030+0000 (oldest deadline 2023-11-19T23:43:37.646903+0000) 2023-11-19T23:43:58.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:57 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:57.613+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6822 osd.2 since back 2023-11-19T23:43:22.248092+0000 front 2023-11-19T23:43:22.248062+0000 (oldest deadline 2023-11-19T23:43:44.548179+0000) 2023-11-19T23:43:58.098 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:57 smithi179 ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7[124883]: 2023-11-19T23:43:57.613+0000 7ff5229cf700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.162:6830 osd.3 since back 2023-11-19T23:43:26.249438+0000 front 2023-11-19T23:43:26.249386+0000 (oldest deadline 2023-11-19T23:43:52.149303+0000) 2023-11-19T23:43:59.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:58 smithi179 bash[135644]: ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd-7 2023-11-19T23:43:59.097 INFO:journalctl@ceph.osd.7.smithi179.stdout:Nov 19 23:43:58 smithi179 bash[135725]: Error: no container with name or ID "ceph-6b812fe4-8732-11ee-959e-87774f69a715-osd.7" found: no such container 2023-11-19T23:43:59.883 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b812fe4-8732-11ee-959e-87774f69a715@osd.7.service' 2023-11-19T23:43:59.923 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T23:43:59.923 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-19T23:43:59.923 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b812fe4-8732-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T23:44:22.986 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b812fe4-8732-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T23:44:37.816 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:44:37.854 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T23:44:37.884 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-19T23:44:37.886 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi162/crash 2023-11-19T23:44:37.887 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash -- . 2023-11-19T23:44:37.946 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T23:44:37.946 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2023-11-19T23:44:37.948 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi179/crash 2023-11-19T23:44:37.949 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash -- . 2023-11-19T23:44:38.004 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/6b812fe4-8732-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T23:44:38.005 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2023-11-19T23:44:38.006 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-19T23:44:38.006 DEBUG:teuthology.orchestra.run.smithi162:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-19T23:44:38.035 INFO:teuthology.orchestra.run.smithi162.stderr:grep: /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-19T23:44:38.037 INFO:tasks.cephadm:Compressing logs... 2023-11-19T23:44:38.037 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-19T23:44:38.080 DEBUG:teuthology.orchestra.run.smithi179:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-19T23:44:38.106 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T23:44:38.109 INFO:teuthology.orchestra.run.smithi162.stderr:: No such file or directory 2023-11-19T23:44:38.109 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T23:44:38.109 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-19T23:44:38.110 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi162.wrvzvv.log 2023-11-19T23:44:38.112 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.2.log: --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.3.log 2023-11-19T23:44:38.112 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi162.log 2023-11-19T23:44:38.112 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi162.wrvzvv.log: /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.3.log: 80.3% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi162.wrvzvv.log.gz 2023-11-19T23:44:38.112 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-19T23:44:38.112 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi162.eziaaa.log 2023-11-19T23:44:38.113 INFO:teuthology.orchestra.run.smithi179.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:: No such file or directory 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.6.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi179.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.7.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi179.log: gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.4.log 2023-11-19T23:44:38.114 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.7.log: /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.4.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi179.eiftsj.log 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi179.wakwgx.log 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi179.eiftsj.log: /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi179.wakwgx.log: 60.1% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mds.foofs.smithi179.wakwgx.log.gz 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.5.log 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T23:44:38.115 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.0.log: /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi162.eziaaa.log: 90.9% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T23:44:38.119 INFO:teuthology.orchestra.run.smithi162.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T23:44:38.119 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-19T23:44:38.201 INFO:teuthology.orchestra.run.smithi179.stderr: 90.2% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi179.eiftsj.log.gz 2023-11-19T23:44:38.245 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.1.log: 88.6% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mgr.smithi162.eziaaa.log.gz 2023-11-19T23:44:38.495 INFO:teuthology.orchestra.run.smithi179.stderr: 92.3% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi179.log.gz 2023-11-19T23:44:39.583 INFO:teuthology.orchestra.run.smithi162.stderr: 91.7% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-mon.smithi162.log.gz 2023-11-19T23:44:46.372 INFO:teuthology.orchestra.run.smithi162.stderr: 94.5% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-19T23:44:48.119 INFO:teuthology.orchestra.run.smithi179.stderr: 94.0% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.4.log.gz 2023-11-19T23:44:50.000 INFO:teuthology.orchestra.run.smithi179.stderr: 94.3% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.6.log.gz 2023-11-19T23:44:50.431 INFO:teuthology.orchestra.run.smithi162.stderr: 94.1% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.3.log.gz 2023-11-19T23:44:50.477 INFO:teuthology.orchestra.run.smithi162.stderr: 94.1% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-19T23:44:51.232 INFO:teuthology.orchestra.run.smithi162.stderr: 94.3% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-19T23:44:51.235 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T23:44:51.235 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m13.139s 2023-11-19T23:44:51.235 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m45.790s 2023-11-19T23:44:51.235 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m1.864s 2023-11-19T23:44:53.587 INFO:teuthology.orchestra.run.smithi179.stderr: 94.2% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.5.log.gz 2023-11-19T23:44:56.601 INFO:teuthology.orchestra.run.smithi179.stderr: 94.2% -- replaced with /var/log/ceph/6b812fe4-8732-11ee-959e-87774f69a715/ceph-osd.7.log.gz 2023-11-19T23:44:56.602 INFO:teuthology.orchestra.run.smithi179.stderr: 2023-11-19T23:44:56.603 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m18.506s 2023-11-19T23:44:56.603 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m54.133s 2023-11-19T23:44:56.603 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m2.164s 2023-11-19T23:44:56.604 INFO:tasks.cephadm:Archiving logs... 2023-11-19T23:44:56.604 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi162/log 2023-11-19T23:44:56.606 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T23:45:02.703 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi179/log 2023-11-19T23:45:02.704 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T23:45:10.233 INFO:tasks.cephadm:Removing cluster... 2023-11-19T23:45:10.233 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b812fe4-8732-11ee-959e-87774f69a715 --force 2023-11-19T23:45:10.611 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b812fe4-8732-11ee-959e-87774f69a715 --force 2023-11-19T23:45:11.078 INFO:tasks.cephadm:Removing cephadm ... 2023-11-19T23:45:11.078 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T23:45:11.097 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T23:45:11.115 INFO:tasks.cephadm:Teardown complete 2023-11-19T23:45:11.116 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-19T23:45:11.125 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-19T23:45:11.125 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:45:11.140 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:45:11.155 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-19T23:45:11.159 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:45:11.159 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-19T23:45:11.160 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 54 +1703us[+1703us] +/- 77ms 2023-11-19T23:45:11.160 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv02.front.sepia.ceph.com 3 7 377 56 -1067us[-1057us] +/- 79ms 2023-11-19T23:45:11.160 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 54 -289us[ -289us] +/- 87ms 2023-11-19T23:45:11.160 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:45:11.172 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2023-11-19T23:45:11.175 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:45:11.176 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2023-11-19T23:45:11.176 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1609us[+1609us] +/- 77ms 2023-11-19T23:45:11.176 INFO:teuthology.orchestra.run.smithi179.stdout:^* hv02.front.sepia.ceph.com 3 6 377 54 -1170us[-1144us] +/- 79ms 2023-11-19T23:45:11.176 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 54 -347us[ -347us] +/- 87ms 2023-11-19T23:45:11.176 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:45:11.177 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-19T23:45:11.186 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-19T23:45:11.187 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-19T23:45:11.306 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-19T23:45:11.402 DEBUG:teuthology.orchestra.run.smithi179:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T23:45:11.495 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-19T23:45:11.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:45:11.527 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:45:11.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:45:11.559 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-19T23:45:11.569 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-19T23:45:11.631 INFO:teuthology.task.internal:Duration was 1861.630414 seconds 2023-11-19T23:45:11.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-19T23:45:11.688 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-19T23:45:11.688 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T23:45:11.691 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T23:45:11.735 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:45:11.737 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:45:12.109 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-19T23:45:12.109 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T23:45:12.110 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-19T23:45:12.134 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2023-11-19T23:45:12.134 DEBUG:teuthology.orchestra.run.smithi179:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T23:45:12.157 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-19T23:45:12.158 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T23:45:12.177 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T23:45:12.253 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-19T23:45:12.253 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T23:45:12.255 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T23:45:21.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-19T23:45:21.159 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-19T23:45:21.159 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T23:45:21.186 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T23:45:21.220 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-19T23:45:21.245 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-19T23:45:21.247 DEBUG:teuthology.orchestra.run.smithi179:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:45:21.271 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2023-11-19T23:45:21.290 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2023-11-19T23:45:21.318 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:45:21.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:45:21.358 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:45:21.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:45:21.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-19T23:45:21.388 INFO:teuthology.task.internal:Transferring archived files... 2023-11-19T23:45:21.389 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi162 2023-11-19T23:45:21.389 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T23:45:21.457 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438/remote/smithi179 2023-11-19T23:45:21.457 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T23:45:21.499 INFO:teuthology.task.internal:Removing archive directory... 2023-11-19T23:45:21.499 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T23:45:21.501 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T23:45:21.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-19T23:45:21.564 INFO:teuthology.task.internal:Not uploading archives. 2023-11-19T23:45:21.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-19T23:45:21.583 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-19T23:45:21.583 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T23:45:21.585 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T23:45:21.600 INFO:teuthology.orchestra.run.smithi162.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 23:45 /home/ubuntu/cephtest 2023-11-19T23:45:21.612 INFO:teuthology.orchestra.run.smithi179.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 23:45 /home/ubuntu/cephtest 2023-11-19T23:45:21.613 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-19T23:45:21.623 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-19T23:45:21.775 INFO:teuthology.nuke:Checking targets against current locks 2023-11-19T23:45:21.801 DEBUG:teuthology.nuke:shortname: smithi162 2023-11-19T23:45:21.801 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:45:21.823 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438', '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-19 23:04:33.084354', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPX13qefptsQwEqFChtQEFH6P+hlI1fdi6q+73B2udGBY1e+N/Dx7kU1ZQpIi0tcLoG93FlwOLSKPedOdYbk2zc='} 2023-11-19T23:45:21.826 DEBUG:teuthology.nuke:shortname: smithi179 2023-11-19T23:45:21.827 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:45:21.851 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462438', '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-19 23:04:33.086622', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxla3iY8I6JN/r/QNsbbJkHSEmYwOkhh8K9FEpYPN9MG2XPDZHtgDUEisCtksSnJU2fmA6GViGoofVgWFcunxY='} 2023-11-19T23:45:21.869 INFO:teuthology.orchestra.console.smithi162:Power off 2023-11-19T23:45:21.869 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T23:45:21.892 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2023-11-19T23:45:21.892 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:21.909 INFO:teuthology.orchestra.console.smithi179:Power off 2023-11-19T23:45:21.909 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T23:45:21.917 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-19T23:45:21.932 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2023-11-19T23:45:21.932 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:21.958 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-11-19T23:45:25.919 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:25.959 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:26.028 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-19T23:45:26.068 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-11-19T23:45:30.034 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:30.069 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:30.143 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2023-11-19T23:45:30.178 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-11-19T23:45:30.246 INFO:teuthology.orchestra.console.smithi162:Power off completed 2023-11-19T23:45:34.183 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:45:34.292 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2023-11-19T23:45:34.393 INFO:teuthology.orchestra.console.smithi179:Power off completed 2023-11-19T23:45:34.498 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: 1861.6304140090942 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 6b812fe4-8732-11ee-959e-87774f69a715 -e sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=502e012e18ec4fdea3f4ea6f6fd7418b status: fail success: false 2023-11-19T23:45:34.499 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T23:45:34.582 INFO:teuthology.run:FAIL