2023-12-06T14:36:45.700 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T14:36:45.700 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269 --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/orig.config.yaml 2023-12-06T14:36:45.737 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T14:36:45.819 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269 branch: wip-adk-testing-2023-12-05-1905 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7480269' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-12-05-1905 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: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIh4BsCa+CuOvmf1q7nvk9S/4MtsSAdPiJ6HYUjR3c0bLKh+dR0qBqwmQrDbtJGkKsa1RGHO7MNN5oYDJAWkGk0= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTw+SkppzU4EVD7gKDMwji4eH2yxPRDSKI5//fyDYhFRsDLO0/4ywErDSZqSzOA7h+UWGAnWOJWPjLPUZiYOSA= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_14:29:19 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-06T14:36:45.820 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T14:36:45.820 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T14:36:45.821 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T14:36:45.823 INFO:teuthology.task.internal:Checking packages... 2023-12-06T14:36:45.847 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T14:36:45.847 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T14:36:45.847 INFO:teuthology.packaging:ref: None 2023-12-06T14:36:45.847 INFO:teuthology.packaging:tag: None 2023-12-06T14:36:45.847 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T14:36:45.848 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:36:45.848 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-12-05-1905 2023-12-06T14:36:46.134 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26.g0482646f 2023-12-06T14:36:46.134 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T14:36:46.141 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T14:36:46.141 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T14:36:46.179 INFO:teuthology.task.internal:Saving configuration 2023-12-06T14:36:46.194 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T14:36:46.201 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T14:36:46.227 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:12.403817', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIh4BsCa+CuOvmf1q7nvk9S/4MtsSAdPiJ6HYUjR3c0bLKh+dR0qBqwmQrDbtJGkKsa1RGHO7MNN5oYDJAWkGk0='} 2023-12-06T14:36:46.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:12.402485', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTw+SkppzU4EVD7gKDMwji4eH2yxPRDSKI5//fyDYhFRsDLO0/4ywErDSZqSzOA7h+UWGAnWOJWPjLPUZiYOSA='} 2023-12-06T14:36:46.254 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T14:36:46.261 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-06T14:36:46.261 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-06T14:36:46.261 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T14:36:46.340 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe25cee5a60>, signals=[15]) 2023-12-06T14:36:46.341 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T14:36:46.347 INFO:teuthology.task.internal:Opening connections... 2023-12-06T14:36:46.347 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:36:46.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:36:46.422 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2023-12-06T14:36:46.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:36:46.490 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T14:36:46.497 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2023-12-06T14:36:46.519 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2023-12-06T14:36:46.520 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="8" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="8" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el8" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T14:36:46.581 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2023-12-06T14:36:46.582 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T14:36:46.582 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T14:36:46.582 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T14:36:46.582 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2023-12-06T14:36:46.604 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2023-12-06T14:36:46.626 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2023-12-06T14:36:46.626 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T14:36:46.688 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T14:36:46.689 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T14:36:46.689 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2023-12-06T14:36:46.712 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T14:36:46.721 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T14:36:46.745 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T14:36:46.745 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:36:46.748 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:36:46.768 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T14:36:46.774 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T14:36:46.774 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:36:46.810 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:36:46.846 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T14:36:46.898 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T14:36:46.914 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T14:36:46.914 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T14:36:46.915 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:36:46.915 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:36:46.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:36:46.935 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-12-06T14:36:46.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:36:46.936 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2023-12-06T14:36:46.996 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-489.el8.x86_64 2023-12-06T14:36:46.996 INFO:teuthology.task.kernel:Running kernel on smithi176: 4.18.0-489.el8.x86_64 2023-12-06T14:36:46.996 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2023-12-06T14:36:46.998 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-489.el8.x86_64 2023-12-06T14:36:46.998 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-489.el8.x86_64 2023-12-06T14:36:46.998 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2023-12-06T14:36:52.052 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 14 MB/s | 34 MB 00:02 2023-12-06T14:36:52.156 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - AppStream 14 MB/s | 34 MB 00:02 2023-12-06T14:37:00.244 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 55 MB 00:01 2023-12-06T14:37:00.940 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 55 MB 00:02 2023-12-06T14:37:08.627 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2023-12-06T14:37:09.161 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-06T14:37:09.513 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-06T14:37:10.447 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras 11 kB/s | 18 kB 00:01 2023-12-06T14:37:10.666 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-06T14:37:11.398 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras common packages 9.1 kB/s | 6.9 kB 00:00 2023-12-06T14:37:11.774 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-06T14:37:13.152 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-06T14:37:14.630 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 387 kB/s | 24 kB 00:00 2023-12-06T14:37:17.050 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 288 kB/s | 24 kB 00:00 2023-12-06T14:37:18.263 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T14:37:18.263 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T14:37:18.561 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-06T14:37:18.562 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:37:18.563 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2023-12-06T14:37:18.563 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:37:18.563 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2023-12-06T14:37:18.563 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T14:37:18.563 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout:Install 3 Packages 2023-12-06T14:37:18.564 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:18.565 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 90 M 2023-12-06T14:37:18.565 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 96 M 2023-12-06T14:37:18.565 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2023-12-06T14:37:19.473 INFO:teuthology.orchestra.run.smithi204.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-12-06T14:37:20.207 INFO:teuthology.orchestra.run.smithi204.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2023-12-06T14:37:20.674 INFO:teuthology.orchestra.run.smithi204.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-06T14:37:20.674 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2023-12-06T14:37:20.674 INFO:teuthology.orchestra.run.smithi204.stdout:Total 42 MB/s | 90 MB 00:02 2023-12-06T14:37:20.699 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T14:37:20.700 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T14:37:20.991 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-06T14:37:20.992 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:37:20.992 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-12-06T14:37:20.992 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:37:20.992 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2023-12-06T14:37:20.992 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout:Install 3 Packages 2023-12-06T14:37:20.993 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:37:20.994 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 90 M 2023-12-06T14:37:20.994 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 96 M 2023-12-06T14:37:20.994 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-06T14:37:21.348 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2023-12-06T14:37:21.750 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2023-12-06T14:37:21.751 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2023-12-06T14:37:21.818 INFO:teuthology.orchestra.run.smithi176.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-12-06T14:37:22.985 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2023-12-06T14:37:22.999 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2023-12-06T14:37:23.126 INFO:teuthology.orchestra.run.smithi176.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2023-12-06T14:37:23.527 INFO:teuthology.orchestra.run.smithi176.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-12-06T14:37:23.527 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-06T14:37:23.527 INFO:teuthology.orchestra.run.smithi176.stdout:Total 35 MB/s | 90 MB 00:02 2023-12-06T14:37:24.203 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-06T14:37:24.628 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-06T14:37:24.628 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-06T14:37:25.748 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2023-12-06T14:37:25.859 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-06T14:37:25.892 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-06T14:37:26.387 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:28.651 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-06T14:37:29.145 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:30.000 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:30.395 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:32.793 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:33.195 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:33.819 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:34.092 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:36.619 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:36.968 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:56.091 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:56.115 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:56.472 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:56.472 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:56.472 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:57.301 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:57.301 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:57.301 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2023-12-06T14:37:57.301 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T14:37:57.302 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T14:37:57.302 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:57.302 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-06T14:37:57.455 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T14:37:57.672 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T14:37:57.672 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T14:37:57.672 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T14:37:57.672 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:37:57.672 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:37:57.673 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T14:37:57.673 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:37:57.673 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T14:37:57.882 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T14:37:57.882 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T14:37:57.882 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2023-12-06T14:37:57.916 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2023-12-06T14:37:57.916 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2023-12-06T14:37:57.916 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2023-12-06T14:37:57.916 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 129.el8 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9265586 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : CentOS BuildSystem 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T14:37:57.917 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:37:57.918 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T14:37:57.919 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T14:37:57.919 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-526.el8.x86_64 2023-12-06T14:37:57.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T14:37:59.120 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:59.143 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:59.490 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:37:59.490 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T14:37:59.490 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T14:37:59.494 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:38:00.283 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-06T14:38:00.477 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T14:38:00.691 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T14:38:00.691 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T14:38:00.691 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T14:38:00.691 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:38:00.691 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:38:00.692 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T14:38:00.692 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:38:00.692 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T14:38:00.902 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T14:38:00.902 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T14:38:00.902 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2023-12-06T14:38:00.936 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2023-12-06T14:38:00.936 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.02 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 129.el8 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Group : System Environment/Base 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 9265586 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Relocations : (not relocatable) 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : CentOS BuildSystem 2023-12-06T14:38:00.937 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:38:00.938 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T14:38:00.939 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T14:38:00.939 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 4.18.0-526.el8.x86_64 2023-12-06T14:38:00.939 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T14:38:02.230 INFO:teuthology.orchestra.run.smithi204.stderr:done 2023-12-06T14:38:02.231 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2023-12-06T14:38:02.271 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.7Id2OC6fNK 2023-12-06T14:38:02.271 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7Id2OC6fNK 2023-12-06T14:38:02.349 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.7Id2OC6fNK 2023-12-06T14:38:02.494 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.7Id2OC6fNK is 6KB 2023-12-06T14:38:02.503 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2023-12-06T14:38:02.543 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.7Id2OC6fNK 2023-12-06T14:38:02.560 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T14:38:02.642 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T14:38:02.642 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T14:38:02.642 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T14:38:02.643 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T14:38:02.644 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T14:38:02.806 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2023-12-06T14:38:05.053 INFO:teuthology.orchestra.run.smithi176.stderr:done 2023-12-06T14:38:05.054 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2023-12-06T14:38:05.122 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.QJEo43Gana 2023-12-06T14:38:05.122 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QJEo43Gana 2023-12-06T14:38:05.197 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.QJEo43Gana 2023-12-06T14:38:05.343 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.QJEo43Gana is 6KB 2023-12-06T14:38:05.365 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.QJEo43Gana 2023-12-06T14:38:05.382 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T14:38:05.451 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T14:38:05.451 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T14:38:05.451 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T14:38:05.451 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T14:38:05.453 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T14:38:05.608 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2023-12-06T14:38:32.834 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T14:38:32.835 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:38:32.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:38:35.614 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T14:38:35.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:38:35.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:38:51.234 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2023-12-06T14:38:54.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2023-12-06T14:39:00.238 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:39:00.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:03.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:39:03.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:03.298 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2023-12-06T14:39:15.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:39:15.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:39:47.127 DEBUG:teuthology.orchestra.run.smithi204:> true 2023-12-06T14:39:47.398 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:39:47.398 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-06T14:39:47.398 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2023-12-06T14:39:47.415 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-526.el8.x86_64 2023-12-06T14:39:47.415 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T14:39:47.415 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:39:47.416 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T14:39:48.417 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T14:39:48.417 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:39:48.488 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2023-12-06T14:39:48.501 DEBUG:teuthology.parallel:result is None 2023-12-06T14:40:03.061 DEBUG:teuthology.orchestra.remote:timed out 2023-12-06T14:40:15.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:40:15.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:40:15.497 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-12-06T14:40:15.823 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:40:15.823 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-06T14:40:15.823 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-12-06T14:40:15.844 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-526.el8.x86_64 2023-12-06T14:40:15.844 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T14:40:15.845 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:40:15.845 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T14:40:16.846 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T14:40:16.846 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:40:16.942 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2023-12-06T14:40:16.967 DEBUG:teuthology.parallel:result is None 2023-12-06T14:40:16.967 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T14:40:16.987 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T14:40:16.988 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:40:16.994 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:40:17.019 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T14:40:17.084 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T14:40:17.111 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T14:40:17.111 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:40:17.114 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:40:17.151 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T14:40:17.158 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T14:40:17.158 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T14:40:17.187 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T14:40:17.226 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:17.236 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:17.237 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:17.247 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:40:17.249 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T14:40:17.256 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T14:40:17.256 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:40:17.281 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:40:17.312 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T14:40:17.321 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T14:40:17.322 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:40:17.351 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:40:17.371 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:17.455 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:17.510 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:17.596 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:17.639 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:40:17.639 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:40:17.706 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:17.755 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:40:17.812 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:17.892 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:40:17.945 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:40:17.945 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:40:18.015 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2023-12-06T14:40:18.017 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2023-12-06T14:40:18.078 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T14:40:18.128 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T14:40:18.490 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T14:40:18.498 INFO:teuthology.task.internal:Starting timer... 2023-12-06T14:40:18.498 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T14:40:18.531 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T14:40:18.564 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T14:40:18.565 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2023-12-06T14:40:18.643 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2023-12-06T14:40:18.645 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2023-12-06T14:40:18.749 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2023-12-06T14:40:18.751 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T14:40:18.751 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2023-12-06T14:40:18.771 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2023-12-06T14:40:18.771 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2023-12-06T14:40:18.801 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2023-12-06T14:40:18.801 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi176.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2023-12-06T14:40:18.801 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T14:40:18.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:40:18.839 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T14:40:18.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:40:18.869 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T14:40:18.869 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2023-12-06T14:40:18.907 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2023-12-06T14:40:18.943 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T14:40:18.953 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-06T14:40:18.959 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-06T14:40:19.078 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T14:40:19.094 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-06T14:40:19.095 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi176.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T14:47:44.382 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi176.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2023-12-06T14:47:44.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:47:44.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:47:44.455 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-12-06T14:47:44.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-06T14:47:44.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:47:44.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:47:44.597 DEBUG:teuthology.orchestra.run.smithi204:> true 2023-12-06T14:47:44.664 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-06T14:47:44.665 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T14:47:44.675 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T14:47:44.675 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:47:44.676 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T14:47:44.678 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:47:44.678 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T14:47:44.709 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T14:47:44.723 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T14:47:44.737 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T14:47:44.751 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T14:47:44.786 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2023-12-06T14:47:44.797 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2023-12-06T14:47:44.811 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T14:47:44.824 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2023-12-06T14:47:44.825 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T14:47:44.835 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2023-12-06T14:47:44.849 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T14:47:44.862 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T14:47:44.890 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.894 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.929 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.932 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T14:47:44.933 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T14:47:44.946 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T14:47:44.946 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:47:44.946 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T14:47:44.946 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2023-12-06T14:47:44.947 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T14:47:45.821 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:39 ago on Wed 06 Dec 2023 02:46:06 PM UTC. 2023-12-06T14:47:45.853 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:39 ago on Wed 06 Dec 2023 02:46:06 PM UTC. 2023-12-06T14:47:47.941 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout:Resetting modules: 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:47.942 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:47:48.015 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-06T14:47:48.016 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:48.016 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2023-12-06T14:47:48.016 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:48.016 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2023-12-06T14:47:48.016 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2023-12-06T14:47:48.017 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:47:48.017 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2023-12-06T14:47:48.017 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:48.017 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:47:48.203 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-06T14:47:48.255 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-06T14:47:49.156 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:42 ago on Wed 06 Dec 2023 02:46:06 PM UTC. 2023-12-06T14:47:49.211 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:43 ago on Wed 06 Dec 2023 02:46:06 PM UTC. 2023-12-06T14:47:51.259 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-06T14:47:51.325 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-06T14:47:51.442 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:51.442 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout:Installing group/module packages: 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T14:47:51.443 INFO:teuthology.orchestra.run.smithi176.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:Installing module profiles: 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools/common 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:Enabling module streams: 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools rhel8 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2023-12-06T14:47:51.444 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:47:51.445 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 27 M 2023-12-06T14:47:51.445 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 89 M 2023-12-06T14:47:51.445 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T14:47:51.510 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2023-12-06T14:47:51.511 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-06T14:47:51.512 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2023-12-06T14:47:51.512 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:47:51.512 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 27 M 2023-12-06T14:47:51.512 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 89 M 2023-12-06T14:47:51.512 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2023-12-06T14:47:52.103 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-06T14:47:52.115 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.9 MB/s | 750 kB 00:00 2023-12-06T14:47:52.148 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.4 MB/s | 1.0 MB 00:00 2023-12-06T14:47:52.198 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2023-12-06T14:47:52.220 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2023-12-06T14:47:52.250 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-06T14:47:52.254 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2023-12-06T14:47:52.332 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-12-06T14:47:52.371 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.6 MB/s | 241 kB 00:00 2023-12-06T14:47:52.408 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 329 kB/s | 25 kB 00:00 2023-12-06T14:47:52.508 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 940 kB/s | 94 kB 00:00 2023-12-06T14:47:52.512 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-06T14:47:52.580 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 366 kB/s | 25 kB 00:00 2023-12-06T14:47:52.608 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.6 MB/s | 3.9 MB 00:00 2023-12-06T14:47:52.639 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-06T14:47:52.734 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.5 MB/s | 9.6 MB 00:01 2023-12-06T14:47:52.834 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-06T14:47:52.926 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.0 MB/s | 2.5 MB 00:00 2023-12-06T14:47:52.952 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-12-06T14:47:53.206 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.1 MB/s | 3.9 MB 00:00 2023-12-06T14:47:53.210 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-12-06T14:47:53.210 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2023-12-06T14:47:53.211 INFO:teuthology.orchestra.run.smithi204.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-06T14:47:53.476 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2023-12-06T14:47:53.497 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2023-12-06T14:47:53.497 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2023-12-06T14:47:53.573 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.9 MB/s | 2.5 MB 00:00 2023-12-06T14:47:53.656 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 631 kB/s | 53 kB 00:00 2023-12-06T14:47:53.773 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2023-12-06T14:47:53.776 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2023-12-06T14:47:53.798 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.2 MB/s | 9.6 MB 00:02 2023-12-06T14:47:53.823 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2023-12-06T14:47:54.357 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.7 MB/s | 8.1 MB 00:01 2023-12-06T14:47:54.357 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-06T14:47:54.358 INFO:teuthology.orchestra.run.smithi176.stdout:Total 9.1 MB/s | 27 MB 00:02 2023-12-06T14:47:54.549 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2023-12-06T14:47:54.630 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-06T14:47:54.651 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-06T14:47:54.651 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-06T14:47:54.771 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T14:47:54.909 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-06T14:47:54.913 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-06T14:47:54.975 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T14:47:55.172 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T14:47:55.409 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T14:47:55.729 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-06T14:47:55.989 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T14:47:56.005 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T14:47:56.200 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T14:47:56.444 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T14:47:56.661 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T14:47:56.970 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T14:47:57.229 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T14:47:57.247 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T14:47:57.460 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T14:47:57.770 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T14:47:58.177 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T14:47:58.245 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T14:47:58.477 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T14:47:58.713 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T14:47:58.963 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T14:47:59.042 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T14:47:59.388 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T14:47:59.807 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T14:47:59.999 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T14:48:00.295 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T14:48:00.428 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T14:48:00.429 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T14:48:00.429 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T14:48:00.429 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T14:48:00.429 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T14:48:00.922 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T14:48:01.141 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T14:48:01.261 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T14:48:01.261 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:01.262 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T14:48:01.263 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:48:01.263 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-06T14:48:01.535 DEBUG:teuthology.parallel:result is None 2023-12-06T14:48:01.567 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T14:48:01.567 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T14:48:01.568 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T14:48:01.569 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T14:48:01.569 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.370 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:48:02.371 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-06T14:48:02.674 DEBUG:teuthology.parallel:result is None 2023-12-06T14:48:02.674 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T14:48:02.759 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': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T14:48:02.760 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T14:48:02.760 INFO:tasks.cephadm:Cluster fsid is 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:02.760 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T14:48:02.760 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T14:48:02.761 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi176': '172.21.15.176', 'mon.smithi204': '172.21.15.204'} 2023-12-06T14:48:02.761 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T14:48:02.761 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2023-12-06T14:48:02.789 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2023-12-06T14:48:02.823 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T14:48:02.823 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.032 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 14:48 /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.032 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.172 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 6 14:48 /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.172 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.191 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:48:03.224 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T14:48:03.224 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:48:03.233 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:48:04.874 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:48:04.885 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:48:19.415 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2023-12-06T14:48:19.416 INFO:teuthology.orchestra.run.smithi204.stdout:} 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-06T14:48:19.842 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2023-12-06T14:48:19.843 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:48:19.859 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2023-12-06T14:48:19.889 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2023-12-06T14:48:19.926 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2023-12-06T14:48:19.962 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2023-12-06T14:48:19.997 INFO:tasks.cephadm:Writing seed config... 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T14:48:19.998 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T14:48:19.999 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:48:19.999 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T14:48:20.021 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 = 750f05f6-9446-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-06T14:48:20.021 DEBUG:teuthology.orchestra.run.smithi176:mon.smithi176> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service 2023-12-06T14:48:20.063 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T14:48:20.064 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 750f05f6-9446-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.176 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:48:20.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:-- Logs begin at Wed 2023-12-06 14:39:26 UTC. -- 2023-12-06T14:48:20.255 INFO:teuthology.orchestra.run.smithi176.stderr:-------------------------------------------------------------------------------- 2023-12-06T14:48:20.256 INFO:teuthology.orchestra.run.smithi176.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '750f05f6-9446-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.176', '--skip-admin-label'] 2023-12-06T14:48:20.277 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: 4.6.1 2023-12-06T14:48:20.291 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying podman|docker is present... 2023-12-06T14:48:20.311 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: 4.6.1 2023-12-06T14:48:20.320 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying lvm2 is present... 2023-12-06T14:48:20.320 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying time synchronization is in place... 2023-12-06T14:48:20.326 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:48:20.331 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:48:20.337 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: enabled 2023-12-06T14:48:20.342 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: active 2023-12-06T14:48:20.342 INFO:teuthology.orchestra.run.smithi176.stderr:Unit chronyd.service is enabled and running 2023-12-06T14:48:20.343 INFO:teuthology.orchestra.run.smithi176.stderr:Repeating the final host check... 2023-12-06T14:48:20.361 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: 4.6.1 2023-12-06T14:48:20.371 INFO:teuthology.orchestra.run.smithi176.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-06T14:48:20.372 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl is present 2023-12-06T14:48:20.372 INFO:teuthology.orchestra.run.smithi176.stderr:lvcreate is present 2023-12-06T14:48:20.377 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:48:20.382 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:48:20.388 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: enabled 2023-12-06T14:48:20.394 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: active 2023-12-06T14:48:20.394 INFO:teuthology.orchestra.run.smithi176.stderr:Unit chronyd.service is enabled and running 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Host looks OK 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Cluster fsid: 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Acquiring lock 140341161721984 on /run/cephadm/750f05f6-9446-11ee-95a2-87774f69a715.lock 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Lock 140341161721984 acquired on /run/cephadm/750f05f6-9446-11ee-95a2-87774f69a715.lock 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying IP 172.21.15.176 port 3300 ... 2023-12-06T14:48:20.395 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying IP 172.21.15.176 port 6789 ... 2023-12-06T14:48:20.396 INFO:teuthology.orchestra.run.smithi176.stderr:Base mon IP is 172.21.15.176, final addrv is [v2:172.21.15.176:3300,v1:172.21.15.176:6789] 2023-12-06T14:48:20.398 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.176 metric 100 2023-12-06T14:48:20.398 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.176 metric 100 2023-12-06T14:48:20.401 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T14:48:20.401 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T14:48:20.401 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1743sec hoplimit 64 pref medium 2023-12-06T14:48:20.403 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T14:48:20.403 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-06T14:48:20.403 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:48:20.404 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T14:48:20.404 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6f61/64 scope link 2023-12-06T14:48:20.404 INFO:teuthology.orchestra.run.smithi176.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:48:20.404 INFO:teuthology.orchestra.run.smithi176.stderr:Mon IP `172.21.15.176` is in CIDR network `172.21.0.0/20` 2023-12-06T14:48:20.404 INFO:teuthology.orchestra.run.smithi176.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T14:48:20.405 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:48:20.481 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:48:21.226 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Getting image source signatures 2023-12-06T14:48:21.227 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-06T14:48:21.227 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-06T14:48:21.227 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-06T14:48:21.227 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-06T14:48:21.227 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-06T14:48:21.228 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T14:48:21.331 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: Writing manifest to image destination 2023-12-06T14:48:21.453 INFO:teuthology.orchestra.run.smithi176.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-06T14:48:21.850 INFO:teuthology.orchestra.run.smithi176.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:48:22.220 INFO:teuthology.orchestra.run.smithi176.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:48:22.220 INFO:teuthology.orchestra.run.smithi176.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T14:48:22.512 INFO:teuthology.orchestra.run.smithi176.stderr:stat: 167 167 2023-12-06T14:48:22.827 INFO:teuthology.orchestra.run.smithi176.stderr:Creating initial keys... 2023-12-06T14:48:23.144 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph-authtool: AQC3iXBlNZzeBxAAqncG99py4HbhEc8x1BrwFw== 2023-12-06T14:48:23.769 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph-authtool: AQC3iXBly6/jLBAA/1+YSTUMrpoMKacsISxZ2w== 2023-12-06T14:48:24.394 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph-authtool: AQC4iXBlog3EFhAAEKhdj3s4v0s3pWcnDKtsBA== 2023-12-06T14:48:24.738 INFO:teuthology.orchestra.run.smithi176.stderr:Creating initial monmap... 2023-12-06T14:48:25.010 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:48:25.012 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T14:48:25.012 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:25.012 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr:monmaptool for smithi176 [v2:172.21.15.176:3300,v1:172.21.15.176:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr:setting min_mon_release = octopus 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: set fsid to 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:48:25.344 INFO:teuthology.orchestra.run.smithi176.stderr:Creating mon... 2023-12-06T14:48:26.053 INFO:teuthology.orchestra.run.smithi176.stderr:create mon.smithi176 on 2023-12-06T14:48:26.156 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-06T14:48:26.249 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target. 2023-12-06T14:48:26.249 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target. 2023-12-06T14:48:26.453 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Failed to reset failed state of unit ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service: Unit ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service not loaded. 2023-12-06T14:48:26.460 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Created symlink /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target.wants/ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service → /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715@.service. 2023-12-06T14:48:26.834 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:26 smithi176 systemd[1]: Starting Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T14:48:26.923 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: disabled 2023-12-06T14:48:26.931 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:48:26.931 INFO:teuthology.orchestra.run.smithi176.stderr:firewalld.service is not enabled 2023-12-06T14:48:26.931 INFO:teuthology.orchestra.run.smithi176.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:48:26.932 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mon to start... 2023-12-06T14:48:26.932 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mon... 2023-12-06T14:48:27.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:26 smithi176 bash[107203]: d4e59ca6be8c528cfd5bde803e597c5c9c9b7a801b4c3e52485e9360cfd5abb7 2023-12-06T14:48:27.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:26 smithi176 systemd[1]: Started Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715. 2023-12-06T14:48:27.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:26 smithi176 ceph-mon[107241]: mkfs 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:27.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:26 smithi176 ceph-mon[107241]: mon.smithi176 is new leader, mons smithi176 in quorum (ranks 0) 2023-12-06T14:48:27.444 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: cluster: 2023-12-06T14:48:27.444 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: id: 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:27.444 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T14:48:27.444 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: services: 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi176 (age 0.504877s) 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: data: 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: pgs: 2023-12-06T14:48:27.445 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:27.749 INFO:teuthology.orchestra.run.smithi176.stderr:mon is available 2023-12-06T14:48:27.749 INFO:teuthology.orchestra.run.smithi176.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T14:48:28.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: mon.smithi176 is new leader, mons smithi176 in quorum (ranks 0) 2023-12-06T14:48:28.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: monmap e1: 1 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2023-12-06T14:48:28.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: fsmap 2023-12-06T14:48:28.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:48:28.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: mgrmap e1: no daemons active 2023-12-06T14:48:28.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:27 smithi176 ceph-mon[107241]: from='client.? 172.21.15.176:0/2232430987' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [global] 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: fsid = 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.176:3300,v1:172.21.15.176:6789] 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:48:28.238 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:48:28.239 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:48:28.596 INFO:teuthology.orchestra.run.smithi176.stderr:Generating new minimal ceph.conf... 2023-12-06T14:48:29.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:28 smithi176 ceph-mon[107241]: from='client.? 172.21.15.176:0/3943342528' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:48:29.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:28 smithi176 ceph-mon[107241]: from='client.? 172.21.15.176:0/3943342528' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T14:48:29.371 INFO:teuthology.orchestra.run.smithi176.stderr:Restarting the monitor... 2023-12-06T14:48:29.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:29 smithi176 systemd[1]: Stopping Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T14:48:29.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:29 smithi176 bash[107549]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon.smithi176" found: no such container 2023-12-06T14:48:29.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:29 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107218]: 2023-12-06T14:48:29.476+0000 7f6016082700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi176 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T14:48:29.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:29 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107218]: 2023-12-06T14:48:29.476+0000 7f6016082700 -1 mon.smithi176@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T14:48:30.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:29 smithi176 bash[107561]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176 2023-12-06T14:48:30.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 bash[107598]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon.smithi176" found: no such container 2023-12-06T14:48:30.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 systemd[1]: ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service: Succeeded. 2023-12-06T14:48:30.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 systemd[1]: Stopped Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715. 2023-12-06T14:48:30.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 systemd[1]: Starting Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T14:48:30.396 INFO:teuthology.orchestra.run.smithi176.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T14:48:30.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: set uid:gid to 167:167 (ceph:ceph) 2023-12-06T14:48:30.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T14:48:30.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: pidfile_write: ignore empty --pid-file 2023-12-06T14:48:30.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: load: jerasure load: lrc 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: RocksDB version: 6.15.5 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Compile date Apr 18 2022 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: DB SUMMARY 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: DB Session ID: ZDLWNQBCJNJTNFCTHZR5 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: CURRENT file: CURRENT 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: IDENTITY file: IDENTITY 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi176/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi176/store.db: 000010.log size: 80791 ; 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 bash[107667]: 3856877cdfd5bcf97491091ac653c8a6b93cc9f1e8178db25292050f76480a98 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.error_if_exists: 0 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.create_if_missing: 0 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.paranoid_checks: 1 2023-12-06T14:48:30.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.env: 0x557ed9839860 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.fs: Posix File System 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.info_log: 0x557eda3bffa0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.statistics: (nil) 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.use_fsync: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_log_file_size: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_fallocate: 1 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:48:30.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.use_direct_reads: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.db_log_dir: 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi176/store.db 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.write_buffer_manager: 0x557eda4b02d0 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:48:30.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.unordered_write: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.row_cache: None 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.wal_filter: None 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:48:30.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.preserve_deletes: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.two_write_queues: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.atomic_flush: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.log_readahead_size: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:48:30.853 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_background_jobs: 2 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_background_compactions: -1 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_subcompactions: 1 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_open_files: -1 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:48:30.854 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_background_flushes: -1 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Compression algorithms supported: 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kZSTD supported: 0 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kXpressCompression supported: 0 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kLZ4Compression supported: 1 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kBZip2Compression supported: 0 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kZlibCompression supported: 1 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: kSnappyCompression supported: 1 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000009 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:48:30.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.merge_operator: 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_filter: None 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557eda38bd00) 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks: 1 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_top_level_index_and_filter: 1 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_type: 0 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_index_type: 0 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_shortening: 1 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:48:30.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: hash_index_allow_collision: 1 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: checksum: 1 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: no_block_cache: 0 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache: 0x557eda3f6170 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_name: BinnedLRUCache 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_options: 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: capacity : 536870912 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: num_shard_bits : 4 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: strict_capacity_limit : 0 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: high_pri_pool_ratio: 0.000 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_compressed: (nil) 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: persistent_cache: (nil) 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size: 4096 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size_deviation: 10 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_restart_interval: 16 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_block_restart_interval: 1 2023-12-06T14:48:30.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: metadata_block_size: 4096 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: partition_filters: 0 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: use_delta_encoding: 1 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: whole_key_filtering: 1 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: verify_compression: 0 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: read_amp_bytes_per_bit: 0 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: format_version: 4 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_index_compression: 1 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_align: 0 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression: NoCompression 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:48:30.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.num_levels: 7 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:48:30.859 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:48:30.860 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:48:30.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:48:30.862 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.table_properties_collectors: 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.inplace_update_support: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.bloom_locality: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.max_successive_merges: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:48:30.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.ttl: 2592000 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.enable_blob_files: false 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.min_blob_size: 0 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T14:48:30.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874110395266, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 systemd[1]: Started Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715. 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874110395944, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "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": 70363, "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": 1701874110, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "9f5953ae-d62f-4f19-b07b-cb9cb9e1e6c9", "db_session_id": "ZDLWNQBCJNJTNFCTHZR5"}} 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874110396289, "job": 1, "event": "recovery_finished"} 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi176/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x557eda3dca80 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: DB pointer 0x557eda3ec000 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** DB Stats ** 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T14:48:30.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.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 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-06T14:48:30.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.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 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative compaction: 0.00 GB write, 22.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval compaction: 0.00 GB write, 22.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.867 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.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 167.9 0.00 0.00 1 0.000 0 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:48:30.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative compaction: 0.00 GB write, 22.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: starting mon.smithi176 rank 0 at public addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] at bind addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi176 fsid 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???) e1 preinit fsid 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).mds e1 new map 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).mds e1 print_map 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: e1 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: legacy client fscid: -1 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-06T14:48:30.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: No filesystems configured 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mon.smithi176 is new leader, mons smithi176 in quorum (ranks 0) 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: monmap e1: 1 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: fsmap 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:48:30.870 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:30 smithi176 ceph-mon[107705]: mgrmap e1: no daemons active 2023-12-06T14:48:31.231 INFO:teuthology.orchestra.run.smithi176.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T14:48:31.231 INFO:teuthology.orchestra.run.smithi176.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:48:31.231 INFO:teuthology.orchestra.run.smithi176.stderr:Creating mgr... 2023-12-06T14:48:31.231 INFO:teuthology.orchestra.run.smithi176.stderr:Verifying port 9283 ... 2023-12-06T14:48:31.358 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Failed to reset failed state of unit ceph-750f05f6-9446-11ee-95a2-87774f69a715@mgr.smithi176.drqsup.service: Unit ceph-750f05f6-9446-11ee-95a2-87774f69a715@mgr.smithi176.drqsup.service not loaded. 2023-12-06T14:48:31.361 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: Created symlink /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715.target.wants/ceph-750f05f6-9446-11ee-95a2-87774f69a715@mgr.smithi176.drqsup.service → /etc/systemd/system/ceph-750f05f6-9446-11ee-95a2-87774f69a715@.service. 2023-12-06T14:48:31.821 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: disabled 2023-12-06T14:48:31.829 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:48:31.830 INFO:teuthology.orchestra.run.smithi176.stderr:firewalld.service is not enabled 2023-12-06T14:48:31.830 INFO:teuthology.orchestra.run.smithi176.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:48:31.837 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: disabled 2023-12-06T14:48:31.845 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:48:31.845 INFO:teuthology.orchestra.run.smithi176.stderr:firewalld.service is not enabled 2023-12-06T14:48:31.845 INFO:teuthology.orchestra.run.smithi176.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T14:48:31.845 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mgr to start... 2023-12-06T14:48:31.846 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mgr... 2023-12-06T14:48:32.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:31 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2970764044' entity='client.admin' 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsid": "750f05f6-9446-11ee-95a2-87774f69a715", 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:48:32.320 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 0 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "smithi176" 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.321 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:48:32.322 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:48:32.323 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:48:26.940955+0000", 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:48:32.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:32.678 INFO:teuthology.orchestra.run.smithi176.stderr:mgr not available, waiting (1/15)... 2023-12-06T14:48:33.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:32 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/538110532' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:48:35.196 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:35.196 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:35.196 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsid": "750f05f6-9446-11ee-95a2-87774f69a715", 2023-12-06T14:48:35.196 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 0 2023-12-06T14:48:35.197 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "smithi176" 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:48:35.198 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.199 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:48:35.200 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:48:35.201 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:48:35.202 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.202 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:48:35.202 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:48:35.202 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:48:35.202 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:48:35.203 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:35.204 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:48:26.940955+0000", 2023-12-06T14:48:35.204 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:35.204 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:35.204 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:48:35.204 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:35.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:35 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3281391900' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:48:35.670 INFO:teuthology.orchestra.run.smithi176.stderr:mgr not available, waiting (2/15)... 2023-12-06T14:48:38.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: Activating manager daemon smithi176.drqsup 2023-12-06T14:48:38.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: mgrmap e2: smithi176.drqsup(active, starting, since 0.00273374s) 2023-12-06T14:48:38.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:48:38.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:48:38.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: Manager daemon smithi176.drqsup is now available 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:38.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:37 smithi176 ceph-mon[107705]: from='mgr.14100 172.21.15.176:0/2326642584' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsid": "750f05f6-9446-11ee-95a2-87774f69a715", 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:48:38.111 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 0 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "smithi176" 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:48:38.112 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:48:38.113 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:48:38.116 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:38.117 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:48:26.940955+0000", 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:48:38.118 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:38.452 INFO:teuthology.orchestra.run.smithi176.stderr:mgr not available, waiting (3/15)... 2023-12-06T14:48:39.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:38 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3653086444' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:48:39.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:38 smithi176 ceph-mon[107705]: mgrmap e3: smithi176.drqsup(active, since 1.00569s) 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsid": "750f05f6-9446-11ee-95a2-87774f69a715", 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 0 2023-12-06T14:48:41.080 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "smithi176" 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:48:41.081 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:48:41.082 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ], 2023-12-06T14:48:41.083 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:48:26.940955+0000", 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: }, 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:48:41.084 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:41.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:40 smithi176 ceph-mon[107705]: mgrmap e4: smithi176.drqsup(active, since 2s) 2023-12-06T14:48:42.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:41 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1692758355' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:48:42.241 INFO:teuthology.orchestra.run.smithi176.stderr:mgr is available 2023-12-06T14:48:43.621 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [global] 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: fsid = 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:48:43.622 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:48:43.623 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:48:43.995 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:43 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/809806032' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:48:45.352 INFO:teuthology.orchestra.run.smithi176.stderr:Enabling cephadm module... 2023-12-06T14:48:47.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:46 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2546700204' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T14:48:47.691 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:47.691 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T14:48:47.692 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:48:47.692 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "active_name": "smithi176.drqsup", 2023-12-06T14:48:47.692 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:48:47.692 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:48.015 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:47 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2546700204' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T14:48:48.015 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:47 smithi176 ceph-mon[107705]: mgrmap e5: smithi176.drqsup(active, since 8s) 2023-12-06T14:48:48.042 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for the mgr to restart... 2023-12-06T14:48:48.042 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mgr epoch 5... 2023-12-06T14:48:49.031 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:48 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/82065855' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:48:53.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:52 smithi176 ceph-mon[107705]: Active manager daemon smithi176.drqsup restarted 2023-12-06T14:48:53.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:52 smithi176 ceph-mon[107705]: Activating manager daemon smithi176.drqsup 2023-12-06T14:48:53.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:52 smithi176 ceph-mon[107705]: osdmap e2: 0 total, 0 up, 0 in 2023-12-06T14:48:53.835 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:48:53.835 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T14:48:53.835 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:48:53.836 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:48:54.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: mgrmap e6: smithi176.drqsup(active, starting, since 0.0526522s) 2023-12-06T14:48:54.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:48:54.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: Manager daemon smithi176.drqsup is now available 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: [06/Dec/2023:14:48:53] ENGINE Bus STARTING 2023-12-06T14:48:54.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:53 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:54.858 INFO:teuthology.orchestra.run.smithi176.stderr:mgr epoch 5 is available 2023-12-06T14:48:54.858 INFO:teuthology.orchestra.run.smithi176.stderr:Setting orchestrator backend to cephadm... 2023-12-06T14:48:55.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: [06/Dec/2023:14:48:53] ENGINE Serving on https://172.21.15.176:7150 2023-12-06T14:48:55.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: [06/Dec/2023:14:48:53] ENGINE Bus STARTED 2023-12-06T14:48:55.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T14:48:55.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: mgrmap e7: smithi176.drqsup(active, since 1.05749s) 2023-12-06T14:48:55.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T14:48:55.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:54 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:55 smithi176 ceph-mon[107705]: mgrmap e8: smithi176.drqsup(active, since 2s) 2023-12-06T14:48:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:55 smithi176 ceph-mon[107705]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:55 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:55 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:48:56.324 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: value unchanged 2023-12-06T14:48:56.708 INFO:teuthology.orchestra.run.smithi176.stderr:Generating ssh key... 2023-12-06T14:48:57.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:56 smithi176 ceph-mon[107705]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:58.503 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOoi2tqBpykUup23Eb3HUUQcYyo96CSfYCcPZn5oC/NRWxDX1wrhDrCHxBheS4f/5GFam4yvePeGsWd6qQ3sNY7nTq4q4hLRRt20rcPXhGNrXiS8Rqs0sNAO8u/iTwZZqM9zvvXlz+uZfLzYRJ9lgUwpYXRqVTGYZzeKovegIYT7QW0CvDW7B8QmHBVgVaFQTwp2aSay6hxRxvKMv+s9v2klsuQSPRgjQ+AvZGcu6GK7G1mmu3z5YvOTodujAlxgs1fSdAstxTNWoLqX4s2ThoMZsE14+8yG6i3KxPl/uI1h9oONlD+6VsB+j3fYPMvOw6zxEK9nB997mdMLi2+AATEJ9nNb8F803yKZ80s/ve+KQMsb16l6fJb9/rsD8VTlrOEhMDHS7MxYcyJeZ5ekyEUo4xkzwh0m/YiblFBva+M5/T0CD4VZmcSpHuDpoDDEnBxtLRscYPEeiVuIaaPLG2AR72Sv34DjkQnM22bkH0udT8NC2G+TfEv2PuMCBcQUM= ceph-750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:48:58.793 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:58 smithi176 ceph-mon[107705]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:48:58.793 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:58 smithi176 ceph-mon[107705]: Generating ssh key... 2023-12-06T14:48:58.793 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:58 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:58.793 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:58 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:48:58.858 INFO:teuthology.orchestra.run.smithi176.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T14:48:58.858 INFO:teuthology.orchestra.run.smithi176.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T14:48:58.859 INFO:teuthology.orchestra.run.smithi176.stderr:Adding host smithi176... 2023-12-06T14:48:59.705 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:48:59 smithi176 ceph-mon[107705]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:00.219 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Added host 'smithi176' with addr '172.21.15.176' 2023-12-06T14:49:00.540 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying mon service with default placement... 2023-12-06T14:49:00.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:00 smithi176 ceph-mon[107705]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "addr": "172.21.15.176", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:00.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:00 smithi176 ceph-mon[107705]: Deploying cephadm binary to smithi176 2023-12-06T14:49:00.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:00 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:00.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:00 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:01.121 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T14:49:01.606 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying mgr service with default placement... 2023-12-06T14:49:01.820 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:01 smithi176 ceph-mon[107705]: Added host smithi176 2023-12-06T14:49:01.820 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:01 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:02.186 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T14:49:02.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:02 smithi176 ceph-mon[107705]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:02.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:02 smithi176 ceph-mon[107705]: Saving service mon spec with placement count:5 2023-12-06T14:49:02.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:02 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:02.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:02 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:02.773 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying crash service with default placement... 2023-12-06T14:49:03.341 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T14:49:03.641 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:03 smithi176 ceph-mon[107705]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:03.641 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:03 smithi176 ceph-mon[107705]: Saving service mgr spec with placement count:2 2023-12-06T14:49:03.641 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:03 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:03.641 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:03 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:03.815 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying prometheus service with default placement... 2023-12-06T14:49:04.510 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T14:49:04.947 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying grafana service with default placement... 2023-12-06T14:49:04.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:04 smithi176 ceph-mon[107705]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:04.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:04 smithi176 ceph-mon[107705]: Saving service crash spec with placement * 2023-12-06T14:49:04.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:04 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:04.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:04 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:04.951 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:04 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:05.901 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T14:49:05.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:05 smithi176 ceph-mon[107705]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:05.923 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:05 smithi176 ceph-mon[107705]: Saving service prometheus spec with placement count:1 2023-12-06T14:49:06.248 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying node-exporter service with default placement... 2023-12-06T14:49:06.785 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T14:49:07.075 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:06 smithi176 ceph-mon[107705]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:07.075 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:06 smithi176 ceph-mon[107705]: Saving service grafana spec with placement count:1 2023-12-06T14:49:07.075 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:06 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:07.075 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:06 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:07.139 INFO:teuthology.orchestra.run.smithi176.stderr:Deploying alertmanager service with default placement... 2023-12-06T14:49:07.684 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: Saving service node-exporter spec with placement * 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: Saving service alertmanager spec with placement count:1 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: from='mgr.14120 172.21.15.176:0/273339052' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:08 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/819341461' entity='client.admin' 2023-12-06T14:49:09.780 INFO:teuthology.orchestra.run.smithi176.stderr:Enabling the dashboard module... 2023-12-06T14:49:10.752 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:10 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/518649112' entity='client.admin' 2023-12-06T14:49:10.753 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:10 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1068008270' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "active_name": "smithi176.drqsup", 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:49:11.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:49:11.795 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:11 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1068008270' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T14:49:11.796 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:11 smithi176 ceph-mon[107705]: mgrmap e9: smithi176.drqsup(active, since 17s) 2023-12-06T14:49:11.989 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for the mgr to restart... 2023-12-06T14:49:11.989 INFO:teuthology.orchestra.run.smithi176.stderr:Waiting for mgr epoch 9... 2023-12-06T14:49:12.789 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:12 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3019144924' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:49:16.639 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:16 smithi176 ceph-mon[107705]: Active manager daemon smithi176.drqsup restarted 2023-12-06T14:49:16.639 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:16 smithi176 ceph-mon[107705]: Activating manager daemon smithi176.drqsup 2023-12-06T14:49:16.639 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:16 smithi176 ceph-mon[107705]: osdmap e3: 0 total, 0 up, 0 in 2023-12-06T14:49:17.548 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: { 2023-12-06T14:49:17.548 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T14:49:17.548 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:49:17.548 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: } 2023-12-06T14:49:17.720 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: mgrmap e10: smithi176.drqsup(active, starting, since 0.0552296s) 2023-12-06T14:49:17.720 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: Manager daemon smithi176.drqsup is now available 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:17] ENGINE Bus STARTING 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:17] ENGINE Serving on https://172.21.15.176:7150 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:17] ENGINE Bus STARTED 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:17.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:17 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:17.904 INFO:teuthology.orchestra.run.smithi176.stderr:mgr epoch 9 is available 2023-12-06T14:49:17.905 INFO:teuthology.orchestra.run.smithi176.stderr:Generating a dashboard self-signed certificate... 2023-12-06T14:49:18.650 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T14:49:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:18 smithi176 ceph-mon[107705]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T14:49:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:18 smithi176 ceph-mon[107705]: mgrmap e11: smithi176.drqsup(active, since 1.06636s) 2023-12-06T14:49:18.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:18 smithi176 ceph-mon[107705]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T14:49:18.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:18 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:19.220 INFO:teuthology.orchestra.run.smithi176.stderr:Creating initial admin user... 2023-12-06T14:49:19.966 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$BU1uUOTGS/UEtMv15ajIPum.9PtNU0RYYwGMPjVMIkPqtYVCgRkZO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701874159, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T14:49:19.989 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:19 smithi176 ceph-mon[107705]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:19.989 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:19 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:19.989 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:19 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:19.989 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:19 smithi176 ceph-mon[107705]: mgrmap e12: smithi176.drqsup(active, since 2s) 2023-12-06T14:49:20.328 INFO:teuthology.orchestra.run.smithi176.stderr:Fetching dashboard port number... 2023-12-06T14:49:20.858 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: 8443 2023-12-06T14:49:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:20 smithi176 ceph-mon[107705]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:20 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:20 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1852602228' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T14:49:21.572 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: disabled 2023-12-06T14:49:21.580 INFO:teuthology.orchestra.run.smithi176.stderr:systemctl: inactive 2023-12-06T14:49:21.580 INFO:teuthology.orchestra.run.smithi176.stderr:firewalld.service is not enabled 2023-12-06T14:49:21.580 INFO:teuthology.orchestra.run.smithi176.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr:Ceph Dashboard is now available at: 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr: URL: https://smithi176.front.sepia.ceph.com:8443/ 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr: User: admin 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr: Password: ficjg3opkz 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:21.583 INFO:teuthology.orchestra.run.smithi176.stderr:Enabling autotune for osd_memory_target 2023-12-06T14:49:23.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:23 smithi176 ceph-mon[107705]: mgrmap e13: smithi176.drqsup(active, since 6s) 2023-12-06T14:49:25.739 INFO:teuthology.orchestra.run.smithi176.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T14:49:26.094 INFO:teuthology.orchestra.run.smithi176.stderr:You can access the Ceph CLI with: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: ceph telemetry on 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr:For more information see: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T14:49:26.095 INFO:teuthology.orchestra.run.smithi176.stderr:Bootstrap complete. 2023-12-06T14:49:26.126 INFO:tasks.cephadm:Fetching config... 2023-12-06T14:49:26.154 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:49:26.155 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T14:49:26.173 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T14:49:26.174 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:49:26.174 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T14:49:26.232 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T14:49:26.232 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:49:26.232 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/keyring of=/dev/stdout 2023-12-06T14:49:26.301 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T14:49:26.302 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:49:26.302 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T14:49:26.359 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T14:49:26.359 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOoi2tqBpykUup23Eb3HUUQcYyo96CSfYCcPZn5oC/NRWxDX1wrhDrCHxBheS4f/5GFam4yvePeGsWd6qQ3sNY7nTq4q4hLRRt20rcPXhGNrXiS8Rqs0sNAO8u/iTwZZqM9zvvXlz+uZfLzYRJ9lgUwpYXRqVTGYZzeKovegIYT7QW0CvDW7B8QmHBVgVaFQTwp2aSay6hxRxvKMv+s9v2klsuQSPRgjQ+AvZGcu6GK7G1mmu3z5YvOTodujAlxgs1fSdAstxTNWoLqX4s2ThoMZsE14+8yG6i3KxPl/uI1h9oONlD+6VsB+j3fYPMvOw6zxEK9nB997mdMLi2+AATEJ9nNb8F803yKZ80s/ve+KQMsb16l6fJb9/rsD8VTlrOEhMDHS7MxYcyJeZ5ekyEUo4xkzwh0m/YiblFBva+M5/T0CD4VZmcSpHuDpoDDEnBxtLRscYPEeiVuIaaPLG2AR72Sv34DjkQnM22bkH0udT8NC2G+TfEv2PuMCBcQUM= ceph-750f05f6-9446-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:49:26.435 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOoi2tqBpykUup23Eb3HUUQcYyo96CSfYCcPZn5oC/NRWxDX1wrhDrCHxBheS4f/5GFam4yvePeGsWd6qQ3sNY7nTq4q4hLRRt20rcPXhGNrXiS8Rqs0sNAO8u/iTwZZqM9zvvXlz+uZfLzYRJ9lgUwpYXRqVTGYZzeKovegIYT7QW0CvDW7B8QmHBVgVaFQTwp2aSay6hxRxvKMv+s9v2klsuQSPRgjQ+AvZGcu6GK7G1mmu3z5YvOTodujAlxgs1fSdAstxTNWoLqX4s2ThoMZsE14+8yG6i3KxPl/uI1h9oONlD+6VsB+j3fYPMvOw6zxEK9nB997mdMLi2+AATEJ9nNb8F803yKZ80s/ve+KQMsb16l6fJb9/rsD8VTlrOEhMDHS7MxYcyJeZ5ekyEUo4xkzwh0m/YiblFBva+M5/T0CD4VZmcSpHuDpoDDEnBxtLRscYPEeiVuIaaPLG2AR72Sv34DjkQnM22bkH0udT8NC2G+TfEv2PuMCBcQUM= ceph-750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:26.446 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOoi2tqBpykUup23Eb3HUUQcYyo96CSfYCcPZn5oC/NRWxDX1wrhDrCHxBheS4f/5GFam4yvePeGsWd6qQ3sNY7nTq4q4hLRRt20rcPXhGNrXiS8Rqs0sNAO8u/iTwZZqM9zvvXlz+uZfLzYRJ9lgUwpYXRqVTGYZzeKovegIYT7QW0CvDW7B8QmHBVgVaFQTwp2aSay6hxRxvKMv+s9v2klsuQSPRgjQ+AvZGcu6GK7G1mmu3z5YvOTodujAlxgs1fSdAstxTNWoLqX4s2ThoMZsE14+8yG6i3KxPl/uI1h9oONlD+6VsB+j3fYPMvOw6zxEK9nB997mdMLi2+AATEJ9nNb8F803yKZ80s/ve+KQMsb16l6fJb9/rsD8VTlrOEhMDHS7MxYcyJeZ5ekyEUo4xkzwh0m/YiblFBva+M5/T0CD4VZmcSpHuDpoDDEnBxtLRscYPEeiVuIaaPLG2AR72Sv34DjkQnM22bkH0udT8NC2G+TfEv2PuMCBcQUM= ceph-750f05f6-9446-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:49:26.491 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOoi2tqBpykUup23Eb3HUUQcYyo96CSfYCcPZn5oC/NRWxDX1wrhDrCHxBheS4f/5GFam4yvePeGsWd6qQ3sNY7nTq4q4hLRRt20rcPXhGNrXiS8Rqs0sNAO8u/iTwZZqM9zvvXlz+uZfLzYRJ9lgUwpYXRqVTGYZzeKovegIYT7QW0CvDW7B8QmHBVgVaFQTwp2aSay6hxRxvKMv+s9v2klsuQSPRgjQ+AvZGcu6GK7G1mmu3z5YvOTodujAlxgs1fSdAstxTNWoLqX4s2ThoMZsE14+8yG6i3KxPl/uI1h9oONlD+6VsB+j3fYPMvOw6zxEK9nB997mdMLi2+AATEJ9nNb8F803yKZ80s/ve+KQMsb16l6fJb9/rsD8VTlrOEhMDHS7MxYcyJeZ5ekyEUo4xkzwh0m/YiblFBva+M5/T0CD4VZmcSpHuDpoDDEnBxtLRscYPEeiVuIaaPLG2AR72Sv34DjkQnM22bkH0udT8NC2G+TfEv2PuMCBcQUM= ceph-750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:49:26.503 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T14:49:27.012 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:26 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2277805839' entity='client.admin' 2023-12-06T14:49:28.498 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T14:49:28.499 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T14:49:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:28 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:28 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:49:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:28 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:28 smithi176 ceph-mon[107705]: Deploying daemon alertmanager.smithi176 on smithi176 2023-12-06T14:49:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:28 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1599241494' entity='client.admin' 2023-12-06T14:49:30.487 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2023-12-06T14:49:30.488 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:49:30.488 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2023-12-06T14:49:30.511 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:49:30.511 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:49:30.571 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2023-12-06T14:49:30.571 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch host add smithi204 2023-12-06T14:49:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:31 smithi176 ceph-mon[107705]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:31 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:33.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:33 smithi176 ceph-mon[107705]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:34.154 INFO:teuthology.orchestra.run.smithi176.stdout:Added host 'smithi204' with addr '172.21.15.204' 2023-12-06T14:49:34.482 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T14:49:35.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: Deploying cephadm binary to smithi204 2023-12-06T14:49:35.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:35.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: Added host smithi204 2023-12-06T14:49:35.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:35.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:49:35.493 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T14:49:35.493 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:35 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:35.853 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:49:35.853 INFO:teuthology.orchestra.run.smithi176.stdout:[{"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2023-12-06T14:49:36.335 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T14:49:36.335 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T14:49:36.703 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:36 smithi176 ceph-mon[107705]: Deploying daemon crash.smithi176 on smithi176 2023-12-06T14:49:37.650 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:37 smithi176 ceph-mon[107705]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:49:37.650 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:37 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:38.600 INFO:teuthology.orchestra.run.smithi176.stderr:adjusted tunables profile to default 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:49:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:38 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3330293958' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T14:49:39.013 INFO:tasks.cephadm:Adding mon.smithi176 on smithi176 2023-12-06T14:49:39.013 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2023-12-06T14:49:39.013 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi176:172.21.15.176=smithi176;smithi204:172.21.15.204=smithi204' 2023-12-06T14:49:39.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:39 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:49:39.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:39 smithi176 ceph-mon[107705]: Deploying daemon grafana.smithi176 on smithi176 2023-12-06T14:49:39.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:39 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3330293958' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T14:49:39.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:39 smithi176 ceph-mon[107705]: osdmap e4: 0 total, 0 up, 0 in 2023-12-06T14:49:40.322 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2023-12-06T14:49:40.713 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi204.service 2023-12-06T14:49:40.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:40.716 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:40.745 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:-- Logs begin at Wed 2023-12-06 14:39:31 UTC. -- 2023-12-06T14:49:40.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:40 smithi176 ceph-mon[107705]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:40.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:40 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:41.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:41 smithi176 ceph-mon[107705]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi176:172.21.15.176=smithi176;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:49:41.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:41 smithi176 ceph-mon[107705]: Saving service mon spec with placement smithi176:172.21.15.176=smithi176;smithi204:172.21.15.204=smithi204;count:2 2023-12-06T14:49:42.111 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:42.111 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:42.113 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:42.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:42 smithi176 ceph-mon[107705]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:42.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:42 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:42.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:42 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/4230368563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:43.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:43.479 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:44.838 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:44.839 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:44.840 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:44.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:44 smithi176 ceph-mon[107705]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:45.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:45 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/1497012650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:46.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:46.218 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:46.742 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:46 smithi176 ceph-mon[107705]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:47.622 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:47.622 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:47.623 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:48.710 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:48 smithi176 ceph-mon[107705]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:48.710 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:48 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/884987936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:48.988 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:48.989 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:49.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:49 smithi176 ceph-mon[107705]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:49.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:49 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:49.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:49 smithi176 ceph-mon[107705]: Deploying daemon node-exporter.smithi176 on smithi176 2023-12-06T14:49:50.393 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:50.393 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:50.395 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:50.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:50 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/1641978320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:51.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:51.784 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:52.513 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:52 smithi176 ceph-mon[107705]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:49:52.513 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:52 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:52.513 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:52 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:49:52.513 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:52 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:53.189 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:53.189 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:53.191 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:53.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:53 smithi176 ceph-mon[107705]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:49:53.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:53 smithi176 ceph-mon[107705]: mgrmap e14: smithi176.drqsup(active, since 35s) 2023-12-06T14:49:53.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:53 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/1257595623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:54.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:54.562 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:56.044 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:56.044 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:56.046 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:56.829 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:56 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3842397779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:57.418 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:49:57.418 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:49:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:58 smithi176 ceph-mon[107705]: Active manager daemon smithi176.drqsup restarted 2023-12-06T14:49:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:58 smithi176 ceph-mon[107705]: Activating manager daemon smithi176.drqsup 2023-12-06T14:49:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:58 smithi176 ceph-mon[107705]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T14:49:58.891 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:49:58.891 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:49:58.894 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:49:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: mgrmap e15: smithi176.drqsup(active, starting, since 0.0522085s) 2023-12-06T14:49:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:49:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:49:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:49:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: Manager daemon smithi176.drqsup is now available 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3852403459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:49:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:49:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:00.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:50:00.219 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:50:00.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:58] ENGINE Bus STARTING 2023-12-06T14:50:00.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:58] ENGINE Serving on https://172.21.15.176:7150 2023-12-06T14:50:00.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:49:58] ENGINE Bus STARTED 2023-12-06T14:50:00.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:00 smithi176 ceph-mon[107705]: mgrmap e16: smithi176.drqsup(active, since 1.0612s) 2023-12-06T14:50:00.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:01.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:01.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: mgrmap e17: smithi176.drqsup(active, since 2s) 2023-12-06T14:50:01.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:01.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:01.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:50:01.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:02.058 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:50:02.058 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:50:02.060 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/2631405607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:02.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:02.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T14:50:02.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:02.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:02 smithi176 ceph-mon[107705]: Deploying daemon crash.smithi204 on smithi204 2023-12-06T14:50:03.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:50:03.424 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:50:04.923 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:50:04.923 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:50:04.925 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: Deploying daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:50:05.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:05 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3388584700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:06.511 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:50:06.511 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:50:07.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:07 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:07.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:07 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:07.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:07 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:07.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:07 smithi176 ceph-mon[107705]: Deploying daemon mon.smithi204 on smithi204 2023-12-06T14:50:08.433 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:50:08.433 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:48:25.000066Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T14:50:08.434 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-06T14:50:08.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pidfile_write: ignore empty --pid-file 2023-12-06T14:50:08.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: load: jerasure load: lrc 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 bash[110367]: c9e83f5b0a2f5620b43b7aa1daf804a026bb6f534cc7fc611e7a6ea34fd17007 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: RocksDB version: 6.15.5 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Compile date Apr 18 2022 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: DB SUMMARY 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: DB Session ID: 5X9KQ4P424S4R3VIMOSO 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: CURRENT file: CURRENT 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: IDENTITY file: IDENTITY 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi204/store.db dir, Total Num: 0, files: 2023-12-06T14:50:09.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi204/store.db: 000004.log size: 511 ; 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.error_if_exists: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.create_if_missing: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.paranoid_checks: 1 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.env: 0x560f5cf88860 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.fs: Posix File System 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.info_log: 0x560f5f0f7fa0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.statistics: (nil) 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.use_fsync: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_log_file_size: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:50:09.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_fallocate: 1 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.use_direct_reads: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.db_log_dir: 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi204/store.db 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:50:09.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.write_buffer_manager: 0x560f5f1e82d0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.unordered_write: 0 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:50:09.230 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.row_cache: None 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.wal_filter: None 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.preserve_deletes: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.two_write_queues: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.atomic_flush: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.log_readahead_size: 0 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:50:09.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_background_jobs: 2 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_background_compactions: -1 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_subcompactions: 1 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:50:09.232 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_open_files: -1 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_background_flushes: -1 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Compression algorithms supported: 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kZSTD supported: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kXpressCompression supported: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kLZ4Compression supported: 1 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kBZip2Compression supported: 0 2023-12-06T14:50:09.233 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kZlibCompression supported: 1 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: kSnappyCompression supported: 1 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000003 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.merge_operator: 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_filter: None 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560f5f0c3d00) 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: cache_index_and_filter_blocks: 1 2023-12-06T14:50:09.234 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:50:09.235 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:50:09.235 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: pin_top_level_index_and_filter: 1 2023-12-06T14:50:09.235 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: index_type: 0 2023-12-06T14:50:09.235 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: data_block_index_type: 0 2023-12-06T14:50:09.235 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: index_shortening: 1 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: hash_index_allow_collision: 1 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: checksum: 1 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: no_block_cache: 0 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_cache: 0x560f5f12e170 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_cache_name: BinnedLRUCache 2023-12-06T14:50:09.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_cache_options: 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: capacity : 536870912 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: num_shard_bits : 4 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: strict_capacity_limit : 0 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: high_pri_pool_ratio: 0.000 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_cache_compressed: (nil) 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: persistent_cache: (nil) 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_size: 4096 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_size_deviation: 10 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_restart_interval: 16 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: index_block_restart_interval: 1 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: metadata_block_size: 4096 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: partition_filters: 0 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: use_delta_encoding: 1 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: whole_key_filtering: 1 2023-12-06T14:50:09.237 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: verify_compression: 0 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: read_amp_bytes_per_bit: 0 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: format_version: 4 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: enable_index_compression: 1 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: block_align: 0 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression: NoCompression 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.num_levels: 7 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:50:09.238 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:50:09.239 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:50:09.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.table_properties_collectors: 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.inplace_update_support: 0 2023-12-06T14:50:09.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.bloom_locality: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.max_successive_merges: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.ttl: 2592000 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.enable_blob_files: false 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.min_blob_size: 0 2023-12-06T14:50:09.242 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874208936322, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874208936606, "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": 1701874208, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "fa00bae1-98eb-4e70-9681-5c00962c1d38", "db_session_id": "5X9KQ4P424S4R3VIMOSO"}} 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701874208936926, "job": 1, "event": "recovery_finished"} 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 systemd[1]: Started Ceph mon.smithi204 for 750f05f6-9446-11ee-95a2-87774f69a715. 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi204/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T14:50:09.243 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560f5f114a80 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: DB pointer 0x560f5f124000 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** DB Stats ** 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** Compaction Stats [default] ** 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:50:09.244 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** Compaction Stats [default] ** 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:50:09.245 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** Compaction Stats [default] ** 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** Compaction Stats [default] ** 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:50:09.246 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204 does not exist in monmap, will attempt to join an existing cluster 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: starting mon.smithi204 rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi204 fsid 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(???) e0 preinit fsid 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:50:09.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).mds e1 new map 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).mds e1 print_map 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: e1 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: legacy client fscid: -1 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout: No filesystems configured 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-06T14:50:09.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/4230368563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/1497012650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/884987936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Deploying daemon node-exporter.smithi176 on smithi176 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/1641978320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14162 172.21.15.176:0/1565940202' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mgrmap e14: smithi176.drqsup(active, since 35s) 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/1257595623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3842397779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Active manager daemon smithi176.drqsup restarted 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Activating manager daemon smithi176.drqsup 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mgrmap e15: smithi176.drqsup(active, starting, since 0.0522085s) 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:50:09.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Manager daemon smithi176.drqsup is now available 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3852403459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: [06/Dec/2023:14:49:58] ENGINE Bus STARTING 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: [06/Dec/2023:14:49:58] ENGINE Serving on https://172.21.15.176:7150 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: [06/Dec/2023:14:49:58] ENGINE Bus STARTED 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mgrmap e16: smithi176.drqsup(active, since 1.0612s) 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mgrmap e17: smithi176.drqsup(active, since 2s) 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/2631405607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.252 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Deploying daemon crash.smithi204 on smithi204 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Deploying daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3388584700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:09.253 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:09.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: Deploying daemon mon.smithi204 on smithi204 2023-12-06T14:50:09.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T14:50:09.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:08 smithi204 ceph-mon[110430]: mon.smithi204@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T14:50:09.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T14:50:09.842 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T14:50:14.295 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-06T14:50:14.295 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","modified":"2023-12-06T14:50:08.966766Z","created":"2023-12-06T14:48:25.000066Z","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":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi204","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T14:50:14.299 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: mon.smithi176 calling monitor election 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: mon.smithi204 calling monitor election 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.323 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/crt"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: mon.smithi176 is new leader, mons smithi176,smithi204 in quorum (ranks 0,1) 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: monmap e2: 2 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: fsmap 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: mgrmap e17: smithi176.drqsup(active, since 15s) 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: Standby manager daemon smithi204.tgvqbc started 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/key"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: overall HEALTH_OK 2023-12-06T14:50:14.324 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:14.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:50:14.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: mon.smithi176 calling monitor election 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: mon.smithi204 calling monitor election 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/crt"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: mon.smithi176 is new leader, mons smithi176,smithi204 in quorum (ranks 0,1) 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: monmap e2: 2 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} 2023-12-06T14:50:14.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: fsmap 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: osdmap e5: 0 total, 0 up, 0 in 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: mgrmap e17: smithi176.drqsup(active, since 15s) 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: Standby manager daemon smithi204.tgvqbc started 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/key"}]: dispatch 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/1932607234' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: overall HEALTH_OK 2023-12-06T14:50:14.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:14.660 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T14:50:14.660 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T14:50:15.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:15 smithi176 ceph-mon[107705]: Deploying daemon node-exporter.smithi204 on smithi204 2023-12-06T14:50:15.328 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:15 smithi176 ceph-mon[107705]: mgrmap e18: smithi176.drqsup(active, since 15s), standbys: smithi204.tgvqbc 2023-12-06T14:50:15.328 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi204.tgvqbc", "id": "smithi204.tgvqbc"}]: dispatch 2023-12-06T14:50:15.328 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:15 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/4201455171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:15.328 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:15 smithi204 ceph-mon[110430]: Deploying daemon node-exporter.smithi204 on smithi204 2023-12-06T14:50:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:15 smithi204 ceph-mon[110430]: mgrmap e18: smithi176.drqsup(active, since 15s), standbys: smithi204.tgvqbc 2023-12-06T14:50:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr metadata", "who": "smithi204.tgvqbc", "id": "smithi204.tgvqbc"}]: dispatch 2023-12-06T14:50:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:15 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/4201455171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T14:50:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:50:16.073 INFO:teuthology.orchestra.run.smithi176.stdout:# minimal ceph.conf for 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:50:16.073 INFO:teuthology.orchestra.run.smithi176.stdout:[global] 2023-12-06T14:50:16.074 INFO:teuthology.orchestra.run.smithi176.stdout: fsid = 750f05f6-9446-11ee-95a2-87774f69a715 2023-12-06T14:50:16.074 INFO:teuthology.orchestra.run.smithi176.stdout: mon_host = [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2023-12-06T14:50:16.446 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T14:50:16.446 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:50:16.446 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T14:50:16.476 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:50:16.476 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:16.543 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:50:16.543 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T14:50:16.575 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:50:16.575 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:16.646 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T14:50:16.647 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:50:16.647 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T14:50:16.665 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T14:50:16.665 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_1 2023-12-06T14:50:16.697 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:16 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3574160701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:16.714 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T14:50:16.714 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:16.714 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 395448 Links: 1 2023-12-06T14:50:16.714 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:16.714 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:16.715 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-06 14:49:49.058963807 +0000 2023-12-06T14:50:16.715 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-06 14:47:05.769825698 +0000 2023-12-06T14:50:16.715 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-06 14:47:05.769825698 +0000 2023-12-06T14:50:16.715 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-06T14:50:16.715 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T14:50:16.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:16 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3574160701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:16.780 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-06T14:50:16.781 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-06T14:50:16.781 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000245002 s, 2.1 MB/s 2023-12-06T14:50:16.782 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T14:50:16.842 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_2 2023-12-06T14:50:16.901 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T14:50:16.901 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:16.901 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 389890 Links: 1 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-06 14:49:49.058963807 +0000 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-06 14:47:06.273821205 +0000 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-06 14:47:06.273821205 +0000 2023-12-06T14:50:16.902 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-06T14:50:16.902 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T14:50:16.971 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-06T14:50:16.971 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-06T14:50:16.971 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000199234 s, 2.6 MB/s 2023-12-06T14:50:16.972 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T14:50:17.030 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_3 2023-12-06T14:50:17.089 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T14:50:17.089 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 390035 Links: 1 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-06 14:49:49.058963807 +0000 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-06 14:47:06.787816623 +0000 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-06 14:47:06.787816623 +0000 2023-12-06T14:50:17.090 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-06T14:50:17.090 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T14:50:17.155 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-06T14:50:17.155 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-06T14:50:17.155 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.00021728 s, 2.4 MB/s 2023-12-06T14:50:17.156 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T14:50:17.215 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_4 2023-12-06T14:50:17.272 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 399386 Links: 1 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-06 14:49:49.059963798 +0000 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-06 14:47:07.307811987 +0000 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-06 14:47:07.307811987 +0000 2023-12-06T14:50:17.273 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-06T14:50:17.273 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T14:50:17.338 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-06T14:50:17.338 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-06T14:50:17.339 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.00022792 s, 2.2 MB/s 2023-12-06T14:50:17.339 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T14:50:17.398 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-06T14:50:17.398 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T14:50:17.420 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T14:50:17.421 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 395442 Links: 1 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:17.482 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-06 14:50:14.522596770 +0000 2023-12-06T14:50:17.483 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-06 14:47:05.387675872 +0000 2023-12-06T14:50:17.483 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-06 14:47:05.387675872 +0000 2023-12-06T14:50:17.483 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-06T14:50:17.483 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T14:50:17.552 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-06T14:50:17.553 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-06T14:50:17.553 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000243034 s, 2.1 MB/s 2023-12-06T14:50:17.554 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T14:50:17.615 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 398360 Links: 1 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-06 14:50:14.522596770 +0000 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-06 14:47:05.889669267 +0000 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-06 14:47:05.889669267 +0000 2023-12-06T14:50:17.677 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-06T14:50:17.677 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T14:50:17.745 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-06T14:50:17.745 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-06T14:50:17.745 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000229861 s, 2.2 MB/s 2023-12-06T14:50:17.746 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T14:50:17.807 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 394494 Links: 1 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-06 14:50:14.522596770 +0000 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-06 14:47:06.393662637 +0000 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-06 14:47:06.393662637 +0000 2023-12-06T14:50:17.866 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-06T14:50:17.867 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T14:50:17.930 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:17.930 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:17 smithi204 ceph-mon[110430]: Deploying daemon prometheus.smithi176 on smithi176 2023-12-06T14:50:17.932 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-06T14:50:17.932 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-06T14:50:17.932 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000191208 s, 2.7 MB/s 2023-12-06T14:50:17.933 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T14:50:17.993 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2023-12-06T14:50:18.052 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T14:50:18.052 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T14:50:18.052 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 398465 Links: 1 2023-12-06T14:50:18.052 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T14:50:18.053 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T14:50:18.053 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-06 14:50:14.522596770 +0000 2023-12-06T14:50:18.053 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-06 14:47:06.900655966 +0000 2023-12-06T14:50:18.053 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-06 14:47:06.900655966 +0000 2023-12-06T14:50:18.053 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-06T14:50:18.053 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T14:50:18.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:18.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:17 smithi176 ceph-mon[107705]: Deploying daemon prometheus.smithi176 on smithi176 2023-12-06T14:50:18.119 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-06T14:50:18.119 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-06T14:50:18.119 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000238428 s, 2.1 MB/s 2023-12-06T14:50:18.120 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T14:50:18.179 INFO:tasks.cephadm:Deploying osd.0 on smithi176 with /dev/vg_nvme/lv_4... 2023-12-06T14:50:18.180 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T14:50:18.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:18 smithi204 ceph-mon[110430]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:18.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:18 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:19.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:18 smithi176 ceph-mon[107705]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:19.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:18 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:20.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:20 smithi176 ceph-mon[107705]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:20 smithi204 ceph-mon[110430]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:22.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:22 smithi176 ceph-mon[107705]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:22.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:22 smithi204 ceph-mon[110430]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:24.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:24 smithi176 ceph-mon[107705]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:24.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:24 smithi204 ceph-mon[110430]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:26.541 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T14:50:26.541 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T14:50:26.541 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-06T14:50:26.541 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-06T14:50:26.541 INFO:teuthology.orchestra.run.smithi176.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111597 s, 940 MB/s 2023-12-06T14:50:26.542 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-06T14:50:26.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:26 smithi204 ceph-mon[110430]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:26.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:26 smithi176 ceph-mon[107705]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:27.155 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_4 2023-12-06T14:50:28.426 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:28 smithi176 ceph-mon[107705]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:28 smithi204 ceph-mon[110430]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:29 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:29 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:30.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:29 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:30.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:29 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:30.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:29 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:30.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:29 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:31.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:31.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:31.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:31.250 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:31.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:31.251 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:31 smithi204 ceph-mon[110430]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:50:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:31.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:50:31.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:31 smithi176 ceph-mon[107705]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: Updating smithi204:/etc/ceph/ceph.conf 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3860708024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b"}]: dispatch 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3860708024' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b"}]': finished 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T14:50:32.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:32.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:32.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: Updating smithi204:/etc/ceph/ceph.conf 2023-12-06T14:50:32.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:32.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3860708024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b"}]: dispatch 2023-12-06T14:50:32.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3860708024' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b"}]': finished 2023-12-06T14:50:32.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: osdmap e6: 1 total, 0 up, 1 in 2023-12-06T14:50:32.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:33.389 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:33 smithi176 ceph-mon[107705]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:33.389 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:33 smithi176 ceph-mon[107705]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:33.389 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:33 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/823986386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:33.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:33 smithi204 ceph-mon[110430]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:50:33.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:33 smithi204 ceph-mon[110430]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:33.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:33 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/823986386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: Reconfiguring mon.smithi176 (unknown last config time)... 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: Reconfiguring daemon mon.smithi176 on smithi176 2023-12-06T14:50:34.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:34 smithi176 ceph-mon[107705]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:34.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: Reconfiguring mon.smithi176 (unknown last config time)... 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: Reconfiguring daemon mon.smithi176 on smithi176 2023-12-06T14:50:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:34 smithi204 ceph-mon[110430]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: Reconfiguring mgr.smithi176.drqsup (unknown last config time)... 2023-12-06T14:50:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: Reconfiguring daemon mgr.smithi176.drqsup on smithi176 2023-12-06T14:50:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:37 smithi176 ceph-mon[107705]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:37.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:37.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: Reconfiguring mgr.smithi176.drqsup (unknown last config time)... 2023-12-06T14:50:37.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:37.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:37.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:37.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: Reconfiguring daemon mgr.smithi176.drqsup on smithi176 2023-12-06T14:50:37.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:37 smithi204 ceph-mon[110430]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:38.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T14:50:38.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:38.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T14:50:38.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:39.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:39 smithi176 ceph-mon[107705]: Deploying daemon osd.0 on smithi176 2023-12-06T14:50:39.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:39 smithi176 ceph-mon[107705]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:39.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:39 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:39.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:39 smithi204 ceph-mon[110430]: Deploying daemon osd.0 on smithi176 2023-12-06T14:50:39.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:39 smithi204 ceph-mon[110430]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:39.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:39 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:40.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:40 smithi176 ceph-mon[107705]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2023-12-06T14:50:40.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:40 smithi176 ceph-mon[107705]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2023-12-06T14:50:40.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:40 smithi204 ceph-mon[110430]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2023-12-06T14:50:40.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:40 smithi204 ceph-mon[110430]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2023-12-06T14:50:41.423 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:41 smithi176 ceph-mon[107705]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:41.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:41 smithi204 ceph-mon[110430]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:43.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:43.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:43 smithi176 ceph-mon[107705]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:43.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:43.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:43 smithi204 ceph-mon[110430]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:44.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:44 smithi176 ceph-mon[107705]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:44.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:44 smithi204 ceph-mon[110430]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:45 smithi176 ceph-mon[107705]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:45 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:45 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:45 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:45.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:45 smithi204 ceph-mon[110430]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T14:50:45.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:45 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:45.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:45 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:45.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:45 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:46.320 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 0 on host 'smithi176' 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: Reconfiguring crash.smithi176 (monmap changed)... 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: Reconfiguring daemon crash.smithi176 on smithi176 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:46.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:50:46.580 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:46 smithi176 ceph-mon[107705]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:46.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: Reconfiguring crash.smithi176 (monmap changed)... 2023-12-06T14:50:46.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: Reconfiguring daemon crash.smithi176 on smithi176 2023-12-06T14:50:46.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T14:50:46.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: osdmap e7: 1 total, 0 up, 1 in 2023-12-06T14:50:46.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:50:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:46 smithi204 ceph-mon[110430]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:46.834 DEBUG:teuthology.orchestra.run.smithi176:osd.0> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T14:50:46.837 INFO:tasks.cephadm:Deploying osd.1 on smithi176 with /dev/vg_nvme/lv_3... 2023-12-06T14:50:46.837 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T14:50:46.867 INFO:journalctl@ceph.osd.0.smithi176.stdout:-- Logs begin at Wed 2023-12-06 14:39:26 UTC. -- 2023-12-06T14:50:47.473 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:47 smithi176 ceph-mon[107705]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:50:47.473 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:47 smithi176 ceph-mon[107705]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T14:50:47.473 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:47.473 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:47.473 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:47.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:47 smithi204 ceph-mon[110430]: from='osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:50:47.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:47 smithi204 ceph-mon[110430]: osdmap e8: 1 total, 0 up, 1 in 2023-12-06T14:50:47.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:47.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:47.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436] boot 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:48.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: Reconfiguring grafana.smithi176 (dependencies changed)... 2023-12-06T14:50:48.498 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: Reconfiguring daemon grafana.smithi176 on smithi176 2023-12-06T14:50:48.498 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:48 smithi176 ceph-mon[107705]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:48.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436] boot 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: osdmap e9: 1 total, 1 up, 1 in 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: Reconfiguring grafana.smithi176 (dependencies changed)... 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: Reconfiguring daemon grafana.smithi176 on smithi176 2023-12-06T14:50:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:48 smithi204 ceph-mon[110430]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:50:48.751 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T14:50:48.751 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T14:50:48.751 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-06T14:50:48.752 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-06T14:50:48.752 INFO:teuthology.orchestra.run.smithi176.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111431 s, 941 MB/s 2023-12-06T14:50:48.752 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 2023-12-06T14:50:48.752 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-06T14:50:49.286 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_3 2023-12-06T14:50:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:50 smithi176 ceph-mon[107705]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T14:50:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:50 smithi176 ceph-mon[107705]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:50.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:50 smithi204 ceph-mon[110430]: osdmap e10: 1 total, 1 up, 1 in 2023-12-06T14:50:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:50 smithi204 ceph-mon[110430]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:52.312 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:52.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: Reconfiguring crash.smithi204 (monmap changed)... 2023-12-06T14:50:52.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:52.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:52.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: Reconfiguring daemon crash.smithi204 on smithi204 2023-12-06T14:50:52.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:52.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: Reconfiguring crash.smithi204 (monmap changed)... 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: Reconfiguring daemon crash.smithi204 on smithi204 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:52.368 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:52.369 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:50:52.369 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:50:52.369 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:53.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: Reconfiguring mgr.smithi204.tgvqbc (monmap changed)... 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: Reconfiguring daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/710329895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d0c0e3c-0637-41ac-9748-343d2405652d"}]: dispatch 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/710329895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d0c0e3c-0637-41ac-9748-343d2405652d"}]': finished 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T14:50:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:53.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: Reconfiguring mgr.smithi204.tgvqbc (monmap changed)... 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: Reconfiguring daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/710329895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d0c0e3c-0637-41ac-9748-343d2405652d"}]: dispatch 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/710329895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d0c0e3c-0637-41ac-9748-343d2405652d"}]': finished 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: osdmap e11: 2 total, 1 up, 2 in 2023-12-06T14:50:53.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:50:54.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:54 smithi204 ceph-mon[110430]: Reconfiguring mon.smithi204 (monmap changed)... 2023-12-06T14:50:54.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:54 smithi204 ceph-mon[110430]: Reconfiguring daemon mon.smithi204 on smithi204 2023-12-06T14:50:54.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:54 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3160965826' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:54.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:54 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:54.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:54 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:50:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:54 smithi176 ceph-mon[107705]: Reconfiguring mon.smithi204 (monmap changed)... 2023-12-06T14:50:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:54 smithi176 ceph-mon[107705]: Reconfiguring daemon mon.smithi204 on smithi204 2023-12-06T14:50:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:54 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3160965826' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:50:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:54 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:50:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:54 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:50:55.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:55 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:50:55.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:55 smithi204 ceph-mon[110430]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:55.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:55 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:50:55.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:55 smithi176 ceph-mon[107705]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:56.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:56 smithi204 ceph-mon[110430]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:56.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:56 smithi176 ceph-mon[107705]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:58.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:58 smithi176 ceph-mon[107705]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:58.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:58.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:50:58.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:58 smithi204 ceph-mon[110430]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:50:58.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:50:58.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:00.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T14:51:00.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:50:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:00.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T14:51:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:50:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:01.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:00 smithi204 ceph-mon[110430]: Deploying daemon osd.1 on smithi176 2023-12-06T14:51:01.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:00 smithi204 ceph-mon[110430]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:01.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:00 smithi176 ceph-mon[107705]: Deploying daemon osd.1 on smithi176 2023-12-06T14:51:01.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:00 smithi176 ceph-mon[107705]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:02.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:02 smithi176 ceph-mon[107705]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:02.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:02 smithi204 ceph-mon[110430]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:04.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:04.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:04 smithi176 ceph-mon[107705]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:04.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:04.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:04 smithi204 ceph-mon[110430]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:05.529 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 1 on host 'smithi176' 2023-12-06T14:51:05.951 DEBUG:teuthology.orchestra.run.smithi176:osd.1> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T14:51:05.953 INFO:tasks.cephadm:Deploying osd.2 on smithi176 with /dev/vg_nvme/lv_2... 2023-12-06T14:51:05.953 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T14:51:05.981 INFO:journalctl@ceph.osd.1.smithi176.stdout:-- Logs begin at Wed 2023-12-06 14:39:26 UTC. -- 2023-12-06T14:51:06.727 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.727 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.176:9093"}]: dispatch 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.176:9093"}]: dispatch 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.176:3000"}]: dispatch 2023-12-06T14:51:06.728 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.176:3000"}]: dispatch 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.176:9095"}]: dispatch 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.176:9095"}]: dispatch 2023-12-06T14:51:06.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:06.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:06.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:06.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-mon[107705]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:06.909 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.176:9093"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.176:9093"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.176:3000"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.176:3000"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.176:9095"}]: dispatch 2023-12-06T14:51:06.910 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.176:9095"}]: dispatch 2023-12-06T14:51:06.911 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:06.911 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:06.911 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:06.911 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:06.911 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:06 smithi204 ceph-mon[110430]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:07.098 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:06 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T14:51:06.726+0000 7f02dba443c0 -1 osd.1 0 log_to_monitors true 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121832 s, 861 MB/s 2023-12-06T14:51:07.671 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-06T14:51:07.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:07 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:07.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:07 smithi176 ceph-mon[107705]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T14:51:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:07 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:07 smithi204 ceph-mon[110430]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T14:51:08.171 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_2 2023-12-06T14:51:08.848 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T14:51:08.614+0000 7f02d2447700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T14:51:08.848 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T14:51:08.622+0000 7f02cbddc700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:51:08.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-mon[107705]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T14:51:08.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-mon[107705]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T14:51:08.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:08.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-mon[107705]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:08.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:08 smithi176 ceph-mon[107705]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:08.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:08 smithi204 ceph-mon[110430]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T14:51:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:08 smithi204 ceph-mon[110430]: osdmap e12: 2 total, 1 up, 2 in 2023-12-06T14:51:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:08 smithi204 ceph-mon[110430]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:08 smithi204 ceph-mon[110430]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:09.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:09 smithi176 ceph-mon[107705]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:09.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:09 smithi176 ceph-mon[107705]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T14:51:09.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:09 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:09.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:09 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:09.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:09 smithi204 ceph-mon[110430]: from='osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:09.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:09 smithi204 ceph-mon[110430]: osdmap e13: 2 total, 1 up, 2 in 2023-12-06T14:51:09.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:09 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:09.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:09 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:10.976 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980] boot 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:10.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:10 smithi176 ceph-mon[107705]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: osd.1 [v2:172.21.15.176:6810/1688552980,v1:172.21.15.176:6811/1688552980] boot 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: osdmap e14: 2 total, 2 up, 2 in 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:10.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:10.979 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:10.979 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:10 smithi204 ceph-mon[110430]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T14:51:11.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:11 smithi176 ceph-mon[107705]: osdmap e15: 2 total, 2 up, 2 in 2023-12-06T14:51:11.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:11 smithi204 ceph-mon[110430]: osdmap e15: 2 total, 2 up, 2 in 2023-12-06T14:51:12.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1791286137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f735cfb-c9be-487e-b7da-833ad0dbe4dd"}]: dispatch 2023-12-06T14:51:12.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1791286137' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f735cfb-c9be-487e-b7da-833ad0dbe4dd"}]': finished 2023-12-06T14:51:12.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T14:51:12.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:12.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:12.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:12 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1683175152' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:13.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1791286137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f735cfb-c9be-487e-b7da-833ad0dbe4dd"}]: dispatch 2023-12-06T14:51:13.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1791286137' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f735cfb-c9be-487e-b7da-833ad0dbe4dd"}]': finished 2023-12-06T14:51:13.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: osdmap e16: 3 total, 2 up, 3 in 2023-12-06T14:51:13.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:13.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: pgmap v41: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:13.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:12 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1683175152' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:14.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:14 smithi176 ceph-mon[107705]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:14.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:14 smithi204 ceph-mon[110430]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:16.648 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:16 smithi176 ceph-mon[107705]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:16.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:16 smithi204 ceph-mon[110430]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:17.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi176 2023-12-06T14:51:17.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi176 to 6449M 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:17.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:17 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:17.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi176 2023-12-06T14:51:17.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi176 to 6449M 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:17.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:17 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:18 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:18 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T14:51:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:18 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:18 smithi176 ceph-mon[107705]: Deploying daemon osd.2 on smithi176 2023-12-06T14:51:18.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:18 smithi176 ceph-mon[107705]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:18.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:18 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:18.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:18 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T14:51:18.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:18 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:18.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:18 smithi204 ceph-mon[110430]: Deploying daemon osd.2 on smithi176 2023-12-06T14:51:18.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:18 smithi204 ceph-mon[110430]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:20.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:20 smithi176 ceph-mon[107705]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:20 smithi204 ceph-mon[110430]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:21.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:21 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:21.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:21 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:22.897 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:22 smithi176 ceph-mon[107705]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:22.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:22 smithi204 ceph-mon[110430]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:24.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:25.384 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 2 on host 'smithi176' 2023-12-06T14:51:25.412 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:25.412 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:25.413 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:25.413 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:25.413 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:25.413 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:25.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:25.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:25.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:25.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:25.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:25.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:25 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:25.835 DEBUG:teuthology.orchestra.run.smithi176:osd.2> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T14:51:25.838 INFO:tasks.cephadm:Deploying osd.3 on smithi176 with /dev/vg_nvme/lv_1... 2023-12-06T14:51:25.838 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T14:51:25.868 INFO:journalctl@ceph.osd.2.smithi176.stdout:-- Logs begin at Wed 2023-12-06 14:39:26 UTC. -- 2023-12-06T14:51:26.098 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:25 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T14:51:25.908+0000 7f900edd13c0 -1 osd.2 0 log_to_monitors true 2023-12-06T14:51:26.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:26 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:26.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:26 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:26.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:26 smithi176 ceph-mon[107705]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T14:51:26.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:26 smithi176 ceph-mon[107705]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:26.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:26 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:26.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:26 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:26.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:26 smithi204 ceph-mon[110430]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T14:51:26.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:26 smithi204 ceph-mon[110430]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:27.598 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T14:51:27.447+0000 7f90057d4700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T14:51:27.599 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T14:51:27.451+0000 7f900116d700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:51:27.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-mon[107705]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T14:51:27.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-mon[107705]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T14:51:27.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:27.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:27 smithi176 ceph-mon[107705]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:27.713 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T14:51:27.714 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T14:51:27.714 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-06T14:51:27.714 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-06T14:51:27.714 INFO:teuthology.orchestra.run.smithi176.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123394 s, 850 MB/s 2023-12-06T14:51:27.714 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-06T14:51:27.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:27 smithi204 ceph-mon[110430]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T14:51:27.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:27 smithi204 ceph-mon[110430]: osdmap e17: 3 total, 2 up, 3 in 2023-12-06T14:51:27.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:27 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:27.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:27 smithi204 ceph-mon[110430]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:28.114 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_1 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: osdmap e18: 3 total, 2 up, 3 in 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:28 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: from='osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: osdmap e18: 3 total, 2 up, 3 in 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T14:51:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:28 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:29.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:29 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:51:29.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:29 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:51:29.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:29 smithi176 ceph-mon[107705]: osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220] boot 2023-12-06T14:51:29.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:29 smithi176 ceph-mon[107705]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T14:51:29.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:29 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:29.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:29 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:51:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:29 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:51:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:29 smithi204 ceph-mon[110430]: osd.2 [v2:172.21.15.176:6818/3002338220,v1:172.21.15.176:6819/3002338220] boot 2023-12-06T14:51:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:29 smithi204 ceph-mon[110430]: osdmap e19: 3 total, 3 up, 3 in 2023-12-06T14:51:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:29 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:30 smithi176 ceph-mon[107705]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:30.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: osdmap e20: 3 total, 3 up, 3 in 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:30.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:30 smithi204 ceph-mon[110430]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:31.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T14:51:31.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T14:51:31.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:31 smithi176 ceph-mon[107705]: osdmap e21: 3 total, 3 up, 3 in 2023-12-06T14:51:31.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:31 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T14:51:31.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T14:51:31.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T14:51:31.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:31 smithi204 ceph-mon[110430]: osdmap e21: 3 total, 3 up, 3 in 2023-12-06T14:51:31.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:31 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: osdmap e22: 3 total, 3 up, 3 in 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi176 to 4299M 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:32.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:32.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:32.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:32 smithi176 ceph-mon[107705]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:32.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: osdmap e22: 3 total, 3 up, 3 in 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi176 to 4299M 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:32.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:32 smithi204 ceph-mon[110430]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:33.078 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:32 smithi176 sudo[130732]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T14:51:33.078 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:32 smithi176 sudo[130732]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:33.079 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:32 smithi176 sudo[130732]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:33.348 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130803]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T14:51:33.348 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130803]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:33.348 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130803]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:33.615 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130851]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T14:51:33.615 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130851]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:33.615 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130851]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:33.615 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:33 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1717746686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2581f9c-b8bf-44fa-9268-9cb00870e9f8"}]: dispatch 2023-12-06T14:51:33.615 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:33 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1717746686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2581f9c-b8bf-44fa-9268-9cb00870e9f8"}]': finished 2023-12-06T14:51:33.615 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:33 smithi176 ceph-mon[107705]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T14:51:33.615 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:33 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:33.615 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:33 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:33.868 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130930]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T14:51:33.868 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130930]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:33.868 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[130930]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:33.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:33 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1717746686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2581f9c-b8bf-44fa-9268-9cb00870e9f8"}]: dispatch 2023-12-06T14:51:33.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:33 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1717746686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2581f9c-b8bf-44fa-9268-9cb00870e9f8"}]': finished 2023-12-06T14:51:33.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:33 smithi204 ceph-mon[110430]: osdmap e23: 4 total, 3 up, 4 in 2023-12-06T14:51:33.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:33 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:33.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:33 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:34.125 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[131017]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T14:51:34.125 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[131017]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:34.125 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:33 smithi176 sudo[131017]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:34.378 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131053]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T14:51:34.378 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131053]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:34.378 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131053]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:34.637 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131304]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T14:51:34.637 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131304]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:34.637 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131304]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:34.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:34 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/33206027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:34.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:34 smithi204 ceph-mon[110430]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:34.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:34 smithi204 sudo[113147]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-06T14:51:34.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:34 smithi204 sudo[113147]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:34.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:34 smithi204 sudo[113147]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:35.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131536]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T14:51:35.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131536]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:35.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 sudo[131536]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:35.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/33206027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:35.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:34 smithi176 ceph-mon[107705]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 sudo[113150]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-06T14:51:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 sudo[113150]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-06T14:51:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 sudo[113150]: pam_unix(sudo:session): session closed for user root 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:35.921 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: mgrmap e19: smithi176.drqsup(active, since 96s), standbys: smithi204.tgvqbc 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:35.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:35 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:35.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: mgrmap e19: smithi176.drqsup(active, since 96s), standbys: smithi204.tgvqbc 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:35 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:36.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:36 smithi204 ceph-mon[110430]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:37.030 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:36 smithi176 ceph-mon[107705]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:38.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:38 smithi176 ceph-mon[107705]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:38 smithi204 ceph-mon[110430]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:39.496 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:39 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T14:51:39.496 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:39 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:39.496 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:39 smithi176 ceph-mon[107705]: Deploying daemon osd.3 on smithi176 2023-12-06T14:51:39.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:39 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T14:51:39.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:39 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:39 smithi204 ceph-mon[110430]: Deploying daemon osd.3 on smithi176 2023-12-06T14:51:40.451 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:40 smithi176 ceph-mon[107705]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:40.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:40 smithi204 ceph-mon[110430]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:43.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:43.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:43.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:43.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:43.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:43 smithi176 ceph-mon[107705]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:43.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:43 smithi204 ceph-mon[110430]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:44.417 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 3 on host 'smithi176' 2023-12-06T14:51:44.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:44 smithi176 ceph-mon[107705]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:44.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:44 smithi204 ceph-mon[110430]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:44.911 DEBUG:teuthology.orchestra.run.smithi176:osd.3> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T14:51:44.914 INFO:tasks.cephadm:Deploying osd.4 on smithi204 with /dev/vg_nvme/lv_4... 2023-12-06T14:51:44.914 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T14:51:44.943 INFO:journalctl@ceph.osd.3.smithi176.stdout:-- Logs begin at Wed 2023-12-06 14:39:26 UTC. -- 2023-12-06T14:51:45.545 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:45 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:45.546 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:45 smithi204 ceph-mon[110430]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T14:51:45.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:45 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:45.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:45 smithi176 ceph-mon[107705]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T14:51:45.598 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 14:51:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T14:51:45.175+0000 7fb7fa77d3c0 -1 osd.3 0 log_to_monitors true 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108525 s, 966 MB/s 2023-12-06T14:51:46.374 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:46.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:46 smithi204 ceph-mon[110430]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:46.724 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T14:51:46.422+0000 7fb7f1180700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T14:51:46.724 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T14:51:46.426+0000 7fb7edb1b700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:51:46.724 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T14:51:46.724 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: osdmap e24: 4 total, 3 up, 4 in 2023-12-06T14:51:46.725 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:46.725 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-06T14:51:46.725 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:46.725 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:46 smithi176 ceph-mon[107705]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:46.740 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2023-12-06T14:51:47.671 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:47 smithi204 ceph-mon[110430]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:47.671 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:47 smithi204 ceph-mon[110430]: osdmap e25: 4 total, 3 up, 4 in 2023-12-06T14:51:47.671 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:47.671 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:47.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:47 smithi176 ceph-mon[107705]: from='osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-06T14:51:47.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:47 smithi176 ceph-mon[107705]: osdmap e25: 4 total, 3 up, 4 in 2023-12-06T14:51:47.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:47.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:48.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132] boot 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:48 smithi204 ceph-mon[110430]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: osd.3 [v2:172.21.15.176:6826/3681836132,v1:172.21.15.176:6827/3681836132] boot 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: osdmap e26: 4 total, 4 up, 4 in 2023-12-06T14:51:48.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:51:48.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:51:48.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:51:48.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:51:48.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:48.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:48 smithi176 ceph-mon[107705]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: osdmap e27: 4 total, 4 up, 4 in 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi176 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi176 to 3224M 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:49.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: osdmap e27: 4 total, 4 up, 4 in 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi176 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi176 to 3224M 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3784659897' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]: dispatch 2023-12-06T14:51:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]: dispatch 2023-12-06T14:51:50.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]': finished 2023-12-06T14:51:50.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T14:51:50.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:51:50.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:50.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:50 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3973388218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:50.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3784659897' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]: dispatch 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]: dispatch 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fb6f5ee-a876-4341-991f-c016c81d9511"}]': finished 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: osdmap e28: 5 total, 4 up, 5 in 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:50 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3973388218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:51:52.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:52.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:52.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:52.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:53.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:53 smithi204 ceph-mon[110430]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:53.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:53 smithi176 ceph-mon[107705]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:54 smithi176 ceph-mon[107705]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:54.623 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:54 smithi204 ceph-mon[110430]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:55.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:55 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T14:51:55.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:55 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:55.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:55 smithi204 ceph-mon[110430]: Deploying daemon osd.4 on smithi204 2023-12-06T14:51:55.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:55 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T14:51:55.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:55 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:55.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:55 smithi176 ceph-mon[107705]: Deploying daemon osd.4 on smithi204 2023-12-06T14:51:56.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:56 smithi204 ceph-mon[110430]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:56.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:56 smithi176 ceph-mon[107705]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:59.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:51:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:51:59.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:51:59.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:51:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:52:00.171 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 4 on host 'smithi204' 2023-12-06T14:52:00.518 DEBUG:teuthology.orchestra.run.smithi204:osd.4> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T14:52:00.520 INFO:tasks.cephadm:Deploying osd.5 on smithi204 with /dev/vg_nvme/lv_3... 2023-12-06T14:52:00.520 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T14:52:00.550 INFO:journalctl@ceph.osd.4.smithi204.stdout:-- Logs begin at Wed 2023-12-06 14:39:31 UTC. -- 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:00.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:00 smithi204 ceph-mon[110430]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:01.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:00 smithi176 ceph-mon[107705]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:01.605 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 14:52:01 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T14:52:01.310+0000 7fd504ec43c0 -1 osd.4 0 log_to_monitors true 2023-12-06T14:52:02.347 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T14:52:02.348 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T14:52:02.348 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2023-12-06T14:52:02.348 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2023-12-06T14:52:02.348 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0120162 s, 873 MB/s 2023-12-06T14:52:02.348 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2023-12-06T14:52:02.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:02 smithi204 ceph-mon[110430]: from='osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:02.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:02 smithi204 ceph-mon[110430]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:02.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:02 smithi176 ceph-mon[107705]: from='osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:02.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:02 smithi176 ceph-mon[107705]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T14:52:02.772 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi204:vg_nvme/lv_3 2023-12-06T14:52:03.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T14:52:03.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T14:52:03.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:03.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: from='osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:03.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:03.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-mon[110430]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:03.477 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T14:52:03.191+0000 7fd4fb8c7700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T14:52:03.477 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 14:52:03 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T14:52:03.197+0000 7fd4f7a61700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: osdmap e29: 5 total, 4 up, 5 in 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: from='osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:03 smithi176 ceph-mon[107705]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T14:52:04.441 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: osdmap e30: 5 total, 4 up, 5 in 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046] boot 2023-12-06T14:52:04.442 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T14:52:04.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:04 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: osdmap e30: 5 total, 4 up, 5 in 2023-12-06T14:52:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046] boot 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: osdmap e31: 5 total, 5 up, 5 in 2023-12-06T14:52:04.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:04 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi204 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi204 to 15970M 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:05.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:05 smithi204 ceph-mon[110430]: osdmap e32: 5 total, 5 up, 5 in 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi204 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi204 to 15970M 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:05.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:05.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:05 smithi176 ceph-mon[107705]: osdmap e32: 5 total, 5 up, 5 in 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3914831522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]: dispatch 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]: dispatch 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]': finished 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:06.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:06.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:06 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/3436820390' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:06.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3914831522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]: dispatch 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]: dispatch 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "096afdfb-99d6-4670-b455-47d6dd6c2281"}]': finished 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: osdmap e33: 6 total, 5 up, 6 in 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:06.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:06 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/3436820390' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:08.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:07 smithi176 ceph-mon[107705]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T14:52:08.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:07 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:08.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:07 smithi204 ceph-mon[110430]: osdmap e34: 6 total, 5 up, 6 in 2023-12-06T14:52:08.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:07 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:08.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:08 smithi204 ceph-mon[110430]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T14:52:08.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:08.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:08 smithi204 ceph-mon[110430]: pgmap v88: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:09.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:08 smithi176 ceph-mon[107705]: osdmap e35: 6 total, 5 up, 6 in 2023-12-06T14:52:09.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:08 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:09.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:08 smithi176 ceph-mon[107705]: pgmap v88: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:10.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:10 smithi204 ceph-mon[110430]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:10.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:10 smithi176 ceph-mon[107705]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:11.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:11 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T14:52:11.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:11 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:11.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:11 smithi204 ceph-mon[110430]: Deploying daemon osd.5 on smithi204 2023-12-06T14:52:11.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:11 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T14:52:11.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:11 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:11.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:11 smithi176 ceph-mon[107705]: Deploying daemon osd.5 on smithi204 2023-12-06T14:52:12.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:12 smithi204 ceph-mon[110430]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T14:52:12.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:12 smithi176 ceph-mon[107705]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T14:52:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:15 smithi204 ceph-mon[110430]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:52:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:15.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:15 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:15.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:15.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:15 smithi176 ceph-mon[107705]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:52:15.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:15.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:15.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:15 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:16.625 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 5 on host 'smithi204' 2023-12-06T14:52:17.198 DEBUG:teuthology.orchestra.run.smithi204:osd.5> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T14:52:17.200 INFO:tasks.cephadm:Deploying osd.6 on smithi204 with /dev/vg_nvme/lv_2... 2023-12-06T14:52:17.201 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T14:52:17.224 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.224 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-06T14:52:17.224 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.224 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.224 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:17.225 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:17.225 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:16 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:17.229 INFO:journalctl@ceph.osd.5.smithi204.stdout:-- Logs begin at Wed 2023-12-06 14:39:31 UTC. -- 2023-12-06T14:52:17.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-06T14:52:17.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:17.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:17.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:17.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:16 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:17.476 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 14:52:17 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T14:52:17.420+0000 7febcfefc3c0 -1 osd.5 0 log_to_monitors true 2023-12-06T14:52:18.015 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:17 smithi204 ceph-mon[110430]: from='osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:52:18.016 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:17 smithi204 ceph-mon[110430]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:52:18.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:17 smithi176 ceph-mon[107705]: from='osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:52:18.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:17 smithi176 ceph-mon[107705]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T14:52:19.029 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T14:52:19.029 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T14:52:19.029 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:19.029 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: from='osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:19.029 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:19.030 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-mon[110430]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:19.030 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T14:52:18.962+0000 7febc68ff700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T14:52:19.030 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 14:52:18 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T14:52:18.970+0000 7febbf292700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:19.045 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T14:52:19.046 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T14:52:19.046 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2023-12-06T14:52:19.046 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2023-12-06T14:52:19.046 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123257 s, 851 MB/s 2023-12-06T14:52:19.046 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: osdmap e36: 6 total, 5 up, 6 in 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: from='osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:18 smithi176 ceph-mon[107705]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:19.444 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi204:vg_nvme/lv_2 2023-12-06T14:52:20.099 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:20.099 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: osdmap e37: 6 total, 5 up, 6 in 2023-12-06T14:52:20.099 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi204 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi204 to 7985M 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:20.100 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:19 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:20.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:20.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: osdmap e37: 6 total, 5 up, 6 in 2023-12-06T14:52:20.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:20.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi204 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi204 to 7985M 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:20.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:19 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:21.205 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589] boot 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:21.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:20 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:52:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:52:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: osd.5 [v2:172.21.15.204:6808/2378038589,v1:172.21.15.204:6809/2378038589] boot 2023-12-06T14:52:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: osdmap e38: 6 total, 6 up, 6 in 2023-12-06T14:52:21.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: osdmap e39: 6 total, 6 up, 6 in 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:21.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:20 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:22.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:21 smithi204 ceph-mon[110430]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:22.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:21 smithi204 ceph-mon[110430]: osdmap e40: 6 total, 6 up, 6 in 2023-12-06T14:52:22.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:21 smithi176 ceph-mon[107705]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:22.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:21 smithi176 ceph-mon[107705]: osdmap e40: 6 total, 6 up, 6 in 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/116400147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]: dispatch 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]: dispatch 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]': finished 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T14:52:23.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:22 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:23.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:23.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/116400147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]: dispatch 2023-12-06T14:52:23.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]: dispatch 2023-12-06T14:52:23.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3eeff939-4403-4724-bcc0-58b61f087a56"}]': finished 2023-12-06T14:52:23.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: osdmap e41: 7 total, 6 up, 7 in 2023-12-06T14:52:23.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:22 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:24.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:23 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/4038204559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:24.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:23 smithi176 ceph-mon[107705]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T14:52:24.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:24.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:23 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/4038204559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:24.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:23 smithi204 ceph-mon[110430]: osdmap e42: 7 total, 6 up, 7 in 2023-12-06T14:52:24.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:25.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:24 smithi176 ceph-mon[107705]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:25.424 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:24 smithi204 ceph-mon[110430]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:26.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:26 smithi204 ceph-mon[110430]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:26.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:26 smithi176 ceph-mon[107705]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:27.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:27 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T14:52:27.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:27 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:27.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:27 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T14:52:27.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:27 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:28.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:28 smithi176 ceph-mon[107705]: Deploying daemon osd.6 on smithi204 2023-12-06T14:52:28.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:28 smithi176 ceph-mon[107705]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:28.943 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:28 smithi204 ceph-mon[110430]: Deploying daemon osd.6 on smithi204 2023-12-06T14:52:28.943 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:28 smithi204 ceph-mon[110430]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:30.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:30 smithi176 ceph-mon[107705]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:30.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:30 smithi204 ceph-mon[110430]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:32.282 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:32.282 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:32.282 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:32.282 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:32 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:32.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:32.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:32.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:32.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:32 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:33.109 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:33 smithi204 ceph-mon[110430]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:33.110 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:33 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:33.110 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:33 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:33.218 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 6 on host 'smithi204' 2023-12-06T14:52:33.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:33 smithi176 ceph-mon[107705]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:33.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:33 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:33.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:33 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:33.659 DEBUG:teuthology.orchestra.run.smithi204:osd.6> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T14:52:33.661 INFO:tasks.cephadm:Deploying osd.7 on smithi204 with /dev/vg_nvme/lv_1... 2023-12-06T14:52:33.661 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T14:52:33.687 INFO:journalctl@ceph.osd.6.smithi204.stdout:-- Logs begin at Wed 2023-12-06 14:39:31 UTC. -- 2023-12-06T14:52:34.476 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 14:52:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T14:52:34.273+0000 7f635e6883c0 -1 osd.6 0 log_to_monitors true 2023-12-06T14:52:34.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:34.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:34.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:34.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:34 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:34 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:35.388 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T14:52:35.389 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T14:52:35.389 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2023-12-06T14:52:35.389 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2023-12-06T14:52:35.389 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109888 s, 954 MB/s 2023-12-06T14:52:35.389 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2023-12-06T14:52:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:35 smithi204 ceph-mon[110430]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:35 smithi204 ceph-mon[110430]: from='osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:52:35.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:35 smithi204 ceph-mon[110430]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:52:35.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:35 smithi176 ceph-mon[107705]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:35.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:35 smithi176 ceph-mon[107705]: from='osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:52:35.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:35 smithi176 ceph-mon[107705]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T14:52:35.967 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi204:vg_nvme/lv_1 2023-12-06T14:52:36.581 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T14:52:36.239+0000 7f635508b700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T14:52:36.581 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T14:52:36.246+0000 7f634fa22700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:36.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:36 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:36.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T14:52:36.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: osdmap e43: 7 total, 6 up, 7 in 2023-12-06T14:52:36.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:36.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:36.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:36.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:36 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:37.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi204 2023-12-06T14:52:37.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi204 to 5323M 2023-12-06T14:52:37.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:37.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:37.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: osdmap e44: 7 total, 6 up, 7 in 2023-12-06T14:52:37.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:37.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:37 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi204 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi204 to 5323M 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: osdmap e44: 7 total, 6 up, 7 in 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:37.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:37 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:38.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:52:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:52:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430] boot 2023-12-06T14:52:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T14:52:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:38.600 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:38.600 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:38.600 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:38 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: osd.6 [v2:172.21.15.204:6816/3807507430,v1:172.21.15.204:6817/3807507430] boot 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: osdmap e45: 7 total, 7 up, 7 in 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T14:52:38.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:38 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:39.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:39.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:39.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T14:52:39.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/2861453315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]: dispatch 2023-12-06T14:52:39.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]: dispatch 2023-12-06T14:52:39.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]': finished 2023-12-06T14:52:39.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T14:52:39.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:39 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:39.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:52:39.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: osdmap e46: 7 total, 7 up, 7 in 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/2861453315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]: dispatch 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]: dispatch 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5dc4d8f6-b428-4c44-b89d-415cb2e72618"}]': finished 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: osdmap e47: 8 total, 7 up, 8 in 2023-12-06T14:52:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:39 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:40.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:40 smithi176 ceph-mon[107705]: from='client.? 172.21.15.204:0/1726250052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:40.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:40 smithi204 ceph-mon[110430]: from='client.? 172.21.15.204:0/1726250052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T14:52:41.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:41 smithi176 ceph-mon[107705]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:52:41.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:41 smithi176 ceph-mon[107705]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T14:52:41.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:41 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:41.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:41 smithi204 ceph-mon[110430]: pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:52:41.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:41 smithi204 ceph-mon[110430]: osdmap e48: 8 total, 7 up, 8 in 2023-12-06T14:52:41.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:41 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:42.412 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:42 smithi204 ceph-mon[110430]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T14:52:42.412 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:42 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:42.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:42 smithi176 ceph-mon[107705]: osdmap e49: 8 total, 7 up, 8 in 2023-12-06T14:52:42.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:42 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:43 smithi204 ceph-mon[110430]: pgmap v119: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:52:43.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:43 smithi176 ceph-mon[107705]: pgmap v119: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T14:52:44.534 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T14:52:44.535 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:44.535 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:44 smithi204 ceph-mon[110430]: Deploying daemon osd.7 on smithi204 2023-12-06T14:52:44.535 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:44 smithi204 ceph-mon[110430]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:52:44.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T14:52:44.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:44.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:44 smithi176 ceph-mon[107705]: Deploying daemon osd.7 on smithi204 2023-12-06T14:52:44.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:44 smithi176 ceph-mon[107705]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T14:52:46.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:46 smithi176 ceph-mon[107705]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-06T14:52:46.855 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:46 smithi204 ceph-mon[110430]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-06T14:52:47.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:47.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:47.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:47.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:48.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:48.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:48.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:48.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:48.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:48 smithi204 ceph-mon[110430]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:52:49.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:48 smithi176 ceph-mon[107705]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:52:49.757 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 7 on host 'smithi204' 2023-12-06T14:52:50.159 DEBUG:teuthology.orchestra.run.smithi204:osd.7> sudo journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T14:52:50.161 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T14:52:50.161 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T14:52:50.188 INFO:journalctl@ceph.osd.7.smithi204.stdout:-- Logs begin at Wed 2023-12-06 14:39:31 UTC. -- 2023-12-06T14:52:50.726 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T14:52:50.642+0000 7f49fb6b13c0 -1 osd.7 0 log_to_monitors true 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:50 smithi204 ceph-mon[110430]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:50.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:50.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:52:50.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:52:50.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:52:50.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:50 smithi176 ceph-mon[107705]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:51.642 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:52:51.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:51 smithi176 ceph-mon[107705]: from='osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:52:51.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:51 smithi176 ceph-mon[107705]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:52:51.893 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:51 smithi204 ceph-mon[110430]: from='osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:52:51.893 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:51 smithi204 ceph-mon[110430]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T14:52:52.093 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1701874357,"num_in_osds":8,"osd_in_since":1701874358,"num_remapped_pgs":0} 2023-12-06T14:52:52.976 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T14:52:52.614+0000 7f49f20b4700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T14:52:52.976 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T14:52:52.621+0000 7f49eea4f700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/117106306' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: Detected new or changed devices on smithi204 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi204 to 3992M 2023-12-06T14:52:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:52 smithi204 ceph-mon[110430]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:53.094 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T14:52:53.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T14:52:53.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: osdmap e50: 8 total, 7 up, 8 in 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/117106306' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: Detected new or changed devices on smithi204 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi204 to 3992M 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:53.100 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:52:53.101 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:52 smithi176 ceph-mon[107705]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T14:52:53.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:53.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: osdmap e51: 8 total, 7 up, 8 in 2023-12-06T14:52:53.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046] boot 2023-12-06T14:52:53.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T14:52:53.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: osdmap e51: 8 total, 7 up, 8 in 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046] boot 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: osdmap e52: 8 total, 8 up, 8 in 2023-12-06T14:52:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:52:54.553 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:52:54.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:54 smithi176 ceph-mon[107705]: purged_snaps scrub starts 2023-12-06T14:52:54.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:54 smithi176 ceph-mon[107705]: purged_snaps scrub ok 2023-12-06T14:52:54.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:54 smithi176 ceph-mon[107705]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:54.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:54 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/4111554582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:52:54.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:54 smithi176 ceph-mon[107705]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T14:52:54.965 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1701874373,"num_in_osds":8,"osd_in_since":1701874358,"num_remapped_pgs":1} 2023-12-06T14:52:54.965 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:52:54.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:54 smithi204 ceph-mon[110430]: purged_snaps scrub starts 2023-12-06T14:52:54.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:54 smithi204 ceph-mon[110430]: purged_snaps scrub ok 2023-12-06T14:52:54.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:54 smithi204 ceph-mon[110430]: pgmap v128: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:54.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:54 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/4111554582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T14:52:54.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:54 smithi204 ceph-mon[110430]: osdmap e53: 8 total, 8 up, 8 in 2023-12-06T14:52:55.190 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:52:56.380 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:52:56.380 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":54,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:48:26.940222+0000","modified":"2023-12-06T14:52:55.607445+0000","last_up_change":"2023-12-06T14:52:53.604538+0000","last_in_change":"2023-12-06T14:52:38.948199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:30.499437+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":"e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b","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.176:6802","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6803","nonce":2885494436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6805","nonce":2885494436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6809","nonce":2885494436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6807","nonce":2885494436}]},"public_addr":"172.21.15.176:6803/2885494436","cluster_addr":"172.21.15.176:6805/2885494436","heartbeat_back_addr":"172.21.15.176:6809/2885494436","heartbeat_front_addr":"172.21.15.176:6807/2885494436","state":["exists","up"]},{"osd":1,"uuid":"0d0c0e3c-0637-41ac-9748-343d2405652d","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.176:6810","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6811","nonce":1688552980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6813","nonce":1688552980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6817","nonce":1688552980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6815","nonce":1688552980}]},"public_addr":"172.21.15.176:6811/1688552980","cluster_addr":"172.21.15.176:6813/1688552980","heartbeat_back_addr":"172.21.15.176:6817/1688552980","heartbeat_front_addr":"172.21.15.176:6815/1688552980","state":["exists","up"]},{"osd":2,"uuid":"6f735cfb-c9be-487e-b7da-833ad0dbe4dd","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.176:6818","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6819","nonce":3002338220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6821","nonce":3002338220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6825","nonce":3002338220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6823","nonce":3002338220}]},"public_addr":"172.21.15.176:6819/3002338220","cluster_addr":"172.21.15.176:6821/3002338220","heartbeat_back_addr":"172.21.15.176:6825/3002338220","heartbeat_front_addr":"172.21.15.176:6823/3002338220","state":["exists","up"]},{"osd":3,"uuid":"f2581f9c-b8bf-44fa-9268-9cb00870e9f8","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.176:6826","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6827","nonce":3681836132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6829","nonce":3681836132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6832","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6833","nonce":3681836132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6831","nonce":3681836132}]},"public_addr":"172.21.15.176:6827/3681836132","cluster_addr":"172.21.15.176:6829/3681836132","heartbeat_back_addr":"172.21.15.176:6833/3681836132","heartbeat_front_addr":"172.21.15.176:6831/3681836132","state":["exists","up"]},{"osd":4,"uuid":"2fb6f5ee-a876-4341-991f-c016c81d9511","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.204:6800","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6801","nonce":1160910046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6803","nonce":1160910046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6807","nonce":1160910046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6805","nonce":1160910046}]},"public_addr":"172.21.15.204:6801/1160910046","cluster_addr":"172.21.15.204:6803/1160910046","heartbeat_back_addr":"172.21.15.204:6807/1160910046","heartbeat_front_addr":"172.21.15.204:6805/1160910046","state":["exists","up"]},{"osd":5,"uuid":"096afdfb-99d6-4670-b455-47d6dd6c2281","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.204:6808","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6809","nonce":2378038589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6811","nonce":2378038589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6815","nonce":2378038589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6813","nonce":2378038589}]},"public_addr":"172.21.15.204:6809/2378038589","cluster_addr":"172.21.15.204:6811/2378038589","heartbeat_back_addr":"172.21.15.204:6815/2378038589","heartbeat_front_addr":"172.21.15.204:6813/2378038589","state":["exists","up"]},{"osd":6,"uuid":"3eeff939-4403-4724-bcc0-58b61f087a56","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.204:6816","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6817","nonce":3807507430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6819","nonce":3807507430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6823","nonce":3807507430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6821","nonce":3807507430}]},"public_addr":"172.21.15.204:6817/3807507430","cluster_addr":"172.21.15.204:6819/3807507430","heartbeat_back_addr":"172.21.15.204:6823/3807507430","heartbeat_front_addr":"172.21.15.204:6821/3807507430","state":["exists","up"]},{"osd":7,"uuid":"5dc4d8f6-b428-4c44-b89d-415cb2e72618","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.204:6824","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6825","nonce":1478929046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6827","nonce":1478929046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6831","nonce":1478929046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6829","nonce":1478929046}]},"public_addr":"172.21.15.204:6825/1478929046","cluster_addr":"172.21.15.204:6827/1478929046","heartbeat_back_addr":"172.21.15.204:6831/1478929046","heartbeat_front_addr":"172.21.15.204:6829/1478929046","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:46.267167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:07.774229+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:26.890579+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:46.133146+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:02.347490+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.448455+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:35.243726+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:51.671240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.176:0/4230379650":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/786052202":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/1013021979":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6801/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6800/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/2562335719":"2023-12-07T14:49:16.476365+0000","172.21.15.176:6801/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3637244553":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3710325514":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1766897426":"2023-12-07T14:48:52.771315+0000","172.21.15.176:0/332323918":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1358894438":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/1930166488":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6801/1930166488":"2023-12-07T14:48:52.771315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:52:56.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:56 smithi176 ceph-mon[107705]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T14:52:56.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:56 smithi176 ceph-mon[107705]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:56.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:56 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/838810624' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:52:56.788 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T14:51:30.499437+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-12-06T14:52:56.789 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T14:52:56.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:56 smithi204 ceph-mon[110430]: osdmap e54: 8 total, 8 up, 8 in 2023-12-06T14:52:56.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:56 smithi204 ceph-mon[110430]: pgmap v131: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:56 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/838810624' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:52:57.013 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:52:57.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:57 smithi176 ceph-mon[107705]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T14:52:57.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:57 smithi204 ceph-mon[110430]: osdmap e55: 8 total, 8 up, 8 in 2023-12-06T14:52:58.261 INFO:teuthology.orchestra.run.smithi176.stdout:pg_num: 1 2023-12-06T14:52:58.697 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T14:52:58.697 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T14:52:58.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:58 smithi204 ceph-mon[110430]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T14:52:58.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:58 smithi204 ceph-mon[110430]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:58.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:58 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/606593936' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T14:52:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:52:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:52:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:52:59.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:58 smithi176 ceph-mon[107705]: osdmap e56: 8 total, 8 up, 8 in 2023-12-06T14:52:59.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:58 smithi176 ceph-mon[107705]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:52:59.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:58 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/606593936' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T14:52:59.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:52:59.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:52:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:53:00.248 INFO:teuthology.orchestra.run.smithi176.stdout:[client.0] 2023-12-06T14:53:00.249 INFO:teuthology.orchestra.run.smithi176.stdout: key = AQDMinBleGSUDhAAvyNxtBqat4nhN71UPLZwAg== 2023-12-06T14:53:00.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:00 smithi176 ceph-mon[107705]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-06T14:53:00.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:00 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2794291981' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:53:00.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:00 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2794291981' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:53:00.671 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-06T14:53:00.671 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T14:53:00.671 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T14:53:00.714 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T14:53:00.714 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T14:53:00.714 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T14:53:00.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:00 smithi204 ceph-mon[110430]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-06T14:53:00.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:00 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2794291981' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T14:53:00.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:00 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2794291981' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T14:53:00.975 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:02.280 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:02.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:02 smithi176 ceph-mon[107705]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-06T14:53:02.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:02 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3861571923' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T14:53:02.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:02 smithi204 ceph-mon[110430]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-06T14:53:02.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:02 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3861571923' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T14:53:02.745 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi176.drqsup","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":3877070582},{"type":"v1","addr":"172.21.15.176:6801","nonce":3877070582}]},"active_addr":"172.21.15.176:6801/3877070582","active_change":"2023-12-06T14:49:58.145911+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi204.tgvqbc","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.176:8443/","prometheus":"http://172.21.15.176: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.176:0","nonce":2348698995}]},{"addrvec":[{"type":"v2","addr":"172.21.15.176:0","nonce":738273652}]},{"addrvec":[{"type":"v2","addr":"172.21.15.176:0","nonce":1547984989}]},{"addrvec":[{"type":"v2","addr":"172.21.15.176:0","nonce":2580458274}]}]}} 2023-12-06T14:53:02.748 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T14:53:02.749 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T14:53:02.749 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:53:02.972 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:04.218 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:04.218 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":56,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:48:26.940222+0000","modified":"2023-12-06T14:52:57.619195+0000","last_up_change":"2023-12-06T14:52:53.604538+0000","last_in_change":"2023-12-06T14:52:38.948199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:30.499437+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":"e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b","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.176:6802","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6803","nonce":2885494436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6805","nonce":2885494436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6809","nonce":2885494436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6807","nonce":2885494436}]},"public_addr":"172.21.15.176:6803/2885494436","cluster_addr":"172.21.15.176:6805/2885494436","heartbeat_back_addr":"172.21.15.176:6809/2885494436","heartbeat_front_addr":"172.21.15.176:6807/2885494436","state":["exists","up"]},{"osd":1,"uuid":"0d0c0e3c-0637-41ac-9748-343d2405652d","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.176:6810","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6811","nonce":1688552980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6813","nonce":1688552980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6817","nonce":1688552980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6815","nonce":1688552980}]},"public_addr":"172.21.15.176:6811/1688552980","cluster_addr":"172.21.15.176:6813/1688552980","heartbeat_back_addr":"172.21.15.176:6817/1688552980","heartbeat_front_addr":"172.21.15.176:6815/1688552980","state":["exists","up"]},{"osd":2,"uuid":"6f735cfb-c9be-487e-b7da-833ad0dbe4dd","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.176:6818","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6819","nonce":3002338220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6821","nonce":3002338220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6825","nonce":3002338220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6823","nonce":3002338220}]},"public_addr":"172.21.15.176:6819/3002338220","cluster_addr":"172.21.15.176:6821/3002338220","heartbeat_back_addr":"172.21.15.176:6825/3002338220","heartbeat_front_addr":"172.21.15.176:6823/3002338220","state":["exists","up"]},{"osd":3,"uuid":"f2581f9c-b8bf-44fa-9268-9cb00870e9f8","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.176:6826","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6827","nonce":3681836132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6829","nonce":3681836132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6832","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6833","nonce":3681836132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6831","nonce":3681836132}]},"public_addr":"172.21.15.176:6827/3681836132","cluster_addr":"172.21.15.176:6829/3681836132","heartbeat_back_addr":"172.21.15.176:6833/3681836132","heartbeat_front_addr":"172.21.15.176:6831/3681836132","state":["exists","up"]},{"osd":4,"uuid":"2fb6f5ee-a876-4341-991f-c016c81d9511","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.204:6800","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6801","nonce":1160910046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6803","nonce":1160910046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6807","nonce":1160910046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6805","nonce":1160910046}]},"public_addr":"172.21.15.204:6801/1160910046","cluster_addr":"172.21.15.204:6803/1160910046","heartbeat_back_addr":"172.21.15.204:6807/1160910046","heartbeat_front_addr":"172.21.15.204:6805/1160910046","state":["exists","up"]},{"osd":5,"uuid":"096afdfb-99d6-4670-b455-47d6dd6c2281","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.204:6808","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6809","nonce":2378038589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6811","nonce":2378038589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6815","nonce":2378038589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6813","nonce":2378038589}]},"public_addr":"172.21.15.204:6809/2378038589","cluster_addr":"172.21.15.204:6811/2378038589","heartbeat_back_addr":"172.21.15.204:6815/2378038589","heartbeat_front_addr":"172.21.15.204:6813/2378038589","state":["exists","up"]},{"osd":6,"uuid":"3eeff939-4403-4724-bcc0-58b61f087a56","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.204:6816","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6817","nonce":3807507430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6819","nonce":3807507430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6823","nonce":3807507430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6821","nonce":3807507430}]},"public_addr":"172.21.15.204:6817/3807507430","cluster_addr":"172.21.15.204:6819/3807507430","heartbeat_back_addr":"172.21.15.204:6823/3807507430","heartbeat_front_addr":"172.21.15.204:6821/3807507430","state":["exists","up"]},{"osd":7,"uuid":"5dc4d8f6-b428-4c44-b89d-415cb2e72618","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.204:6824","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6825","nonce":1478929046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6827","nonce":1478929046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6831","nonce":1478929046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6829","nonce":1478929046}]},"public_addr":"172.21.15.204:6825/1478929046","cluster_addr":"172.21.15.204:6827/1478929046","heartbeat_back_addr":"172.21.15.204:6831/1478929046","heartbeat_front_addr":"172.21.15.204:6829/1478929046","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:46.267167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:07.774229+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:26.890579+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:46.133146+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:02.347490+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.448455+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:35.243726+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:51.671240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.176:0/4230379650":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/786052202":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/1013021979":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6801/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6800/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/2562335719":"2023-12-07T14:49:16.476365+0000","172.21.15.176:6801/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3637244553":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3710325514":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1766897426":"2023-12-07T14:48:52.771315+0000","172.21.15.176:0/332323918":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1358894438":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/1930166488":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6801/1930166488":"2023-12-07T14:48:52.771315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:53:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:04 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1906259981' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:53:04.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:04 smithi176 ceph-mon[107705]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:53:04.621 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T14:53:04.621 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T14:53:04.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:04 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1906259981' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:53:04.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:04 smithi204 ceph-mon[110430]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T14:53:04.845 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:06.129 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:06.130 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":56,"fsid":"750f05f6-9446-11ee-95a2-87774f69a715","created":"2023-12-06T14:48:26.940222+0000","modified":"2023-12-06T14:52:57.619195+0000","last_up_change":"2023-12-06T14:52:53.604538+0000","last_in_change":"2023-12-06T14:52:38.948199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-06T14:51:30.499437+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":"e7d8f29e-c55a-4cf3-b47b-f37c5b6ed78b","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.176:6802","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6803","nonce":2885494436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6805","nonce":2885494436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6809","nonce":2885494436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":2885494436},{"type":"v1","addr":"172.21.15.176:6807","nonce":2885494436}]},"public_addr":"172.21.15.176:6803/2885494436","cluster_addr":"172.21.15.176:6805/2885494436","heartbeat_back_addr":"172.21.15.176:6809/2885494436","heartbeat_front_addr":"172.21.15.176:6807/2885494436","state":["exists","up"]},{"osd":1,"uuid":"0d0c0e3c-0637-41ac-9748-343d2405652d","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.176:6810","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6811","nonce":1688552980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6813","nonce":1688552980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6817","nonce":1688552980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":1688552980},{"type":"v1","addr":"172.21.15.176:6815","nonce":1688552980}]},"public_addr":"172.21.15.176:6811/1688552980","cluster_addr":"172.21.15.176:6813/1688552980","heartbeat_back_addr":"172.21.15.176:6817/1688552980","heartbeat_front_addr":"172.21.15.176:6815/1688552980","state":["exists","up"]},{"osd":2,"uuid":"6f735cfb-c9be-487e-b7da-833ad0dbe4dd","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.176:6818","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6819","nonce":3002338220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6821","nonce":3002338220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6825","nonce":3002338220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":3002338220},{"type":"v1","addr":"172.21.15.176:6823","nonce":3002338220}]},"public_addr":"172.21.15.176:6819/3002338220","cluster_addr":"172.21.15.176:6821/3002338220","heartbeat_back_addr":"172.21.15.176:6825/3002338220","heartbeat_front_addr":"172.21.15.176:6823/3002338220","state":["exists","up"]},{"osd":3,"uuid":"f2581f9c-b8bf-44fa-9268-9cb00870e9f8","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.176:6826","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6827","nonce":3681836132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6829","nonce":3681836132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6832","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6833","nonce":3681836132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":3681836132},{"type":"v1","addr":"172.21.15.176:6831","nonce":3681836132}]},"public_addr":"172.21.15.176:6827/3681836132","cluster_addr":"172.21.15.176:6829/3681836132","heartbeat_back_addr":"172.21.15.176:6833/3681836132","heartbeat_front_addr":"172.21.15.176:6831/3681836132","state":["exists","up"]},{"osd":4,"uuid":"2fb6f5ee-a876-4341-991f-c016c81d9511","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.204:6800","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6801","nonce":1160910046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6803","nonce":1160910046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6807","nonce":1160910046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1160910046},{"type":"v1","addr":"172.21.15.204:6805","nonce":1160910046}]},"public_addr":"172.21.15.204:6801/1160910046","cluster_addr":"172.21.15.204:6803/1160910046","heartbeat_back_addr":"172.21.15.204:6807/1160910046","heartbeat_front_addr":"172.21.15.204:6805/1160910046","state":["exists","up"]},{"osd":5,"uuid":"096afdfb-99d6-4670-b455-47d6dd6c2281","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.204:6808","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6809","nonce":2378038589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6811","nonce":2378038589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6815","nonce":2378038589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2378038589},{"type":"v1","addr":"172.21.15.204:6813","nonce":2378038589}]},"public_addr":"172.21.15.204:6809/2378038589","cluster_addr":"172.21.15.204:6811/2378038589","heartbeat_back_addr":"172.21.15.204:6815/2378038589","heartbeat_front_addr":"172.21.15.204:6813/2378038589","state":["exists","up"]},{"osd":6,"uuid":"3eeff939-4403-4724-bcc0-58b61f087a56","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.204:6816","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6817","nonce":3807507430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6819","nonce":3807507430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6823","nonce":3807507430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3807507430},{"type":"v1","addr":"172.21.15.204:6821","nonce":3807507430}]},"public_addr":"172.21.15.204:6817/3807507430","cluster_addr":"172.21.15.204:6819/3807507430","heartbeat_back_addr":"172.21.15.204:6823/3807507430","heartbeat_front_addr":"172.21.15.204:6821/3807507430","state":["exists","up"]},{"osd":7,"uuid":"5dc4d8f6-b428-4c44-b89d-415cb2e72618","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.204:6824","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6825","nonce":1478929046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6827","nonce":1478929046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6831","nonce":1478929046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":1478929046},{"type":"v1","addr":"172.21.15.204:6829","nonce":1478929046}]},"public_addr":"172.21.15.204:6825/1478929046","cluster_addr":"172.21.15.204:6827/1478929046","heartbeat_back_addr":"172.21.15.204:6831/1478929046","heartbeat_front_addr":"172.21.15.204:6829/1478929046","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:50:46.267167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:07.774229+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:26.890579+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:51:46.133146+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:02.347490+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:18.448455+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:35.243726+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T14:52:51.671240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.176:0/4230379650":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/786052202":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/1013021979":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6801/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:6800/3002661906":"2023-12-07T14:49:58.145625+0000","172.21.15.176:0/2562335719":"2023-12-07T14:49:16.476365+0000","172.21.15.176:6801/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3637244553":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/3710325514":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1766897426":"2023-12-07T14:48:52.771315+0000","172.21.15.176:0/332323918":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/2146345801":"2023-12-07T14:49:16.476365+0000","172.21.15.176:0/1358894438":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6800/1930166488":"2023-12-07T14:48:52.771315+0000","172.21.15.176:6801/1930166488":"2023-12-07T14:48:52.771315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T14:53:06.561 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T14:53:06.562 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T14:53:06.562 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T14:53:06.563 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T14:53:06.563 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T14:53:06.563 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T14:53:06.564 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T14:53:06.564 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T14:53:06.868 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:06 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3191928496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:53:06.869 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:06 smithi176 ceph-mon[107705]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-06T14:53:06.961 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:06.975 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:06.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:06 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3191928496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T14:53:06.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:06 smithi204 ceph-mon[110430]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-06T14:53:06.989 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:07.011 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:07.494 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:07.497 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:07.498 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:08.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:08 smithi176 ceph-mon[107705]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-06T14:53:08.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:08 smithi204 ceph-mon[110430]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-06T14:53:08.835 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:10.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:10 smithi176 ceph-mon[107705]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T14:53:10.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:10 smithi204 ceph-mon[110430]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T14:53:12.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:12 smithi176 ceph-mon[107705]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:12.470 INFO:teuthology.orchestra.run.smithi176.stdout:111669149715 2023-12-06T14:53:12.470 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T14:53:12.589 INFO:teuthology.orchestra.run.smithi176.stdout:223338299398 2023-12-06T14:53:12.589 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T14:53:12.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:12 smithi204 ceph-mon[110430]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:14.067 INFO:teuthology.orchestra.run.smithi176.stdout:81604378648 2023-12-06T14:53:14.068 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T14:53:14.296 INFO:teuthology.orchestra.run.smithi176.stdout:163208757262 2023-12-06T14:53:14.296 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T14:53:14.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:14 smithi176 ceph-mon[107705]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:14.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:14 smithi204 ceph-mon[110430]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:14.886 INFO:teuthology.orchestra.run.smithi176.stdout:38654705696 2023-12-06T14:53:14.886 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T14:53:15.110 INFO:teuthology.orchestra.run.smithi176.stdout:60129542172 2023-12-06T14:53:15.110 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T14:53:15.113 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:15.774 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:15.898 INFO:teuthology.orchestra.run.smithi176.stdout:193273528330 2023-12-06T14:53:15.899 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T14:53:15.899 INFO:teuthology.orchestra.run.smithi176.stdout:133143986193 2023-12-06T14:53:15.900 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T14:53:15.977 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:16.429 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:16.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:16 smithi176 ceph-mon[107705]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:16.778 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:16.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:16 smithi204 ceph-mon[110430]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:17.437 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:18.082 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:18.433 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:18 smithi176 ceph-mon[107705]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:18.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:18 smithi204 ceph-mon[110430]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:19.084 INFO:teuthology.orchestra.run.smithi176.stdout:111669149716 2023-12-06T14:53:19.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:19 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/814083651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T14:53:19.543 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:19.656 INFO:teuthology.orchestra.run.smithi176.stdout:223338299399 2023-12-06T14:53:19.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:19 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/814083651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T14:53:20.509 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:20 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2900247188' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T14:53:20.509 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:20 smithi176 ceph-mon[107705]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:20.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149715 got 111669149716 for osd.3 2023-12-06T14:53:20.529 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:20.639 INFO:teuthology.orchestra.run.smithi176.stdout:60129542173 2023-12-06T14:53:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:20 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2900247188' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T14:53:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:20 smithi204 ceph-mon[110430]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:21.063 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-12-06T14:53:21.063 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:21.841 INFO:teuthology.orchestra.run.smithi176.stdout:81604378650 2023-12-06T14:53:21.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:21 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2469656421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T14:53:21.920 INFO:teuthology.orchestra.run.smithi176.stdout:193273528332 2023-12-06T14:53:21.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:21 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2469656421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T14:53:22.547 INFO:teuthology.orchestra.run.smithi176.stdout:38654705698 2023-12-06T14:53:22.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2023-12-06T14:53:22.570 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:22.783 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528332 for osd.6 2023-12-06T14:53:22.783 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:22.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:22 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3141701138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T14:53:22.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:22 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3011865823' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T14:53:22.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:22 smithi176 ceph-mon[107705]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:22.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:22 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3141701138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T14:53:22.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:22 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3011865823' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T14:53:22.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:22 smithi204 ceph-mon[110430]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:23.222 INFO:teuthology.orchestra.run.smithi176.stdout:163208757264 2023-12-06T14:53:23.467 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378650 for osd.2 2023-12-06T14:53:23.467 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:23.625 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705696 got 38654705698 for osd.0 2023-12-06T14:53:23.625 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:23.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:23 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2173228236' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T14:53:23.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:23 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/4204375628' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T14:53:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:23 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2173228236' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T14:53:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:23 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/4204375628' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T14:53:24.140 INFO:teuthology.orchestra.run.smithi176.stdout:133143986194 2023-12-06T14:53:24.214 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757262 got 163208757264 for osd.5 2023-12-06T14:53:24.215 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:24.566 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986194 for osd.4 2023-12-06T14:53:24.566 DEBUG:teuthology.parallel:result is None 2023-12-06T14:53:24.567 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T14:53:24.567 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T14:53:24.792 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:24.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:24 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/219391445' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T14:53:24.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:24 smithi176 ceph-mon[107705]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:24.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:24 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/219391445' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T14:53:24.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:24 smithi204 ceph-mon[110430]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:26.070 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:26.072 INFO:teuthology.orchestra.run.smithi176.stderr:dumped all 2023-12-06T14:53:26.450 INFO:teuthology.orchestra.run.smithi176.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2023-12-06T14:53:24.235441+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":48380,"kb_used_data":6012,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912836,"statfs":{"total":767960285184,"available":767910744064,"internally_reserved":0,"allocated":6156288,"data_stored":3432293,"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.002294"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-06T14:52:57.627578+0000","last_change":"2023-12-06T14:52:57.627578+0000","last_active":"2023-12-06T14:52:57.627578+0000","last_peered":"2023-12-06T14:52:57.627578+0000","last_clean":"2023-12-06T14:52:57.627578+0000","last_became_active":"2023-12-06T14:52:57.627130+0000","last_became_peered":"2023-12-06T14:52:57.627130+0000","last_unstale":"2023-12-06T14:52:57.627578+0000","last_undegraded":"2023-12-06T14:52:57.627578+0000","last_fullsized":"2023-12-06T14:52:57.627578+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-12-06T14:51:30.536607+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T14:51:30.536607+0000","last_clean_scrub_stamp":"2023-12-06T14:51:30.536607+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T15:50:27.510061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":759872,"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.39500000000000002}]},{"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.60199999999999998}]},{"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.48899999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"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.625}]},{"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.58299999999999996}]}]},{"osd":6,"up_from":45,"seq":193273528333,"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":759284,"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.71499999999999997}]},{"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.68500000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]},{"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.42999999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"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.50600000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:11 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.34100000000000003,"15min":0.33500000000000002},"min":{"1min":0.252,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.307},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.33400000000000002,"15min":0.32600000000000001},"min":{"1min":0.26700000000000002,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.29199999999999998}]},{"osd":2,"last update":"Wed Dec 6 14:52:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.27100000000000002}]},{"osd":3,"last update":"Wed Dec 6 14:52:50 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.30099999999999999}]},{"osd":4,"last update":"Wed Dec 6 14:53:07 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.58699999999999997}]},{"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.54100000000000004}]},{"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.56000000000000005}]},{"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.50700000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705699,"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":759872,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 14:53:16 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.48999999999999999,"15min":0.42199999999999999},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":11.941000000000001,"5min":11.941000000000001,"15min":11.941000000000001},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.46200000000000002,"15min":0.40600000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":9.2859999999999996,"5min":9.2859999999999996,"15min":9.2859999999999996},"last":0.41099999999999998}]},{"osd":2,"last update":"Wed Dec 6 14:52:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:52:49 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.46700000000000003}]},{"osd":4,"last update":"Wed Dec 6 14:53:06 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":9.2620000000000005,"5min":9.2620000000000005,"15min":9.2620000000000005},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":9.4730000000000008,"5min":9.4730000000000008,"15min":9.4730000000000008},"last":0.48299999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:53:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":9.2390000000000008,"5min":9.2390000000000008,"15min":9.2390000000000008},"last":0.58199999999999996},{"interface":"front","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":9.5020000000000007,"5min":9.5020000000000007,"15min":9.5020000000000007},"last":0.42199999999999999}]},{"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.51300000000000001}]},{"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.62}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:52:28 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.46400000000000002}]},{"osd":1,"last update":"Wed Dec 6 14:52:28 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.50800000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:52:48 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.54400000000000004}]},{"osd":4,"last update":"Wed Dec 6 14:53:09 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.69499999999999995}]},{"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.67900000000000005}]},{"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.80000000000000004}]},{"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.82999999999999996}]}]},{"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":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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.40400000000000003}]},{"osd":1,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.38900000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.501},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.48899999999999999}]},{"osd":4,"last update":"Wed Dec 6 14:53:04 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.64800000000000002}]},{"osd":5,"last update":"Wed Dec 6 14:53:21 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.64100000000000001}]},{"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.65800000000000003}]},{"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.69599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.62},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.58199999999999996}]},{"osd":1,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.51400000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.48699999999999999}]},{"osd":3,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":3.6499999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.72399999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:53:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.54200000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64400000000000002}]},{"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.65600000000000003}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":230055,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.038,"5min":1.038,"15min":1.038},"last":0.53500000000000003}]},{"osd":1,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.61899999999999999}]},{"osd":2,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.58999999999999997}]},{"osd":3,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.70199999999999996}]},{"osd":4,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.72399999999999998}]},{"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.67200000000000004}]},{"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.78300000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T14:53:26.452 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T14:53:26.679 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:26.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:26 smithi176 ceph-mon[107705]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:26.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:26 smithi176 ceph-mon[107705]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:26.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:26 smithi204 ceph-mon[110430]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:26.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:26 smithi204 ceph-mon[110430]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:27.978 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:27.979 INFO:teuthology.orchestra.run.smithi176.stderr:dumped all 2023-12-06T14:53:28.400 INFO:teuthology.orchestra.run.smithi176.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2023-12-06T14:53:26.235801+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":48380,"kb_used_data":6012,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912836,"statfs":{"total":767960285184,"available":767910744064,"internally_reserved":0,"allocated":6156288,"data_stored":3432293,"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.002323"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-06T14:52:57.627578+0000","last_change":"2023-12-06T14:52:57.627578+0000","last_active":"2023-12-06T14:52:57.627578+0000","last_peered":"2023-12-06T14:52:57.627578+0000","last_clean":"2023-12-06T14:52:57.627578+0000","last_became_active":"2023-12-06T14:52:57.627130+0000","last_became_peered":"2023-12-06T14:52:57.627130+0000","last_unstale":"2023-12-06T14:52:57.627578+0000","last_undegraded":"2023-12-06T14:52:57.627578+0000","last_fullsized":"2023-12-06T14:52:57.627578+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-12-06T14:51:30.536607+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T14:51:30.536607+0000","last_clean_scrub_stamp":"2023-12-06T14:51:30.536607+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-07T15:50:27.510061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":759872,"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.39500000000000002}]},{"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.60199999999999998}]},{"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.48899999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"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.625}]},{"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.58299999999999996}]}]},{"osd":6,"up_from":45,"seq":193273528333,"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":759284,"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.71499999999999997}]},{"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.68500000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]},{"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.42999999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"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.50600000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542175,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230378,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:11 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.34100000000000003,"15min":0.33500000000000002},"min":{"1min":0.252,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.33400000000000002,"15min":0.32600000000000001},"min":{"1min":0.26700000000000002,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.38900000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:52:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.41699999999999998}]},{"osd":3,"last update":"Wed Dec 6 14:52:50 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.44600000000000001}]},{"osd":4,"last update":"Wed Dec 6 14:53:07 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.79100000000000004}]},{"osd":5,"last update":"Wed Dec 6 14:53:22 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.72799999999999998}]},{"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.753}]},{"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.63700000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705699,"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":759872,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 14:53:16 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.48999999999999999,"15min":0.42199999999999999},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":11.941000000000001,"5min":11.941000000000001,"15min":11.941000000000001},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.46200000000000002,"15min":0.40600000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":9.2859999999999996,"5min":9.2859999999999996,"15min":9.2859999999999996},"last":0.41099999999999998}]},{"osd":2,"last update":"Wed Dec 6 14:52:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Dec 6 14:52:49 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.46700000000000003}]},{"osd":4,"last update":"Wed Dec 6 14:53:06 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":9.2620000000000005,"5min":9.2620000000000005,"15min":9.2620000000000005},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":9.4730000000000008,"5min":9.4730000000000008,"15min":9.4730000000000008},"last":0.48299999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:53:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":9.2390000000000008,"5min":9.2390000000000008,"15min":9.2390000000000008},"last":0.58199999999999996},{"interface":"front","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":9.5020000000000007,"5min":9.5020000000000007,"15min":9.5020000000000007},"last":0.42199999999999999}]},{"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.51300000000000001}]},{"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.62}]}]},{"osd":2,"up_from":19,"seq":81604378651,"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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:52:28 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.25800000000000001}]},{"osd":1,"last update":"Wed Dec 6 14:52:28 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.25},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.34599999999999997}]},{"osd":3,"last update":"Wed Dec 6 14:52:48 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.313}]},{"osd":4,"last update":"Wed Dec 6 14:53:09 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.63}]},{"osd":5,"last update":"Wed Dec 6 14:53:22 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.54800000000000004}]},{"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.72999999999999998}]},{"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.60299999999999998}]}]},{"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":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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.40400000000000003}]},{"osd":1,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.38900000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:52:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.501},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.48899999999999999}]},{"osd":4,"last update":"Wed Dec 6 14:53:04 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.64800000000000002}]},{"osd":5,"last update":"Wed Dec 6 14:53:21 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.64100000000000001}]},{"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.65800000000000003}]},{"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.69599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":230944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.62},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.58199999999999996}]},{"osd":1,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.51400000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.48699999999999999}]},{"osd":3,"last update":"Wed Dec 6 14:53:05 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":3.6499999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.72399999999999998}]},{"osd":5,"last update":"Wed Dec 6 14:53:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.54200000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64400000000000002}]},{"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.65600000000000003}]}]},{"osd":5,"up_from":38,"seq":163208757265,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":230055,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.038,"5min":1.038,"15min":1.038},"last":0.59299999999999997}]},{"osd":1,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.63900000000000001}]},{"osd":2,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.66200000000000003}]},{"osd":3,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.68400000000000005}]},{"osd":4,"last update":"Wed Dec 6 14:53:20 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.57299999999999995}]},{"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.55800000000000005}]},{"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.622}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T14:53:28.401 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T14:53:28.401 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T14:53:28.401 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T14:53:28.402 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T14:53:28.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:28 smithi176 ceph-mon[107705]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:28.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:28 smithi176 ceph-mon[107705]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:28.623 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/mon.smithi176/config 2023-12-06T14:53:28.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:28 smithi204 ceph-mon[110430]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:28.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:28 smithi204 ceph-mon[110430]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:29.988 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:29.989 INFO:teuthology.orchestra.run.smithi176.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T14:53:30.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:30 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/4139131495' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T14:53:30.393 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T14:53:30.393 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T14:53:30.393 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T14:53:30.402 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:53:30.402 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T14:53:30.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:30 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/4139131495' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T14:53:31.332 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:31 smithi176 ceph-mon[107705]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:31.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:31 smithi204 ceph-mon[110430]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:31.918 INFO:teuthology.orchestra.run.smithi176.stdout:Backend: cephadm 2023-12-06T14:53:31.919 INFO:teuthology.orchestra.run.smithi176.stdout:Available: Yes 2023-12-06T14:53:31.919 INFO:teuthology.orchestra.run.smithi176.stdout:Paused: No 2023-12-06T14:53:32.307 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T14:53:32.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:32 smithi176 ceph-mon[107705]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:32.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:32 smithi176 ceph-mon[107705]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:32.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:32 smithi204 ceph-mon[110430]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:32.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:32 smithi204 ceph-mon[110430]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:33.807 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:53:33.807 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (2m) 102s ago 3m 16.9M - ba2b418f427c e6aa01d57813 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (3m) 102s ago 3m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (3m) 44s ago 3m - - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 running (2m) 102s ago 3m 47.9M - 8.3.5 dad864ee21e9 3523dc15df41 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (5m) 102s ago 5m 464M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (3m) 44s ago 3m - - 17.2.0 e1d6a67b021e 56e9b4ef4f56 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (5m) 102s ago 5m 61.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (3m) 44s ago 3m - 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 102s ago 3m 23.8M - 1dbe0e931976 dd1d62296540 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (3m) 44s ago 3m - - 1dbe0e931976 664019b0222f 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (2m) 102s ago 2m 40.5M 3224M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (2m) 102s ago 2m 45.6M 3224M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (2m) 102s ago 2m 38.2M 3224M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (112s) 102s ago 111s 30.1M 3224M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (95s) 44s ago 95s - 3992M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:53:33.808 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (79s) 44s ago 79s - 3992M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:53:33.809 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (63s) 44s ago 62s - 3992M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:53:33.809 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (46s) 44s ago 46s - 3992M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:53:33.809 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (3m) 102s ago 3m 48.4M - 514e6a882f6e e805db9180f1 2023-12-06T14:53:34.283 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T14:53:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:34 smithi176 ceph-mon[107705]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:34.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:34 smithi176 ceph-mon[107705]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:34.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:34 smithi204 ceph-mon[110430]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:34.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:34 smithi204 ceph-mon[110430]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:35.798 INFO:teuthology.orchestra.run.smithi176.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T14:53:35.798 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-12-06T14:53:35.798 INFO:teuthology.orchestra.run.smithi176.stdout:crash 2/2 104s ago 4m * 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:mgr 2/2 104s ago 4m count:2 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:mon 2/2 104s ago 3m smithi176:172.21.15.176=smithi176;smithi204:172.21.15.204=smithi204;count:2 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:osd 8 104s ago - 2023-12-06T14:53:35.799 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-12-06T14:53:36.233 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T14:53:36.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:36 smithi176 ceph-mon[107705]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:36.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:36 smithi176 ceph-mon[107705]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:36.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:36 smithi204 ceph-mon[110430]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:36.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:36 smithi204 ceph-mon[110430]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:37.707 INFO:teuthology.orchestra.run.smithi176.stdout:HOST ADDR LABELS STATUS 2023-12-06T14:53:37.708 INFO:teuthology.orchestra.run.smithi176.stdout:smithi176 172.21.15.176 2023-12-06T14:53:37.708 INFO:teuthology.orchestra.run.smithi176.stdout:smithi204 172.21.15.204 2023-12-06T14:53:37.708 INFO:teuthology.orchestra.run.smithi176.stdout:2 hosts in cluster 2023-12-06T14:53:38.122 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T14:53:38.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:38 smithi176 ceph-mon[107705]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:38.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:38 smithi176 ceph-mon[107705]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:38 smithi204 ceph-mon[110430]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:38 smithi204 ceph-mon[110430]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:39.725 INFO:teuthology.orchestra.run.smithi176.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-06T14:53:39.726 INFO:teuthology.orchestra.run.smithi176.stdout:smithi176 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330099400BGN 400G LVM detected, locked 2023-12-06T14:53:39.726 INFO:teuthology.orchestra.run.smithi176.stdout:smithi204 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GD400BGN 400G LVM detected, locked 2023-12-06T14:53:40.122 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T14:53:40.131 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:53:40.131 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T14:53:40.160 INFO:teuthology.orchestra.run.smithi176.stderr:+ systemctl stop nfs-server 2023-12-06T14:53:40.167 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi204.front.sepia.ceph.com 2023-12-06T14:53:40.167 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T14:53:40.207 INFO:teuthology.orchestra.run.smithi204.stderr:+ systemctl stop nfs-server 2023-12-06T14:53:40.215 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T14:53:40.223 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:53:40.223 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-06T14:53:40.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:40 smithi176 ceph-mon[107705]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:40.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:40 smithi176 ceph-mon[107705]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:40.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:40 smithi204 ceph-mon[110430]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:40.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:40 smithi204 ceph-mon[110430]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:42.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:42 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T14:53:42.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:42 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107682]: 2023-12-06T14:53:43.102+0000 7f130d8c2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T14:53:43.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: fsmap foofs:0 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: Saving service mds.foofs spec with placement count:2 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:43.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:43 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: osdmap e57: 8 total, 8 up, 8 in 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: osdmap e58: 8 total, 8 up, 8 in 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: osdmap e59: 8 total, 8 up, 8 in 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T14:53:43.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: fsmap foofs:0 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: Saving service mds.foofs spec with placement count:2 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:43.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:43 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:43.588 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T14:53:43.598 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-06T14:53:43.598 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T14:53:44.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.ohwcws", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.ohwcws", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: Deploying daemon mds.foofs.smithi176.ohwcws on smithi176 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T14:53:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:44 smithi204 ceph-mon[110430]: pgmap v161: 65 pgs: 5 creating+activating, 6 creating+peering, 23 unknown, 31 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:45.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:45.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.ohwcws", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.ohwcws", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: Deploying daemon mds.foofs.smithi176.ohwcws on smithi176 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: osdmap e60: 8 total, 8 up, 8 in 2023-12-06T14:53:45.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:44 smithi176 ceph-mon[107705]: pgmap v161: 65 pgs: 5 creating+activating, 6 creating+peering, 23 unknown, 31 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:45.419 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:45.419 INFO:teuthology.orchestra.run.smithi176.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T14:49:07.682834Z", "last_refresh": "2023-12-06T14:51:51.067147Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T14:49:03.338883Z", "last_refresh": "2023-12-06T14:51:51.067210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T14:49:05.896850Z", "last_refresh": "2023-12-06T14:51:51.067270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T14:53:43.128533Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T14:53:43.122909Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T14:49:02.184265Z", "last_refresh": "2023-12-06T14:51:51.067078Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi176:172.21.15.176=smithi176", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T14:49:40.320098Z", "last_refresh": "2023-12-06T14:51:51.066937Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T14:49:06.783833Z", "last_refresh": "2023-12-06T14:51:51.067329Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T14:51:51.067448Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T14:49:04.505181Z", "last_refresh": "2023-12-06T14:51:51.067389Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T14:53:45.852 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T14:53:46.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:46 smithi204 ceph-mon[110430]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T14:53:46.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:46 smithi176 ceph-mon[107705]: osdmap e61: 8 total, 8 up, 8 in 2023-12-06T14:53:46.853 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: pgmap v163: 65 pgs: 5 creating+activating, 6 creating+peering, 54 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.stksct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.stksct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: mds.? [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859] up:boot 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: daemon mds.foofs.smithi176.ohwcws assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: Cluster is now healthy 2023-12-06T14:53:47.340 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: fsmap foofs:0 1 up:standby 2023-12-06T14:53:47.341 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.ohwcws"}]: dispatch 2023-12-06T14:53:47.341 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:creating} 2023-12-06T14:53:47.341 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:47 smithi204 ceph-mon[110430]: daemon mds.foofs.smithi176.ohwcws is now active in filesystem foofs as rank 0 2023-12-06T14:53:47.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:47.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: pgmap v163: 65 pgs: 5 creating+activating, 6 creating+peering, 54 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:47.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:47.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.stksct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T14:53:47.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.stksct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: mds.? [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859] up:boot 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: daemon mds.foofs.smithi176.ohwcws assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: Cluster is now healthy 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: fsmap foofs:0 1 up:standby 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.ohwcws"}]: dispatch 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:creating} 2023-12-06T14:53:47.599 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:47 smithi176 ceph-mon[107705]: daemon mds.foofs.smithi176.ohwcws is now active in filesystem foofs as rank 0 2023-12-06T14:53:48.595 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:48.596 INFO:teuthology.orchestra.run.smithi176.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T14:49:07.682834Z", "last_refresh": "2023-12-06T14:51:51.067147Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T14:49:03.338883Z", "last_refresh": "2023-12-06T14:51:51.067210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T14:49:05.896850Z", "last_refresh": "2023-12-06T14:51:51.067270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T14:53:43.128533Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T14:53:43.122909Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T14:49:02.184265Z", "last_refresh": "2023-12-06T14:51:51.067078Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi176:172.21.15.176=smithi176", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T14:49:40.320098Z", "last_refresh": "2023-12-06T14:51:51.066937Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T14:49:06.783833Z", "last_refresh": "2023-12-06T14:51:51.067329Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T14:51:51.067448Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T14:49:04.505181Z", "last_refresh": "2023-12-06T14:51:51.067389Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: Deploying daemon mds.foofs.smithi204.stksct on smithi204 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: mds.? [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859] up:active 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: mds.? [v2:172.21.15.204:6832/2912690293,v1:172.21.15.204:6833/2912690293] up:boot 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.stksct"}]: dispatch 2023-12-06T14:53:48.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:48 smithi176 ceph-mon[107705]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T14:53:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: Deploying daemon mds.foofs.smithi204.stksct on smithi204 2023-12-06T14:53:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:48.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:48.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: mds.? [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859] up:active 2023-12-06T14:53:48.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: mds.? [v2:172.21.15.204:6832/2912690293,v1:172.21.15.204:6833/2912690293] up:boot 2023-12-06T14:53:48.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T14:53:48.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.stksct"}]: dispatch 2023-12-06T14:53:48.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:48 smithi204 ceph-mon[110430]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T14:53:49.114 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-06T14:53:49.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:49 smithi176 ceph-mon[107705]: pgmap v164: 65 pgs: 5 creating+activating, 6 creating+peering, 54 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:49.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:49 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:49.729 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:49 smithi204 ceph-mon[110430]: pgmap v164: 65 pgs: 5 creating+activating, 6 creating+peering, 54 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T14:53:49.729 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:49 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:50.115 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T14:53:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:50 smithi176 ceph-mon[107705]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:50.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:50 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:50.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:50 smithi204 ceph-mon[110430]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:50.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:50 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:51.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:51 smithi176 ceph-mon[107705]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-06T14:53:51.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:51 smithi204 ceph-mon[110430]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-06T14:53:51.953 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:53:51.953 INFO:teuthology.orchestra.run.smithi176.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T14:49:07.682834Z", "last_refresh": "2023-12-06T14:53:51.623060Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T14:49:03.338883Z", "last_refresh": "2023-12-06T14:53:49.247465Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T14:49:05.896850Z", "last_refresh": "2023-12-06T14:53:51.623274Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T14:53:43.128533Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T14:53:43.122909Z", "last_refresh": "2023-12-06T14:53:49.248092Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T14:49:02.184265Z", "last_refresh": "2023-12-06T14:53:49.247614Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi176:172.21.15.176=smithi176", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T14:49:40.320098Z", "last_refresh": "2023-12-06T14:53:49.247688Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T14:49:06.783833Z", "last_refresh": "2023-12-06T14:53:49.247767Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-06T14:53:49.247843Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T14:49:04.505181Z", "last_refresh": "2023-12-06T14:53:51.623510Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T14:53:52.421 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-06T14:53:52.421 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T14:53:52.431 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:53:52.432 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-06T14:53:52.932 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.932 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.932 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:52.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:52.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:52.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:52.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:52 smithi176 ceph-mon[107705]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-06T14:53:52.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T14:53:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:52 smithi204 ceph-mon[110430]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-06T14:53:54.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:54 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T14:53:54.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:54 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T14:53:55.195 INFO:teuthology.orchestra.run.smithi176.stdout:NFS Cluster Created Successfully 2023-12-06T14:53:55.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: pgmap v168: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T14:53:55.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:55 smithi204 ceph-mon[110430]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T14:53:55.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:55.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T14:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: osdmap e62: 8 total, 8 up, 8 in 2023-12-06T14:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T14:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: pgmap v168: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-06T14:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T14:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:55 smithi176 ceph-mon[107705]: osdmap e63: 8 total, 8 up, 8 in 2023-12-06T14:53:55.608 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-06T14:53:56.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: Saving service nfs.foo spec with placement count:2 2023-12-06T14:53:56.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.0.0.smithi176.folluz 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T14:53:56.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T14:53:56.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:53:56.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:53:56.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:56 smithi204 ceph-mon[110430]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: Saving service nfs.foo spec with placement count:2 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:53:56.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.0.0.smithi176.folluz 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T14:53:56.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T14:53:56.508 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:53:56.508 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi176.folluz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:53:56.508 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:56.508 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:56 smithi176 ceph-mon[107705]: osdmap e64: 8 total, 8 up, 8 in 2023-12-06T14:53:57.510 INFO:teuthology.orchestra.run.smithi176.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-06T14:53:57.510 INFO:teuthology.orchestra.run.smithi176.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-06T14:53:57.510 INFO:teuthology.orchestra.run.smithi176.stderr:Error EINVAL: invalid command 2023-12-06T14:53:57.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:57 smithi176 ceph-mon[107705]: Rados config object exists: conf-nfs.foo 2023-12-06T14:53:57.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:57 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.0.0.smithi176.folluz-rgw 2023-12-06T14:53:57.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:57 smithi176 ceph-mon[107705]: Deploying daemon nfs.foo.0.0.smithi176.folluz on smithi176 2023-12-06T14:53:57.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:57 smithi176 ceph-mon[107705]: pgmap v171: 97 pgs: 10 creating+peering, 15 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-06T14:53:57.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:57 smithi176 ceph-mon[107705]: mgrmap e20: smithi176.drqsup(active, since 3m), standbys: smithi204.tgvqbc 2023-12-06T14:53:57.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:57 smithi204 ceph-mon[110430]: Rados config object exists: conf-nfs.foo 2023-12-06T14:53:57.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:57 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.0.0.smithi176.folluz-rgw 2023-12-06T14:53:57.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:57 smithi204 ceph-mon[110430]: Deploying daemon nfs.foo.0.0.smithi176.folluz on smithi176 2023-12-06T14:53:57.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:57 smithi204 ceph-mon[110430]: pgmap v171: 97 pgs: 10 creating+peering, 15 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-06T14:53:57.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:57 smithi204 ceph-mon[110430]: mgrmap e20: smithi176.drqsup(active, since 3m), standbys: smithi204.tgvqbc 2023-12-06T14:53:57.855 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:53:57.855 INFO:teuthology.orchestra.run.smithi176.stdout: "bind": "/fake", 2023-12-06T14:53:57.856 INFO:teuthology.orchestra.run.smithi176.stdout: "fs": "foofs", 2023-12-06T14:53:57.856 INFO:teuthology.orchestra.run.smithi176.stdout: "path": "/", 2023-12-06T14:53:57.856 INFO:teuthology.orchestra.run.smithi176.stdout: "cluster": "foo", 2023-12-06T14:53:57.856 INFO:teuthology.orchestra.run.smithi176.stdout: "mode": "RW" 2023-12-06T14:53:57.856 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:53:58.246 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-06T14:53:58.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:58.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T14:53:58.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: pgmap v172: 97 pgs: 10 creating+peering, 15 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:53:58.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:53:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:53:58.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: pgmap v172: 97 pgs: 10 creating+peering, 15 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-06T14:53:58.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:53:58.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:53:58.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:53:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:00.584 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:00 smithi176 ceph-mon[107705]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:00.585 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:00 smithi176 ceph-mon[107705]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-12-06T14:54:00.677 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:00 smithi204 ceph-mon[110430]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:00.677 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:00 smithi204 ceph-mon[110430]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-12-06T14:54:01.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: Rados config object exists: conf-nfs.foo 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.1.0.smithi204.bwkjxw-rgw 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: Deploying daemon nfs.foo.1.0.smithi204.bwkjxw on smithi204 2023-12-06T14:54:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:01 smithi204 ceph-mon[110430]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: Rados config object exists: conf-nfs.foo 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.1.0.smithi204.bwkjxw-rgw 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T14:54:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:01.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: Deploying daemon nfs.foo.1.0.smithi204.bwkjxw on smithi204 2023-12-06T14:54:01.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:01 smithi176 ceph-mon[107705]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:02.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:02 smithi204 ceph-mon[110430]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T14:54:02.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:02 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:02.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:02 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:02.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:02 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:02.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:02 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:02 smithi176 ceph-mon[107705]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-06T14:54:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:02.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:02 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:03 smithi176 ceph-mon[107705]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:03.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:03 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:03.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:03 smithi204 ceph-mon[110430]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:03 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:05.309 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:05 smithi176 ceph-mon[107705]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:05.309 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:05 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:05.309 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:05 smithi176 ceph-mon[107705]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-06T14:54:05.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:05 smithi204 ceph-mon[110430]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:05.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:05 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:05.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:05 smithi204 ceph-mon[110430]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-06T14:54:06.225 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:06.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:06.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:06 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:06.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:06 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:06.618 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T14:54:06.629 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:54:06.629 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-06T14:54:06.659 INFO:teuthology.orchestra.run.smithi176.stderr:+ mkdir /mnt/foo 2023-12-06T14:54:06.676 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-06T14:54:06.742 INFO:teuthology.orchestra.run.smithi176.stderr:++ hostname 2023-12-06T14:54:06.743 INFO:teuthology.orchestra.run.smithi176.stderr:+ mount -t nfs smithi176:/fake /mnt/foo -o sync 2023-12-06T14:54:07.143 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-06T14:54:07.210 INFO:teuthology.orchestra.run.smithi176.stderr:+ echo test 2023-12-06T14:54:07.260 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-06T14:54:07.324 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:07 smithi176 ceph-mon[107705]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:07.324 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:07 smithi176 ceph-mon[107705]: pgmap v176: 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-12-06T14:54:07.326 INFO:teuthology.orchestra.run.smithi176.stderr:+ sync 2023-12-06T14:54:07.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:07 smithi204 ceph-mon[110430]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:07.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:07 smithi204 ceph-mon[110430]: pgmap v176: 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-12-06T14:54:07.693 INFO:teuthology.run_tasks:Running task parallel... 2023-12-06T14:54:07.703 INFO:teuthology.task.parallel:starting parallel... 2023-12-06T14:54:07.704 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T14:54:07.704 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T14:54:07.705 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:54:07.705 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T14:54:07.705 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-06T14:54:07.705 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-06T14:54:07.706 INFO:teuthology.task.exec:Executing custom commands... 2023-12-06T14:54:07.706 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:54:07.706 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-06T14:54:07.815 INFO:teuthology.orchestra.run.smithi176.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T14:54:07.815 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T14:54:07.815 INFO:teuthology.orchestra.run.smithi176.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-06T14:54:07.823 INFO:teuthology.orchestra.run.smithi176.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T14:54:07.923 INFO:teuthology.orchestra.run.smithi176.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T14:54:07.923 INFO:teuthology.orchestra.run.smithi176.stdout:releasing clients 2023-12-06T14:54:08.484 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:08 smithi176 ceph-mon[107705]: pgmap v177: 97 pgs: 97 active+clean; 1.0 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 54 KiB/s wr, 21 op/s 2023-12-06T14:54:08.484 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:08 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:08.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:08 smithi204 ceph-mon[110430]: pgmap v177: 97 pgs: 97 active+clean; 1.0 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 54 KiB/s wr, 21 op/s 2023-12-06T14:54:08.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:08 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:08.923 INFO:teuthology.orchestra.run.smithi176.stdout: 5 137 29.99 MB/sec warmup 1 sec latency 146.403 ms 2023-12-06T14:54:09.927 INFO:teuthology.orchestra.run.smithi176.stdout: 5 269 25.25 MB/sec warmup 2 sec latency 134.395 ms 2023-12-06T14:54:10.329 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:10 smithi176 ceph-mon[107705]: pgmap v178: 97 pgs: 97 active+clean; 15 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 41 op/s 2023-12-06T14:54:10.527 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T14:54:10.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:10 smithi204 ceph-mon[110430]: pgmap v178: 97 pgs: 97 active+clean; 15 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 41 op/s 2023-12-06T14:54:10.933 INFO:teuthology.orchestra.run.smithi176.stdout: 5 372 22.06 MB/sec warmup 3 sec latency 135.878 ms 2023-12-06T14:54:11.933 INFO:teuthology.orchestra.run.smithi176.stdout: 5 482 20.96 MB/sec warmup 4 sec latency 127.975 ms 2023-12-06T14:54:12.418 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:12 smithi176 ceph-mon[107705]: pgmap v179: 97 pgs: 97 active+clean; 31 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.5 MiB/s wr, 65 op/s 2023-12-06T14:54:12.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:12 smithi204 ceph-mon[110430]: pgmap v179: 97 pgs: 97 active+clean; 31 MiB data, 73 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.5 MiB/s wr, 65 op/s 2023-12-06T14:54:12.933 INFO:teuthology.orchestra.run.smithi176.stdout: 5 613 20.34 MB/sec warmup 5 sec latency 149.211 ms 2023-12-06T14:54:13.213 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T14:54:13.933 INFO:teuthology.orchestra.run.smithi176.stdout: 5 891 18.04 MB/sec warmup 6 sec latency 103.524 ms 2023-12-06T14:54:14.487 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:14 smithi176 ceph-mon[107705]: pgmap v180: 97 pgs: 97 active+clean; 99 MiB data, 154 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.4 MiB/s wr, 361 op/s 2023-12-06T14:54:14.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:14 smithi204 ceph-mon[110430]: pgmap v180: 97 pgs: 97 active+clean; 99 MiB data, 154 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 8.4 MiB/s wr, 361 op/s 2023-12-06T14:54:14.940 INFO:teuthology.orchestra.run.smithi176.stdout: 5 1253 17.25 MB/sec warmup 7 sec latency 94.490 ms 2023-12-06T14:54:15.948 INFO:teuthology.orchestra.run.smithi176.stdout: 5 1864 16.44 MB/sec warmup 8 sec latency 94.162 ms 2023-12-06T14:54:16.154 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-06T14:54:16.775 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:16 smithi176 ceph-mon[107705]: pgmap v181: 97 pgs: 97 active+clean; 108 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.4 MiB/s wr, 384 op/s 2023-12-06T14:54:16.948 INFO:teuthology.orchestra.run.smithi176.stdout: 5 2400 15.61 MB/sec warmup 9 sec latency 129.910 ms 2023-12-06T14:54:16.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:16 smithi204 ceph-mon[110430]: pgmap v181: 97 pgs: 97 active+clean; 108 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.4 MiB/s wr, 384 op/s 2023-12-06T14:54:17.948 INFO:teuthology.orchestra.run.smithi176.stdout: 5 2925 16.22 MB/sec warmup 10 sec latency 132.686 ms 2023-12-06T14:54:18.496 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:18 smithi176 ceph-mon[107705]: pgmap v182: 97 pgs: 97 active+clean; 110 MiB data, 166 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.6 MiB/s wr, 392 op/s 2023-12-06T14:54:18.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:18 smithi204 ceph-mon[110430]: pgmap v182: 97 pgs: 97 active+clean; 110 MiB data, 166 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.6 MiB/s wr, 392 op/s 2023-12-06T14:54:18.949 INFO:teuthology.orchestra.run.smithi176.stdout: 5 3363 16.16 MB/sec warmup 11 sec latency 210.330 ms 2023-12-06T14:54:19.334 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:19 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1477431086' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T14:54:19.368 INFO:teuthology.orchestra.run.smithi176.stderr:module 'nfs' is already enabled 2023-12-06T14:54:19.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:19 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1477431086' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-06T14:54:19.950 INFO:teuthology.orchestra.run.smithi176.stdout: 5 3698 16.07 MB/sec warmup 12 sec latency 137.246 ms 2023-12-06T14:54:20.005 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T14:54:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:20 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1477431086' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T14:54:20.364 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:20 smithi176 ceph-mon[107705]: mgrmap e21: smithi176.drqsup(active, since 4m), standbys: smithi204.tgvqbc 2023-12-06T14:54:20.364 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:20 smithi176 ceph-mon[107705]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 199 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 12 MiB/s wr, 605 op/s 2023-12-06T14:54:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:20 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1477431086' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-06T14:54:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:20 smithi204 ceph-mon[110430]: mgrmap e21: smithi176.drqsup(active, since 4m), standbys: smithi204.tgvqbc 2023-12-06T14:54:20.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:20 smithi204 ceph-mon[110430]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 199 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 12 MiB/s wr, 605 op/s 2023-12-06T14:54:20.950 INFO:teuthology.orchestra.run.smithi176.stdout: 5 3994 15.33 MB/sec warmup 13 sec latency 131.464 ms 2023-12-06T14:54:21.960 INFO:teuthology.orchestra.run.smithi176.stdout: 5 4422 14.55 MB/sec warmup 14 sec latency 141.065 ms 2023-12-06T14:54:22.391 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:22 smithi176 ceph-mon[107705]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 195 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 11 MiB/s wr, 607 op/s 2023-12-06T14:54:22.535 INFO:teuthology.orchestra.run.smithi176.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:54:22.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:22 smithi204 ceph-mon[110430]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 195 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 11 MiB/s wr, 607 op/s 2023-12-06T14:54:22.961 INFO:teuthology.orchestra.run.smithi176.stdout: 5 4831 14.31 MB/sec warmup 15 sec latency 123.926 ms 2023-12-06T14:54:23.101 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-06T14:54:23.102 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T14:54:23.102 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-06T14:54:23.661 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.662 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:23 smithi176 ceph-mon[107705]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:54:23.970 INFO:teuthology.orchestra.run.smithi176.stdout: 5 5157 13.94 MB/sec warmup 16 sec latency 87.537 ms 2023-12-06T14:54:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:54:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:23.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:54:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:54:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:23 smithi204 ceph-mon[110430]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:54:24.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:24 smithi176 ceph-mon[107705]: pgmap v185: 97 pgs: 97 active+clean; 130 MiB data, 263 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 795 op/s 2023-12-06T14:54:24.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:24 smithi204 ceph-mon[110430]: pgmap v185: 97 pgs: 97 active+clean; 130 MiB data, 263 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 795 op/s 2023-12-06T14:54:24.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 5510 13.42 MB/sec warmup 17 sec latency 124.128 ms 2023-12-06T14:54:25.799 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:54:25.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 5808 12.87 MB/sec warmup 18 sec latency 96.756 ms 2023-12-06T14:54:26.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:26 smithi176 ceph-mon[107705]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:26.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:26 smithi176 ceph-mon[107705]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 277 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.0 MiB/s wr, 524 op/s 2023-12-06T14:54:26.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:26 smithi176 ceph-mon[107705]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (3m) 21s ago 4m 25.4M - ba2b418f427c e6aa01d57813 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (4m) 21s ago 4m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (4m) 22s ago 4m 7155k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 running (3m) 21s ago 4m 49.4M - 8.3.5 dad864ee21e9 3523dc15df41 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (40s) 21s ago 40s 17.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (39s) 22s ago 38s 15.6M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (5m) 21s ago 5m 478M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:54:26.757 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (4m) 22s ago 4m 419M - 17.2.0 e1d6a67b021e 56e9b4ef4f56 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (5m) 21s ago 5m 80.6M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (4m) 22s ago 4m 60.9M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (29s) 21s ago 29s 54.3M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (24s) 22s ago 24s 56.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (4m) 21s ago 4m 24.2M - 1dbe0e931976 dd1d62296540 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (4m) 22s ago 4m 22.3M - 1dbe0e931976 664019b0222f 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (3m) 21s ago 3m 56.6M 3224M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (3m) 21s ago 3m 59.9M 3224M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (3m) 21s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:54:26.758 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (2m) 21s ago 2m 50.7M 3224M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:54:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (2m) 22s ago 2m 52.1M 3992M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:54:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (2m) 22s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:54:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (116s) 22s ago 115s 48.1M 3992M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:54:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (99s) 22s ago 99s 53.4M 3992M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:54:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (3m) 21s ago 3m 61.6M - 514e6a882f6e e805db9180f1 2023-12-06T14:54:26.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:26 smithi204 ceph-mon[110430]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:26.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:26 smithi204 ceph-mon[110430]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 277 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 6.0 MiB/s wr, 524 op/s 2023-12-06T14:54:26.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:26 smithi204 ceph-mon[110430]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:26.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 6125 12.79 MB/sec warmup 19 sec latency 129.762 ms 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:54:27.304 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:54:27.305 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "", 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T14:54:27.739 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:54:27.753 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:27 smithi176 ceph-mon[107705]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:27.753 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:27 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2600359183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:54:27.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:27 smithi204 ceph-mon[110430]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:27.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:27 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2600359183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:54:27.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 6417 12.68 MB/sec warmup 20 sec latency 124.359 ms 2023-12-06T14:54:28.296 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:54:28.791 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:28 smithi176 ceph-mon[107705]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:28.791 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:28 smithi176 ceph-mon[107705]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-06T14:54:28.791 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:28 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1135266541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:54:28.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:28 smithi204 ceph-mon[110430]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:54:28.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:28 smithi204 ceph-mon[110430]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-06T14:54:28.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:28 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1135266541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:54:28.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 6803 12.95 MB/sec warmup 21 sec latency 146.195 ms 2023-12-06T14:54:29.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 7151 12.99 MB/sec warmup 22 sec latency 154.405 ms 2023-12-06T14:54:30.611 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:30 smithi176 ceph-mon[107705]: pgmap v188: 97 pgs: 97 active+clean; 130 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 651 op/s 2023-12-06T14:54:30.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:30 smithi204 ceph-mon[110430]: pgmap v188: 97 pgs: 97 active+clean; 130 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 651 op/s 2023-12-06T14:54:30.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 7407 12.70 MB/sec warmup 23 sec latency 102.018 ms 2023-12-06T14:54:31.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 7546 12.29 MB/sec warmup 24 sec latency 181.370 ms 2023-12-06T14:54:32.448 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:32 smithi176 ceph-mon[107705]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 316 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-06T14:54:32.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:32 smithi204 ceph-mon[110430]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 316 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-06T14:54:32.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 7716 11.85 MB/sec warmup 25 sec latency 129.020 ms 2023-12-06T14:54:33.992 INFO:teuthology.orchestra.run.smithi176.stdout: 5 8029 11.62 MB/sec warmup 26 sec latency 122.090 ms 2023-12-06T14:54:34.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:34 smithi176 ceph-mon[107705]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 360 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.7 MiB/s wr, 561 op/s 2023-12-06T14:54:34.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:34 smithi204 ceph-mon[110430]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 360 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.7 MiB/s wr, 561 op/s 2023-12-06T14:54:34.992 INFO:teuthology.orchestra.run.smithi176.stdout: 5 8259 11.33 MB/sec warmup 27 sec latency 120.875 ms 2023-12-06T14:54:35.992 INFO:teuthology.orchestra.run.smithi176.stdout: 5 8600 11.23 MB/sec warmup 28 sec latency 124.019 ms 2023-12-06T14:54:36.631 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:36 smithi176 ceph-mon[107705]: pgmap v191: 97 pgs: 97 active+clean; 141 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.0 MiB/s wr, 362 op/s 2023-12-06T14:54:36.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:36 smithi204 ceph-mon[110430]: pgmap v191: 97 pgs: 97 active+clean; 141 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.0 MiB/s wr, 362 op/s 2023-12-06T14:54:36.992 INFO:teuthology.orchestra.run.smithi176.stdout: 5 8862 10.95 MB/sec warmup 29 sec latency 212.418 ms 2023-12-06T14:54:38.002 INFO:teuthology.orchestra.run.smithi176.stdout: 5 9205 11.02 MB/sec warmup 30 sec latency 124.256 ms 2023-12-06T14:54:38.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:38 smithi176 ceph-mon[107705]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-12-06T14:54:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:38 smithi204 ceph-mon[110430]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-12-06T14:54:39.002 INFO:teuthology.orchestra.run.smithi176.stdout: 5 9501 10.82 MB/sec warmup 31 sec latency 126.941 ms 2023-12-06T14:54:40.002 INFO:teuthology.orchestra.run.smithi176.stdout: 5 9928 10.94 MB/sec warmup 32 sec latency 127.450 ms 2023-12-06T14:54:40.397 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:40 smithi176 ceph-mon[107705]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 501 op/s 2023-12-06T14:54:40.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:40 smithi204 ceph-mon[110430]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 501 op/s 2023-12-06T14:54:41.002 INFO:teuthology.orchestra.run.smithi176.stdout: 5 10306 11.07 MB/sec warmup 33 sec latency 127.091 ms 2023-12-06T14:54:42.008 INFO:teuthology.orchestra.run.smithi176.stdout: 5 10636 11.10 MB/sec warmup 34 sec latency 129.186 ms 2023-12-06T14:54:42.429 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:42 smithi176 ceph-mon[107705]: pgmap v194: 97 pgs: 97 active+clean; 142 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-06T14:54:42.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:42 smithi204 ceph-mon[110430]: pgmap v194: 97 pgs: 97 active+clean; 142 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-06T14:54:43.008 INFO:teuthology.orchestra.run.smithi176.stdout: 5 10930 11.03 MB/sec warmup 35 sec latency 130.249 ms 2023-12-06T14:54:44.014 INFO:teuthology.orchestra.run.smithi176.stdout: 5 11214 10.87 MB/sec warmup 36 sec latency 152.456 ms 2023-12-06T14:54:44.450 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:44 smithi176 ceph-mon[107705]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-12-06T14:54:44.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:44 smithi204 ceph-mon[110430]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-12-06T14:54:45.014 INFO:teuthology.orchestra.run.smithi176.stdout: 5 11477 10.75 MB/sec warmup 37 sec latency 126.880 ms 2023-12-06T14:54:46.019 INFO:teuthology.orchestra.run.smithi176.stdout: 5 11750 10.59 MB/sec warmup 38 sec latency 205.327 ms 2023-12-06T14:54:46.755 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:46 smithi176 ceph-mon[107705]: pgmap v196: 97 pgs: 97 active+clean; 158 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-06T14:54:46.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:46 smithi204 ceph-mon[110430]: pgmap v196: 97 pgs: 97 active+clean; 158 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-06T14:54:47.019 INFO:teuthology.orchestra.run.smithi176.stdout: 5 11998 10.39 MB/sec warmup 39 sec latency 117.443 ms 2023-12-06T14:54:48.019 INFO:teuthology.orchestra.run.smithi176.stdout: 5 12228 10.30 MB/sec warmup 40 sec latency 121.831 ms 2023-12-06T14:54:48.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:48 smithi176 ceph-mon[107705]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 425 op/s 2023-12-06T14:54:48.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:48 smithi204 ceph-mon[110430]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 425 op/s 2023-12-06T14:54:49.027 INFO:teuthology.orchestra.run.smithi176.stdout: 5 12490 10.23 MB/sec warmup 41 sec latency 126.645 ms 2023-12-06T14:54:50.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 12740 10.13 MB/sec warmup 42 sec latency 123.915 ms 2023-12-06T14:54:50.608 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:50 smithi176 ceph-mon[107705]: pgmap v198: 97 pgs: 97 active+clean; 153 MiB data, 474 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 529 op/s 2023-12-06T14:54:50.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:50 smithi204 ceph-mon[110430]: pgmap v198: 97 pgs: 97 active+clean; 153 MiB data, 474 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 529 op/s 2023-12-06T14:54:51.028 INFO:teuthology.orchestra.run.smithi176.stdout: 5 13121 10.08 MB/sec warmup 43 sec latency 96.807 ms 2023-12-06T14:54:52.028 INFO:teuthology.orchestra.run.smithi176.stdout: 5 13431 10.06 MB/sec warmup 44 sec latency 127.566 ms 2023-12-06T14:54:52.417 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:52 smithi176 ceph-mon[107705]: pgmap v199: 97 pgs: 97 active+clean; 150 MiB data, 474 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-06T14:54:52.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:52 smithi204 ceph-mon[110430]: pgmap v199: 97 pgs: 97 active+clean; 150 MiB data, 474 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-06T14:54:53.028 INFO:teuthology.orchestra.run.smithi176.stdout: 5 13664 10.06 MB/sec warmup 45 sec latency 126.745 ms 2023-12-06T14:54:54.028 INFO:teuthology.orchestra.run.smithi176.stdout: 5 13930 10.02 MB/sec warmup 46 sec latency 124.964 ms 2023-12-06T14:54:54.464 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:54 smithi176 ceph-mon[107705]: pgmap v200: 97 pgs: 97 active+clean; 160 MiB data, 512 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-12-06T14:54:54.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:54 smithi204 ceph-mon[110430]: pgmap v200: 97 pgs: 97 active+clean; 160 MiB data, 512 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-12-06T14:54:55.028 INFO:teuthology.orchestra.run.smithi176.stdout: 5 14360 10.18 MB/sec warmup 47 sec latency 126.752 ms 2023-12-06T14:54:56.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 14751 10.16 MB/sec warmup 48 sec latency 137.545 ms 2023-12-06T14:54:56.644 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:56 smithi176 ceph-mon[107705]: pgmap v201: 97 pgs: 97 active+clean; 164 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.0 MiB/s wr, 427 op/s 2023-12-06T14:54:56.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:56 smithi204 ceph-mon[110430]: pgmap v201: 97 pgs: 97 active+clean; 164 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.0 MiB/s wr, 427 op/s 2023-12-06T14:54:57.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 15106 10.07 MB/sec warmup 49 sec latency 123.479 ms 2023-12-06T14:54:58.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 15473 9.99 MB/sec warmup 50 sec latency 127.217 ms 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:58.288 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:58 smithi176 ceph-mon[107705]: Upgrade: Need to upgrade myself (mgr.smithi176.drqsup) 2023-12-06T14:54:58.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:58.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T14:54:58.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T14:54:58.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:54:58.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:54:58.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:58 smithi204 ceph-mon[110430]: Upgrade: Need to upgrade myself (mgr.smithi176.drqsup) 2023-12-06T14:54:58.789 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:54:59.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 15737 9.90 MB/sec warmup 51 sec latency 124.921 ms 2023-12-06T14:54:59.302 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf on smithi204 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: pgmap v202: 97 pgs: 97 active+clean; 164 MiB data, 525 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-06T14:54:59.303 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:54:59 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:59.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf on smithi204 2023-12-06T14:54:59.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-12-06T14:54:59.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-06T14:54:59.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T14:54:59.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2023-12-06T14:54:59.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/trash_purge_schedule"}]: dispatch 2023-12-06T14:54:59.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: pgmap v202: 97 pgs: 97 active+clean; 164 MiB data, 525 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-06T14:54:59.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:54:59 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.drqsup/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (4m) 54s ago 5m 25.4M - ba2b418f427c e6aa01d57813 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (5m) 54s ago 5m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (4m) 55s ago 4m 7155k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 running (4m) 54s ago 5m 49.4M - 8.3.5 dad864ee21e9 3523dc15df41 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (73s) 54s ago 73s 17.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (72s) 55s ago 71s 15.6M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (6m) 54s ago 6m 478M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (4m) 55s ago 4m 419M - 17.2.0 e1d6a67b021e 56e9b4ef4f56 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (6m) 54s ago 6m 80.6M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (4m) 55s ago 4m 60.9M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:54:59.643 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (62s) 54s ago 62s 54.3M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (57s) 55s ago 57s 56.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 54s ago 5m 24.2M - 1dbe0e931976 dd1d62296540 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (4m) 55s ago 4m 22.3M - 1dbe0e931976 664019b0222f 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (4m) 54s ago 4m 56.6M 3224M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (3m) 54s ago 3m 59.9M 3224M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (3m) 54s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (3m) 54s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (3m) 55s ago 3m 52.1M 3992M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (2m) 55s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (2m) 55s ago 2m 48.1M 3992M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (2m) 55s ago 2m 53.4M 3992M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:54:59.644 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (4m) 54s ago 4m 61.6M - 514e6a882f6e e805db9180f1 2023-12-06T14:55:00.029 INFO:teuthology.orchestra.run.smithi176.stdout: 5 16094 9.92 MB/sec warmup 52 sec latency 123.771 ms 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:55:00.170 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:55:00.171 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]': finished 2023-12-06T14:55:00.317 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T14:55:00.318 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:00 smithi176 ceph-mon[107705]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:00.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:00.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-12-06T14:55:00.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-06T14:55:00.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-06T14:55:00.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]': finished 2023-12-06T14:55:00.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: osdmap e65: 8 total, 8 up, 8 in 2023-12-06T14:55:00.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:00 smithi204 ceph-mon[110430]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf image on host smithi204" 2023-12-06T14:55:00.606 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:55:01.031 INFO:teuthology.orchestra.run.smithi176.stdout: 5 16511 9.91 MB/sec warmup 53 sec latency 123.583 ms 2023-12-06T14:55:01.119 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:55:01.315 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:01 smithi176 ceph-mon[107705]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:01.316 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:01 smithi176 ceph-mon[107705]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T14:55:01.316 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:01 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/562503813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:55:01.316 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:01 smithi176 ceph-mon[107705]: pgmap v205: 97 pgs: 3 peering, 94 active+clean; 168 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-06T14:55:01.316 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:01 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/968657528' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:55:01.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:01 smithi204 ceph-mon[110430]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:01.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:01 smithi204 ceph-mon[110430]: osdmap e66: 8 total, 8 up, 8 in 2023-12-06T14:55:01.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:01 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/562503813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:55:01.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:01 smithi204 ceph-mon[110430]: pgmap v205: 97 pgs: 3 peering, 94 active+clean; 168 MiB data, 588 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-06T14:55:01.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:01 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/968657528' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:55:02.031 INFO:teuthology.orchestra.run.smithi176.stdout: 5 16985 9.95 MB/sec warmup 54 sec latency 123.823 ms 2023-12-06T14:55:02.334 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:02 smithi176 ceph-mon[107705]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:02.334 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:02 smithi176 ceph-mon[107705]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-06T14:55:02.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:02 smithi204 ceph-mon[110430]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:02.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:02 smithi204 ceph-mon[110430]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-06T14:55:03.031 INFO:teuthology.orchestra.run.smithi176.stdout: 5 17288 9.97 MB/sec warmup 55 sec latency 129.379 ms 2023-12-06T14:55:03.207 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:03 smithi176 ceph-mon[107705]: pgmap v206: 97 pgs: 3 peering, 94 active+clean; 169 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-06T14:55:03.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:03 smithi204 ceph-mon[110430]: pgmap v206: 97 pgs: 3 peering, 94 active+clean; 169 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-06T14:55:04.031 INFO:teuthology.orchestra.run.smithi176.stdout: 5 17720 10.12 MB/sec warmup 56 sec latency 131.545 ms 2023-12-06T14:55:04.611 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:04 smithi176 ceph-mon[107705]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 169 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 431 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:04.611 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:04 smithi176 ceph-mon[107705]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-06T14:55:04.611 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:04 smithi176 ceph-mon[107705]: Cluster is now healthy 2023-12-06T14:55:04.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:04 smithi204 ceph-mon[110430]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 169 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 431 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:04.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:04 smithi204 ceph-mon[110430]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-06T14:55:04.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:04 smithi204 ceph-mon[110430]: Cluster is now healthy 2023-12-06T14:55:05.031 INFO:teuthology.orchestra.run.smithi176.stdout: 5 18047 10.11 MB/sec warmup 57 sec latency 129.389 ms 2023-12-06T14:55:06.041 INFO:teuthology.orchestra.run.smithi176.stdout: 5 18383 10.05 MB/sec warmup 58 sec latency 123.735 ms 2023-12-06T14:55:06.649 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:06 smithi176 ceph-mon[107705]: pgmap v208: 97 pgs: 97 active+clean; 178 MiB data, 649 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.9 MiB/s wr, 682 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:06.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:06 smithi204 ceph-mon[110430]: pgmap v208: 97 pgs: 97 active+clean; 178 MiB data, 649 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.9 MiB/s wr, 682 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:07.041 INFO:teuthology.orchestra.run.smithi176.stdout: 5 18754 10.00 MB/sec warmup 59 sec latency 129.556 ms 2023-12-06T14:55:08.041 INFO:teuthology.orchestra.run.smithi176.stdout: 5 19246 10.02 MB/sec warmup 60 sec latency 120.824 ms 2023-12-06T14:55:08.417 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:08 smithi176 ceph-mon[107705]: pgmap v209: 97 pgs: 97 active+clean; 178 MiB data, 662 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 448 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:08.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:08 smithi204 ceph-mon[110430]: pgmap v209: 97 pgs: 97 active+clean; 178 MiB data, 662 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.2 MiB/s wr, 448 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:09.051 INFO:teuthology.orchestra.run.smithi176.stdout: 5 19755 10.05 MB/sec warmup 61 sec latency 119.090 ms 2023-12-06T14:55:10.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 20241 10.13 MB/sec warmup 62 sec latency 138.025 ms 2023-12-06T14:55:10.449 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:10 smithi176 ceph-mon[107705]: pgmap v210: 97 pgs: 97 active+clean; 175 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 502 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:10.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:10 smithi204 ceph-mon[110430]: pgmap v210: 97 pgs: 97 active+clean; 175 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 502 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:11.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 20638 10.15 MB/sec warmup 63 sec latency 94.952 ms 2023-12-06T14:55:12.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 21032 10.20 MB/sec warmup 64 sec latency 120.454 ms 2023-12-06T14:55:12.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:12 smithi176 ceph-mon[107705]: pgmap v211: 97 pgs: 97 active+clean; 178 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 546 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:12.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:12 smithi204 ceph-mon[110430]: pgmap v211: 97 pgs: 97 active+clean; 178 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 546 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:13.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 21382 10.22 MB/sec warmup 65 sec latency 127.396 ms 2023-12-06T14:55:14.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 21701 10.19 MB/sec warmup 66 sec latency 124.690 ms 2023-12-06T14:55:14.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:14 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:14.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:14 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:15.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 22087 10.19 MB/sec warmup 67 sec latency 120.685 ms 2023-12-06T14:55:15.573 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:15 smithi176 ceph-mon[107705]: pgmap v212: 97 pgs: 97 active+clean; 187 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.4 MiB/s wr, 588 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:15.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:15 smithi204 ceph-mon[110430]: pgmap v212: 97 pgs: 97 active+clean; 187 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.4 MiB/s wr, 588 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T14:55:16.052 INFO:teuthology.orchestra.run.smithi176.stdout: 5 22352 10.14 MB/sec warmup 68 sec latency 136.779 ms 2023-12-06T14:55:16.625 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:16 smithi176 ceph-mon[107705]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-12-06T14:55:16.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:16 smithi204 ceph-mon[110430]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-12-06T14:55:17.055 INFO:teuthology.orchestra.run.smithi176.stdout: 5 22650 10.02 MB/sec warmup 69 sec latency 126.748 ms 2023-12-06T14:55:18.055 INFO:teuthology.orchestra.run.smithi176.stdout: 5 23006 10.01 MB/sec warmup 70 sec latency 126.767 ms 2023-12-06T14:55:18.415 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:18 smithi176 ceph-mon[107705]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 420 op/s 2023-12-06T14:55:18.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:18 smithi204 ceph-mon[110430]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 420 op/s 2023-12-06T14:55:19.057 INFO:teuthology.orchestra.run.smithi176.stdout: 5 23484 10.05 MB/sec warmup 71 sec latency 137.536 ms 2023-12-06T14:55:20.061 INFO:teuthology.orchestra.run.smithi176.stdout: 5 23943 10.08 MB/sec warmup 72 sec latency 131.185 ms 2023-12-06T14:55:20.470 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:20 smithi176 ceph-mon[107705]: pgmap v215: 97 pgs: 97 active+clean; 195 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.3 MiB/s wr, 624 op/s 2023-12-06T14:55:20.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:20 smithi204 ceph-mon[110430]: pgmap v215: 97 pgs: 97 active+clean; 195 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.3 MiB/s wr, 624 op/s 2023-12-06T14:55:21.061 INFO:teuthology.orchestra.run.smithi176.stdout: 5 24193 10.06 MB/sec warmup 73 sec latency 137.889 ms 2023-12-06T14:55:22.061 INFO:teuthology.orchestra.run.smithi176.stdout: 5 24587 10.09 MB/sec warmup 74 sec latency 129.844 ms 2023-12-06T14:55:22.505 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:22 smithi176 ceph-mon[107705]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-06T14:55:22.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:22 smithi204 ceph-mon[110430]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-06T14:55:23.061 INFO:teuthology.orchestra.run.smithi176.stdout: 5 25002 10.18 MB/sec warmup 75 sec latency 129.847 ms 2023-12-06T14:55:24.064 INFO:teuthology.orchestra.run.smithi176.stdout: 5 25271 10.12 MB/sec warmup 76 sec latency 136.945 ms 2023-12-06T14:55:24.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:24 smithi176 ceph-mon[107705]: pgmap v217: 97 pgs: 97 active+clean; 201 MiB data, 832 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 544 op/s 2023-12-06T14:55:24.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:24 smithi204 ceph-mon[110430]: pgmap v217: 97 pgs: 97 active+clean; 201 MiB data, 832 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 544 op/s 2023-12-06T14:55:25.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 25752 10.11 MB/sec warmup 77 sec latency 96.378 ms 2023-12-06T14:55:26.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 26202 10.14 MB/sec warmup 78 sec latency 151.950 ms 2023-12-06T14:55:26.810 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:26 smithi176 ceph-mon[107705]: pgmap v218: 97 pgs: 97 active+clean; 206 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 543 op/s 2023-12-06T14:55:26.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:26 smithi204 ceph-mon[110430]: pgmap v218: 97 pgs: 97 active+clean; 206 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 543 op/s 2023-12-06T14:55:27.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 26791 10.10 MB/sec warmup 79 sec latency 107.298 ms 2023-12-06T14:55:28.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 27252 10.16 MB/sec warmup 80 sec latency 131.574 ms 2023-12-06T14:55:28.598 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:28 smithi176 ceph-mon[107705]: pgmap v219: 97 pgs: 97 active+clean; 207 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 562 op/s 2023-12-06T14:55:28.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:28 smithi204 ceph-mon[110430]: pgmap v219: 97 pgs: 97 active+clean; 207 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 562 op/s 2023-12-06T14:55:29.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 27840 10.31 MB/sec warmup 81 sec latency 140.143 ms 2023-12-06T14:55:30.073 INFO:teuthology.orchestra.run.smithi176.stdout: 5 28215 10.34 MB/sec warmup 82 sec latency 126.933 ms 2023-12-06T14:55:30.644 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:30 smithi176 ceph-mon[107705]: pgmap v220: 97 pgs: 97 active+clean; 209 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 692 op/s 2023-12-06T14:55:30.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:30 smithi204 ceph-mon[110430]: pgmap v220: 97 pgs: 97 active+clean; 209 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 692 op/s 2023-12-06T14:55:31.072 INFO:teuthology.orchestra.run.smithi176.stdout: 5 28476 10.31 MB/sec warmup 83 sec latency 134.495 ms 2023-12-06T14:55:31.547 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:55:32.080 INFO:teuthology.orchestra.run.smithi176.stdout: 5 28766 10.26 MB/sec warmup 84 sec latency 125.436 ms 2023-12-06T14:55:32.433 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:55:32.433 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (4m) 86s ago 5m 25.4M - ba2b418f427c e6aa01d57813 2023-12-06T14:55:32.433 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (5m) 86s ago 5m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (5m) 88s ago 5m 7155k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 running (4m) 86s ago 5m 49.4M - 8.3.5 dad864ee21e9 3523dc15df41 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (106s) 86s ago 106s 17.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (104s) 88s ago 104s 15.6M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (7m) 86s ago 7m 478M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:55:32.434 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (5m) 88s ago 5m 419M - 17.2.0 e1d6a67b021e 56e9b4ef4f56 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (7m) 86s ago 7m 80.6M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (5m) 88s ago 5m 60.9M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (95s) 86s ago 94s 54.3M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (90s) 88s ago 90s 56.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 86s ago 5m 24.2M - 1dbe0e931976 dd1d62296540 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (5m) 88s ago 5m 22.3M - 1dbe0e931976 664019b0222f 2023-12-06T14:55:32.435 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (4m) 86s ago 4m 56.6M 3224M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (4m) 86s ago 4m 59.9M 3224M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (4m) 86s ago 4m 50.7M 3224M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (3m) 86s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (3m) 88s ago 3m 52.1M 3992M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (3m) 88s ago 3m 48.2M 3992M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (3m) 88s ago 3m 48.1M 3992M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:55:32.436 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (2m) 88s ago 2m 53.4M 3992M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:55:32.437 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (5m) 86s ago 5m 61.6M - 514e6a882f6e e805db9180f1 2023-12-06T14:55:32.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:32 smithi176 ceph-mon[107705]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:32.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:32 smithi176 ceph-mon[107705]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:32.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:32 smithi176 ceph-mon[107705]: pgmap v221: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.7 MiB/s wr, 513 op/s 2023-12-06T14:55:32.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:32 smithi204 ceph-mon[110430]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:32.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:32 smithi204 ceph-mon[110430]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:32.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:32 smithi204 ceph-mon[110430]: pgmap v221: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.7 MiB/s wr, 513 op/s 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:55:32.959 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-06T14:55:32.960 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:55:32.961 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:55:33.080 INFO:teuthology.orchestra.run.smithi176.stdout: 5 29055 10.20 MB/sec warmup 85 sec latency 152.064 ms 2023-12-06T14:55:33.412 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf image on host smithi204" 2023-12-06T14:55:33.413 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:55:33.450 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:33 smithi176 ceph-mon[107705]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:33.450 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:33 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1401865439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:55:33.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:33 smithi204 ceph-mon[110430]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:33.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:33 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1401865439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:55:33.916 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:55:34.080 INFO:teuthology.orchestra.run.smithi176.stdout: 5 29387 10.20 MB/sec warmup 86 sec latency 123.693 ms 2023-12-06T14:55:34.483 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:34 smithi176 ceph-mon[107705]: from='client.24433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:34.483 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:34 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/764100895' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:55:34.483 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:34 smithi176 ceph-mon[107705]: pgmap v222: 97 pgs: 97 active+clean; 220 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 7.1 MiB/s wr, 669 op/s 2023-12-06T14:55:34.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:34 smithi204 ceph-mon[110430]: from='client.24433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:55:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:34 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/764100895' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:55:34.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:34 smithi204 ceph-mon[110430]: pgmap v222: 97 pgs: 97 active+clean; 220 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 7.1 MiB/s wr, 669 op/s 2023-12-06T14:55:35.081 INFO:teuthology.orchestra.run.smithi176.stdout: 5 29809 10.18 MB/sec warmup 87 sec latency 129.861 ms 2023-12-06T14:55:36.080 INFO:teuthology.orchestra.run.smithi176.stdout: 5 30190 10.16 MB/sec warmup 88 sec latency 126.954 ms 2023-12-06T14:55:36.792 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:36 smithi176 ceph-mon[107705]: pgmap v223: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 609 op/s 2023-12-06T14:55:36.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:36 smithi204 ceph-mon[110430]: pgmap v223: 97 pgs: 97 active+clean; 219 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 609 op/s 2023-12-06T14:55:37.082 INFO:teuthology.orchestra.run.smithi176.stdout: 5 30603 10.17 MB/sec warmup 89 sec latency 123.745 ms 2023-12-06T14:55:38.082 INFO:teuthology.orchestra.run.smithi176.stdout: 5 30981 10.21 MB/sec warmup 90 sec latency 129.451 ms 2023-12-06T14:55:38.579 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:38 smithi176 ceph-mon[107705]: pgmap v224: 97 pgs: 97 active+clean; 215 MiB data, 1001 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-12-06T14:55:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:38 smithi204 ceph-mon[110430]: pgmap v224: 97 pgs: 97 active+clean; 215 MiB data, 1001 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-12-06T14:55:39.082 INFO:teuthology.orchestra.run.smithi176.stdout: 5 31382 10.23 MB/sec warmup 91 sec latency 128.937 ms 2023-12-06T14:55:40.089 INFO:teuthology.orchestra.run.smithi176.stdout: 5 31841 10.25 MB/sec warmup 92 sec latency 129.729 ms 2023-12-06T14:55:40.643 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:40 smithi176 ceph-mon[107705]: pgmap v225: 97 pgs: 97 active+clean; 219 MiB data, 1004 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-06T14:55:40.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:40 smithi204 ceph-mon[110430]: pgmap v225: 97 pgs: 97 active+clean; 219 MiB data, 1004 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-06T14:55:41.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 32208 10.25 MB/sec warmup 93 sec latency 123.953 ms 2023-12-06T14:55:42.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 32561 10.24 MB/sec warmup 94 sec latency 129.060 ms 2023-12-06T14:55:42.470 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:42 smithi176 ceph-mon[107705]: pgmap v226: 97 pgs: 97 active+clean; 224 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-12-06T14:55:42.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:42 smithi204 ceph-mon[110430]: pgmap v226: 97 pgs: 97 active+clean; 224 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-12-06T14:55:43.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 32948 10.25 MB/sec warmup 95 sec latency 210.317 ms 2023-12-06T14:55:44.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 33297 10.19 MB/sec warmup 96 sec latency 126.671 ms 2023-12-06T14:55:44.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:44 smithi176 ceph-mon[107705]: pgmap v227: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 593 op/s 2023-12-06T14:55:44.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:44 smithi204 ceph-mon[110430]: pgmap v227: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 593 op/s 2023-12-06T14:55:45.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 33629 10.16 MB/sec warmup 97 sec latency 135.681 ms 2023-12-06T14:55:46.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 34036 10.16 MB/sec warmup 98 sec latency 186.634 ms 2023-12-06T14:55:47.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 34460 10.20 MB/sec warmup 99 sec latency 172.162 ms 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: Upgrade: Updating mgr.smithi204.tgvqbc 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: Deploying daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:55:47.096 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:46 smithi176 ceph-mon[107705]: pgmap v228: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: Upgrade: Updating mgr.smithi204.tgvqbc 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.tgvqbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: Deploying daemon mgr.smithi204.tgvqbc on smithi204 2023-12-06T14:55:47.206 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:46 smithi204 ceph-mon[110430]: pgmap v228: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-06T14:55:48.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 34928 10.26 MB/sec warmup 100 sec latency 131.408 ms 2023-12-06T14:55:48.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:48.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:48.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:48.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:48 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:48.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:48 smithi176 ceph-mon[107705]: pgmap v229: 97 pgs: 97 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2023-12-06T14:55:49.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 35367 10.29 MB/sec warmup 101 sec latency 125.571 ms 2023-12-06T14:55:49.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:49.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:49.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:55:49.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:48 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:55:49.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:48 smithi204 ceph-mon[110430]: pgmap v229: 97 pgs: 97 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2023-12-06T14:55:50.092 INFO:teuthology.orchestra.run.smithi176.stdout: 5 35717 10.28 MB/sec warmup 102 sec latency 146.047 ms 2023-12-06T14:55:51.092 INFO:teuthology.orchestra.run.smithi176.stdout: 5 36131 10.29 MB/sec warmup 103 sec latency 128.441 ms 2023-12-06T14:55:51.181 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:51 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:51.181 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:51 smithi176 ceph-mon[107705]: pgmap v230: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 659 op/s 2023-12-06T14:55:51.181 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:51 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:51.390 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:51 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:51.390 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:51 smithi204 ceph-mon[110430]: pgmap v230: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 659 op/s 2023-12-06T14:55:51.390 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:51 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:52.091 INFO:teuthology.orchestra.run.smithi176.stdout: 5 36563 10.29 MB/sec warmup 104 sec latency 106.024 ms 2023-12-06T14:55:52.687 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:52 smithi204 ceph-mon[110430]: pgmap v231: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.0 MiB/s wr, 595 op/s 2023-12-06T14:55:52.696 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:52 smithi176 ceph-mon[107705]: pgmap v231: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.0 MiB/s wr, 595 op/s 2023-12-06T14:55:53.092 INFO:teuthology.orchestra.run.smithi176.stdout: 5 36968 10.28 MB/sec warmup 105 sec latency 89.814 ms 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: Upgrade: Need to upgrade myself (mgr.smithi176.drqsup) 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: Failing over to other MGR 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr fail", "who": "smithi176.drqsup"}]: dispatch 2023-12-06T14:55:53.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:53 smithi176 ceph-mon[107705]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T14:55:54.092 INFO:teuthology.orchestra.run.smithi176.stdout: 5 37395 10.28 MB/sec warmup 106 sec latency 90.095 ms 2023-12-06T14:55:54.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:54.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: Upgrade: Need to upgrade myself (mgr.smithi176.drqsup) 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: Failing over to other MGR 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "mgr fail", "who": "smithi176.drqsup"}]: dispatch 2023-12-06T14:55:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:53 smithi204 ceph-mon[110430]: osdmap e67: 8 total, 8 up, 8 in 2023-12-06T14:55:54.987 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:54 smithi176 ceph-mon[107705]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "mgr fail", "who": "smithi176.drqsup"}]': finished 2023-12-06T14:55:54.987 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:54 smithi176 ceph-mon[107705]: mgrmap e22: smithi204.tgvqbc(active, starting, since 0.992251s) 2023-12-06T14:55:55.093 INFO:teuthology.orchestra.run.smithi176.stdout: 5 37737 10.27 MB/sec warmup 107 sec latency 129.757 ms 2023-12-06T14:55:55.174 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:54 smithi204 ceph-mon[110430]: from='mgr.14204 172.21.15.176:0/4188481440' entity='mgr.smithi176.drqsup' cmd='[{"prefix": "mgr fail", "who": "smithi176.drqsup"}]': finished 2023-12-06T14:55:55.174 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:54 smithi204 ceph-mon[110430]: mgrmap e22: smithi204.tgvqbc(active, starting, since 0.992251s) 2023-12-06T14:55:55.999 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: Active manager daemon smithi204.tgvqbc restarted 2023-12-06T14:55:55.999 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: Activating manager daemon smithi204.tgvqbc 2023-12-06T14:55:55.999 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T14:55:55.999 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/crt"}]: dispatch 2023-12-06T14:55:56.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:55:56.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/key"}]: dispatch 2023-12-06T14:55:56.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:55 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:55:56.094 INFO:teuthology.orchestra.run.smithi176.stdout: 5 38092 10.29 MB/sec warmup 108 sec latency 129.622 ms 2023-12-06T14:55:56.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: Active manager daemon smithi204.tgvqbc restarted 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: Activating manager daemon smithi204.tgvqbc 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/crt"}]: dispatch 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.tgvqbc/key"}]: dispatch 2023-12-06T14:55:56.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:55 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: mgrmap e23: smithi204.tgvqbc(active, starting, since 0.621898s) 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.ohwcws"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.stksct"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr metadata", "who": "smithi204.tgvqbc", "id": "smithi204.tgvqbc"}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:55:56.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: Manager daemon smithi204.tgvqbc is now available 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:56.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:56 smithi204 ceph-mon[110430]: Deploying cephadm binary to smithi204 2023-12-06T14:55:57.025 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: mgrmap e23: smithi204.tgvqbc(active, starting, since 0.621898s) 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.ohwcws"}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.stksct"}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr metadata", "who": "smithi204.tgvqbc", "id": "smithi204.tgvqbc"}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T14:55:57.026 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: Manager daemon smithi204.tgvqbc is now available 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi204.tgvqbc/trash_purge_schedule"}]: dispatch 2023-12-06T14:55:57.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:56 smithi176 ceph-mon[107705]: Deploying cephadm binary to smithi204 2023-12-06T14:55:57.094 INFO:teuthology.orchestra.run.smithi176.stdout: 5 38483 10.30 MB/sec warmup 109 sec latency 134.868 ms 2023-12-06T14:55:58.032 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:57 smithi176 ceph-mon[107705]: mgrmap e24: smithi204.tgvqbc(active, since 1.64328s) 2023-12-06T14:55:58.032 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:57 smithi176 ceph-mon[107705]: pgmap v3: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:55:58.099 INFO:teuthology.orchestra.run.smithi176.stdout: 5 38777 10.27 MB/sec warmup 110 sec latency 123.251 ms 2023-12-06T14:55:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:57 smithi204 ceph-mon[110430]: mgrmap e24: smithi204.tgvqbc(active, since 1.64328s) 2023-12-06T14:55:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:57 smithi204 ceph-mon[110430]: pgmap v3: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:55:59.052 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:58 smithi176 ceph-mon[107705]: pgmap v4: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:55:59.052 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:58 smithi176 ceph-mon[107705]: mgrmap e25: smithi204.tgvqbc(active, since 2s) 2023-12-06T14:55:59.052 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:55:59.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:55:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:55:59.105 INFO:teuthology.orchestra.run.smithi176.stdout: 5 39053 10.24 MB/sec warmup 111 sec latency 129.767 ms 2023-12-06T14:55:59.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:58 smithi204 ceph-mon[110430]: pgmap v4: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:55:59.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:58 smithi204 ceph-mon[110430]: mgrmap e25: smithi204.tgvqbc(active, since 2s) 2023-12-06T14:55:59.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:55:59.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:55:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:00.105 INFO:teuthology.orchestra.run.smithi176.stdout: 5 39414 10.25 MB/sec warmup 112 sec latency 120.531 ms 2023-12-06T14:56:00.129 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:55:58] ENGINE Bus STARTING 2023-12-06T14:56:00.129 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:00 smithi176 ceph-mon[107705]: Deploying cephadm binary to smithi176 2023-12-06T14:56:00.129 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:55:58] ENGINE Serving on https://172.21.15.204:7150 2023-12-06T14:56:00.129 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:55:59] ENGINE Serving on http://172.21.15.204:8765 2023-12-06T14:56:00.129 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:00 smithi176 ceph-mon[107705]: [06/Dec/2023:14:55:59] ENGINE Bus STARTED 2023-12-06T14:56:00.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:00 smithi204 ceph-mon[110430]: [06/Dec/2023:14:55:58] ENGINE Bus STARTING 2023-12-06T14:56:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:00 smithi204 ceph-mon[110430]: Deploying cephadm binary to smithi176 2023-12-06T14:56:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:00 smithi204 ceph-mon[110430]: [06/Dec/2023:14:55:58] ENGINE Serving on https://172.21.15.204:7150 2023-12-06T14:56:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:00 smithi204 ceph-mon[110430]: [06/Dec/2023:14:55:59] ENGINE Serving on http://172.21.15.204:8765 2023-12-06T14:56:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:00 smithi204 ceph-mon[110430]: [06/Dec/2023:14:55:59] ENGINE Bus STARTED 2023-12-06T14:56:01.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 39657 10.21 MB/sec warmup 113 sec latency 117.477 ms 2023-12-06T14:56:01.145 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:01 smithi176 ceph-mon[107705]: pgmap v5: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:56:01.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:01 smithi176 ceph-mon[107705]: mgrmap e26: smithi204.tgvqbc(active, since 4s) 2023-12-06T14:56:01.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:01 smithi204 ceph-mon[110430]: pgmap v5: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:56:01.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:01 smithi204 ceph-mon[110430]: mgrmap e26: smithi204.tgvqbc(active, since 4s) 2023-12-06T14:56:02.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 39922 10.21 MB/sec warmup 114 sec latency 136.856 ms 2023-12-06T14:56:02.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:02.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:02.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: Standby manager daemon smithi176.drqsup started 2023-12-06T14:56:02.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.drqsup/crt"}]: dispatch 2023-12-06T14:56:02.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:56:02.935 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.drqsup/key"}]: dispatch 2023-12-06T14:56:02.935 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:56:02.935 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:02 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 40166 10.18 MB/sec warmup 115 sec latency 114.240 ms 2023-12-06T14:56:03.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: Standby manager daemon smithi176.drqsup started 2023-12-06T14:56:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.drqsup/crt"}]: dispatch 2023-12-06T14:56:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T14:56:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.drqsup/key"}]: dispatch 2023-12-06T14:56:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.? 172.21.15.176:0/1630237374' entity='mgr.smithi176.drqsup' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T14:56:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:02 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.935 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:03 smithi204 ceph-mon[110430]: pgmap v6: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:56:03.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:03 smithi204 ceph-mon[110430]: mgrmap e27: smithi204.tgvqbc(active, since 7s), standbys: smithi176.drqsup 2023-12-06T14:56:03.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:03 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:03 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:56:03.946 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:03 smithi176 ceph-mon[107705]: pgmap v6: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2023-12-06T14:56:03.946 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:03 smithi176 ceph-mon[107705]: mgrmap e27: smithi204.tgvqbc(active, since 7s), standbys: smithi176.drqsup 2023-12-06T14:56:03.946 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:03 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:03.946 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:03 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr metadata", "who": "smithi176.drqsup", "id": "smithi176.drqsup"}]: dispatch 2023-12-06T14:56:04.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 40454 10.10 MB/sec warmup 116 sec latency 128.018 ms 2023-12-06T14:56:04.433 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:56:04.983 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:04 smithi176 ceph-mon[107705]: pgmap v7: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-06T14:56:04.983 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:04 smithi176 ceph-mon[107705]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:04 smithi204 ceph-mon[110430]: pgmap v7: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-06T14:56:05.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:04 smithi204 ceph-mon[110430]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:05.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 40716 10.04 MB/sec warmup 117 sec latency 121.452 ms 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (5m) 119s ago 6m 25.4M - ba2b418f427c e6aa01d57813 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (6m) 119s ago 6m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (6m) 3s ago 6m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 running (5m) 119s ago 6m 49.4M - 8.3.5 dad864ee21e9 3523dc15df41 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (2m) 119s ago 2m 17.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (2m) 3s ago 2m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (7m) 119s ago 7m 478M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (17s) 3s ago 5m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (7m) 119s ago 7m 80.6M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:56:05.334 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (5m) 3s ago 5m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (2m) 119s ago 2m 54.3M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (2m) 3s ago 2m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 119s ago 6m 24.2M - 1dbe0e931976 dd1d62296540 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (5m) 3s ago 5m 20.6M - 1.3.1 1dbe0e931976 664019b0222f 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (5m) 119s ago 5m 56.6M 3224M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (5m) 119s ago 5m 59.9M 3224M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (4m) 119s ago 4m 50.7M 3224M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (4m) 119s ago 4m 50.7M 3224M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (4m) 3s ago 4m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (3m) 3s ago 3m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (3m) 3s ago 3m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (3m) 3s ago 3m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:56:05.335 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (5m) 119s ago 5m 61.6M - 514e6a882f6e e805db9180f1 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:56:05.915 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:56:05.916 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:56:06.110 INFO:teuthology.orchestra.run.smithi176.stdout: 5 40875 9.99 MB/sec warmup 118 sec latency 146.638 ms 2023-12-06T14:56:06.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi204 to 2712M 2023-12-06T14:56:06.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:06.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:06 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2187001915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:56:06.390 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "", 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:56:06.391 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:56:06.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi204 to 2712M 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:06.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:06 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2187001915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:56:06.983 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:56:07.120 INFO:teuthology.orchestra.run.smithi176.stdout: 5 41094 9.96 MB/sec warmup 119 sec latency 177.508 ms 2023-12-06T14:56:07.570 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:07 smithi176 ceph-mon[107705]: pgmap v8: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.8 MiB/s wr, 262 op/s 2023-12-06T14:56:07.570 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:07 smithi176 ceph-mon[107705]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:07.570 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:07 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:07.570 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:07 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:07.570 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:07 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3997765125' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:56:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:07 smithi204 ceph-mon[110430]: pgmap v8: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.8 MiB/s wr, 262 op/s 2023-12-06T14:56:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:07 smithi204 ceph-mon[110430]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:07 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:07 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:07.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:07 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3997765125' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:56:08.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: Adjusting osd_memory_target on smithi176 to 1944M 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:08.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:56:08.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:08 smithi176 ceph-mon[107705]: Updating smithi204:/etc/ceph/ceph.conf 2023-12-06T14:56:08.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: Adjusting osd_memory_target on smithi176 to 1944M 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:56:08.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:56:08.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-06T14:56:08.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:08 smithi204 ceph-mon[110430]: Updating smithi204:/etc/ceph/ceph.conf 2023-12-06T14:56:09.130 INFO:teuthology.orchestra.run.smithi176.stdout: 5 41896 11.22 MB/sec execute 1 sec latency 136.595 ms 2023-12-06T14:56:09.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi204:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: pgmap v9: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.5 MiB/s wr, 372 op/s 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi176:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi204:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: Updating smithi176:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:09.857 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:09 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.130 INFO:teuthology.orchestra.run.smithi176.stdout: 5 42259 9.64 MB/sec execute 2 sec latency 135.481 ms 2023-12-06T14:56:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi204:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T14:56:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: pgmap v9: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.5 MiB/s wr, 372 op/s 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi176:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi204:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: Updating smithi176:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:09 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:10.890 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:10 smithi176 ceph-mon[107705]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2023-12-06T14:56:10.890 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:10 smithi176 ceph-mon[107705]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2023-12-06T14:56:11.130 INFO:teuthology.orchestra.run.smithi176.stdout: 5 42531 9.32 MB/sec execute 3 sec latency 209.567 ms 2023-12-06T14:56:11.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:10 smithi204 ceph-mon[110430]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2023-12-06T14:56:11.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:10 smithi204 ceph-mon[110430]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2023-12-06T14:56:11.914 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:11 smithi176 ceph-mon[107705]: pgmap v10: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-06T14:56:11.915 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:12.132 INFO:teuthology.orchestra.run.smithi176.stdout: 5 42862 9.06 MB/sec execute 4 sec latency 210.641 ms 2023-12-06T14:56:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:11 smithi204 ceph-mon[110430]: pgmap v10: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-06T14:56:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:13.132 INFO:teuthology.orchestra.run.smithi176.stdout: 5 43192 8.87 MB/sec execute 5 sec latency 137.333 ms 2023-12-06T14:56:13.977 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:13 smithi176 ceph-mon[107705]: pgmap v11: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-06T14:56:14.138 INFO:teuthology.orchestra.run.smithi176.stdout: 5 43526 9.52 MB/sec execute 6 sec latency 165.154 ms 2023-12-06T14:56:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:13 smithi204 ceph-mon[110430]: pgmap v11: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-06T14:56:15.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:14 smithi176 ceph-mon[107705]: pgmap v12: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-06T14:56:15.145 INFO:teuthology.orchestra.run.smithi176.stdout: 5 43913 8.95 MB/sec execute 7 sec latency 137.404 ms 2023-12-06T14:56:15.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:14 smithi204 ceph-mon[110430]: pgmap v12: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-06T14:56:16.148 INFO:teuthology.orchestra.run.smithi176.stdout: 5 44302 8.36 MB/sec execute 8 sec latency 123.889 ms 2023-12-06T14:56:17.148 INFO:teuthology.orchestra.run.smithi176.stdout: 5 44620 8.37 MB/sec execute 9 sec latency 126.702 ms 2023-12-06T14:56:17.784 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:17 smithi176 ceph-mon[107705]: pgmap v13: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-06T14:56:17.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:17 smithi204 ceph-mon[110430]: pgmap v13: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-06T14:56:18.157 INFO:teuthology.orchestra.run.smithi176.stdout: 5 45028 9.14 MB/sec execute 10 sec latency 210.474 ms 2023-12-06T14:56:19.157 INFO:teuthology.orchestra.run.smithi176.stdout: 5 45454 9.42 MB/sec execute 11 sec latency 131.519 ms 2023-12-06T14:56:19.808 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:19 smithi176 ceph-mon[107705]: pgmap v14: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 564 op/s 2023-12-06T14:56:19.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:19 smithi204 ceph-mon[110430]: pgmap v14: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 564 op/s 2023-12-06T14:56:20.157 INFO:teuthology.orchestra.run.smithi176.stdout: 5 45825 9.62 MB/sec execute 12 sec latency 118.133 ms 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: pgmap v15: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: Reconfiguring grafana.smithi176 (dependencies changed)... 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:21.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:21 smithi176 ceph-mon[107705]: Reconfiguring daemon grafana.smithi176 on smithi176 2023-12-06T14:56:21.158 INFO:teuthology.orchestra.run.smithi176.stdout: 5 46183 9.46 MB/sec execute 13 sec latency 120.392 ms 2023-12-06T14:56:21.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: pgmap v15: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T14:56:21.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: Reconfiguring grafana.smithi176 (dependencies changed)... 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T14:56:21.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:21 smithi204 ceph-mon[110430]: Reconfiguring daemon grafana.smithi176 on smithi176 2023-12-06T14:56:22.167 INFO:teuthology.orchestra.run.smithi176.stdout: 5 46548 9.48 MB/sec execute 14 sec latency 134.524 ms 2023-12-06T14:56:23.147 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:23 smithi176 ceph-mon[107705]: pgmap v16: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T14:56:23.167 INFO:teuthology.orchestra.run.smithi176.stdout: 5 46873 9.63 MB/sec execute 15 sec latency 138.974 ms 2023-12-06T14:56:23.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:23 smithi204 ceph-mon[110430]: pgmap v16: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-12-06T14:56:24.168 INFO:teuthology.orchestra.run.smithi176.stdout: 5 47220 9.73 MB/sec execute 16 sec latency 131.066 ms 2023-12-06T14:56:25.171 INFO:teuthology.orchestra.run.smithi176.stdout: 5 47539 9.34 MB/sec execute 17 sec latency 130.842 ms 2023-12-06T14:56:25.192 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:25 smithi176 ceph-mon[107705]: pgmap v17: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.8 MiB/s wr, 640 op/s 2023-12-06T14:56:25.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:25 smithi204 ceph-mon[110430]: pgmap v17: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.8 MiB/s wr, 640 op/s 2023-12-06T14:56:26.171 INFO:teuthology.orchestra.run.smithi176.stdout: 5 47797 9.03 MB/sec execute 18 sec latency 131.360 ms 2023-12-06T14:56:26.734 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:26.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:27.171 INFO:teuthology.orchestra.run.smithi176.stdout: 5 48205 9.34 MB/sec execute 19 sec latency 129.738 ms 2023-12-06T14:56:27.742 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:27 smithi176 ceph-mon[107705]: pgmap v18: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T14:56:27.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:27 smithi204 ceph-mon[110430]: pgmap v18: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T14:56:28.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 48614 9.54 MB/sec execute 20 sec latency 126.911 ms 2023-12-06T14:56:29.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 48946 9.67 MB/sec execute 21 sec latency 132.969 ms 2023-12-06T14:56:29.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:29 smithi176 ceph-mon[107705]: pgmap v19: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2023-12-06T14:56:29.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:29 smithi204 ceph-mon[110430]: pgmap v19: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2023-12-06T14:56:30.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 49226 9.51 MB/sec execute 22 sec latency 149.813 ms 2023-12-06T14:56:31.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 49434 9.20 MB/sec execute 23 sec latency 119.783 ms 2023-12-06T14:56:31.711 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:31 smithi176 ceph-mon[107705]: pgmap v20: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-06T14:56:31.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:31 smithi204 ceph-mon[110430]: pgmap v20: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-06T14:56:32.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 49771 9.09 MB/sec execute 24 sec latency 128.633 ms 2023-12-06T14:56:33.176 INFO:teuthology.orchestra.run.smithi176.stdout: 5 50094 9.09 MB/sec execute 25 sec latency 128.568 ms 2023-12-06T14:56:33.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:33 smithi176 ceph-mon[107705]: pgmap v21: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-06T14:56:33.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:33 smithi204 ceph-mon[110430]: pgmap v21: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-06T14:56:34.181 INFO:teuthology.orchestra.run.smithi176.stdout: 5 50456 9.19 MB/sec execute 26 sec latency 126.969 ms 2023-12-06T14:56:35.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 50813 9.24 MB/sec execute 27 sec latency 127.118 ms 2023-12-06T14:56:35.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:35 smithi176 ceph-mon[107705]: pgmap v22: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 604 op/s 2023-12-06T14:56:35.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:35 smithi204 ceph-mon[110430]: pgmap v22: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 604 op/s 2023-12-06T14:56:36.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 51106 9.13 MB/sec execute 28 sec latency 130.668 ms 2023-12-06T14:56:37.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 51405 9.04 MB/sec execute 29 sec latency 126.073 ms 2023-12-06T14:56:37.445 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:56:37.648 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:37 smithi176 ceph-mon[107705]: pgmap v23: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-12-06T14:56:37.649 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:37 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:37.649 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:37 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:37.649 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:37 smithi176 ceph-mon[107705]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2023-12-06T14:56:37.649 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:37 smithi176 ceph-mon[107705]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2023-12-06T14:56:37.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:37 smithi204 ceph-mon[110430]: pgmap v23: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-12-06T14:56:37.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:37 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:37.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:37 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:37.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:37 smithi204 ceph-mon[110430]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2023-12-06T14:56:37.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:37 smithi204 ceph-mon[110430]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2023-12-06T14:56:38.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 51815 9.11 MB/sec execute 30 sec latency 140.796 ms 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (7m) 31s ago 7m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (6m) 36s ago 6m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:56:38.345 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (2m) 31s ago 2m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (2m) 36s ago 2m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (8m) 31s ago 8m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (50s) 36s ago 6m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (8m) 31s ago 8m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (6m) 36s ago 6m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (2m) 31s ago 2m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (2m) 36s ago 2m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 31s ago 6m 23.9M - 1.3.1 1dbe0e931976 dd1d62296540 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (6m) 36s ago 6m 20.6M - 1.3.1 1dbe0e931976 664019b0222f 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (5m) 31s ago 5m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (5m) 31s ago 5m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:56:38.346 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (5m) 31s ago 5m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (4m) 31s ago 4m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (4m) 36s ago 4m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (4m) 36s ago 4m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (4m) 36s ago 4m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (3m) 36s ago 3m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:56:38.347 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 running (6m) 31s ago 6m 63.7M - 2.33.4 514e6a882f6e e805db9180f1 2023-12-06T14:56:38.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:38 smithi176 ceph-mon[107705]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:38.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:38 smithi204 ceph-mon[110430]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:38.891 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:56:38.891 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:56:38.892 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:56:38.893 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:56:38.893 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:56:39.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 52142 9.24 MB/sec execute 31 sec latency 123.773 ms 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "", 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:56:39.363 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: pgmap v24: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: Reconfiguring prometheus.smithi176 (dependencies changed)... 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: Reconfiguring daemon prometheus.smithi176 on smithi176 2023-12-06T14:56:39.704 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:39 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/304117537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:56:39.886 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: pgmap v24: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: Reconfiguring prometheus.smithi176 (dependencies changed)... 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: Reconfiguring daemon prometheus.smithi176 on smithi176 2023-12-06T14:56:39.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:39 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/304117537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:56:40.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 52456 9.21 MB/sec execute 32 sec latency 152.764 ms 2023-12-06T14:56:40.709 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:40 smithi176 ceph-mon[107705]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:40.710 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:40 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1438741644' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:56:40.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:40 smithi204 ceph-mon[110430]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:56:40.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:40 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1438741644' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:56:41.182 INFO:teuthology.orchestra.run.smithi176.stdout: 5 52731 9.14 MB/sec execute 33 sec latency 129.009 ms 2023-12-06T14:56:41.738 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:41 smithi176 ceph-mon[107705]: pgmap v25: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-06T14:56:41.739 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:41.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:41 smithi204 ceph-mon[110430]: pgmap v25: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-06T14:56:41.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:42.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 52979 9.02 MB/sec execute 34 sec latency 126.967 ms 2023-12-06T14:56:43.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 53250 8.96 MB/sec execute 35 sec latency 168.288 ms 2023-12-06T14:56:43.891 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:43 smithi176 ceph-mon[107705]: pgmap v26: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-06T14:56:43.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:43 smithi204 ceph-mon[110430]: pgmap v26: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-06T14:56:44.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 53537 8.86 MB/sec execute 36 sec latency 121.974 ms 2023-12-06T14:56:45.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 53832 8.90 MB/sec execute 37 sec latency 130.394 ms 2023-12-06T14:56:45.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:45 smithi176 ceph-mon[107705]: pgmap v27: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-06T14:56:45.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:45 smithi204 ceph-mon[110430]: pgmap v27: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-06T14:56:46.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 54198 8.97 MB/sec execute 38 sec latency 146.977 ms 2023-12-06T14:56:47.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 54542 8.93 MB/sec execute 39 sec latency 118.812 ms 2023-12-06T14:56:47.697 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:47 smithi176 ceph-mon[107705]: pgmap v28: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-06T14:56:47.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:47 smithi204 ceph-mon[110430]: pgmap v28: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-06T14:56:48.183 INFO:teuthology.orchestra.run.smithi176.stdout: 5 54826 8.83 MB/sec execute 40 sec latency 148.838 ms 2023-12-06T14:56:49.193 INFO:teuthology.orchestra.run.smithi176.stdout: 5 55210 8.90 MB/sec execute 41 sec latency 132.902 ms 2023-12-06T14:56:49.719 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:49 smithi176 ceph-mon[107705]: pgmap v29: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 577 op/s 2023-12-06T14:56:49.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:49 smithi204 ceph-mon[110430]: pgmap v29: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 577 op/s 2023-12-06T14:56:50.196 INFO:teuthology.orchestra.run.smithi176.stdout: 5 55479 8.86 MB/sec execute 42 sec latency 129.553 ms 2023-12-06T14:56:51.196 INFO:teuthology.orchestra.run.smithi176.stdout: 5 55892 9.04 MB/sec execute 43 sec latency 117.696 ms 2023-12-06T14:56:51.777 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:51 smithi176 ceph-mon[107705]: pgmap v30: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-12-06T14:56:51.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:51 smithi204 ceph-mon[110430]: pgmap v30: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-12-06T14:56:52.196 INFO:teuthology.orchestra.run.smithi176.stdout: 5 56155 8.99 MB/sec execute 44 sec latency 134.757 ms 2023-12-06T14:56:53.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 56459 8.93 MB/sec execute 45 sec latency 126.631 ms 2023-12-06T14:56:53.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:53 smithi176 ceph-mon[107705]: pgmap v31: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-06T14:56:53.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:53 smithi204 ceph-mon[110430]: pgmap v31: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-06T14:56:54.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 56760 8.81 MB/sec execute 46 sec latency 126.787 ms 2023-12-06T14:56:55.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 57011 8.79 MB/sec execute 47 sec latency 120.640 ms 2023-12-06T14:56:55.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:55 smithi176 ceph-mon[107705]: pgmap v32: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-12-06T14:56:55.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:55 smithi204 ceph-mon[110430]: pgmap v32: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-12-06T14:56:56.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 57339 8.89 MB/sec execute 48 sec latency 128.012 ms 2023-12-06T14:56:56.882 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:56.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:56:57.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 57660 8.86 MB/sec execute 49 sec latency 213.831 ms 2023-12-06T14:56:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:57 smithi204 ceph-mon[110430]: pgmap v33: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T14:56:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:57 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:57 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:57.899 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:57 smithi176 ceph-mon[107705]: pgmap v33: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-06T14:56:57.899 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:57 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:57.899 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:57 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 58005 8.88 MB/sec execute 50 sec latency 127.306 ms 2023-12-06T14:56:58.928 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: Reconfiguring node-exporter.smithi204 (dependencies changed)... 2023-12-06T14:56:58.928 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: Reconfiguring daemon node-exporter.smithi204 on smithi204 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi176.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi176.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:58.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:59.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 58299 8.79 MB/sec execute 51 sec latency 149.601 ms 2023-12-06T14:56:59.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: Reconfiguring node-exporter.smithi204 (dependencies changed)... 2023-12-06T14:56:59.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: Reconfiguring daemon node-exporter.smithi204 on smithi204 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi176.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi176.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:56:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: pgmap v34: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi176.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi176.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: Upgrade: Need to upgrade myself (mgr.smithi204.tgvqbc) 2023-12-06T14:56:59.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:56:59 smithi176 ceph-mon[107705]: Upgrade: Need to upgrade myself (mgr.smithi204.tgvqbc) 2023-12-06T14:57:00.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 58617 8.77 MB/sec execute 52 sec latency 129.747 ms 2023-12-06T14:57:00.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: pgmap v34: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi176.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi176.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: Upgrade: Need to upgrade myself (mgr.smithi204.tgvqbc) 2023-12-06T14:57:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:56:59 smithi204 ceph-mon[110430]: Upgrade: Need to upgrade myself (mgr.smithi204.tgvqbc) 2023-12-06T14:57:01.197 INFO:teuthology.orchestra.run.smithi176.stdout: 5 58928 8.78 MB/sec execute 53 sec latency 143.395 ms 2023-12-06T14:57:01.481 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: pgmap v35: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T14:57:01.481 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: Upgrade: Updating mgr.smithi176.drqsup 2023-12-06T14:57:01.481 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:57:01.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:57:01.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:57:01.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:57:01.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:57:01.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:01 smithi176 ceph-mon[107705]: Deploying daemon mgr.smithi176.drqsup on smithi176 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: pgmap v35: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: Upgrade: Updating mgr.smithi176.drqsup 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.drqsup", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:57:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:01 smithi204 ceph-mon[110430]: Deploying daemon mgr.smithi176.drqsup on smithi176 2023-12-06T14:57:02.198 INFO:teuthology.orchestra.run.smithi176.stdout: 5 59356 8.90 MB/sec execute 54 sec latency 124.738 ms 2023-12-06T14:57:03.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 59818 9.01 MB/sec execute 55 sec latency 131.110 ms 2023-12-06T14:57:03.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:03 smithi176 ceph-mon[107705]: pgmap v36: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T14:57:03.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:03 smithi204 ceph-mon[110430]: pgmap v36: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-12-06T14:57:04.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 60218 8.91 MB/sec execute 56 sec latency 108.045 ms 2023-12-06T14:57:05.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 60492 8.89 MB/sec execute 57 sec latency 97.923 ms 2023-12-06T14:57:05.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:05 smithi176 ceph-mon[107705]: pgmap v37: 97 pgs: 97 active+clean; 325 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 579 op/s 2023-12-06T14:57:05.629 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:05 smithi204 ceph-mon[110430]: pgmap v37: 97 pgs: 97 active+clean; 325 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 579 op/s 2023-12-06T14:57:06.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 60906 8.95 MB/sec execute 58 sec latency 124.724 ms 2023-12-06T14:57:07.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 61277 8.99 MB/sec execute 59 sec latency 130.233 ms 2023-12-06T14:57:07.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:07 smithi176 ceph-mon[107705]: pgmap v38: 97 pgs: 97 active+clean; 325 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-06T14:57:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:07 smithi204 ceph-mon[110430]: pgmap v38: 97 pgs: 97 active+clean; 325 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-06T14:57:08.204 INFO:teuthology.orchestra.run.smithi176.stdout: 5 61588 9.01 MB/sec execute 60 sec latency 128.610 ms 2023-12-06T14:57:09.214 INFO:teuthology.orchestra.run.smithi176.stdout: 5 61915 8.95 MB/sec execute 61 sec latency 146.566 ms 2023-12-06T14:57:09.898 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:09 smithi176 ceph-mon[107705]: pgmap v39: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.2 MiB/s wr, 614 op/s 2023-12-06T14:57:09.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:09 smithi204 ceph-mon[110430]: pgmap v39: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.2 MiB/s wr, 614 op/s 2023-12-06T14:57:10.214 INFO:teuthology.orchestra.run.smithi176.stdout: 5 62206 8.90 MB/sec execute 62 sec latency 129.203 ms 2023-12-06T14:57:10.365 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:57:11.214 INFO:teuthology.orchestra.run.smithi176.stdout: 5 62525 8.98 MB/sec execute 63 sec latency 127.255 ms 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (7m) 64s ago 7m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (7m) 69s ago 7m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (3m) 64s ago 3m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (3m) 69s ago 3m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (8m) 64s ago 8m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (83s) 69s ago 7m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (8m) 64s ago 8m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (7m) 69s ago 7m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:57:11.318 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (3m) 64s ago 3m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (3m) 69s ago 3m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (6m) 64s ago 6m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (6m) 64s ago 6m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (5m) 64s ago 5m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (5m) 64s ago 5m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (5m) 69s ago 5m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (4m) 69s ago 4m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (4m) 69s ago 4m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (4m) 69s ago 4m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:57:11.319 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:11.835 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:57:11.836 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:57:11.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:11 smithi176 ceph-mon[107705]: pgmap v40: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T14:57:11.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:11 smithi176 ceph-mon[107705]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:11.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:11.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:11 smithi204 ceph-mon[110430]: pgmap v40: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T14:57:11.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:11 smithi204 ceph-mon[110430]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:11.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:12.214 INFO:teuthology.orchestra.run.smithi176.stdout: 5 62851 8.99 MB/sec execute 64 sec latency 134.852 ms 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:57:12.274 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:57:12.821 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:57:12.956 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:12 smithi176 ceph-mon[107705]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:12.957 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:12 smithi176 ceph-mon[107705]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:12.957 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:12 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3860423438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:57:13.225 INFO:teuthology.orchestra.run.smithi176.stdout: 5 63248 9.06 MB/sec execute 65 sec latency 140.231 ms 2023-12-06T14:57:13.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:12 smithi204 ceph-mon[110430]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:13.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:12 smithi204 ceph-mon[110430]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:13.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:12 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3860423438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:57:13.978 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:13 smithi176 ceph-mon[107705]: pgmap v41: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T14:57:13.979 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:13 smithi176 ceph-mon[107705]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:13.979 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:13 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/692531155' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:57:14.225 INFO:teuthology.orchestra.run.smithi176.stdout: 5 63620 8.98 MB/sec execute 66 sec latency 138.619 ms 2023-12-06T14:57:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:13 smithi204 ceph-mon[110430]: pgmap v41: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-06T14:57:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:13 smithi204 ceph-mon[110430]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:13 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/692531155' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:57:15.225 INFO:teuthology.orchestra.run.smithi176.stdout: 5 63922 8.91 MB/sec execute 67 sec latency 105.285 ms 2023-12-06T14:57:15.751 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:15 smithi176 ceph-mon[107705]: pgmap v42: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2023-12-06T14:57:15.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:15 smithi204 ceph-mon[110430]: pgmap v42: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2023-12-06T14:57:16.225 INFO:teuthology.orchestra.run.smithi176.stdout: 5 64210 8.93 MB/sec execute 68 sec latency 137.346 ms 2023-12-06T14:57:17.231 INFO:teuthology.orchestra.run.smithi176.stdout: 5 64500 8.96 MB/sec execute 69 sec latency 127.323 ms 2023-12-06T14:57:17.816 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:17 smithi176 ceph-mon[107705]: pgmap v43: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-06T14:57:18.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:17 smithi204 ceph-mon[110430]: pgmap v43: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-06T14:57:18.230 INFO:teuthology.orchestra.run.smithi176.stdout: 5 64867 9.00 MB/sec execute 70 sec latency 105.444 ms 2023-12-06T14:57:19.231 INFO:teuthology.orchestra.run.smithi176.stdout: 5 65291 8.96 MB/sec execute 71 sec latency 129.809 ms 2023-12-06T14:57:19.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:19 smithi176 ceph-mon[107705]: pgmap v44: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.2 MiB/s wr, 648 op/s 2023-12-06T14:57:20.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:19 smithi204 ceph-mon[110430]: pgmap v44: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.2 MiB/s wr, 648 op/s 2023-12-06T14:57:20.230 INFO:teuthology.orchestra.run.smithi176.stdout: 5 65625 8.95 MB/sec execute 72 sec latency 108.206 ms 2023-12-06T14:57:21.231 INFO:teuthology.orchestra.run.smithi176.stdout: 5 65954 8.97 MB/sec execute 73 sec latency 136.101 ms 2023-12-06T14:57:21.887 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:21 smithi176 ceph-mon[107705]: pgmap v45: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-12-06T14:57:22.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:21 smithi204 ceph-mon[110430]: pgmap v45: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-12-06T14:57:22.230 INFO:teuthology.orchestra.run.smithi176.stdout: 5 66355 9.08 MB/sec execute 74 sec latency 126.078 ms 2023-12-06T14:57:23.235 INFO:teuthology.orchestra.run.smithi176.stdout: 5 66719 9.08 MB/sec execute 75 sec latency 207.862 ms 2023-12-06T14:57:23.930 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:23 smithi176 ceph-mon[107705]: pgmap v46: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-12-06T14:57:24.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:23 smithi204 ceph-mon[110430]: pgmap v46: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 414 op/s 2023-12-06T14:57:24.235 INFO:teuthology.orchestra.run.smithi176.stdout: 5 67056 9.06 MB/sec execute 76 sec latency 210.473 ms 2023-12-06T14:57:25.235 INFO:teuthology.orchestra.run.smithi176.stdout: 5 67478 9.03 MB/sec execute 77 sec latency 138.299 ms 2023-12-06T14:57:25.951 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:25 smithi176 ceph-mon[107705]: pgmap v47: 97 pgs: 97 active+clean; 350 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 676 op/s 2023-12-06T14:57:25.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:25 smithi204 ceph-mon[110430]: pgmap v47: 97 pgs: 97 active+clean; 350 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 676 op/s 2023-12-06T14:57:26.243 INFO:teuthology.orchestra.run.smithi176.stdout: 5 67842 9.05 MB/sec execute 78 sec latency 142.733 ms 2023-12-06T14:57:26.964 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:27.242 INFO:teuthology.orchestra.run.smithi176.stdout: 5 68326 9.13 MB/sec execute 79 sec latency 131.524 ms 2023-12-06T14:57:27.968 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:27 smithi176 ceph-mon[107705]: pgmap v48: 97 pgs: 97 active+clean; 350 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 487 op/s 2023-12-06T14:57:28.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:27 smithi204 ceph-mon[110430]: pgmap v48: 97 pgs: 97 active+clean; 350 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 487 op/s 2023-12-06T14:57:28.243 INFO:teuthology.orchestra.run.smithi176.stdout: 5 68738 9.15 MB/sec execute 80 sec latency 129.468 ms 2023-12-06T14:57:29.243 INFO:teuthology.orchestra.run.smithi176.stdout: 5 69110 9.13 MB/sec execute 81 sec latency 138.020 ms 2023-12-06T14:57:30.002 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:29 smithi176 ceph-mon[107705]: pgmap v49: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 725 op/s 2023-12-06T14:57:30.002 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:29 smithi176 ceph-mon[107705]: mgrmap e28: smithi204.tgvqbc(active, since 93s), standbys: smithi176.drqsup 2023-12-06T14:57:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:29 smithi204 ceph-mon[110430]: pgmap v49: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 725 op/s 2023-12-06T14:57:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:29 smithi204 ceph-mon[110430]: mgrmap e28: smithi204.tgvqbc(active, since 93s), standbys: smithi176.drqsup 2023-12-06T14:57:30.251 INFO:teuthology.orchestra.run.smithi176.stdout: 5 69586 9.20 MB/sec execute 82 sec latency 127.101 ms 2023-12-06T14:57:31.259 INFO:teuthology.orchestra.run.smithi176.stdout: 5 70074 9.27 MB/sec execute 83 sec latency 109.437 ms 2023-12-06T14:57:32.025 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:31 smithi176 ceph-mon[107705]: pgmap v50: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-06T14:57:32.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:31 smithi204 ceph-mon[110430]: pgmap v50: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-06T14:57:32.264 INFO:teuthology.orchestra.run.smithi176.stdout: 5 70453 9.31 MB/sec execute 84 sec latency 124.608 ms 2023-12-06T14:57:33.033 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:32 smithi176 ceph-mon[107705]: pgmap v51: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-06T14:57:33.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:32 smithi204 ceph-mon[110430]: pgmap v51: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-06T14:57:33.271 INFO:teuthology.orchestra.run.smithi176.stdout: 5 70744 9.23 MB/sec execute 85 sec latency 129.483 ms 2023-12-06T14:57:34.271 INFO:teuthology.orchestra.run.smithi176.stdout: 5 71087 9.21 MB/sec execute 86 sec latency 134.560 ms 2023-12-06T14:57:35.068 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:35 smithi176 ceph-mon[107705]: pgmap v52: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 761 op/s 2023-12-06T14:57:35.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 71412 9.23 MB/sec execute 87 sec latency 123.505 ms 2023-12-06T14:57:35.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:35 smithi204 ceph-mon[110430]: pgmap v52: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 761 op/s 2023-12-06T14:57:36.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 71759 9.24 MB/sec execute 88 sec latency 142.041 ms 2023-12-06T14:57:37.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 72151 9.27 MB/sec execute 89 sec latency 126.210 ms 2023-12-06T14:57:37.877 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:37 smithi176 ceph-mon[107705]: pgmap v53: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-06T14:57:37.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:37 smithi204 ceph-mon[110430]: pgmap v53: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-06T14:57:38.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 72485 9.21 MB/sec execute 90 sec latency 123.968 ms 2023-12-06T14:57:39.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 72832 9.21 MB/sec execute 91 sec latency 134.256 ms 2023-12-06T14:57:39.693 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:39 smithi176 ceph-mon[107705]: pgmap v54: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 702 op/s 2023-12-06T14:57:39.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:39 smithi204 ceph-mon[110430]: pgmap v54: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 702 op/s 2023-12-06T14:57:40.281 INFO:teuthology.orchestra.run.smithi176.stdout: 5 73207 9.26 MB/sec execute 92 sec latency 135.450 ms 2023-12-06T14:57:41.287 INFO:teuthology.orchestra.run.smithi176.stdout: 5 73588 9.27 MB/sec execute 93 sec latency 149.938 ms 2023-12-06T14:57:41.757 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:41 smithi176 ceph-mon[107705]: pgmap v55: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T14:57:41.758 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:41.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:41 smithi204 ceph-mon[110430]: pgmap v55: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T14:57:41.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:42.288 INFO:teuthology.orchestra.run.smithi176.stdout: 5 73929 9.26 MB/sec execute 94 sec latency 128.581 ms 2023-12-06T14:57:43.287 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:57:43.297 INFO:teuthology.orchestra.run.smithi176.stdout: 5 74190 9.25 MB/sec execute 95 sec latency 143.380 ms 2023-12-06T14:57:43.796 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:43 smithi176 ceph-mon[107705]: pgmap v56: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T14:57:43.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:43 smithi204 ceph-mon[110430]: pgmap v56: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T14:57:44.250 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:57:44.250 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (8m) 97s ago 8m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (7m) 102s ago 7m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (3m) 97s ago 3m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (3m) 102s ago 3m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (9m) 97s ago 9m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (116s) 102s ago 7m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (9m) 97s ago 9m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (7m) 102s ago 7m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (3m) 97s ago 3m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (3m) 102s ago 3m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (7m) 97s ago 7m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (6m) 97s ago 6m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:57:44.251 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (6m) 97s ago 6m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (6m) 97s ago 6m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (5m) 102s ago 5m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (5m) 102s ago 5m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (5m) 102s ago 5m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (4m) 102s ago 4m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:57:44.252 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:57:44.297 INFO:teuthology.orchestra.run.smithi176.stdout: 5 74459 9.22 MB/sec execute 96 sec latency 146.727 ms 2023-12-06T14:57:44.808 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:44 smithi176 ceph-mon[107705]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:44.808 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:44 smithi176 ceph-mon[107705]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:57:44.848 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:57:44.849 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:57:44.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:44 smithi204 ceph-mon[110430]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:44.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:44 smithi204 ceph-mon[110430]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:45.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 74825 9.21 MB/sec execute 97 sec latency 138.482 ms 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:57:45.353 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:57:45.354 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:57:45.354 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:57:45.824 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:45 smithi176 ceph-mon[107705]: pgmap v57: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-06T14:57:45.824 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:45 smithi176 ceph-mon[107705]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:45.824 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:45 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3502674320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:57:45.862 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:57:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:45 smithi204 ceph-mon[110430]: pgmap v57: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-06T14:57:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:45 smithi204 ceph-mon[110430]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:45 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3502674320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:57:46.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 75170 9.19 MB/sec execute 98 sec latency 120.937 ms 2023-12-06T14:57:46.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:46 smithi176 ceph-mon[107705]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:46.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:46 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/1372278555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:57:46.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:46 smithi204 ceph-mon[110430]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:57:46.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:46 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/1372278555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:57:47.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 75522 9.23 MB/sec execute 99 sec latency 139.920 ms 2023-12-06T14:57:47.878 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:47 smithi176 ceph-mon[107705]: pgmap v58: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T14:57:47.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:47 smithi204 ceph-mon[110430]: pgmap v58: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-06T14:57:48.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 75905 9.27 MB/sec execute 100 sec latency 131.644 ms 2023-12-06T14:57:49.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 76278 9.26 MB/sec execute 101 sec latency 129.822 ms 2023-12-06T14:57:49.920 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:49 smithi176 ceph-mon[107705]: pgmap v59: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2023-12-06T14:57:50.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:49 smithi204 ceph-mon[110430]: pgmap v59: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 605 op/s 2023-12-06T14:57:50.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 76523 9.20 MB/sec execute 102 sec latency 129.319 ms 2023-12-06T14:57:51.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 76823 9.19 MB/sec execute 103 sec latency 126.189 ms 2023-12-06T14:57:51.958 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:51 smithi176 ceph-mon[107705]: pgmap v60: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-12-06T14:57:52.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:51 smithi204 ceph-mon[110430]: pgmap v60: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-12-06T14:57:52.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 77162 9.21 MB/sec execute 104 sec latency 123.541 ms 2023-12-06T14:57:53.306 INFO:teuthology.orchestra.run.smithi176.stdout: 5 77542 9.23 MB/sec execute 105 sec latency 95.095 ms 2023-12-06T14:57:54.010 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:53 smithi176 ceph-mon[107705]: pgmap v61: 97 pgs: 97 active+clean; 339 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T14:57:54.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:53 smithi204 ceph-mon[110430]: pgmap v61: 97 pgs: 97 active+clean; 339 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T14:57:54.307 INFO:teuthology.orchestra.run.smithi176.stdout: 5 77840 9.21 MB/sec execute 106 sec latency 114.743 ms 2023-12-06T14:57:55.307 INFO:teuthology.orchestra.run.smithi176.stdout: 5 78135 9.20 MB/sec execute 107 sec latency 161.685 ms 2023-12-06T14:57:55.794 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:55 smithi176 ceph-mon[107705]: pgmap v62: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 602 op/s 2023-12-06T14:57:55.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:55 smithi204 ceph-mon[110430]: pgmap v62: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 602 op/s 2023-12-06T14:57:56.307 INFO:teuthology.orchestra.run.smithi176.stdout: 5 78543 9.17 MB/sec execute 108 sec latency 130.118 ms 2023-12-06T14:57:56.830 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:57.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:57:57.307 INFO:teuthology.orchestra.run.smithi176.stdout: 5 78891 9.21 MB/sec execute 109 sec latency 148.679 ms 2023-12-06T14:57:57.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:57 smithi176 ceph-mon[107705]: pgmap v63: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-06T14:57:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:57 smithi204 ceph-mon[110430]: pgmap v63: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-06T14:57:58.308 INFO:teuthology.orchestra.run.smithi176.stdout: 5 79255 9.23 MB/sec execute 110 sec latency 129.766 ms 2023-12-06T14:57:58.871 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:57:58 smithi176 ceph-mon[107705]: pgmap v64: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 599 op/s 2023-12-06T14:57:59.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:57:58 smithi204 ceph-mon[110430]: pgmap v64: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 599 op/s 2023-12-06T14:57:59.308 INFO:teuthology.orchestra.run.smithi176.stdout: 5 79665 9.24 MB/sec execute 111 sec latency 126.077 ms 2023-12-06T14:58:00.308 INFO:teuthology.orchestra.run.smithi176.stdout: 5 80042 9.23 MB/sec execute 112 sec latency 129.741 ms 2023-12-06T14:58:01.310 INFO:teuthology.orchestra.run.smithi176.stdout: 5 80376 9.21 MB/sec execute 113 sec latency 113.581 ms 2023-12-06T14:58:01.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:01 smithi176 ceph-mon[107705]: pgmap v65: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-06T14:58:01.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:01 smithi204 ceph-mon[110430]: pgmap v65: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-06T14:58:02.310 INFO:teuthology.orchestra.run.smithi176.stdout: 5 80771 9.24 MB/sec execute 114 sec latency 86.785 ms 2023-12-06T14:58:03.309 INFO:teuthology.orchestra.run.smithi176.stdout: 5 81135 9.26 MB/sec execute 115 sec latency 124.483 ms 2023-12-06T14:58:03.696 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:03 smithi176 ceph-mon[107705]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-06T14:58:03.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:03 smithi204 ceph-mon[110430]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-06T14:58:04.310 INFO:teuthology.orchestra.run.smithi176.stdout: 5 81413 9.24 MB/sec execute 116 sec latency 208.032 ms 2023-12-06T14:58:05.310 INFO:teuthology.orchestra.run.smithi176.stdout: 5 81712 9.21 MB/sec execute 117 sec latency 117.136 ms 2023-12-06T14:58:05.743 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:05 smithi176 ceph-mon[107705]: pgmap v67: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-12-06T14:58:05.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:05 smithi204 ceph-mon[110430]: pgmap v67: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-12-06T14:58:06.310 INFO:teuthology.orchestra.run.smithi176.stdout: 5 82041 9.21 MB/sec execute 118 sec latency 145.423 ms 2023-12-06T14:58:07.312 INFO:teuthology.orchestra.run.smithi176.stdout: 5 82398 9.23 MB/sec execute 119 sec latency 123.000 ms 2023-12-06T14:58:07.785 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:07 smithi176 ceph-mon[107705]: pgmap v68: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T14:58:07.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:07 smithi204 ceph-mon[110430]: pgmap v68: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-06T14:58:08.312 INFO:teuthology.orchestra.run.smithi176.stdout: 5 82676 9.22 MB/sec execute 120 sec latency 129.414 ms 2023-12-06T14:58:09.318 INFO:teuthology.orchestra.run.smithi176.stdout: 5 83044 9.26 MB/sec execute 121 sec latency 126.676 ms 2023-12-06T14:58:09.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:09 smithi176 ceph-mon[107705]: pgmap v69: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 628 op/s 2023-12-06T14:58:09.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:09 smithi204 ceph-mon[110430]: pgmap v69: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 628 op/s 2023-12-06T14:58:10.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 83403 9.23 MB/sec execute 122 sec latency 134.279 ms 2023-12-06T14:58:11.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 83735 9.19 MB/sec execute 123 sec latency 137.866 ms 2023-12-06T14:58:11.879 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:11 smithi176 ceph-mon[107705]: pgmap v70: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-06T14:58:11.880 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:11.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:11 smithi204 ceph-mon[110430]: pgmap v70: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-06T14:58:11.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:12.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 84080 9.20 MB/sec execute 124 sec latency 135.912 ms 2023-12-06T14:58:13.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 84441 9.21 MB/sec execute 125 sec latency 126.449 ms 2023-12-06T14:58:13.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:13 smithi176 ceph-mon[107705]: pgmap v71: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 445 op/s 2023-12-06T14:58:13.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:13 smithi204 ceph-mon[110430]: pgmap v71: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 445 op/s 2023-12-06T14:58:14.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 84826 9.24 MB/sec execute 126 sec latency 130.933 ms 2023-12-06T14:58:15.321 INFO:teuthology.orchestra.run.smithi176.stdout: 5 85164 9.22 MB/sec execute 127 sec latency 126.664 ms 2023-12-06T14:58:15.736 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:15 smithi176 ceph-mon[107705]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-06T14:58:15.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:15 smithi204 ceph-mon[110430]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-06T14:58:16.325 INFO:teuthology.orchestra.run.smithi176.stdout: 5 85482 9.22 MB/sec execute 128 sec latency 123.827 ms 2023-12-06T14:58:16.415 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:58:17.328 INFO:teuthology.orchestra.run.smithi176.stdout: 5 85720 9.19 MB/sec execute 129 sec latency 132.593 ms 2023-12-06T14:58:17.367 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:58:17.368 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:58:17.368 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (8m) 2m ago 8m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:58:17.368 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (8m) 2m ago 8m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:58:17.368 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:58:17.368 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (4m) 2m ago 4m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (4m) 2m ago 4m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (9m) 2m ago 9m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (2m) 2m ago 8m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (9m) 2m ago 9m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (8m) 2m ago 8m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:58:17.369 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (4m) 2m ago 4m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (4m) 2m ago 4m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (7m) 2m ago 7m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (7m) 2m ago 7m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:58:17.370 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (6m) 2m ago 6m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (6m) 2m ago 6m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (6m) 2m ago 6m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (6m) 2m ago 6m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (5m) 2m ago 5m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (5m) 2m ago 5m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:58:17.371 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:58:17.777 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:17 smithi176 ceph-mon[107705]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-06T14:58:17.778 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:17 smithi176 ceph-mon[107705]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:17.995 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:58:17.996 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:58:18.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:17 smithi204 ceph-mon[110430]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-06T14:58:18.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:17 smithi204 ceph-mon[110430]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:18.337 INFO:teuthology.orchestra.run.smithi176.stdout: 5 86072 9.22 MB/sec execute 130 sec latency 135.825 ms 2023-12-06T14:58:18.458 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:58:18.458 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:58:18.458 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:58:18.458 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:58:18.459 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:58:18.459 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:58:18.459 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:58:18.459 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:58:18.459 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:58:18.800 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:18 smithi176 ceph-mon[107705]: from='client.24529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:18.800 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:18 smithi176 ceph-mon[107705]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:18.800 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:18 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/49457352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:58:19.016 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:58:19.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:18 smithi204 ceph-mon[110430]: from='client.24529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:19.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:18 smithi204 ceph-mon[110430]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:19.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:18 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/49457352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:58:19.342 INFO:teuthology.orchestra.run.smithi176.stdout: 5 86372 9.22 MB/sec execute 131 sec latency 128.339 ms 2023-12-06T14:58:19.837 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:19 smithi176 ceph-mon[107705]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2023-12-06T14:58:19.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:19 smithi176 ceph-mon[107705]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:19.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:19 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3291920447' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:58:20.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:19 smithi204 ceph-mon[110430]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2023-12-06T14:58:20.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:19 smithi204 ceph-mon[110430]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:20.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:19 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3291920447' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:58:20.344 INFO:teuthology.orchestra.run.smithi176.stdout: 5 86700 9.24 MB/sec execute 132 sec latency 129.847 ms 2023-12-06T14:58:21.353 INFO:teuthology.orchestra.run.smithi176.stdout: 5 87017 9.20 MB/sec execute 133 sec latency 143.783 ms 2023-12-06T14:58:21.852 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:21 smithi176 ceph-mon[107705]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-06T14:58:22.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:21 smithi204 ceph-mon[110430]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-12-06T14:58:22.353 INFO:teuthology.orchestra.run.smithi176.stdout: 5 87328 9.16 MB/sec execute 134 sec latency 130.546 ms 2023-12-06T14:58:23.355 INFO:teuthology.orchestra.run.smithi176.stdout: 5 87703 9.19 MB/sec execute 135 sec latency 126.630 ms 2023-12-06T14:58:23.912 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:23 smithi176 ceph-mon[107705]: pgmap v76: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 433 op/s 2023-12-06T14:58:24.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:23 smithi204 ceph-mon[110430]: pgmap v76: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 433 op/s 2023-12-06T14:58:24.355 INFO:teuthology.orchestra.run.smithi176.stdout: 5 88069 9.22 MB/sec execute 136 sec latency 198.872 ms 2023-12-06T14:58:25.359 INFO:teuthology.orchestra.run.smithi176.stdout: 5 88454 9.22 MB/sec execute 137 sec latency 138.572 ms 2023-12-06T14:58:25.970 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:25 smithi176 ceph-mon[107705]: pgmap v77: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-12-06T14:58:25.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:25 smithi204 ceph-mon[110430]: pgmap v77: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-12-06T14:58:26.359 INFO:teuthology.orchestra.run.smithi176.stdout: 5 88702 9.18 MB/sec execute 138 sec latency 117.579 ms 2023-12-06T14:58:27.003 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:26 smithi176 ceph-mon[107705]: pgmap v78: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-06T14:58:27.003 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:26 smithi204 ceph-mon[110430]: pgmap v78: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-06T14:58:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:27.366 INFO:teuthology.orchestra.run.smithi176.stdout: 5 89001 9.16 MB/sec execute 139 sec latency 152.071 ms 2023-12-06T14:58:28.366 INFO:teuthology.orchestra.run.smithi176.stdout: 5 89304 9.16 MB/sec execute 140 sec latency 126.478 ms 2023-12-06T14:58:29.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:29 smithi176 ceph-mon[107705]: pgmap v79: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-12-06T14:58:29.366 INFO:teuthology.orchestra.run.smithi176.stdout: 5 89622 9.17 MB/sec execute 141 sec latency 135.259 ms 2023-12-06T14:58:29.476 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:29 smithi204 ceph-mon[110430]: pgmap v79: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-12-06T14:58:30.366 INFO:teuthology.orchestra.run.smithi176.stdout: 5 89886 9.17 MB/sec execute 142 sec latency 129.544 ms 2023-12-06T14:58:31.367 INFO:teuthology.orchestra.run.smithi176.stdout: 5 90159 9.19 MB/sec execute 143 sec latency 154.061 ms 2023-12-06T14:58:31.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:31 smithi176 ceph-mon[107705]: pgmap v80: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-12-06T14:58:31.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:31 smithi204 ceph-mon[110430]: pgmap v80: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-12-06T14:58:32.367 INFO:teuthology.orchestra.run.smithi176.stdout: 5 90398 9.15 MB/sec execute 144 sec latency 143.520 ms 2023-12-06T14:58:33.370 INFO:teuthology.orchestra.run.smithi176.stdout: 5 90730 9.10 MB/sec execute 145 sec latency 170.002 ms 2023-12-06T14:58:33.916 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:33 smithi176 ceph-mon[107705]: pgmap v81: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-06T14:58:33.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:33 smithi204 ceph-mon[110430]: pgmap v81: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-06T14:58:34.370 INFO:teuthology.orchestra.run.smithi176.stdout: 5 90995 9.07 MB/sec execute 146 sec latency 127.913 ms 2023-12-06T14:58:35.370 INFO:teuthology.orchestra.run.smithi176.stdout: 5 91301 9.10 MB/sec execute 147 sec latency 195.535 ms 2023-12-06T14:58:35.968 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:35 smithi176 ceph-mon[107705]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-06T14:58:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:35 smithi204 ceph-mon[110430]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-06T14:58:36.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 91678 9.11 MB/sec execute 148 sec latency 126.805 ms 2023-12-06T14:58:37.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 92092 9.12 MB/sec execute 149 sec latency 132.155 ms 2023-12-06T14:58:38.001 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:37 smithi176 ceph-mon[107705]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T14:58:38.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:37 smithi204 ceph-mon[110430]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T14:58:38.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 92339 9.09 MB/sec execute 150 sec latency 127.146 ms 2023-12-06T14:58:39.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 92672 9.08 MB/sec execute 151 sec latency 132.179 ms 2023-12-06T14:58:39.783 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:39 smithi176 ceph-mon[107705]: pgmap v84: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 573 op/s 2023-12-06T14:58:40.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:39 smithi204 ceph-mon[110430]: pgmap v84: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 573 op/s 2023-12-06T14:58:40.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 92967 9.08 MB/sec execute 152 sec latency 153.169 ms 2023-12-06T14:58:41.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 93300 9.10 MB/sec execute 153 sec latency 115.513 ms 2023-12-06T14:58:41.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:41 smithi176 ceph-mon[107705]: pgmap v85: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-06T14:58:41.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:42.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:41 smithi204 ceph-mon[110430]: pgmap v85: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-06T14:58:42.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:42.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 93624 9.15 MB/sec execute 154 sec latency 131.416 ms 2023-12-06T14:58:43.377 INFO:teuthology.orchestra.run.smithi176.stdout: 5 93891 9.11 MB/sec execute 155 sec latency 129.454 ms 2023-12-06T14:58:43.856 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:43 smithi176 ceph-mon[107705]: pgmap v86: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 390 op/s 2023-12-06T14:58:44.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:43 smithi204 ceph-mon[110430]: pgmap v86: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 390 op/s 2023-12-06T14:58:44.378 INFO:teuthology.orchestra.run.smithi176.stdout: 5 94169 9.07 MB/sec execute 156 sec latency 120.758 ms 2023-12-06T14:58:45.378 INFO:teuthology.orchestra.run.smithi176.stdout: 5 94425 9.03 MB/sec execute 157 sec latency 124.672 ms 2023-12-06T14:58:45.898 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:45 smithi176 ceph-mon[107705]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 496 op/s 2023-12-06T14:58:45.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:45 smithi204 ceph-mon[110430]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 496 op/s 2023-12-06T14:58:46.378 INFO:teuthology.orchestra.run.smithi176.stdout: 5 94717 9.04 MB/sec execute 158 sec latency 200.636 ms 2023-12-06T14:58:47.378 INFO:teuthology.orchestra.run.smithi176.stdout: 5 95048 9.05 MB/sec execute 159 sec latency 195.633 ms 2023-12-06T14:58:47.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:47 smithi176 ceph-mon[107705]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-12-06T14:58:48.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:47 smithi204 ceph-mon[110430]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-12-06T14:58:48.378 INFO:teuthology.orchestra.run.smithi176.stdout: 5 95355 9.07 MB/sec execute 160 sec latency 149.469 ms 2023-12-06T14:58:48.948 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:48 smithi176 ceph-mon[107705]: pgmap v89: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-06T14:58:49.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:48 smithi204 ceph-mon[110430]: pgmap v89: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-06T14:58:49.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 95629 9.04 MB/sec execute 161 sec latency 126.963 ms 2023-12-06T14:58:49.514 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:58:49.991 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:49 smithi176 ceph-mon[107705]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:50.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:49 smithi204 ceph-mon[110430]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:50.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 95849 9.00 MB/sec execute 162 sec latency 99.080 ms 2023-12-06T14:58:50.474 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:58:50.474 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:58:50.474 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (9m) 2m ago 9m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:58:50.474 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (8m) 2m ago 8m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (5m) 2m ago 5m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (5m) 2m ago 5m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (10m) 2m ago 10m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (3m) 2m ago 8m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (10m) 2m ago 10m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (8m) 2m ago 8m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (4m) 2m ago 4m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (4m) 2m ago 4m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (8m) 2m ago 8m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (7m) 2m ago 7m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (7m) 2m ago 7m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:58:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (7m) 2m ago 7m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:58:50.476 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (6m) 2m ago 6m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:58:50.476 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (6m) 2m ago 6m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:58:50.476 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (6m) 2m ago 6m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:58:50.476 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (6m) 2m ago 6m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:58:50.476 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:58:51.069 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:58:51.069 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:58:51.069 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:58:51.069 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:58:51.070 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:58:51.071 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:58:51.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 96071 8.96 MB/sec execute 163 sec latency 84.149 ms 2023-12-06T14:58:51.552 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:58:51.552 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:58:51.552 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:58:51.553 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:58:51.779 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:51 smithi176 ceph-mon[107705]: pgmap v90: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 371 op/s 2023-12-06T14:58:51.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:51 smithi176 ceph-mon[107705]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:51.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:51 smithi176 ceph-mon[107705]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:51.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:51 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3475723931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:58:51.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:51 smithi204 ceph-mon[110430]: pgmap v90: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 371 op/s 2023-12-06T14:58:51.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:51 smithi204 ceph-mon[110430]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:51.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:51 smithi204 ceph-mon[110430]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:51.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:51 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3475723931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:58:52.087 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:58:52.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 96276 8.95 MB/sec execute 164 sec latency 156.014 ms 2023-12-06T14:58:52.811 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:52 smithi176 ceph-mon[107705]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:52.812 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:52 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/565864774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:58:52.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:52 smithi204 ceph-mon[110430]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:58:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:52 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/565864774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:58:53.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 96571 8.96 MB/sec execute 165 sec latency 130.568 ms 2023-12-06T14:58:53.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:53 smithi176 ceph-mon[107705]: pgmap v91: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 397 op/s 2023-12-06T14:58:53.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:53 smithi204 ceph-mon[110430]: pgmap v91: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 397 op/s 2023-12-06T14:58:54.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 96836 8.98 MB/sec execute 166 sec latency 159.009 ms 2023-12-06T14:58:55.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 97128 8.97 MB/sec execute 167 sec latency 204.625 ms 2023-12-06T14:58:55.886 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:55 smithi176 ceph-mon[107705]: pgmap v92: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T14:58:55.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:55 smithi204 ceph-mon[110430]: pgmap v92: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-12-06T14:58:56.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 97404 8.96 MB/sec execute 168 sec latency 123.568 ms 2023-12-06T14:58:56.891 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:57.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:58:57.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 97655 8.93 MB/sec execute 169 sec latency 140.364 ms 2023-12-06T14:58:57.918 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:57 smithi176 ceph-mon[107705]: pgmap v93: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-06T14:58:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:57 smithi204 ceph-mon[110430]: pgmap v93: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-06T14:58:58.383 INFO:teuthology.orchestra.run.smithi176.stdout: 5 97867 8.90 MB/sec execute 170 sec latency 121.026 ms 2023-12-06T14:58:59.385 INFO:teuthology.orchestra.run.smithi176.stdout: 5 98201 8.91 MB/sec execute 171 sec latency 129.930 ms 2023-12-06T14:58:59.951 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:58:59 smithi176 ceph-mon[107705]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-06T14:59:00.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:58:59 smithi204 ceph-mon[110430]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-06T14:59:00.385 INFO:teuthology.orchestra.run.smithi176.stdout: 5 98489 8.91 MB/sec execute 172 sec latency 129.067 ms 2023-12-06T14:59:01.389 INFO:teuthology.orchestra.run.smithi176.stdout: 5 98784 8.92 MB/sec execute 173 sec latency 126.715 ms 2023-12-06T14:59:01.997 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:01 smithi176 ceph-mon[107705]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-06T14:59:02.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:01 smithi204 ceph-mon[110430]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-06T14:59:02.389 INFO:teuthology.orchestra.run.smithi176.stdout: 5 99073 8.90 MB/sec execute 174 sec latency 152.104 ms 2023-12-06T14:59:03.389 INFO:teuthology.orchestra.run.smithi176.stdout: 5 99417 8.88 MB/sec execute 175 sec latency 129.109 ms 2023-12-06T14:59:03.776 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:03 smithi176 ceph-mon[107705]: pgmap v96: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.8 MiB/s wr, 405 op/s 2023-12-06T14:59:04.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:03 smithi204 ceph-mon[110430]: pgmap v96: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.8 MiB/s wr, 405 op/s 2023-12-06T14:59:04.397 INFO:teuthology.orchestra.run.smithi176.stdout: 5 99726 8.87 MB/sec execute 176 sec latency 126.932 ms 2023-12-06T14:59:05.397 INFO:teuthology.orchestra.run.smithi176.stdout: 5 99982 8.85 MB/sec execute 177 sec latency 156.075 ms 2023-12-06T14:59:05.822 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:05 smithi176 ceph-mon[107705]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-12-06T14:59:05.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:05 smithi204 ceph-mon[110430]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-12-06T14:59:06.397 INFO:teuthology.orchestra.run.smithi176.stdout: 5 100354 8.89 MB/sec execute 178 sec latency 141.691 ms 2023-12-06T14:59:07.397 INFO:teuthology.orchestra.run.smithi176.stdout: 5 100695 8.89 MB/sec execute 179 sec latency 127.374 ms 2023-12-06T14:59:07.885 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:07 smithi176 ceph-mon[107705]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-12-06T14:59:08.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:07 smithi204 ceph-mon[110430]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-12-06T14:59:08.397 INFO:teuthology.orchestra.run.smithi176.stdout: 5 100966 8.87 MB/sec execute 180 sec latency 127.367 ms 2023-12-06T14:59:09.401 INFO:teuthology.orchestra.run.smithi176.stdout: 5 101217 8.87 MB/sec execute 181 sec latency 130.743 ms 2023-12-06T14:59:09.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:09 smithi176 ceph-mon[107705]: pgmap v99: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-06T14:59:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:09 smithi204 ceph-mon[110430]: pgmap v99: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-06T14:59:10.407 INFO:teuthology.orchestra.run.smithi176.stdout: 5 101469 8.88 MB/sec execute 182 sec latency 146.970 ms 2023-12-06T14:59:11.407 INFO:teuthology.orchestra.run.smithi176.stdout: 5 101754 8.86 MB/sec execute 183 sec latency 133.538 ms 2023-12-06T14:59:11.928 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:11 smithi176 ceph-mon[107705]: pgmap v100: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-06T14:59:11.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:11 smithi204 ceph-mon[110430]: pgmap v100: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-06T14:59:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:12.407 INFO:teuthology.orchestra.run.smithi176.stdout: 5 102056 8.87 MB/sec execute 184 sec latency 130.646 ms 2023-12-06T14:59:13.412 INFO:teuthology.orchestra.run.smithi176.stdout: 5 102366 8.87 MB/sec execute 185 sec latency 243.900 ms 2023-12-06T14:59:13.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:13 smithi176 ceph-mon[107705]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-06T14:59:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:13 smithi204 ceph-mon[110430]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-06T14:59:14.412 INFO:teuthology.orchestra.run.smithi176.stdout: 5 102697 8.84 MB/sec execute 186 sec latency 129.719 ms 2023-12-06T14:59:14.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:14 smithi176 ceph-mon[107705]: pgmap v102: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 440 op/s 2023-12-06T14:59:15.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:14 smithi204 ceph-mon[110430]: pgmap v102: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 440 op/s 2023-12-06T14:59:15.413 INFO:teuthology.orchestra.run.smithi176.stdout: 5 103081 8.83 MB/sec execute 187 sec latency 125.832 ms 2023-12-06T14:59:16.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 103492 8.85 MB/sec execute 188 sec latency 126.964 ms 2023-12-06T14:59:17.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 103894 8.88 MB/sec execute 189 sec latency 207.556 ms 2023-12-06T14:59:17.945 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:17 smithi176 ceph-mon[107705]: pgmap v103: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-06T14:59:17.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:17 smithi204 ceph-mon[110430]: pgmap v103: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-06T14:59:18.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 104253 8.88 MB/sec execute 190 sec latency 140.325 ms 2023-12-06T14:59:19.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 104558 8.87 MB/sec execute 191 sec latency 126.315 ms 2023-12-06T14:59:19.737 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:19 smithi176 ceph-mon[107705]: pgmap v104: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-12-06T14:59:19.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:19 smithi204 ceph-mon[110430]: pgmap v104: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-12-06T14:59:20.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 104880 8.86 MB/sec execute 192 sec latency 123.484 ms 2023-12-06T14:59:21.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 105168 8.88 MB/sec execute 193 sec latency 147.416 ms 2023-12-06T14:59:21.780 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:21 smithi176 ceph-mon[107705]: pgmap v105: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-12-06T14:59:22.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:21 smithi204 ceph-mon[110430]: pgmap v105: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-12-06T14:59:22.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 105446 8.86 MB/sec execute 194 sec latency 134.247 ms 2023-12-06T14:59:22.532 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:59:23.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 105789 8.88 MB/sec execute 195 sec latency 129.214 ms 2023-12-06T14:59:23.445 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:59:23.445 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:59:23.445 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (9m) 3m ago 9m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (5m) 3m ago 5m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (5m) 3m ago 5m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (10m) 3m ago 10m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (3m) 3m ago 9m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (10m) 3m ago 10m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (9m) 3m ago 9m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (5m) 3m ago 5m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (5m) 3m ago 5m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (8m) 3m ago 8m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:59:23.446 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (8m) 3m ago 8m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (8m) 3m ago 8m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (7m) 3m ago 7m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (7m) 3m ago 7m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (7m) 3m ago 7m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (6m) 3m ago 6m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (6m) 3m ago 6m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:59:23.447 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:59:23.826 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:23 smithi176 ceph-mon[107705]: pgmap v106: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.7 MiB/s wr, 413 op/s 2023-12-06T14:59:23.826 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:23 smithi176 ceph-mon[107705]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:23.965 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:59:23.965 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:23.966 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:59:23.967 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:59:23.967 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:59:23.967 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:59:23.967 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:59:24.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:23 smithi204 ceph-mon[110430]: pgmap v106: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.7 MiB/s wr, 413 op/s 2023-12-06T14:59:24.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:23 smithi204 ceph-mon[110430]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:24.379 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:59:24.379 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:59:24.379 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:59:24.380 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:59:24.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 106087 8.87 MB/sec execute 196 sec latency 129.330 ms 2023-12-06T14:59:24.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:24 smithi176 ceph-mon[107705]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:24.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:24 smithi176 ceph-mon[107705]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:24.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:24 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3687326637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:59:24.895 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:59:25.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:24 smithi204 ceph-mon[110430]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:25.240 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:24 smithi204 ceph-mon[110430]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:25.241 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:24 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3687326637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:59:25.414 INFO:teuthology.orchestra.run.smithi176.stdout: 5 106371 8.85 MB/sec execute 197 sec latency 130.652 ms 2023-12-06T14:59:25.865 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:25 smithi176 ceph-mon[107705]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-06T14:59:25.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:25 smithi176 ceph-mon[107705]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:25.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:25 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/3888454842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:59:25.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:25 smithi204 ceph-mon[110430]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-06T14:59:25.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:25 smithi204 ceph-mon[110430]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:25.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:25 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/3888454842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:59:26.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 106659 8.83 MB/sec execute 198 sec latency 129.419 ms 2023-12-06T14:59:26.900 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:27.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 106959 8.84 MB/sec execute 199 sec latency 134.520 ms 2023-12-06T14:59:27.923 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:27 smithi176 ceph-mon[107705]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-06T14:59:28.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:27 smithi204 ceph-mon[110430]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-06T14:59:28.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 107193 8.81 MB/sec execute 200 sec latency 138.557 ms 2023-12-06T14:59:29.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 107517 8.85 MB/sec execute 201 sec latency 129.815 ms 2023-12-06T14:59:29.941 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:29 smithi176 ceph-mon[107705]: pgmap v109: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.7 MiB/s wr, 587 op/s 2023-12-06T14:59:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:29 smithi204 ceph-mon[110430]: pgmap v109: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.7 MiB/s wr, 587 op/s 2023-12-06T14:59:30.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 107794 8.85 MB/sec execute 202 sec latency 128.332 ms 2023-12-06T14:59:31.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 108057 8.82 MB/sec execute 203 sec latency 136.163 ms 2023-12-06T14:59:31.776 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:31 smithi176 ceph-mon[107705]: pgmap v110: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-12-06T14:59:32.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:31 smithi204 ceph-mon[110430]: pgmap v110: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-12-06T14:59:32.421 INFO:teuthology.orchestra.run.smithi176.stdout: 5 108361 8.80 MB/sec execute 204 sec latency 132.545 ms 2023-12-06T14:59:33.429 INFO:teuthology.orchestra.run.smithi176.stdout: 5 108590 8.78 MB/sec execute 205 sec latency 129.346 ms 2023-12-06T14:59:33.836 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:33 smithi176 ceph-mon[107705]: pgmap v111: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 442 op/s 2023-12-06T14:59:34.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:33 smithi204 ceph-mon[110430]: pgmap v111: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 442 op/s 2023-12-06T14:59:34.429 INFO:teuthology.orchestra.run.smithi176.stdout: 5 108825 8.78 MB/sec execute 206 sec latency 123.873 ms 2023-12-06T14:59:35.429 INFO:teuthology.orchestra.run.smithi176.stdout: 5 109189 8.80 MB/sec execute 207 sec latency 129.940 ms 2023-12-06T14:59:35.887 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:35 smithi176 ceph-mon[107705]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-12-06T14:59:35.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:35 smithi204 ceph-mon[110430]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-12-06T14:59:36.434 INFO:teuthology.orchestra.run.smithi176.stdout: 5 109503 8.77 MB/sec execute 208 sec latency 124.109 ms 2023-12-06T14:59:37.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 109786 8.78 MB/sec execute 209 sec latency 137.287 ms 2023-12-06T14:59:37.944 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:37 smithi176 ceph-mon[107705]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-06T14:59:38.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:37 smithi204 ceph-mon[110430]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-06T14:59:38.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 110007 8.77 MB/sec execute 210 sec latency 125.922 ms 2023-12-06T14:59:38.968 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:38 smithi176 ceph-mon[107705]: pgmap v114: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 523 op/s 2023-12-06T14:59:39.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:38 smithi204 ceph-mon[110430]: pgmap v114: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 523 op/s 2023-12-06T14:59:39.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 110314 8.76 MB/sec execute 211 sec latency 128.911 ms 2023-12-06T14:59:40.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 110622 8.76 MB/sec execute 212 sec latency 126.447 ms 2023-12-06T14:59:41.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 110961 8.78 MB/sec execute 213 sec latency 137.651 ms 2023-12-06T14:59:41.786 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:41 smithi176 ceph-mon[107705]: pgmap v115: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T14:59:41.787 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:42.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:41 smithi204 ceph-mon[110430]: pgmap v115: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-06T14:59:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:42.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 111314 8.80 MB/sec execute 214 sec latency 164.756 ms 2023-12-06T14:59:43.437 INFO:teuthology.orchestra.run.smithi176.stdout: 5 111607 8.79 MB/sec execute 215 sec latency 139.557 ms 2023-12-06T14:59:43.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:43 smithi176 ceph-mon[107705]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 463 op/s 2023-12-06T14:59:44.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:43 smithi204 ceph-mon[110430]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 463 op/s 2023-12-06T14:59:44.441 INFO:teuthology.orchestra.run.smithi176.stdout: 5 111994 8.76 MB/sec execute 216 sec latency 105.891 ms 2023-12-06T14:59:45.441 INFO:teuthology.orchestra.run.smithi176.stdout: 5 112231 8.74 MB/sec execute 217 sec latency 132.126 ms 2023-12-06T14:59:45.864 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:45 smithi176 ceph-mon[107705]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 454 op/s 2023-12-06T14:59:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:45 smithi204 ceph-mon[110430]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 454 op/s 2023-12-06T14:59:46.441 INFO:teuthology.orchestra.run.smithi176.stdout: 5 112574 8.76 MB/sec execute 218 sec latency 126.053 ms 2023-12-06T14:59:47.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 112972 8.78 MB/sec execute 219 sec latency 123.762 ms 2023-12-06T14:59:47.900 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:47 smithi176 ceph-mon[107705]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-12-06T14:59:48.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:47 smithi204 ceph-mon[110430]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2023-12-06T14:59:48.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 113320 8.79 MB/sec execute 220 sec latency 150.517 ms 2023-12-06T14:59:49.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 113616 8.76 MB/sec execute 221 sec latency 114.986 ms 2023-12-06T14:59:49.960 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:49 smithi176 ceph-mon[107705]: pgmap v119: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-06T14:59:50.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:49 smithi204 ceph-mon[110430]: pgmap v119: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-06T14:59:50.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 113912 8.76 MB/sec execute 222 sec latency 124.116 ms 2023-12-06T14:59:51.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 114154 8.74 MB/sec execute 223 sec latency 133.628 ms 2023-12-06T14:59:52.016 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:51 smithi176 ceph-mon[107705]: pgmap v120: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-06T14:59:52.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:51 smithi204 ceph-mon[110430]: pgmap v120: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-06T14:59:52.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 114585 8.77 MB/sec execute 224 sec latency 140.384 ms 2023-12-06T14:59:53.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 114984 8.80 MB/sec execute 225 sec latency 131.380 ms 2023-12-06T14:59:53.825 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:53 smithi176 ceph-mon[107705]: pgmap v121: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-12-06T14:59:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:53 smithi204 ceph-mon[110430]: pgmap v121: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-12-06T14:59:54.453 INFO:teuthology.orchestra.run.smithi176.stdout: 5 115389 8.80 MB/sec execute 226 sec latency 131.690 ms 2023-12-06T14:59:55.371 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T14:59:55.451 INFO:teuthology.orchestra.run.smithi176.stdout: 5 115669 8.79 MB/sec execute 227 sec latency 123.566 ms 2023-12-06T14:59:55.892 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:55 smithi176 ceph-mon[107705]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 459 op/s 2023-12-06T14:59:55.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:55 smithi204 ceph-mon[110430]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 459 op/s 2023-12-06T14:59:56.268 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T14:59:56.268 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 starting - - - - 2023-12-06T14:59:56.268 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 running (10m) 3m ago 10m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 starting - - - - 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 running (6m) 3m ago 6m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (6m) 3m ago 6m 16.2M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 running (11m) 3m ago 11m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (4m) 3m ago 9m 494M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 running (11m) 3m ago 11m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (9m) 3m ago 9m 56.8M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 running (5m) 3m ago 5m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (5m) 3m ago 5m 81.0M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 starting - - - - 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 running (9m) 3m ago 9m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T14:59:56.269 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 running (8m) 3m ago 8m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 running (8m) 3m ago 8m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 running (8m) 3m ago 8m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (7m) 3m ago 7m 529M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (7m) 3m ago 7m 596M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (7m) 3m ago 7m 607M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (7m) 3m ago 7m 856M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T14:59:56.270 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 starting - - - - 2023-12-06T14:59:56.452 INFO:teuthology.orchestra.run.smithi176.stdout: 5 115989 8.79 MB/sec execute 228 sec latency 132.424 ms 2023-12-06T14:59:56.805 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:59:56.805 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T14:59:56.805 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T14:59:56.806 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T14:59:56.807 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T14:59:56.807 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:56 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2199069947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:59:57.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-06T14:59:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T14:59:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:56 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2199069947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T14:59:57.286 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T14:59:57.286 INFO:teuthology.orchestra.run.smithi176.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf", 2023-12-06T14:59:57.286 INFO:teuthology.orchestra.run.smithi176.stdout: "in_progress": true, 2023-12-06T14:59:57.286 INFO:teuthology.orchestra.run.smithi176.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T14:59:57.286 INFO:teuthology.orchestra.run.smithi176.stdout: "services_complete": [], 2023-12-06T14:59:57.287 INFO:teuthology.orchestra.run.smithi176.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T14:59:57.287 INFO:teuthology.orchestra.run.smithi176.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T14:59:57.287 INFO:teuthology.orchestra.run.smithi176.stdout: "is_paused": false 2023-12-06T14:59:57.287 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T14:59:57.456 INFO:teuthology.orchestra.run.smithi176.stdout: 5 116279 8.79 MB/sec execute 229 sec latency 129.125 ms 2023-12-06T14:59:57.820 INFO:teuthology.orchestra.run.smithi176.stdout:HEALTH_OK 2023-12-06T14:59:57.937 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:57 smithi176 ceph-mon[107705]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:57.937 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:57 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/2786045278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:59:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:57 smithi204 ceph-mon[110430]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:58.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:57 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/2786045278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T14:59:58.456 INFO:teuthology.orchestra.run.smithi176.stdout: 5 116596 8.80 MB/sec execute 230 sec latency 126.827 ms 2023-12-06T14:59:58.962 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 14:59:58 smithi176 ceph-mon[107705]: pgmap v124: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2023-12-06T14:59:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 14:59:58 smithi204 ceph-mon[110430]: pgmap v124: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 604 op/s 2023-12-06T14:59:59.456 INFO:teuthology.orchestra.run.smithi176.stdout: 5 116955 8.79 MB/sec execute 231 sec latency 131.729 ms 2023-12-06T15:00:00.248 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:00 smithi176 ceph-mon[107705]: overall HEALTH_OK 2023-12-06T15:00:00.456 INFO:teuthology.orchestra.run.smithi176.stdout: 5 117285 8.76 MB/sec execute 232 sec latency 123.603 ms 2023-12-06T15:00:00.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:00 smithi204 ceph-mon[110430]: overall HEALTH_OK 2023-12-06T15:00:01.458 INFO:teuthology.orchestra.run.smithi176.stdout: 5 117565 8.75 MB/sec execute 233 sec latency 120.634 ms 2023-12-06T15:00:01.785 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:01 smithi176 ceph-mon[107705]: pgmap v125: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-06T15:00:02.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:01 smithi204 ceph-mon[110430]: pgmap v125: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-06T15:00:02.458 INFO:teuthology.orchestra.run.smithi176.stdout: 5 117777 8.75 MB/sec execute 234 sec latency 124.229 ms 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: pgmap v126: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 535 op/s 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 532 op/s 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.327 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:03 smithi176 ceph-mon[107705]: Health check failed: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T15:00:03.458 INFO:teuthology.orchestra.run.smithi176.stdout: 5 118095 8.77 MB/sec execute 235 sec latency 115.358 ms 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: pgmap v126: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.0 MiB/s wr, 535 op/s 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 532 op/s 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:03 smithi204 ceph-mon[110430]: Health check failed: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-06T15:00:04.461 INFO:teuthology.orchestra.run.smithi176.stdout: 5 118455 8.76 MB/sec execute 236 sec latency 153.291 ms 2023-12-06T15:00:05.418 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:05 smithi176 ceph-mon[107705]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 471 op/s 2023-12-06T15:00:05.418 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:05 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:05.419 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:05 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:05.461 INFO:teuthology.orchestra.run.smithi176.stdout: 5 118743 8.77 MB/sec execute 237 sec latency 128.303 ms 2023-12-06T15:00:05.635 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:05 smithi204 ceph-mon[110430]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 471 op/s 2023-12-06T15:00:05.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:05 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:05.636 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:05 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:06.463 INFO:teuthology.orchestra.run.smithi176.stdout: 5 118985 8.77 MB/sec execute 238 sec latency 155.010 ms 2023-12-06T15:00:07.464 INFO:teuthology.orchestra.run.smithi176.stdout: 5 119238 8.76 MB/sec execute 239 sec latency 137.288 ms 2023-12-06T15:00:07.961 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:07 smithi176 ceph-mon[107705]: pgmap v129: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 471 op/s 2023-12-06T15:00:08.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:07 smithi204 ceph-mon[110430]: pgmap v129: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 471 op/s 2023-12-06T15:00:08.464 INFO:teuthology.orchestra.run.smithi176.stdout: 5 119539 8.76 MB/sec execute 240 sec latency 138.328 ms 2023-12-06T15:00:09.464 INFO:teuthology.orchestra.run.smithi176.stdout: 5 119844 8.76 MB/sec execute 241 sec latency 133.558 ms 2023-12-06T15:00:10.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:09 smithi176 ceph-mon[107705]: pgmap v130: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T15:00:10.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:09 smithi204 ceph-mon[110430]: pgmap v130: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T15:00:10.464 INFO:teuthology.orchestra.run.smithi176.stdout: 5 120142 8.75 MB/sec execute 242 sec latency 123.149 ms 2023-12-06T15:00:11.471 INFO:teuthology.orchestra.run.smithi176.stdout: 5 120473 8.73 MB/sec execute 243 sec latency 126.755 ms 2023-12-06T15:00:11.797 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:11 smithi176 ceph-mon[107705]: pgmap v131: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T15:00:11.797 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:11 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:11.797 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:11 smithi204 ceph-mon[110430]: pgmap v131: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-06T15:00:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:11 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:00:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:12.471 INFO:teuthology.orchestra.run.smithi176.stdout: 5 120829 8.73 MB/sec execute 244 sec latency 129.659 ms 2023-12-06T15:00:13.471 INFO:teuthology.orchestra.run.smithi176.stdout: 5 121159 8.73 MB/sec execute 245 sec latency 129.593 ms 2023-12-06T15:00:13.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:13 smithi176 ceph-mon[107705]: pgmap v132: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2023-12-06T15:00:14.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:13 smithi204 ceph-mon[110430]: pgmap v132: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2023-12-06T15:00:14.480 INFO:teuthology.orchestra.run.smithi176.stdout: 5 121549 8.72 MB/sec execute 246 sec latency 126.832 ms 2023-12-06T15:00:15.480 INFO:teuthology.orchestra.run.smithi176.stdout: 5 121897 8.73 MB/sec execute 247 sec latency 209.270 ms 2023-12-06T15:00:15.892 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:15 smithi176 ceph-mon[107705]: pgmap v133: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-06T15:00:15.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:15 smithi204 ceph-mon[110430]: pgmap v133: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-06T15:00:16.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 122220 8.75 MB/sec execute 248 sec latency 217.238 ms 2023-12-06T15:00:17.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 122488 8.77 MB/sec execute 249 sec latency 183.513 ms 2023-12-06T15:00:17.928 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:17 smithi176 ceph-mon[107705]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-06T15:00:18.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:17 smithi204 ceph-mon[110430]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-06T15:00:18.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 122745 8.76 MB/sec execute 250 sec latency 210.821 ms 2023-12-06T15:00:19.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 122975 8.76 MB/sec execute 251 sec latency 138.122 ms 2023-12-06T15:00:19.810 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:19 smithi176 ceph-mon[107705]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-12-06T15:00:20.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:19 smithi204 ceph-mon[110430]: pgmap v135: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 554 op/s 2023-12-06T15:00:20.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 123168 8.74 MB/sec execute 252 sec latency 141.767 ms 2023-12-06T15:00:21.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 123416 8.72 MB/sec execute 253 sec latency 133.212 ms 2023-12-06T15:00:22.033 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:21 smithi176 ceph-mon[107705]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 391 op/s 2023-12-06T15:00:22.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:21 smithi204 ceph-mon[110430]: pgmap v136: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 391 op/s 2023-12-06T15:00:22.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 123608 8.70 MB/sec execute 254 sec latency 136.863 ms 2023-12-06T15:00:23.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 123861 8.68 MB/sec execute 255 sec latency 132.058 ms 2023-12-06T15:00:23.814 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:23 smithi176 ceph-mon[107705]: pgmap v137: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-06T15:00:24.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:23 smithi204 ceph-mon[110430]: pgmap v137: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-06T15:00:24.486 INFO:teuthology.orchestra.run.smithi176.stdout: 5 124149 8.68 MB/sec execute 256 sec latency 132.971 ms 2023-12-06T15:00:25.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 124490 8.66 MB/sec execute 257 sec latency 127.436 ms 2023-12-06T15:00:25.863 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:25 smithi176 ceph-mon[107705]: pgmap v138: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T15:00:25.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:25 smithi204 ceph-mon[110430]: pgmap v138: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T15:00:26.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 124812 8.66 MB/sec execute 258 sec latency 124.660 ms 2023-12-06T15:00:26.884 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:27.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 125227 8.67 MB/sec execute 259 sec latency 129.679 ms 2023-12-06T15:00:27.940 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:27 smithi176 ceph-mon[107705]: pgmap v139: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T15:00:28.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:27 smithi204 ceph-mon[110430]: pgmap v139: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-06T15:00:28.302 INFO:teuthology.orchestra.run.smithi176.stdout:true 2023-12-06T15:00:28.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 125533 8.68 MB/sec execute 260 sec latency 123.771 ms 2023-12-06T15:00:28.755 INFO:teuthology.orchestra.run.smithi176.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed." 2023-12-06T15:00:28.983 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:28 smithi176 ceph-mon[107705]: pgmap v140: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-06T15:00:28.983 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:28 smithi176 ceph-mon[107705]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:28.983 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:28 smithi176 ceph-mon[107705]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:29.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:28 smithi204 ceph-mon[110430]: pgmap v140: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-06T15:00:29.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:28 smithi204 ceph-mon[110430]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:29.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:28 smithi204 ceph-mon[110430]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:29.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 125819 8.69 MB/sec execute 261 sec latency 143.340 ms 2023-12-06T15:00:30.495 INFO:teuthology.orchestra.run.smithi176.stdout: 5 126113 8.70 MB/sec execute 262 sec latency 130.064 ms 2023-12-06T15:00:31.503 INFO:teuthology.orchestra.run.smithi176.stdout: 5 126372 8.70 MB/sec execute 263 sec latency 140.356 ms 2023-12-06T15:00:31.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:31 smithi176 ceph-mon[107705]: pgmap v141: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-06T15:00:32.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:31 smithi204 ceph-mon[110430]: pgmap v141: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-06T15:00:32.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 126582 8.69 MB/sec execute 264 sec latency 138.048 ms 2023-12-06T15:00:33.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 126811 8.68 MB/sec execute 265 sec latency 127.007 ms 2023-12-06T15:00:34.003 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:33 smithi176 ceph-mon[107705]: pgmap v142: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2023-12-06T15:00:34.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:33 smithi204 ceph-mon[110430]: pgmap v142: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2023-12-06T15:00:34.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 127032 8.66 MB/sec execute 266 sec latency 126.849 ms 2023-12-06T15:00:35.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 127264 8.64 MB/sec execute 267 sec latency 136.972 ms 2023-12-06T15:00:35.798 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:35 smithi176 ceph-mon[107705]: pgmap v143: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:00:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:35 smithi204 ceph-mon[110430]: pgmap v143: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:00:36.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 127534 8.63 MB/sec execute 268 sec latency 129.389 ms 2023-12-06T15:00:37.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 127861 8.62 MB/sec execute 269 sec latency 121.328 ms 2023-12-06T15:00:37.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:37 smithi176 ceph-mon[107705]: pgmap v144: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:00:38.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:37 smithi204 ceph-mon[110430]: pgmap v144: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:00:38.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 128177 8.61 MB/sec execute 270 sec latency 129.202 ms 2023-12-06T15:00:39.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 128453 8.60 MB/sec execute 271 sec latency 120.070 ms 2023-12-06T15:00:39.866 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:39 smithi176 ceph-mon[107705]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-12-06T15:00:40.229 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:39 smithi204 ceph-mon[110430]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-12-06T15:00:40.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 128819 8.62 MB/sec execute 272 sec latency 130.603 ms 2023-12-06T15:00:41.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 129139 8.62 MB/sec execute 273 sec latency 161.633 ms 2023-12-06T15:00:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:41 smithi176 ceph-mon[107705]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-06T15:00:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:41 smithi204 ceph-mon[110430]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-12-06T15:00:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:42.505 INFO:teuthology.orchestra.run.smithi176.stdout: 5 129321 8.61 MB/sec execute 274 sec latency 145.827 ms 2023-12-06T15:00:43.515 INFO:teuthology.orchestra.run.smithi176.stdout: 5 129619 8.63 MB/sec execute 275 sec latency 142.894 ms 2023-12-06T15:00:43.974 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:43 smithi176 ceph-mon[107705]: pgmap v147: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-12-06T15:00:44.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:43 smithi204 ceph-mon[110430]: pgmap v147: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-12-06T15:00:44.516 INFO:teuthology.orchestra.run.smithi176.stdout: 5 129850 8.63 MB/sec execute 276 sec latency 139.063 ms 2023-12-06T15:00:45.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 130116 8.63 MB/sec execute 277 sec latency 120.630 ms 2023-12-06T15:00:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:45 smithi204 ceph-mon[110430]: pgmap v148: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-06T15:00:46.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:45 smithi176 ceph-mon[107705]: pgmap v148: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-06T15:00:46.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 130324 8.61 MB/sec execute 278 sec latency 152.582 ms 2023-12-06T15:00:47.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 130549 8.59 MB/sec execute 279 sec latency 137.733 ms 2023-12-06T15:00:48.077 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:47 smithi176 ceph-mon[107705]: pgmap v149: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-06T15:00:48.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:47 smithi204 ceph-mon[110430]: pgmap v149: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-06T15:00:48.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 130798 8.58 MB/sec execute 280 sec latency 123.484 ms 2023-12-06T15:00:49.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 131004 8.56 MB/sec execute 281 sec latency 126.249 ms 2023-12-06T15:00:49.906 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:49 smithi176 ceph-mon[107705]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-06T15:00:50.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:49 smithi204 ceph-mon[110430]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-06T15:00:50.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 131274 8.55 MB/sec execute 282 sec latency 140.518 ms 2023-12-06T15:00:51.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 131627 8.56 MB/sec execute 283 sec latency 140.418 ms 2023-12-06T15:00:51.949 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:51 smithi176 ceph-mon[107705]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-12-06T15:00:52.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:51 smithi204 ceph-mon[110430]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-12-06T15:00:52.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 131948 8.54 MB/sec execute 284 sec latency 131.648 ms 2023-12-06T15:00:52.964 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:52 smithi176 ceph-mon[107705]: pgmap v152: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-06T15:00:53.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:52 smithi204 ceph-mon[110430]: pgmap v152: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-06T15:00:53.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 132285 8.54 MB/sec execute 285 sec latency 126.171 ms 2023-12-06T15:00:54.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 132606 8.55 MB/sec execute 286 sec latency 188.062 ms 2023-12-06T15:00:55.522 INFO:teuthology.orchestra.run.smithi176.stdout: 5 132858 8.56 MB/sec execute 287 sec latency 123.945 ms 2023-12-06T15:00:55.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:55 smithi176 ceph-mon[107705]: pgmap v153: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T15:00:55.629 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:55 smithi204 ceph-mon[110430]: pgmap v153: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T15:00:56.521 INFO:teuthology.orchestra.run.smithi176.stdout: 5 133196 8.59 MB/sec execute 288 sec latency 120.488 ms 2023-12-06T15:00:56.817 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:00:57.522 INFO:teuthology.orchestra.run.smithi176.stdout: 5 133488 8.59 MB/sec execute 289 sec latency 143.068 ms 2023-12-06T15:00:57.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:57 smithi176 ceph-mon[107705]: pgmap v154: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T15:00:58.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:57 smithi204 ceph-mon[110430]: pgmap v154: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-12-06T15:00:58.531 INFO:teuthology.orchestra.run.smithi176.stdout: 5 133732 8.59 MB/sec execute 290 sec latency 134.437 ms 2023-12-06T15:00:59.532 INFO:teuthology.orchestra.run.smithi176.stdout: 5 134038 8.56 MB/sec execute 291 sec latency 138.544 ms 2023-12-06T15:00:59.885 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:00:59 smithi176 ceph-mon[107705]: pgmap v155: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2023-12-06T15:01:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:00:59 smithi204 ceph-mon[110430]: pgmap v155: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 494 op/s 2023-12-06T15:01:00.535 INFO:teuthology.orchestra.run.smithi176.stdout: 5 134317 8.55 MB/sec execute 292 sec latency 117.860 ms 2023-12-06T15:01:01.545 INFO:teuthology.orchestra.run.smithi176.stdout: 5 134658 8.55 MB/sec execute 293 sec latency 128.183 ms 2023-12-06T15:01:01.953 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:01 smithi176 ceph-mon[107705]: pgmap v156: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-06T15:01:02.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:01 smithi204 ceph-mon[110430]: pgmap v156: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-06T15:01:02.545 INFO:teuthology.orchestra.run.smithi176.stdout: 5 135045 8.55 MB/sec execute 294 sec latency 135.555 ms 2023-12-06T15:01:03.545 INFO:teuthology.orchestra.run.smithi176.stdout: 5 135421 8.54 MB/sec execute 295 sec latency 126.582 ms 2023-12-06T15:01:03.938 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:03 smithi176 ceph-mon[107705]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-12-06T15:01:04.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:03 smithi204 ceph-mon[110430]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 545 op/s 2023-12-06T15:01:04.545 INFO:teuthology.orchestra.run.smithi176.stdout: 5 135805 8.54 MB/sec execute 296 sec latency 127.286 ms 2023-12-06T15:01:05.546 INFO:teuthology.orchestra.run.smithi176.stdout: 5 136189 8.56 MB/sec execute 297 sec latency 162.797 ms 2023-12-06T15:01:05.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:05 smithi204 ceph-mon[110430]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-12-06T15:01:06.047 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:05 smithi176 ceph-mon[107705]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-12-06T15:01:06.545 INFO:teuthology.orchestra.run.smithi176.stdout: 5 136607 8.58 MB/sec execute 298 sec latency 126.811 ms 2023-12-06T15:01:07.548 INFO:teuthology.orchestra.run.smithi176.stdout: 5 136962 8.62 MB/sec execute 299 sec latency 130.047 ms 2023-12-06T15:01:07.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:07 smithi176 ceph-mon[107705]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-12-06T15:01:08.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:07 smithi204 ceph-mon[110430]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-12-06T15:01:08.554 INFO:teuthology.orchestra.run.smithi176.stdout: 5 137205 8.61 MB/sec execute 300 sec latency 132.624 ms 2023-12-06T15:01:09.557 INFO:teuthology.orchestra.run.smithi176.stdout: 5 137469 8.59 MB/sec execute 301 sec latency 133.704 ms 2023-12-06T15:01:09.907 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:09 smithi176 ceph-mon[107705]: pgmap v160: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 595 op/s 2023-12-06T15:01:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:09 smithi204 ceph-mon[110430]: pgmap v160: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 595 op/s 2023-12-06T15:01:10.557 INFO:teuthology.orchestra.run.smithi176.stdout: 5 137707 8.57 MB/sec execute 302 sec latency 126.681 ms 2023-12-06T15:01:11.557 INFO:teuthology.orchestra.run.smithi176.stdout: 5 137970 8.56 MB/sec execute 303 sec latency 98.887 ms 2023-12-06T15:01:11.959 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:11 smithi176 ceph-mon[107705]: pgmap v161: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-06T15:01:11.960 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:11 smithi204 ceph-mon[110430]: pgmap v161: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-06T15:01:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:12.562 INFO:teuthology.orchestra.run.smithi176.stdout: 5 138306 8.58 MB/sec execute 304 sec latency 159.567 ms 2023-12-06T15:01:13.562 INFO:teuthology.orchestra.run.smithi176.stdout: 5 138673 8.56 MB/sec execute 305 sec latency 122.821 ms 2023-12-06T15:01:13.984 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:13 smithi176 ceph-mon[107705]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 595 op/s 2023-12-06T15:01:14.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:13 smithi204 ceph-mon[110430]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 595 op/s 2023-12-06T15:01:14.562 INFO:teuthology.orchestra.run.smithi176.stdout: 5 139072 8.55 MB/sec execute 306 sec latency 87.030 ms 2023-12-06T15:01:15.562 INFO:teuthology.orchestra.run.smithi176.stdout: 5 139426 8.56 MB/sec execute 307 sec latency 149.281 ms 2023-12-06T15:01:15.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:15 smithi204 ceph-mon[110430]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-06T15:01:16.025 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:15 smithi176 ceph-mon[107705]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-06T15:01:16.562 INFO:teuthology.orchestra.run.smithi176.stdout: 5 139749 8.57 MB/sec execute 308 sec latency 129.809 ms 2023-12-06T15:01:17.072 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:16 smithi176 ceph-mon[107705]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-06T15:01:17.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:16 smithi204 ceph-mon[110430]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-06T15:01:17.567 INFO:teuthology.orchestra.run.smithi176.stdout: 5 140097 8.59 MB/sec execute 309 sec latency 132.942 ms 2023-12-06T15:01:18.567 INFO:teuthology.orchestra.run.smithi176.stdout: 5 140441 8.61 MB/sec execute 310 sec latency 186.263 ms 2023-12-06T15:01:19.379 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:19 smithi176 ceph-mon[107705]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 607 op/s 2023-12-06T15:01:19.567 INFO:teuthology.orchestra.run.smithi176.stdout: 5 140697 8.60 MB/sec execute 311 sec latency 149.003 ms 2023-12-06T15:01:19.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:19 smithi204 ceph-mon[110430]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 607 op/s 2023-12-06T15:01:20.578 INFO:teuthology.orchestra.run.smithi176.stdout: 5 140942 8.58 MB/sec execute 312 sec latency 129.419 ms 2023-12-06T15:01:21.578 INFO:teuthology.orchestra.run.smithi176.stdout: 5 141170 8.57 MB/sec execute 313 sec latency 141.828 ms 2023-12-06T15:01:21.963 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:21 smithi176 ceph-mon[107705]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-12-06T15:01:22.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:21 smithi204 ceph-mon[110430]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-12-06T15:01:22.578 INFO:teuthology.orchestra.run.smithi176.stdout: 5 141397 8.57 MB/sec execute 314 sec latency 126.726 ms 2023-12-06T15:01:23.583 INFO:teuthology.orchestra.run.smithi176.stdout: 5 141646 8.55 MB/sec execute 315 sec latency 133.409 ms 2023-12-06T15:01:24.023 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:23 smithi176 ceph-mon[107705]: pgmap v167: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-06T15:01:24.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:23 smithi204 ceph-mon[110430]: pgmap v167: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-06T15:01:24.583 INFO:teuthology.orchestra.run.smithi176.stdout: 5 141908 8.54 MB/sec execute 316 sec latency 131.792 ms 2023-12-06T15:01:25.583 INFO:teuthology.orchestra.run.smithi176.stdout: 5 142291 8.54 MB/sec execute 317 sec latency 126.936 ms 2023-12-06T15:01:25.822 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:25 smithi176 ceph-mon[107705]: pgmap v168: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T15:01:25.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:25 smithi204 ceph-mon[110430]: pgmap v168: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T15:01:26.583 INFO:teuthology.orchestra.run.smithi176.stdout: 5 142637 8.54 MB/sec execute 318 sec latency 133.049 ms 2023-12-06T15:01:26.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:27.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 143014 8.55 MB/sec execute 319 sec latency 114.431 ms 2023-12-06T15:01:27.877 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:27 smithi176 ceph-mon[107705]: pgmap v169: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T15:01:28.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:27 smithi204 ceph-mon[110430]: pgmap v169: 97 pgs: 97 active+clean; 353 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-06T15:01:28.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 143399 8.57 MB/sec execute 320 sec latency 144.787 ms 2023-12-06T15:01:29.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 143758 8.58 MB/sec execute 321 sec latency 129.776 ms 2023-12-06T15:01:29.916 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:29 smithi176 ceph-mon[107705]: pgmap v170: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-12-06T15:01:30.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:29 smithi204 ceph-mon[110430]: pgmap v170: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-12-06T15:01:30.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 144007 8.57 MB/sec execute 322 sec latency 128.489 ms 2023-12-06T15:01:31.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 144351 8.58 MB/sec execute 323 sec latency 126.879 ms 2023-12-06T15:01:31.951 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:31 smithi176 ceph-mon[107705]: pgmap v171: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-06T15:01:32.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:31 smithi204 ceph-mon[110430]: pgmap v171: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-06T15:01:32.593 INFO:teuthology.orchestra.run.smithi176.stdout: 5 144546 8.56 MB/sec execute 324 sec latency 212.266 ms 2023-12-06T15:01:33.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 144747 8.55 MB/sec execute 325 sec latency 138.250 ms 2023-12-06T15:01:33.855 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:33 smithi176 ceph-mon[107705]: pgmap v172: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 541 op/s 2023-12-06T15:01:34.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:33 smithi204 ceph-mon[110430]: pgmap v172: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 541 op/s 2023-12-06T15:01:34.592 INFO:teuthology.orchestra.run.smithi176.stdout: 5 144970 8.55 MB/sec execute 326 sec latency 162.578 ms 2023-12-06T15:01:35.595 INFO:teuthology.orchestra.run.smithi176.stdout: 5 145221 8.53 MB/sec execute 327 sec latency 123.469 ms 2023-12-06T15:01:35.916 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:35 smithi176 ceph-mon[107705]: pgmap v173: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-06T15:01:35.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:35 smithi204 ceph-mon[110430]: pgmap v173: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-06T15:01:36.595 INFO:teuthology.orchestra.run.smithi176.stdout: 5 145533 8.52 MB/sec execute 328 sec latency 121.179 ms 2023-12-06T15:01:37.595 INFO:teuthology.orchestra.run.smithi176.stdout: 5 145785 8.51 MB/sec execute 329 sec latency 146.146 ms 2023-12-06T15:01:37.947 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:37 smithi176 ceph-mon[107705]: pgmap v174: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-06T15:01:38.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:37 smithi204 ceph-mon[110430]: pgmap v174: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-06T15:01:38.595 INFO:teuthology.orchestra.run.smithi176.stdout: 5 145982 8.50 MB/sec execute 330 sec latency 137.085 ms 2023-12-06T15:01:39.595 INFO:teuthology.orchestra.run.smithi176.stdout: 5 146278 8.51 MB/sec execute 331 sec latency 121.982 ms 2023-12-06T15:01:39.990 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:39 smithi176 ceph-mon[107705]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 524 op/s 2023-12-06T15:01:40.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:39 smithi204 ceph-mon[110430]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 524 op/s 2023-12-06T15:01:40.596 INFO:teuthology.orchestra.run.smithi176.stdout: 5 146622 8.52 MB/sec execute 332 sec latency 148.293 ms 2023-12-06T15:01:41.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 146982 8.53 MB/sec execute 333 sec latency 130.905 ms 2023-12-06T15:01:42.030 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:41 smithi176 ceph-mon[107705]: pgmap v176: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T15:01:42.030 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:41 smithi204 ceph-mon[110430]: pgmap v176: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-06T15:01:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:42.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 147274 8.53 MB/sec execute 334 sec latency 129.592 ms 2023-12-06T15:01:43.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 147544 8.52 MB/sec execute 335 sec latency 123.695 ms 2023-12-06T15:01:43.804 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:43 smithi176 ceph-mon[107705]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 507 op/s 2023-12-06T15:01:44.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:43 smithi204 ceph-mon[110430]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 507 op/s 2023-12-06T15:01:44.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 147902 8.53 MB/sec execute 336 sec latency 129.656 ms 2023-12-06T15:01:45.605 INFO:teuthology.orchestra.run.smithi176.stdout: 5 148214 8.53 MB/sec execute 337 sec latency 89.795 ms 2023-12-06T15:01:45.861 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:45 smithi176 ceph-mon[107705]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-12-06T15:01:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:45 smithi204 ceph-mon[110430]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-12-06T15:01:46.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 148474 8.53 MB/sec execute 338 sec latency 136.102 ms 2023-12-06T15:01:47.604 INFO:teuthology.orchestra.run.smithi176.stdout: 5 148847 8.52 MB/sec execute 339 sec latency 137.978 ms 2023-12-06T15:01:47.888 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:47 smithi176 ceph-mon[107705]: pgmap v179: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-12-06T15:01:48.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:47 smithi204 ceph-mon[110430]: pgmap v179: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 324 op/s 2023-12-06T15:01:48.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 149170 8.50 MB/sec execute 340 sec latency 123.764 ms 2023-12-06T15:01:49.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 149420 8.49 MB/sec execute 341 sec latency 136.449 ms 2023-12-06T15:01:49.950 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:49 smithi176 ceph-mon[107705]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-06T15:01:50.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:49 smithi204 ceph-mon[110430]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-06T15:01:50.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 149726 8.51 MB/sec execute 342 sec latency 124.012 ms 2023-12-06T15:01:51.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 150077 8.52 MB/sec execute 343 sec latency 142.017 ms 2023-12-06T15:01:52.015 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:51 smithi176 ceph-mon[107705]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T15:01:52.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:51 smithi204 ceph-mon[110430]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T15:01:52.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 150502 8.52 MB/sec execute 344 sec latency 127.156 ms 2023-12-06T15:01:53.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 150805 8.53 MB/sec execute 345 sec latency 136.563 ms 2023-12-06T15:01:53.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:53 smithi176 ceph-mon[107705]: pgmap v182: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 561 op/s 2023-12-06T15:01:54.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:53 smithi204 ceph-mon[110430]: pgmap v182: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 561 op/s 2023-12-06T15:01:54.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 151070 8.53 MB/sec execute 346 sec latency 124.778 ms 2023-12-06T15:01:55.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 151346 8.52 MB/sec execute 347 sec latency 128.265 ms 2023-12-06T15:01:55.922 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:55 smithi176 ceph-mon[107705]: pgmap v183: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-06T15:01:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:55 smithi204 ceph-mon[110430]: pgmap v183: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-06T15:01:56.611 INFO:teuthology.orchestra.run.smithi176.stdout: 5 151545 8.51 MB/sec execute 348 sec latency 129.910 ms 2023-12-06T15:01:56.959 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:01:57.613 INFO:teuthology.orchestra.run.smithi176.stdout: 5 151776 8.51 MB/sec execute 349 sec latency 154.342 ms 2023-12-06T15:01:57.990 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:57 smithi176 ceph-mon[107705]: pgmap v184: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-06T15:01:58.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:57 smithi204 ceph-mon[110430]: pgmap v184: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-06T15:01:58.613 INFO:teuthology.orchestra.run.smithi176.stdout: 5 151949 8.50 MB/sec execute 350 sec latency 155.578 ms 2023-12-06T15:01:59.024 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:01:58 smithi176 ceph-mon[107705]: pgmap v185: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-06T15:01:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:01:58 smithi204 ceph-mon[110430]: pgmap v185: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-06T15:01:59.613 INFO:teuthology.orchestra.run.smithi176.stdout: 5 152139 8.49 MB/sec execute 351 sec latency 144.684 ms 2023-12-06T15:02:00.622 INFO:teuthology.orchestra.run.smithi176.stdout: 5 152511 8.48 MB/sec execute 352 sec latency 126.855 ms 2023-12-06T15:02:01.619 INFO:teuthology.orchestra.run.smithi176.stdout: 5 152816 8.47 MB/sec execute 353 sec latency 129.575 ms 2023-12-06T15:02:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:01 smithi176 ceph-mon[107705]: pgmap v186: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-06T15:02:02.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:01 smithi204 ceph-mon[110430]: pgmap v186: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-06T15:02:02.618 INFO:teuthology.orchestra.run.smithi176.stdout: 5 153096 8.47 MB/sec execute 354 sec latency 134.633 ms 2023-12-06T15:02:03.618 INFO:teuthology.orchestra.run.smithi176.stdout: 5 153439 8.49 MB/sec execute 355 sec latency 166.494 ms 2023-12-06T15:02:03.909 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:03 smithi176 ceph-mon[107705]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-06T15:02:04.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:03 smithi204 ceph-mon[110430]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-06T15:02:04.626 INFO:teuthology.orchestra.run.smithi176.stdout: 5 153839 8.49 MB/sec execute 356 sec latency 133.969 ms 2023-12-06T15:02:05.631 INFO:teuthology.orchestra.run.smithi176.stdout: 5 154184 8.50 MB/sec execute 358 sec latency 131.800 ms 2023-12-06T15:02:05.947 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:05 smithi176 ceph-mon[107705]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-06T15:02:05.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:05 smithi204 ceph-mon[110430]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-06T15:02:06.636 INFO:teuthology.orchestra.run.smithi176.stdout: 5 154432 8.50 MB/sec execute 359 sec latency 141.165 ms 2023-12-06T15:02:07.636 INFO:teuthology.orchestra.run.smithi176.stdout: 5 154735 8.49 MB/sec execute 360 sec latency 146.301 ms 2023-12-06T15:02:07.989 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:07 smithi176 ceph-mon[107705]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-06T15:02:08.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:07 smithi204 ceph-mon[110430]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-06T15:02:08.636 INFO:teuthology.orchestra.run.smithi176.stdout: 5 155050 8.49 MB/sec execute 361 sec latency 111.695 ms 2023-12-06T15:02:09.636 INFO:teuthology.orchestra.run.smithi176.stdout: 5 155283 8.48 MB/sec execute 362 sec latency 129.727 ms 2023-12-06T15:02:10.023 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:09 smithi176 ceph-mon[107705]: pgmap v190: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-12-06T15:02:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:09 smithi204 ceph-mon[110430]: pgmap v190: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-12-06T15:02:10.638 INFO:teuthology.orchestra.run.smithi176.stdout: 5 155556 8.48 MB/sec execute 363 sec latency 132.614 ms 2023-12-06T15:02:11.638 INFO:teuthology.orchestra.run.smithi176.stdout: 5 155843 8.48 MB/sec execute 364 sec latency 105.544 ms 2023-12-06T15:02:11.820 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:11 smithi176 ceph-mon[107705]: pgmap v191: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T15:02:11.821 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:11 smithi204 ceph-mon[110430]: pgmap v191: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-12-06T15:02:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:12.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 156137 8.47 MB/sec execute 365 sec latency 146.326 ms 2023-12-06T15:02:13.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 156411 8.45 MB/sec execute 366 sec latency 120.971 ms 2023-12-06T15:02:13.858 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:13 smithi176 ceph-mon[107705]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 534 op/s 2023-12-06T15:02:14.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:13 smithi204 ceph-mon[110430]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 534 op/s 2023-12-06T15:02:14.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 156696 8.46 MB/sec execute 367 sec latency 123.588 ms 2023-12-06T15:02:15.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 157007 8.46 MB/sec execute 368 sec latency 121.072 ms 2023-12-06T15:02:15.910 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:15 smithi176 ceph-mon[107705]: pgmap v193: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T15:02:15.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:15 smithi204 ceph-mon[110430]: pgmap v193: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T15:02:16.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 157344 8.47 MB/sec execute 369 sec latency 146.740 ms 2023-12-06T15:02:17.647 INFO:teuthology.orchestra.run.smithi176.stdout: 5 157587 8.47 MB/sec execute 370 sec latency 133.257 ms 2023-12-06T15:02:17.957 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:17 smithi176 ceph-mon[107705]: pgmap v194: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T15:02:18.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:17 smithi204 ceph-mon[110430]: pgmap v194: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-06T15:02:18.651 INFO:teuthology.orchestra.run.smithi176.stdout: 5 157837 8.47 MB/sec execute 371 sec latency 137.114 ms 2023-12-06T15:02:19.651 INFO:teuthology.orchestra.run.smithi176.stdout: 5 158088 8.46 MB/sec execute 372 sec latency 161.956 ms 2023-12-06T15:02:20.032 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:19 smithi176 ceph-mon[107705]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-12-06T15:02:20.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:19 smithi204 ceph-mon[110430]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-12-06T15:02:20.654 INFO:teuthology.orchestra.run.smithi176.stdout: 5 158426 8.46 MB/sec execute 373 sec latency 124.060 ms 2023-12-06T15:02:21.651 INFO:teuthology.orchestra.run.smithi176.stdout: 5 158750 8.46 MB/sec execute 374 sec latency 131.861 ms 2023-12-06T15:02:21.832 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:21 smithi176 ceph-mon[107705]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T15:02:22.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:21 smithi204 ceph-mon[110430]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-06T15:02:22.661 INFO:teuthology.orchestra.run.smithi176.stdout: 5 159088 8.47 MB/sec execute 375 sec latency 129.693 ms 2023-12-06T15:02:23.661 INFO:teuthology.orchestra.run.smithi176.stdout: 5 159405 8.47 MB/sec execute 376 sec latency 126.856 ms 2023-12-06T15:02:23.875 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:23 smithi176 ceph-mon[107705]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-12-06T15:02:24.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:23 smithi204 ceph-mon[110430]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-12-06T15:02:24.661 INFO:teuthology.orchestra.run.smithi176.stdout: 5 159749 8.45 MB/sec execute 377 sec latency 120.935 ms 2023-12-06T15:02:25.661 INFO:teuthology.orchestra.run.smithi176.stdout: 5 160027 8.44 MB/sec execute 378 sec latency 125.003 ms 2023-12-06T15:02:25.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:25 smithi176 ceph-mon[107705]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 342 op/s 2023-12-06T15:02:25.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:25 smithi204 ceph-mon[110430]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 342 op/s 2023-12-06T15:02:26.661 INFO:teuthology.orchestra.run.smithi176.stdout: 5 160364 8.46 MB/sec execute 379 sec latency 199.239 ms 2023-12-06T15:02:26.953 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:27.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:27.668 INFO:teuthology.orchestra.run.smithi176.stdout: 5 160672 8.46 MB/sec execute 380 sec latency 127.011 ms 2023-12-06T15:02:27.975 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:27 smithi176 ceph-mon[107705]: pgmap v199: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 342 op/s 2023-12-06T15:02:28.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:27 smithi204 ceph-mon[110430]: pgmap v199: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 342 op/s 2023-12-06T15:02:28.668 INFO:teuthology.orchestra.run.smithi176.stdout: 5 160988 8.48 MB/sec execute 381 sec latency 133.253 ms 2023-12-06T15:02:28.999 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:28 smithi176 ceph-mon[107705]: pgmap v200: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-06T15:02:29.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:28 smithi204 ceph-mon[110430]: pgmap v200: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-06T15:02:29.675 INFO:teuthology.orchestra.run.smithi176.stdout: 5 161291 8.47 MB/sec execute 382 sec latency 123.951 ms 2023-12-06T15:02:30.677 INFO:teuthology.orchestra.run.smithi176.stdout: 5 161528 8.46 MB/sec execute 383 sec latency 129.929 ms 2023-12-06T15:02:31.677 INFO:teuthology.orchestra.run.smithi176.stdout: 5 161663 8.44 MB/sec execute 384 sec latency 132.935 ms 2023-12-06T15:02:31.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:31 smithi176 ceph-mon[107705]: pgmap v201: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T15:02:32.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:31 smithi204 ceph-mon[110430]: pgmap v201: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-06T15:02:32.679 INFO:teuthology.orchestra.run.smithi176.stdout: 5 161965 8.44 MB/sec execute 385 sec latency 123.459 ms 2023-12-06T15:02:33.679 INFO:teuthology.orchestra.run.smithi176.stdout: 5 162225 8.43 MB/sec execute 386 sec latency 207.475 ms 2023-12-06T15:02:33.903 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:33 smithi176 ceph-mon[107705]: pgmap v202: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-06T15:02:34.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:33 smithi204 ceph-mon[110430]: pgmap v202: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-06T15:02:34.697 INFO:teuthology.orchestra.run.smithi176.stdout: 5 162467 8.44 MB/sec execute 387 sec latency 134.277 ms 2023-12-06T15:02:35.697 INFO:teuthology.orchestra.run.smithi176.stdout: 5 162694 8.44 MB/sec execute 388 sec latency 108.253 ms 2023-12-06T15:02:35.941 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:35 smithi176 ceph-mon[107705]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-12-06T15:02:35.976 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:35 smithi204 ceph-mon[110430]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-12-06T15:02:36.697 INFO:teuthology.orchestra.run.smithi176.stdout: 5 162925 8.43 MB/sec execute 389 sec latency 129.125 ms 2023-12-06T15:02:37.697 INFO:teuthology.orchestra.run.smithi176.stdout: 5 163242 8.41 MB/sec execute 390 sec latency 136.070 ms 2023-12-06T15:02:37.934 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:37 smithi176 ceph-mon[107705]: pgmap v204: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-12-06T15:02:38.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:37 smithi204 ceph-mon[110430]: pgmap v204: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 352 op/s 2023-12-06T15:02:38.704 INFO:teuthology.orchestra.run.smithi176.stdout: 5 163453 8.40 MB/sec execute 391 sec latency 126.903 ms 2023-12-06T15:02:39.704 INFO:teuthology.orchestra.run.smithi176.stdout: 5 163687 8.39 MB/sec execute 392 sec latency 126.572 ms 2023-12-06T15:02:40.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:39 smithi176 ceph-mon[107705]: pgmap v205: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2023-12-06T15:02:40.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:39 smithi204 ceph-mon[110430]: pgmap v205: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2023-12-06T15:02:40.704 INFO:teuthology.orchestra.run.smithi176.stdout: 5 163874 8.39 MB/sec execute 393 sec latency 132.490 ms 2023-12-06T15:02:41.705 INFO:teuthology.orchestra.run.smithi176.stdout: 5 164129 8.39 MB/sec execute 394 sec latency 134.422 ms 2023-12-06T15:02:42.074 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:41 smithi176 ceph-mon[107705]: pgmap v206: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-12-06T15:02:42.074 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:41 smithi204 ceph-mon[110430]: pgmap v206: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-12-06T15:02:42.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:42.705 INFO:teuthology.orchestra.run.smithi176.stdout: 5 164404 8.40 MB/sec execute 395 sec latency 138.857 ms 2023-12-06T15:02:43.705 INFO:teuthology.orchestra.run.smithi176.stdout: 5 164650 8.40 MB/sec execute 396 sec latency 148.395 ms 2023-12-06T15:02:43.893 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:43 smithi176 ceph-mon[107705]: pgmap v207: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-12-06T15:02:44.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:43 smithi204 ceph-mon[110430]: pgmap v207: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-12-06T15:02:44.714 INFO:teuthology.orchestra.run.smithi176.stdout: 5 164872 8.39 MB/sec execute 397 sec latency 124.528 ms 2023-12-06T15:02:45.714 INFO:teuthology.orchestra.run.smithi176.stdout: 5 165007 8.37 MB/sec execute 398 sec latency 145.060 ms 2023-12-06T15:02:45.946 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:45 smithi176 ceph-mon[107705]: pgmap v208: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T15:02:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:45 smithi204 ceph-mon[110430]: pgmap v208: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T15:02:46.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 165274 8.36 MB/sec execute 399 sec latency 130.862 ms 2023-12-06T15:02:47.714 INFO:teuthology.orchestra.run.smithi176.stdout: 5 165463 8.35 MB/sec execute 400 sec latency 132.721 ms 2023-12-06T15:02:47.980 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:47 smithi176 ceph-mon[107705]: pgmap v209: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T15:02:48.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:47 smithi204 ceph-mon[110430]: pgmap v209: 97 pgs: 97 active+clean; 341 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-06T15:02:48.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 165690 8.36 MB/sec execute 401 sec latency 126.474 ms 2023-12-06T15:02:49.002 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:48 smithi176 ceph-mon[107705]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T15:02:49.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:48 smithi204 ceph-mon[110430]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T15:02:49.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 165862 8.35 MB/sec execute 402 sec latency 132.400 ms 2023-12-06T15:02:50.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 166111 8.35 MB/sec execute 403 sec latency 130.431 ms 2023-12-06T15:02:51.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 166338 8.33 MB/sec execute 404 sec latency 132.387 ms 2023-12-06T15:02:52.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:51 smithi176 ceph-mon[107705]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2023-12-06T15:02:52.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:51 smithi204 ceph-mon[110430]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2023-12-06T15:02:52.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 166581 8.33 MB/sec execute 405 sec latency 132.510 ms 2023-12-06T15:02:53.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:52 smithi176 ceph-mon[107705]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-06T15:02:53.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:52 smithi204 ceph-mon[110430]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-06T15:02:53.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 166729 8.32 MB/sec execute 406 sec latency 164.845 ms 2023-12-06T15:02:54.715 INFO:teuthology.orchestra.run.smithi176.stdout: 5 166989 8.31 MB/sec execute 407 sec latency 131.498 ms 2023-12-06T15:02:55.398 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:55 smithi176 ceph-mon[107705]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-12-06T15:02:55.629 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:55 smithi204 ceph-mon[110430]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-12-06T15:02:55.716 INFO:teuthology.orchestra.run.smithi176.stdout: 5 167301 8.31 MB/sec execute 408 sec latency 129.962 ms 2023-12-06T15:02:56.718 INFO:teuthology.orchestra.run.smithi176.stdout: 5 167567 8.31 MB/sec execute 409 sec latency 130.541 ms 2023-12-06T15:02:56.924 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:02:57.718 INFO:teuthology.orchestra.run.smithi176.stdout: 5 167820 8.32 MB/sec execute 410 sec latency 128.318 ms 2023-12-06T15:02:57.949 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:57 smithi176 ceph-mon[107705]: pgmap v214: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-12-06T15:02:58.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:57 smithi204 ceph-mon[110430]: pgmap v214: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.6 MiB/s wr, 262 op/s 2023-12-06T15:02:58.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 168064 8.32 MB/sec execute 411 sec latency 142.012 ms 2023-12-06T15:02:59.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 168353 8.31 MB/sec execute 412 sec latency 137.463 ms 2023-12-06T15:03:00.000 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:02:59 smithi176 ceph-mon[107705]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T15:03:00.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:02:59 smithi204 ceph-mon[110430]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T15:03:00.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 168619 8.30 MB/sec execute 413 sec latency 127.142 ms 2023-12-06T15:03:01.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 168810 8.29 MB/sec execute 414 sec latency 123.822 ms 2023-12-06T15:03:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:01 smithi176 ceph-mon[107705]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-06T15:03:02.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:01 smithi204 ceph-mon[110430]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-06T15:03:02.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 169055 8.29 MB/sec execute 415 sec latency 138.086 ms 2023-12-06T15:03:03.142 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:02 smithi176 ceph-mon[107705]: pgmap v217: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T15:03:03.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:02 smithi204 ceph-mon[110430]: pgmap v217: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-06T15:03:03.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 169312 8.28 MB/sec execute 416 sec latency 126.272 ms 2023-12-06T15:03:04.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 169601 8.28 MB/sec execute 417 sec latency 128.823 ms 2023-12-06T15:03:05.481 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:05 smithi176 ceph-mon[107705]: pgmap v218: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-06T15:03:05.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:05 smithi204 ceph-mon[110430]: pgmap v218: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-06T15:03:05.727 INFO:teuthology.orchestra.run.smithi176.stdout: 5 169881 8.28 MB/sec execute 418 sec latency 126.785 ms 2023-12-06T15:03:06.734 INFO:teuthology.orchestra.run.smithi176.stdout: 5 170108 8.28 MB/sec execute 419 sec latency 139.761 ms 2023-12-06T15:03:07.734 INFO:teuthology.orchestra.run.smithi176.stdout: 5 170380 8.28 MB/sec execute 420 sec latency 120.988 ms 2023-12-06T15:03:08.057 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:07 smithi176 ceph-mon[107705]: pgmap v219: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-06T15:03:08.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:07 smithi204 ceph-mon[110430]: pgmap v219: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-06T15:03:08.740 INFO:teuthology.orchestra.run.smithi176.stdout: 5 170746 8.28 MB/sec execute 421 sec latency 108.937 ms 2023-12-06T15:03:09.745 INFO:teuthology.orchestra.run.smithi176.stdout: 5 171042 8.28 MB/sec execute 422 sec latency 126.722 ms 2023-12-06T15:03:09.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:09 smithi176 ceph-mon[107705]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T15:03:10.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:09 smithi204 ceph-mon[110430]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-06T15:03:10.745 INFO:teuthology.orchestra.run.smithi176.stdout: 5 171315 8.28 MB/sec execute 423 sec latency 207.438 ms 2023-12-06T15:03:11.745 INFO:teuthology.orchestra.run.smithi176.stdout: 5 171542 8.28 MB/sec execute 424 sec latency 126.293 ms 2023-12-06T15:03:11.877 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:11 smithi176 ceph-mon[107705]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-06T15:03:11.877 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:12.226 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:11 smithi204 ceph-mon[110430]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-06T15:03:12.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:12.745 INFO:teuthology.orchestra.run.smithi176.stdout: 5 171868 8.28 MB/sec execute 425 sec latency 140.823 ms 2023-12-06T15:03:12.888 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:12 smithi176 ceph-mon[107705]: pgmap v222: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-06T15:03:13.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:12 smithi204 ceph-mon[110430]: pgmap v222: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-06T15:03:13.745 INFO:teuthology.orchestra.run.smithi176.stdout: 5 172165 8.27 MB/sec execute 426 sec latency 130.006 ms 2023-12-06T15:03:14.747 INFO:teuthology.orchestra.run.smithi176.stdout: 5 172416 8.27 MB/sec execute 427 sec latency 131.260 ms 2023-12-06T15:03:15.443 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:15 smithi176 ceph-mon[107705]: pgmap v223: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-06T15:03:15.629 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:15 smithi204 ceph-mon[110430]: pgmap v223: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-06T15:03:15.747 INFO:teuthology.orchestra.run.smithi176.stdout: 5 172733 8.27 MB/sec execute 428 sec latency 130.246 ms 2023-12-06T15:03:16.747 INFO:teuthology.orchestra.run.smithi176.stdout: 5 173083 8.27 MB/sec execute 429 sec latency 135.817 ms 2023-12-06T15:03:16.957 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:16 smithi176 ceph-mon[107705]: pgmap v224: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-06T15:03:17.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:16 smithi204 ceph-mon[110430]: pgmap v224: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-06T15:03:17.753 INFO:teuthology.orchestra.run.smithi176.stdout: 5 173371 8.27 MB/sec execute 430 sec latency 127.769 ms 2023-12-06T15:03:18.753 INFO:teuthology.orchestra.run.smithi176.stdout: 5 173646 8.26 MB/sec execute 431 sec latency 154.887 ms 2023-12-06T15:03:19.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:19 smithi176 ceph-mon[107705]: pgmap v225: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-12-06T15:03:19.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:19 smithi204 ceph-mon[110430]: pgmap v225: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 520 op/s 2023-12-06T15:03:19.753 INFO:teuthology.orchestra.run.smithi176.stdout: 5 174018 8.27 MB/sec execute 432 sec latency 144.510 ms 2023-12-06T15:03:20.753 INFO:teuthology.orchestra.run.smithi176.stdout: 5 174336 8.28 MB/sec execute 433 sec latency 129.813 ms 2023-12-06T15:03:21.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:21 smithi176 ceph-mon[107705]: pgmap v226: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-06T15:03:21.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:21 smithi204 ceph-mon[110430]: pgmap v226: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-06T15:03:21.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 174606 8.27 MB/sec execute 434 sec latency 129.013 ms 2023-12-06T15:03:22.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 174881 8.27 MB/sec execute 435 sec latency 127.042 ms 2023-12-06T15:03:23.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:23 smithi176 ceph-mon[107705]: pgmap v227: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-12-06T15:03:23.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:23 smithi204 ceph-mon[110430]: pgmap v227: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-12-06T15:03:23.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 175156 8.27 MB/sec execute 436 sec latency 136.035 ms 2023-12-06T15:03:24.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 175447 8.26 MB/sec execute 437 sec latency 137.447 ms 2023-12-06T15:03:25.656 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:25 smithi176 ceph-mon[107705]: pgmap v228: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T15:03:25.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:25 smithi204 ceph-mon[110430]: pgmap v228: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T15:03:25.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 175703 8.26 MB/sec execute 438 sec latency 126.672 ms 2023-12-06T15:03:26.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 176010 8.27 MB/sec execute 439 sec latency 171.782 ms 2023-12-06T15:03:26.955 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:26.955 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:26 smithi176 ceph-mon[107705]: pgmap v229: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T15:03:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:26 smithi204 ceph-mon[110430]: pgmap v229: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-06T15:03:27.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 176274 8.26 MB/sec execute 440 sec latency 140.415 ms 2023-12-06T15:03:28.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 176585 8.26 MB/sec execute 441 sec latency 123.507 ms 2023-12-06T15:03:29.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:29 smithi176 ceph-mon[107705]: pgmap v230: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-12-06T15:03:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:29 smithi204 ceph-mon[110430]: pgmap v230: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-12-06T15:03:29.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 176824 8.26 MB/sec execute 442 sec latency 201.747 ms 2023-12-06T15:03:30.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 177130 8.25 MB/sec execute 443 sec latency 204.755 ms 2023-12-06T15:03:31.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:31 smithi176 ceph-mon[107705]: pgmap v231: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:03:31.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:31 smithi204 ceph-mon[110430]: pgmap v231: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-06T15:03:31.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 177553 8.26 MB/sec execute 444 sec latency 134.105 ms 2023-12-06T15:03:32.756 INFO:teuthology.orchestra.run.smithi176.stdout: 5 177907 8.27 MB/sec execute 445 sec latency 120.825 ms 2023-12-06T15:03:33.597 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:33 smithi176 ceph-mon[107705]: pgmap v232: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-06T15:03:33.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:33 smithi204 ceph-mon[110430]: pgmap v232: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-06T15:03:33.766 INFO:teuthology.orchestra.run.smithi176.stdout: 5 178198 8.27 MB/sec execute 446 sec latency 123.763 ms 2023-12-06T15:03:34.767 INFO:teuthology.orchestra.run.smithi176.stdout: 5 178412 8.27 MB/sec execute 447 sec latency 127.636 ms 2023-12-06T15:03:35.639 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:35 smithi176 ceph-mon[107705]: pgmap v233: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T15:03:35.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:35 smithi204 ceph-mon[110430]: pgmap v233: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T15:03:35.766 INFO:teuthology.orchestra.run.smithi176.stdout: 5 178618 8.25 MB/sec execute 448 sec latency 147.884 ms 2023-12-06T15:03:36.767 INFO:teuthology.orchestra.run.smithi176.stdout: 5 178857 8.25 MB/sec execute 449 sec latency 134.397 ms 2023-12-06T15:03:36.914 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:36 smithi176 ceph-mon[107705]: pgmap v234: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T15:03:37.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:36 smithi204 ceph-mon[110430]: pgmap v234: 97 pgs: 97 active+clean; 352 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-06T15:03:37.767 INFO:teuthology.orchestra.run.smithi176.stdout: 5 179076 8.24 MB/sec execute 450 sec latency 139.985 ms 2023-12-06T15:03:38.767 INFO:teuthology.orchestra.run.smithi176.stdout: 5 179426 8.25 MB/sec execute 451 sec latency 128.726 ms 2023-12-06T15:03:39.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:39 smithi176 ceph-mon[107705]: pgmap v235: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-06T15:03:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:39 smithi204 ceph-mon[110430]: pgmap v235: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-06T15:03:39.772 INFO:teuthology.orchestra.run.smithi176.stdout: 5 179759 8.25 MB/sec execute 452 sec latency 119.934 ms 2023-12-06T15:03:40.774 INFO:teuthology.orchestra.run.smithi176.stdout: 5 180141 8.25 MB/sec execute 453 sec latency 127.081 ms 2023-12-06T15:03:41.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:41 smithi176 ceph-mon[107705]: pgmap v236: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-06T15:03:41.497 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:41 smithi204 ceph-mon[110430]: pgmap v236: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-06T15:03:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:41.783 INFO:teuthology.orchestra.run.smithi176.stdout: 5 180384 8.24 MB/sec execute 454 sec latency 127.907 ms 2023-12-06T15:03:42.784 INFO:teuthology.orchestra.run.smithi176.stdout: 5 180649 8.24 MB/sec execute 455 sec latency 144.981 ms 2023-12-06T15:03:43.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:43 smithi176 ceph-mon[107705]: pgmap v237: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-06T15:03:43.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:43 smithi204 ceph-mon[110430]: pgmap v237: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-06T15:03:43.785 INFO:teuthology.orchestra.run.smithi176.stdout: 5 180916 8.24 MB/sec execute 456 sec latency 138.153 ms 2023-12-06T15:03:44.794 INFO:teuthology.orchestra.run.smithi176.stdout: 5 181205 8.25 MB/sec execute 457 sec latency 131.658 ms 2023-12-06T15:03:45.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:45 smithi176 ceph-mon[107705]: pgmap v238: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T15:03:45.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:45 smithi204 ceph-mon[110430]: pgmap v238: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T15:03:45.794 INFO:teuthology.orchestra.run.smithi176.stdout: 5 181461 8.25 MB/sec execute 458 sec latency 129.208 ms 2023-12-06T15:03:46.794 INFO:teuthology.orchestra.run.smithi176.stdout: 5 181737 8.25 MB/sec execute 459 sec latency 137.869 ms 2023-12-06T15:03:47.061 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:46 smithi176 ceph-mon[107705]: pgmap v239: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T15:03:47.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:46 smithi204 ceph-mon[110430]: pgmap v239: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-06T15:03:47.794 INFO:teuthology.orchestra.run.smithi176.stdout: 5 182121 8.24 MB/sec execute 460 sec latency 138.547 ms 2023-12-06T15:03:48.794 INFO:teuthology.orchestra.run.smithi176.stdout: 5 182463 8.24 MB/sec execute 461 sec latency 134.938 ms 2023-12-06T15:03:49.645 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:49 smithi176 ceph-mon[107705]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-06T15:03:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:49 smithi204 ceph-mon[110430]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-06T15:03:49.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 182772 8.24 MB/sec execute 462 sec latency 194.979 ms 2023-12-06T15:03:50.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 183087 8.24 MB/sec execute 463 sec latency 126.655 ms 2023-12-06T15:03:51.435 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:51 smithi176 ceph-mon[107705]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-06T15:03:51.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:51 smithi204 ceph-mon[110430]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-06T15:03:51.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 183440 8.25 MB/sec execute 464 sec latency 86.725 ms 2023-12-06T15:03:52.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 183749 8.25 MB/sec execute 465 sec latency 128.627 ms 2023-12-06T15:03:53.477 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:53 smithi176 ceph-mon[107705]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-06T15:03:53.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:53 smithi204 ceph-mon[110430]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-06T15:03:53.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 184102 8.25 MB/sec execute 466 sec latency 134.526 ms 2023-12-06T15:03:54.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 184405 8.25 MB/sec execute 467 sec latency 114.287 ms 2023-12-06T15:03:55.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:55 smithi176 ceph-mon[107705]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T15:03:55.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:55 smithi204 ceph-mon[110430]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T15:03:55.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 184717 8.25 MB/sec execute 468 sec latency 124.977 ms 2023-12-06T15:03:56.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 184938 8.25 MB/sec execute 469 sec latency 137.988 ms 2023-12-06T15:03:57.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:57.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:56 smithi176 ceph-mon[107705]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T15:03:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:03:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:56 smithi204 ceph-mon[110430]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-06T15:03:57.798 INFO:teuthology.orchestra.run.smithi176.stdout: 5 185181 8.25 MB/sec execute 470 sec latency 105.564 ms 2023-12-06T15:03:58.796 INFO:teuthology.orchestra.run.smithi176.stdout: 5 185364 8.24 MB/sec execute 471 sec latency 148.723 ms 2023-12-06T15:03:59.658 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:03:59 smithi176 ceph-mon[107705]: pgmap v245: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-06T15:03:59.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:03:59 smithi204 ceph-mon[110430]: pgmap v245: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-06T15:03:59.803 INFO:teuthology.orchestra.run.smithi176.stdout: 5 185551 8.23 MB/sec execute 472 sec latency 126.123 ms 2023-12-06T15:04:00.803 INFO:teuthology.orchestra.run.smithi176.stdout: 5 185781 8.23 MB/sec execute 473 sec latency 123.745 ms 2023-12-06T15:04:01.452 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:01 smithi176 ceph-mon[107705]: pgmap v246: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T15:04:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:01 smithi204 ceph-mon[110430]: pgmap v246: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-06T15:04:01.803 INFO:teuthology.orchestra.run.smithi176.stdout: 5 186016 8.22 MB/sec execute 474 sec latency 133.178 ms 2023-12-06T15:04:02.803 INFO:teuthology.orchestra.run.smithi176.stdout: 5 186234 8.22 MB/sec execute 475 sec latency 129.723 ms 2023-12-06T15:04:03.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:03 smithi176 ceph-mon[107705]: pgmap v247: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-06T15:04:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:03 smithi204 ceph-mon[110430]: pgmap v247: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-06T15:04:03.805 INFO:teuthology.orchestra.run.smithi176.stdout: 5 186454 8.21 MB/sec execute 476 sec latency 129.701 ms 2023-12-06T15:04:04.808 INFO:teuthology.orchestra.run.smithi176.stdout: 5 186667 8.21 MB/sec execute 477 sec latency 129.504 ms 2023-12-06T15:04:05.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:05 smithi176 ceph-mon[107705]: pgmap v248: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-06T15:04:05.820 INFO:teuthology.orchestra.run.smithi176.stdout: 5 186918 8.20 MB/sec execute 478 sec latency 136.423 ms 2023-12-06T15:04:05.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:05 smithi204 ceph-mon[110430]: pgmap v248: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-06T15:04:06.817 INFO:teuthology.orchestra.run.smithi176.stdout: 5 187235 8.20 MB/sec execute 479 sec latency 97.888 ms 2023-12-06T15:04:07.078 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:06 smithi176 ceph-mon[107705]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-06T15:04:07.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:06 smithi204 ceph-mon[110430]: pgmap v249: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-06T15:04:07.817 INFO:teuthology.orchestra.run.smithi176.stdout: 5 187568 8.20 MB/sec execute 480 sec latency 132.706 ms 2023-12-06T15:04:08.817 INFO:teuthology.orchestra.run.smithi176.stdout: 5 187869 8.20 MB/sec execute 481 sec latency 137.125 ms 2023-12-06T15:04:09.626 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:09 smithi176 ceph-mon[107705]: pgmap v250: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T15:04:09.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:09 smithi204 ceph-mon[110430]: pgmap v250: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-12-06T15:04:09.817 INFO:teuthology.orchestra.run.smithi176.stdout: 5 188152 8.21 MB/sec execute 482 sec latency 123.994 ms 2023-12-06T15:04:10.817 INFO:teuthology.orchestra.run.smithi176.stdout: 5 188379 8.20 MB/sec execute 483 sec latency 128.483 ms 2023-12-06T15:04:11.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:11 smithi176 ceph-mon[107705]: pgmap v251: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T15:04:11.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:11 smithi204 ceph-mon[110430]: pgmap v251: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-12-06T15:04:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:11.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 188686 8.21 MB/sec execute 484 sec latency 183.125 ms 2023-12-06T15:04:12.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 188940 8.20 MB/sec execute 485 sec latency 139.870 ms 2023-12-06T15:04:13.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:13 smithi176 ceph-mon[107705]: pgmap v252: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-06T15:04:13.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:13 smithi204 ceph-mon[110430]: pgmap v252: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-06T15:04:13.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 189249 8.19 MB/sec execute 486 sec latency 135.667 ms 2023-12-06T15:04:14.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 189476 8.19 MB/sec execute 487 sec latency 128.988 ms 2023-12-06T15:04:15.507 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:15 smithi176 ceph-mon[107705]: pgmap v253: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-06T15:04:15.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:15 smithi204 ceph-mon[110430]: pgmap v253: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-06T15:04:15.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 189758 8.19 MB/sec execute 488 sec latency 127.139 ms 2023-12-06T15:04:16.823 INFO:teuthology.orchestra.run.smithi176.stdout: 5 190118 8.20 MB/sec execute 489 sec latency 126.808 ms 2023-12-06T15:04:16.912 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:16 smithi176 ceph-mon[107705]: pgmap v254: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-06T15:04:17.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:16 smithi204 ceph-mon[110430]: pgmap v254: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-06T15:04:17.829 INFO:teuthology.orchestra.run.smithi176.stdout: 5 190397 8.19 MB/sec execute 490 sec latency 132.363 ms 2023-12-06T15:04:18.829 INFO:teuthology.orchestra.run.smithi176.stdout: 5 190610 8.19 MB/sec execute 491 sec latency 144.466 ms 2023-12-06T15:04:19.604 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:19 smithi176 ceph-mon[107705]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-12-06T15:04:19.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:19 smithi204 ceph-mon[110430]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-12-06T15:04:19.838 INFO:teuthology.orchestra.run.smithi176.stdout: 5 190913 8.19 MB/sec execute 492 sec latency 143.058 ms 2023-12-06T15:04:20.838 INFO:teuthology.orchestra.run.smithi176.stdout: 5 191214 8.19 MB/sec execute 493 sec latency 123.280 ms 2023-12-06T15:04:21.660 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:21 smithi176 ceph-mon[107705]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-06T15:04:21.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:21 smithi204 ceph-mon[110430]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-06T15:04:21.842 INFO:teuthology.orchestra.run.smithi176.stdout: 5 191511 8.19 MB/sec execute 494 sec latency 124.252 ms 2023-12-06T15:04:22.851 INFO:teuthology.orchestra.run.smithi176.stdout: 5 191762 8.18 MB/sec execute 495 sec latency 126.597 ms 2023-12-06T15:04:23.498 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:23 smithi176 ceph-mon[107705]: pgmap v257: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-12-06T15:04:23.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:23 smithi204 ceph-mon[110430]: pgmap v257: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-12-06T15:04:23.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 192006 8.18 MB/sec execute 496 sec latency 126.702 ms 2023-12-06T15:04:24.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 192335 8.18 MB/sec execute 497 sec latency 129.275 ms 2023-12-06T15:04:25.571 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:25 smithi176 ceph-mon[107705]: pgmap v258: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-06T15:04:25.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:25 smithi204 ceph-mon[110430]: pgmap v258: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-06T15:04:25.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 192624 8.18 MB/sec execute 498 sec latency 128.633 ms 2023-12-06T15:04:26.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 192879 8.18 MB/sec execute 499 sec latency 152.129 ms 2023-12-06T15:04:27.114 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:27.114 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:26 smithi176 ceph-mon[107705]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-06T15:04:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:26 smithi204 ceph-mon[110430]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-06T15:04:27.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 193077 8.17 MB/sec execute 500 sec latency 126.579 ms 2023-12-06T15:04:28.858 INFO:teuthology.orchestra.run.smithi176.stdout: 5 193340 8.17 MB/sec execute 501 sec latency 117.808 ms 2023-12-06T15:04:29.416 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:29 smithi176 ceph-mon[107705]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T15:04:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:29 smithi204 ceph-mon[110430]: pgmap v260: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-06T15:04:29.865 INFO:teuthology.orchestra.run.smithi176.stdout: 5 193649 8.17 MB/sec execute 502 sec latency 133.960 ms 2023-12-06T15:04:30.865 INFO:teuthology.orchestra.run.smithi176.stdout: 5 193837 8.16 MB/sec execute 503 sec latency 144.761 ms 2023-12-06T15:04:31.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:31 smithi176 ceph-mon[107705]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-12-06T15:04:31.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:31 smithi204 ceph-mon[110430]: pgmap v261: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-12-06T15:04:31.865 INFO:teuthology.orchestra.run.smithi176.stdout: 5 193997 8.16 MB/sec execute 504 sec latency 145.672 ms 2023-12-06T15:04:32.867 INFO:teuthology.orchestra.run.smithi176.stdout: 5 194248 8.16 MB/sec execute 505 sec latency 120.691 ms 2023-12-06T15:04:33.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:33 smithi176 ceph-mon[107705]: pgmap v262: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-06T15:04:33.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:33 smithi204 ceph-mon[110430]: pgmap v262: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-06T15:04:33.870 INFO:teuthology.orchestra.run.smithi176.stdout: 5 194475 8.16 MB/sec execute 506 sec latency 136.446 ms 2023-12-06T15:04:34.870 INFO:teuthology.orchestra.run.smithi176.stdout: 5 194725 8.15 MB/sec execute 507 sec latency 143.832 ms 2023-12-06T15:04:35.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:35 smithi176 ceph-mon[107705]: pgmap v263: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-06T15:04:35.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:35 smithi204 ceph-mon[110430]: pgmap v263: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-06T15:04:35.870 INFO:teuthology.orchestra.run.smithi176.stdout: 5 194935 8.14 MB/sec execute 508 sec latency 133.997 ms 2023-12-06T15:04:36.870 INFO:teuthology.orchestra.run.smithi176.stdout: 5 195106 8.13 MB/sec execute 509 sec latency 158.911 ms 2023-12-06T15:04:37.119 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:36 smithi176 ceph-mon[107705]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-06T15:04:37.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:36 smithi204 ceph-mon[110430]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-06T15:04:37.872 INFO:teuthology.orchestra.run.smithi176.stdout: 5 195348 8.13 MB/sec execute 510 sec latency 142.003 ms 2023-12-06T15:04:38.872 INFO:teuthology.orchestra.run.smithi176.stdout: 5 195583 8.13 MB/sec execute 511 sec latency 129.452 ms 2023-12-06T15:04:39.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:39 smithi176 ceph-mon[107705]: pgmap v265: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-06T15:04:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:39 smithi204 ceph-mon[110430]: pgmap v265: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-06T15:04:39.872 INFO:teuthology.orchestra.run.smithi176.stdout: 5 195903 8.13 MB/sec execute 512 sec latency 164.272 ms 2023-12-06T15:04:40.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 196207 8.14 MB/sec execute 513 sec latency 154.186 ms 2023-12-06T15:04:41.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:41 smithi176 ceph-mon[107705]: pgmap v266: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-12-06T15:04:41.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:41 smithi204 ceph-mon[110430]: pgmap v266: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-12-06T15:04:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:41.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 196550 8.14 MB/sec execute 514 sec latency 133.904 ms 2023-12-06T15:04:42.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 196938 8.13 MB/sec execute 515 sec latency 126.881 ms 2023-12-06T15:04:43.581 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:43 smithi176 ceph-mon[107705]: pgmap v267: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T15:04:43.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:43 smithi204 ceph-mon[110430]: pgmap v267: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-06T15:04:43.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 197216 8.13 MB/sec execute 516 sec latency 126.478 ms 2023-12-06T15:04:44.879 INFO:teuthology.orchestra.run.smithi176.stdout: 5 197554 8.14 MB/sec execute 517 sec latency 201.820 ms 2023-12-06T15:04:45.627 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:45 smithi176 ceph-mon[107705]: pgmap v268: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-06T15:04:45.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:45 smithi204 ceph-mon[110430]: pgmap v268: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-06T15:04:45.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 197911 8.14 MB/sec execute 518 sec latency 143.062 ms 2023-12-06T15:04:46.878 INFO:teuthology.orchestra.run.smithi176.stdout: 5 198252 8.14 MB/sec execute 519 sec latency 210.526 ms 2023-12-06T15:04:46.906 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:46 smithi176 ceph-mon[107705]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-06T15:04:47.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:46 smithi204 ceph-mon[110430]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-06T15:04:47.881 INFO:teuthology.orchestra.run.smithi176.stdout: 5 198475 8.14 MB/sec execute 520 sec latency 134.431 ms 2023-12-06T15:04:48.890 INFO:teuthology.orchestra.run.smithi176.stdout: 5 198710 8.14 MB/sec execute 521 sec latency 129.941 ms 2023-12-06T15:04:49.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:49 smithi176 ceph-mon[107705]: pgmap v270: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-06T15:04:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:49 smithi204 ceph-mon[110430]: pgmap v270: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-06T15:04:49.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 199047 8.14 MB/sec execute 522 sec latency 120.299 ms 2023-12-06T15:04:50.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 199413 8.14 MB/sec execute 523 sec latency 129.270 ms 2023-12-06T15:04:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:51 smithi176 ceph-mon[107705]: pgmap v271: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-12-06T15:04:51.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:51 smithi204 ceph-mon[110430]: pgmap v271: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-12-06T15:04:51.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 199633 8.14 MB/sec execute 524 sec latency 154.899 ms 2023-12-06T15:04:52.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 199882 8.14 MB/sec execute 525 sec latency 128.490 ms 2023-12-06T15:04:53.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:53 smithi176 ceph-mon[107705]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-06T15:04:53.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:53 smithi204 ceph-mon[110430]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-06T15:04:53.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 200243 8.14 MB/sec execute 526 sec latency 126.964 ms 2023-12-06T15:04:54.896 INFO:teuthology.orchestra.run.smithi176.stdout: 5 200555 8.13 MB/sec execute 527 sec latency 130.206 ms 2023-12-06T15:04:55.576 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:55 smithi176 ceph-mon[107705]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T15:04:55.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:55 smithi204 ceph-mon[110430]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T15:04:55.902 INFO:teuthology.orchestra.run.smithi176.stdout: 5 200789 8.13 MB/sec execute 528 sec latency 207.583 ms 2023-12-06T15:04:56.901 INFO:teuthology.orchestra.run.smithi176.stdout: 5 201019 8.13 MB/sec execute 529 sec latency 143.565 ms 2023-12-06T15:04:57.102 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:57.102 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:56 smithi176 ceph-mon[107705]: pgmap v274: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T15:04:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:04:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:56 smithi204 ceph-mon[110430]: pgmap v274: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-06T15:04:57.901 INFO:teuthology.orchestra.run.smithi176.stdout: 5 201329 8.13 MB/sec execute 530 sec latency 138.880 ms 2023-12-06T15:04:58.901 INFO:teuthology.orchestra.run.smithi176.stdout: 5 201641 8.12 MB/sec execute 531 sec latency 117.210 ms 2023-12-06T15:04:59.408 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:04:59 smithi176 ceph-mon[107705]: pgmap v275: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-12-06T15:04:59.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:04:59 smithi204 ceph-mon[110430]: pgmap v275: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 550 op/s 2023-12-06T15:04:59.902 INFO:teuthology.orchestra.run.smithi176.stdout: 5 201927 8.13 MB/sec execute 532 sec latency 123.695 ms 2023-12-06T15:05:00.902 INFO:teuthology.orchestra.run.smithi176.stdout: 5 202142 8.12 MB/sec execute 533 sec latency 136.251 ms 2023-12-06T15:05:01.489 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:01 smithi176 ceph-mon[107705]: pgmap v276: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-06T15:05:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:01 smithi204 ceph-mon[110430]: pgmap v276: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-06T15:05:01.903 INFO:teuthology.orchestra.run.smithi176.stdout: 5 202447 8.13 MB/sec execute 534 sec latency 126.947 ms 2023-12-06T15:05:02.903 INFO:teuthology.orchestra.run.smithi176.stdout: 5 202789 8.13 MB/sec execute 535 sec latency 124.156 ms 2023-12-06T15:05:03.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:03 smithi176 ceph-mon[107705]: pgmap v277: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 511 op/s 2023-12-06T15:05:03.726 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:03 smithi204 ceph-mon[110430]: pgmap v277: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 511 op/s 2023-12-06T15:05:03.903 INFO:teuthology.orchestra.run.smithi176.stdout: 5 203012 8.13 MB/sec execute 536 sec latency 138.942 ms 2023-12-06T15:05:04.904 INFO:teuthology.orchestra.run.smithi176.stdout: 5 203156 8.12 MB/sec execute 537 sec latency 143.612 ms 2023-12-06T15:05:05.572 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:05 smithi176 ceph-mon[107705]: pgmap v278: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-06T15:05:05.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:05 smithi204 ceph-mon[110430]: pgmap v278: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-06T15:05:05.904 INFO:teuthology.orchestra.run.smithi176.stdout: 5 203357 8.12 MB/sec execute 538 sec latency 134.110 ms 2023-12-06T15:05:06.904 INFO:teuthology.orchestra.run.smithi176.stdout: 5 203555 8.11 MB/sec execute 539 sec latency 129.510 ms 2023-12-06T15:05:07.105 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:06 smithi176 ceph-mon[107705]: pgmap v279: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-06T15:05:07.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:06 smithi204 ceph-mon[110430]: pgmap v279: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-06T15:05:07.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 203847 8.11 MB/sec execute 540 sec latency 132.775 ms 2023-12-06T15:05:08.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 204062 8.10 MB/sec execute 541 sec latency 132.261 ms 2023-12-06T15:05:09.423 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:09 smithi176 ceph-mon[107705]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-06T15:05:09.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:09 smithi204 ceph-mon[110430]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-06T15:05:09.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 204250 8.09 MB/sec execute 542 sec latency 210.334 ms 2023-12-06T15:05:10.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 204478 8.09 MB/sec execute 543 sec latency 148.968 ms 2023-12-06T15:05:11.452 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:11 smithi176 ceph-mon[107705]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-06T15:05:11.452 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:11 smithi204 ceph-mon[110430]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-06T15:05:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:11.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 204727 8.08 MB/sec execute 544 sec latency 161.973 ms 2023-12-06T15:05:12.907 INFO:teuthology.orchestra.run.smithi176.stdout: 5 205000 8.09 MB/sec execute 545 sec latency 144.536 ms 2023-12-06T15:05:13.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:13 smithi176 ceph-mon[107705]: pgmap v282: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T15:05:13.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:13 smithi204 ceph-mon[110430]: pgmap v282: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-06T15:05:13.910 INFO:teuthology.orchestra.run.smithi176.stdout: 5 205275 8.08 MB/sec execute 546 sec latency 122.682 ms 2023-12-06T15:05:14.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 205511 8.08 MB/sec execute 547 sec latency 129.686 ms 2023-12-06T15:05:15.612 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:15 smithi176 ceph-mon[107705]: pgmap v283: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-06T15:05:15.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:15 smithi204 ceph-mon[110430]: pgmap v283: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-06T15:05:15.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 205755 8.08 MB/sec execute 548 sec latency 143.001 ms 2023-12-06T15:05:16.895 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:16 smithi176 ceph-mon[107705]: pgmap v284: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-06T15:05:16.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 206083 8.09 MB/sec execute 549 sec latency 155.704 ms 2023-12-06T15:05:17.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:16 smithi204 ceph-mon[110430]: pgmap v284: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-06T15:05:17.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 206313 8.08 MB/sec execute 550 sec latency 121.354 ms 2023-12-06T15:05:18.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 206486 8.08 MB/sec execute 551 sec latency 132.629 ms 2023-12-06T15:05:19.514 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:19 smithi176 ceph-mon[107705]: pgmap v285: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T15:05:19.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:19 smithi204 ceph-mon[110430]: pgmap v285: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-12-06T15:05:19.908 INFO:teuthology.orchestra.run.smithi176.stdout: 5 206669 8.08 MB/sec execute 552 sec latency 155.981 ms 2023-12-06T15:05:20.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 206819 8.07 MB/sec execute 553 sec latency 161.376 ms 2023-12-06T15:05:21.578 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:21 smithi176 ceph-mon[107705]: pgmap v286: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-06T15:05:21.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:21 smithi204 ceph-mon[110430]: pgmap v286: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-06T15:05:21.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 207055 8.06 MB/sec execute 554 sec latency 159.377 ms 2023-12-06T15:05:22.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 207346 8.06 MB/sec execute 555 sec latency 129.702 ms 2023-12-06T15:05:23.640 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:23 smithi176 ceph-mon[107705]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T15:05:23.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:23 smithi204 ceph-mon[110430]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-06T15:05:23.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 207547 8.05 MB/sec execute 556 sec latency 138.541 ms 2023-12-06T15:05:24.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 207791 8.05 MB/sec execute 557 sec latency 128.119 ms 2023-12-06T15:05:25.493 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:25 smithi176 ceph-mon[107705]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-06T15:05:25.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:25 smithi204 ceph-mon[110430]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-06T15:05:25.917 INFO:teuthology.orchestra.run.smithi176.stdout: 5 208111 8.04 MB/sec execute 558 sec latency 121.368 ms 2023-12-06T15:05:26.914 INFO:teuthology.orchestra.run.smithi176.stdout: 5 208377 8.04 MB/sec execute 559 sec latency 131.120 ms 2023-12-06T15:05:26.918 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:26.918 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:26 smithi176 ceph-mon[107705]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-06T15:05:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:26 smithi204 ceph-mon[110430]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-06T15:05:27.917 INFO:teuthology.orchestra.run.smithi176.stdout: 5 208674 8.04 MB/sec execute 560 sec latency 130.821 ms 2023-12-06T15:05:28.917 INFO:teuthology.orchestra.run.smithi176.stdout: 5 208987 8.04 MB/sec execute 561 sec latency 129.603 ms 2023-12-06T15:05:29.582 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:29 smithi176 ceph-mon[107705]: pgmap v290: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 440 op/s 2023-12-06T15:05:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:29 smithi204 ceph-mon[110430]: pgmap v290: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 440 op/s 2023-12-06T15:05:29.920 INFO:teuthology.orchestra.run.smithi176.stdout: 5 209307 8.05 MB/sec execute 562 sec latency 201.606 ms 2023-12-06T15:05:30.920 INFO:teuthology.orchestra.run.smithi176.stdout: 5 209648 8.06 MB/sec execute 563 sec latency 140.702 ms 2023-12-06T15:05:31.636 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:31 smithi176 ceph-mon[107705]: pgmap v291: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-12-06T15:05:31.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:31 smithi204 ceph-mon[110430]: pgmap v291: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-12-06T15:05:31.930 INFO:teuthology.orchestra.run.smithi176.stdout: 5 209889 8.05 MB/sec execute 564 sec latency 128.825 ms 2023-12-06T15:05:32.930 INFO:teuthology.orchestra.run.smithi176.stdout: 5 210157 8.06 MB/sec execute 565 sec latency 151.041 ms 2023-12-06T15:05:33.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:33 smithi176 ceph-mon[107705]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-06T15:05:33.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:33 smithi204 ceph-mon[110430]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-06T15:05:33.930 INFO:teuthology.orchestra.run.smithi176.stdout: 5 210404 8.05 MB/sec execute 566 sec latency 137.114 ms 2023-12-06T15:05:34.933 INFO:teuthology.orchestra.run.smithi176.stdout: 5 210632 8.05 MB/sec execute 567 sec latency 146.759 ms 2023-12-06T15:05:35.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:35 smithi176 ceph-mon[107705]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-06T15:05:35.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:35 smithi204 ceph-mon[110430]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-06T15:05:35.931 INFO:teuthology.orchestra.run.smithi176.stdout: 5 210886 8.04 MB/sec execute 568 sec latency 126.871 ms 2023-12-06T15:05:36.931 INFO:teuthology.orchestra.run.smithi176.stdout: 5 211120 8.04 MB/sec execute 569 sec latency 173.734 ms 2023-12-06T15:05:37.010 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:36 smithi176 ceph-mon[107705]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-06T15:05:37.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:36 smithi204 ceph-mon[110430]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-06T15:05:37.931 INFO:teuthology.orchestra.run.smithi176.stdout: 5 211428 8.03 MB/sec execute 570 sec latency 213.726 ms 2023-12-06T15:05:38.940 INFO:teuthology.orchestra.run.smithi176.stdout: 5 211700 8.03 MB/sec execute 571 sec latency 123.908 ms 2023-12-06T15:05:39.597 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:39 smithi176 ceph-mon[107705]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-06T15:05:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:39 smithi204 ceph-mon[110430]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-06T15:05:39.940 INFO:teuthology.orchestra.run.smithi176.stdout: 5 212023 8.03 MB/sec execute 572 sec latency 120.976 ms 2023-12-06T15:05:40.940 INFO:teuthology.orchestra.run.smithi176.stdout: 5 212280 8.03 MB/sec execute 573 sec latency 123.516 ms 2023-12-06T15:05:41.656 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:41 smithi176 ceph-mon[107705]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-06T15:05:41.656 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:41 smithi204 ceph-mon[110430]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-06T15:05:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:41.940 INFO:teuthology.orchestra.run.smithi176.stdout: 5 212582 8.03 MB/sec execute 574 sec latency 133.792 ms 2023-12-06T15:05:42.944 INFO:teuthology.orchestra.run.smithi176.stdout: 5 212907 8.03 MB/sec execute 575 sec latency 124.971 ms 2023-12-06T15:05:43.483 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:43 smithi176 ceph-mon[107705]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-12-06T15:05:43.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:43 smithi204 ceph-mon[110430]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-12-06T15:05:43.954 INFO:teuthology.orchestra.run.smithi176.stdout: 5 213192 8.04 MB/sec execute 576 sec latency 120.694 ms 2023-12-06T15:05:44.955 INFO:teuthology.orchestra.run.smithi176.stdout: 5 213462 8.04 MB/sec execute 577 sec latency 129.650 ms 2023-12-06T15:05:45.503 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:45 smithi176 ceph-mon[107705]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-12-06T15:05:45.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:45 smithi204 ceph-mon[110430]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-12-06T15:05:45.955 INFO:teuthology.orchestra.run.smithi176.stdout: 5 213692 8.03 MB/sec execute 578 sec latency 129.160 ms 2023-12-06T15:05:46.955 INFO:teuthology.orchestra.run.smithi176.stdout: 5 213939 8.03 MB/sec execute 579 sec latency 120.732 ms 2023-12-06T15:05:47.039 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:46 smithi176 ceph-mon[107705]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-12-06T15:05:47.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:46 smithi204 ceph-mon[110430]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-12-06T15:05:47.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 214161 8.03 MB/sec execute 580 sec latency 149.188 ms 2023-12-06T15:05:48.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 214420 8.02 MB/sec execute 581 sec latency 123.785 ms 2023-12-06T15:05:49.620 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:49 smithi176 ceph-mon[107705]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-12-06T15:05:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:49 smithi204 ceph-mon[110430]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-12-06T15:05:49.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 214635 8.02 MB/sec execute 582 sec latency 153.786 ms 2023-12-06T15:05:50.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 214856 8.02 MB/sec execute 583 sec latency 136.614 ms 2023-12-06T15:05:51.437 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:51 smithi176 ceph-mon[107705]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-12-06T15:05:51.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:51 smithi204 ceph-mon[110430]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-12-06T15:05:51.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 215072 8.01 MB/sec execute 584 sec latency 141.000 ms 2023-12-06T15:05:52.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 215367 8.00 MB/sec execute 585 sec latency 124.244 ms 2023-12-06T15:05:53.506 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:53 smithi176 ceph-mon[107705]: pgmap v302: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-12-06T15:05:53.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:53 smithi204 ceph-mon[110430]: pgmap v302: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-12-06T15:05:53.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 215566 7.99 MB/sec execute 586 sec latency 136.976 ms 2023-12-06T15:05:54.956 INFO:teuthology.orchestra.run.smithi176.stdout: 5 215746 7.99 MB/sec execute 587 sec latency 201.406 ms 2023-12-06T15:05:55.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:55 smithi176 ceph-mon[107705]: pgmap v303: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-06T15:05:55.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:55 smithi204 ceph-mon[110430]: pgmap v303: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-06T15:05:55.964 INFO:teuthology.orchestra.run.smithi176.stdout: 5 215980 7.99 MB/sec execute 588 sec latency 153.192 ms 2023-12-06T15:05:56.964 INFO:teuthology.orchestra.run.smithi176.stdout: 5 216220 7.99 MB/sec execute 589 sec latency 130.590 ms 2023-12-06T15:05:57.101 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:57.101 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:56 smithi176 ceph-mon[107705]: pgmap v304: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-06T15:05:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:05:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:56 smithi204 ceph-mon[110430]: pgmap v304: 97 pgs: 97 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-06T15:05:57.968 INFO:teuthology.orchestra.run.smithi176.stdout: 5 216549 8.00 MB/sec execute 590 sec latency 135.429 ms 2023-12-06T15:05:58.968 INFO:teuthology.orchestra.run.smithi176.stdout: 5 216771 8.00 MB/sec execute 591 sec latency 116.750 ms 2023-12-06T15:05:59.415 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:05:59 smithi176 ceph-mon[107705]: pgmap v305: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 445 op/s 2023-12-06T15:05:59.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:05:59 smithi204 ceph-mon[110430]: pgmap v305: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 445 op/s 2023-12-06T15:05:59.969 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217013 8.00 MB/sec execute 592 sec latency 123.786 ms 2023-12-06T15:06:00.979 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217203 7.99 MB/sec execute 593 sec latency 123.812 ms 2023-12-06T15:06:01.489 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:01 smithi176 ceph-mon[107705]: pgmap v306: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-12-06T15:06:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:01 smithi204 ceph-mon[110430]: pgmap v306: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 288 op/s 2023-12-06T15:06:01.979 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217391 7.98 MB/sec execute 594 sec latency 140.490 ms 2023-12-06T15:06:02.983 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217602 7.98 MB/sec execute 595 sec latency 126.529 ms 2023-12-06T15:06:03.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:03 smithi176 ceph-mon[107705]: pgmap v307: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-06T15:06:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:03 smithi204 ceph-mon[110430]: pgmap v307: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-06T15:06:03.980 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217783 7.97 MB/sec execute 596 sec latency 140.773 ms 2023-12-06T15:06:04.982 INFO:teuthology.orchestra.run.smithi176.stdout: 5 217988 7.97 MB/sec execute 597 sec latency 126.469 ms 2023-12-06T15:06:05.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:05 smithi176 ceph-mon[107705]: pgmap v308: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-12-06T15:06:05.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:05 smithi204 ceph-mon[110430]: pgmap v308: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-12-06T15:06:05.982 INFO:teuthology.orchestra.run.smithi176.stdout: 5 218245 7.97 MB/sec execute 598 sec latency 135.156 ms 2023-12-06T15:06:06.976 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:06 smithi176 ceph-mon[107705]: pgmap v309: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-12-06T15:06:06.982 INFO:teuthology.orchestra.run.smithi176.stdout: 5 218556 7.96 MB/sec execute 599 sec latency 170.726 ms 2023-12-06T15:06:07.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:06 smithi204 ceph-mon[110430]: pgmap v309: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-12-06T15:06:07.982 INFO:teuthology.orchestra.run.smithi176.stdout: 5 218873 7.96 MB/sec execute 600 sec latency 126.324 ms 2023-12-06T15:06:08.982 INFO:teuthology.orchestra.run.smithi176.stdout: 5 cleanup 601 sec 2023-12-06T15:06:09.557 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:09 smithi176 ceph-mon[107705]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-06T15:06:09.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:09 smithi204 ceph-mon[110430]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-06T15:06:09.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 602 sec 2023-12-06T15:06:10.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 603 sec 2023-12-06T15:06:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:11 smithi204 ceph-mon[110430]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-06T15:06:11.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:11 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:11.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:11 smithi176 ceph-mon[107705]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-06T15:06:11.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:11 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:11.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 604 sec 2023-12-06T15:06:12.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 605 sec 2023-12-06T15:06:13.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:13 smithi204 ceph-mon[110430]: pgmap v312: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 380 op/s 2023-12-06T15:06:13.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:13 smithi176 ceph-mon[107705]: pgmap v312: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 380 op/s 2023-12-06T15:06:13.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 606 sec 2023-12-06T15:06:14.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 607 sec 2023-12-06T15:06:15.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:15 smithi204 ceph-mon[110430]: pgmap v313: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-06T15:06:15.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:15 smithi176 ceph-mon[107705]: pgmap v313: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-06T15:06:15.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 608 sec 2023-12-06T15:06:16.982 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 609 sec 2023-12-06T15:06:17.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:16 smithi204 ceph-mon[110430]: pgmap v314: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-06T15:06:17.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:16 smithi176 ceph-mon[107705]: pgmap v314: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-06T15:06:17.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 610 sec 2023-12-06T15:06:18.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 611 sec 2023-12-06T15:06:19.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:19 smithi204 ceph-mon[110430]: pgmap v315: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.9 MiB/s wr, 252 op/s 2023-12-06T15:06:19.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:19 smithi176 ceph-mon[107705]: pgmap v315: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.9 MiB/s wr, 252 op/s 2023-12-06T15:06:19.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 612 sec 2023-12-06T15:06:20.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 613 sec 2023-12-06T15:06:21.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:21 smithi176 ceph-mon[107705]: pgmap v316: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 668 KiB/s wr, 97 op/s 2023-12-06T15:06:21.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:21 smithi204 ceph-mon[110430]: pgmap v316: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 668 KiB/s wr, 97 op/s 2023-12-06T15:06:21.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 614 sec 2023-12-06T15:06:22.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 615 sec 2023-12-06T15:06:23.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:23 smithi176 ceph-mon[107705]: pgmap v317: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 668 KiB/s wr, 97 op/s 2023-12-06T15:06:23.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:23 smithi204 ceph-mon[110430]: pgmap v317: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 668 KiB/s wr, 97 op/s 2023-12-06T15:06:23.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 616 sec 2023-12-06T15:06:24.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 617 sec 2023-12-06T15:06:25.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:25 smithi176 ceph-mon[107705]: pgmap v318: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 15 KiB/s wr, 2 op/s 2023-12-06T15:06:25.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:25 smithi204 ceph-mon[110430]: pgmap v318: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 15 KiB/s wr, 2 op/s 2023-12-06T15:06:25.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 618 sec 2023-12-06T15:06:26.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 619 sec 2023-12-06T15:06:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:26 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:27.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:26 smithi204 ceph-mon[110430]: pgmap v319: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 15 KiB/s wr, 2 op/s 2023-12-06T15:06:27.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:26 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:27.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:26 smithi176 ceph-mon[107705]: pgmap v319: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 15 KiB/s wr, 2 op/s 2023-12-06T15:06:27.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 620 sec 2023-12-06T15:06:28.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 621 sec 2023-12-06T15:06:29.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:29 smithi204 ceph-mon[110430]: pgmap v320: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 15 KiB/s wr, 3 op/s 2023-12-06T15:06:29.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:29 smithi176 ceph-mon[107705]: pgmap v320: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 15 KiB/s wr, 3 op/s 2023-12-06T15:06:29.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 622 sec 2023-12-06T15:06:30.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 623 sec 2023-12-06T15:06:31.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:31 smithi204 ceph-mon[110430]: pgmap v321: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:31.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:31 smithi176 ceph-mon[107705]: pgmap v321: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:31.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 624 sec 2023-12-06T15:06:32.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 625 sec 2023-12-06T15:06:33.730 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:33 smithi204 ceph-mon[110430]: pgmap v322: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:33.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:33 smithi176 ceph-mon[107705]: pgmap v322: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:33.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 626 sec 2023-12-06T15:06:34.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 627 sec 2023-12-06T15:06:35.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:35 smithi204 ceph-mon[110430]: pgmap v323: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:35.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:35 smithi176 ceph-mon[107705]: pgmap v323: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:35.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 628 sec 2023-12-06T15:06:36.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 629 sec 2023-12-06T15:06:37.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:36 smithi204 ceph-mon[110430]: pgmap v324: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:36 smithi176 ceph-mon[107705]: pgmap v324: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:37.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 630 sec 2023-12-06T15:06:38.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 631 sec 2023-12-06T15:06:39.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:39 smithi204 ceph-mon[110430]: pgmap v325: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:39.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:39 smithi176 ceph-mon[107705]: pgmap v325: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-12-06T15:06:39.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 632 sec 2023-12-06T15:06:40.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 633 sec 2023-12-06T15:06:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:41 smithi204 ceph-mon[110430]: pgmap v326: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:41.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:41 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:41.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:41 smithi176 ceph-mon[107705]: pgmap v326: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:41.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:41 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:41.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 634 sec 2023-12-06T15:06:42.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 635 sec 2023-12-06T15:06:43.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:43 smithi204 ceph-mon[110430]: pgmap v327: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:43.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:43 smithi176 ceph-mon[107705]: pgmap v327: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:43.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 636 sec 2023-12-06T15:06:44.983 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 637 sec 2023-12-06T15:06:45.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:45 smithi176 ceph-mon[107705]: pgmap v328: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:45.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:45 smithi204 ceph-mon[110430]: pgmap v328: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:45.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 638 sec 2023-12-06T15:06:46.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 639 sec 2023-12-06T15:06:47.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:46 smithi204 ceph-mon[110430]: pgmap v329: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:47.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:46 smithi176 ceph-mon[107705]: pgmap v329: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:47.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 640 sec 2023-12-06T15:06:48.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 641 sec 2023-12-06T15:06:49.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:49 smithi204 ceph-mon[110430]: pgmap v330: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:06:49.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:49 smithi176 ceph-mon[107705]: pgmap v330: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:06:49.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 642 sec 2023-12-06T15:06:50.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 643 sec 2023-12-06T15:06:51.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:51 smithi204 ceph-mon[110430]: pgmap v331: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:51.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:51 smithi176 ceph-mon[107705]: pgmap v331: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:51.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 644 sec 2023-12-06T15:06:52.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 645 sec 2023-12-06T15:06:53.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:53 smithi176 ceph-mon[107705]: pgmap v332: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:53.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:53 smithi204 ceph-mon[110430]: pgmap v332: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:53.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 646 sec 2023-12-06T15:06:54.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 647 sec 2023-12-06T15:06:55.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:55 smithi176 ceph-mon[107705]: pgmap v333: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:55 smithi204 ceph-mon[110430]: pgmap v333: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:55.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 648 sec 2023-12-06T15:06:56.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 649 sec 2023-12-06T15:06:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:57.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:56 smithi204 ceph-mon[110430]: pgmap v334: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:57.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:06:57.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:56 smithi176 ceph-mon[107705]: pgmap v334: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:06:57.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 650 sec 2023-12-06T15:06:58.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 651 sec 2023-12-06T15:06:59.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:06:59 smithi204 ceph-mon[110430]: pgmap v335: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:06:59.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:06:59 smithi176 ceph-mon[107705]: pgmap v335: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:06:59.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 652 sec 2023-12-06T15:07:00.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 653 sec 2023-12-06T15:07:01.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:01 smithi204 ceph-mon[110430]: pgmap v336: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:01.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:01 smithi176 ceph-mon[107705]: pgmap v336: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:01.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 654 sec 2023-12-06T15:07:02.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 655 sec 2023-12-06T15:07:03.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:03 smithi204 ceph-mon[110430]: pgmap v337: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:03.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:03 smithi176 ceph-mon[107705]: pgmap v337: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:03.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 656 sec 2023-12-06T15:07:04.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 657 sec 2023-12-06T15:07:05.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:05 smithi204 ceph-mon[110430]: pgmap v338: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:05.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:05 smithi176 ceph-mon[107705]: pgmap v338: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:05.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 658 sec 2023-12-06T15:07:06.984 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 659 sec 2023-12-06T15:07:07.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:06 smithi204 ceph-mon[110430]: pgmap v339: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:07.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:06 smithi176 ceph-mon[107705]: pgmap v339: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:07.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 660 sec 2023-12-06T15:07:08.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 661 sec 2023-12-06T15:07:09.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:09 smithi204 ceph-mon[110430]: pgmap v340: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:07:09.804 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:09 smithi176 ceph-mon[107705]: pgmap v340: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-06T15:07:09.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 662 sec 2023-12-06T15:07:10.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 663 sec 2023-12-06T15:07:11.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 664 sec 2023-12-06T15:07:12.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 665 sec 2023-12-06T15:07:13.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 666 sec 2023-12-06T15:07:14.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 667 sec 2023-12-06T15:07:15.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 668 sec 2023-12-06T15:07:16.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 669 sec 2023-12-06T15:07:17.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 670 sec 2023-12-06T15:07:18.986 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 671 sec 2023-12-06T15:07:19.985 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 672 sec 2023-12-06T15:07:30.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:30.620+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:30.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:30.620+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:30.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:30.620+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:31.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:31.149+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:31.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:31.149+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:31.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:31.736+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:31.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:31.736+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:31.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:31.615+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:31.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:31.615+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:31.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:31.615+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:32.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:32.114+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:32.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:32.114+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:32.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:32.624+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:32.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:32.624+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:32.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:32.624+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:32.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:32.776+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:32.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:32.776+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:33.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:33.098+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:33.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:33.098+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:33.825 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:33.575+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:33.825 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:33.575+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:33.825 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:33.575+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:34.099 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:33.825+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:34.099 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:33.825+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:34.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:34.099+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:34.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:34.099+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:34.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:34.783+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:34.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:34.783+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:34.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:34.562+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:34.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:34.562+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:34.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:34.562+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:35.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:35.099+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:35.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:35.100+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:35.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:35.100+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:35.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:35.106+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:35.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:35.106+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:35.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:35.578+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:35.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:35.578+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:35.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:35.578+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:35.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:35.824+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:35.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:35.824+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:36.067+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:36.067+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:36.067+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:36.122+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:36.122+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:36.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:36.122+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:36.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:36.553+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:36.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:36.553+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:36.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:36.553+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:36.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:36.778+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:36.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:36.778+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:37.056+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:37.056+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:37.056+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:37.093+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:37.093+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:37.477 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:37.093+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:37.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:37.765+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:37.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:37.765+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:37.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:37.517+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:37.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:37.517+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:37.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:37.517+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:38.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.012+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:38.510 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.012+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:38.511 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.012+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:38.511 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:38.105+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:38.511 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:38.105+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:38.511 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:38.105+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:38.812 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:38.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:38.812 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:38.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:38.812 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:38.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:39.146 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:38.812+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:39.146 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:38.812+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:39.146 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.965+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:39.146 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.965+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:39.146 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:38.965+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:39.147 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:39.057+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:39.147 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:39.057+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:39.147 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:39.057+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:39.861 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:39.560+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:39.861 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:39.560+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:39.861 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:39.560+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:40.227 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.011+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:40.227 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.011+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:40.227 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.011+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:40.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:39.917+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:40.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:39.917+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:40.228 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:39.917+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:40.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:39.860+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:40.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:39.860+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:40.886 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:40.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:40.886 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:40.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:40.886 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:40.533+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:41.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:40.886+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:41.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:40.886+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:41.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:40.939+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:41.228 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:40.939+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:41.228 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:40.939+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:41.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.973+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:41.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.973+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:41.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:40.973+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:41.859 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:41.528+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:41.859 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:41.528+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:41.860 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:41.528+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:41.967+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:41.967+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:41.967+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:41.859+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:41.859+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:42.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:41.859+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:21.083050+0000 front 2023-12-06T15:07:19.982406+0000 (oldest deadline 2023-12-06T15:07:41.082547+0000) 2023-12-06T15:07:42.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:41.859+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:19.982309+0000 front 2023-12-06T15:07:19.982448+0000 (oldest deadline 2023-12-06T15:07:41.082547+0000) 2023-12-06T15:07:42.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:41.994+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:42.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:41.994+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:24.851416+0000 front 2023-12-06T15:07:20.250295+0000 (oldest deadline 2023-12-06T15:07:41.350523+0000) 2023-12-06T15:07:42.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:41.994+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:42.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:41.994+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:42.866 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:42.499+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:42.866 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:42.499+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:42.866 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:42.499+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:42.866 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:42.499+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:18.718302+0000 front 2023-12-06T15:07:18.718333+0000 (oldest deadline 2023-12-06T15:07:41.618476+0000) 2023-12-06T15:07:43.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:42.936+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:19.737223+0000 front 2023-12-06T15:07:09.235548+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:43.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:42.936+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:19.737323+0000 front 2023-12-06T15:07:09.242217+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:43.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:42.936+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:09.235626+0000 front 2023-12-06T15:07:19.737425+0000 (oldest deadline 2023-12-06T15:07:34.535764+0000) 2023-12-06T15:07:43.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:42.865+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:09.579925+0000 front 2023-12-06T15:07:15.981224+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:42.865+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.579985+0000 front 2023-12-06T15:07:09.580049+0000 (oldest deadline 2023-12-06T15:07:31.280118+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:42.865+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:21.083050+0000 front 2023-12-06T15:07:19.982406+0000 (oldest deadline 2023-12-06T15:07:41.082547+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:42.865+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:19.982309+0000 front 2023-12-06T15:07:19.982448+0000 (oldest deadline 2023-12-06T15:07:41.082547+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:42.972+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:10.948488+0000 front 2023-12-06T15:07:19.149615+0000 (oldest deadline 2023-12-06T15:07:35.648618+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:42.972+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:24.851416+0000 front 2023-12-06T15:07:20.250295+0000 (oldest deadline 2023-12-06T15:07:41.350523+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:42.972+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:08.047904+0000 front 2023-12-06T15:07:10.948418+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:43.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:42.972+0000 7f49f0252700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:20.250332+0000 front 2023-12-06T15:07:08.047995+0000 (oldest deadline 2023-12-06T15:07:30.948036+0000) 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 673 sec 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 674 sec 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 675 sec 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 676 sec 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 677 sec 2023-12-06T15:07:43.608 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 678 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 679 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 680 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 681 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 682 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 683 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 684 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 685 sec 2023-12-06T15:07:43.613 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 686 sec 2023-12-06T15:07:43.614 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:34 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:34.071+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.614 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 687 sec 2023-12-06T15:07:43.614 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:35 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:35.061+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.614 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 688 sec 2023-12-06T15:07:43.615 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:36 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:36.109+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.615 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 689 sec 2023-12-06T15:07:43.615 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:37 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:37.077+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.615 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 690 sec 2023-12-06T15:07:43.616 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:38 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:38.028+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.616 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 691 sec 2023-12-06T15:07:43.616 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:39 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:39.019+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.616 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 692 sec 2023-12-06T15:07:43.616 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:40 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:40.024+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.617 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 693 sec 2023-12-06T15:07:43.617 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:41 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:41.072+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.617 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 694 sec 2023-12-06T15:07:43.617 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:42 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:42.073+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.618 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 695 sec 2023-12-06T15:07:43.618 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:43.074+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:26.528906+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:43.618 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:43.276+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:08.741682+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:43.618 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:43.276+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6812 osd.5 since back 2023-12-06T15:07:27.044416+0000 front 2023-12-06T15:07:17.537054+0000 (oldest deadline 2023-12-06T15:07:37.536420+0000) 2023-12-06T15:07:43.618 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:43.276+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:26.337802+0000 front 2023-12-06T15:07:17.537108+0000 (oldest deadline 2023-12-06T15:07:40.436786+0000) 2023-12-06T15:07:43.618 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:43 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:43.276+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:17.537079+0000 front 2023-12-06T15:07:08.741648+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:43.897 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:43.513+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:05.216503+0000 front 2023-12-06T15:07:05.216520+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:43.897 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:43.513+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:07:09.917153+0000 front 2023-12-06T15:07:05.216546+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:43.897 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:43.513+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:18.718276+0000 front 2023-12-06T15:07:05.216636+0000 (oldest deadline 2023-12-06T15:07:29.916732+0000) 2023-12-06T15:07:43.897 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:43.513+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:07:18.718302+0000 front 2023-12-06T15:07:18.718333+0000 (oldest deadline 2023-12-06T15:07:41.618476+0000) 2023-12-06T15:07:44.150 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:43.972+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.616538+0000 front 2023-12-06T15:07:43.612248+0000 (oldest deadline 2023-12-06T15:07:39.236447+0000) 2023-12-06T15:07:44.151 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:43.897+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.611137+0000 front 2023-12-06T15:07:43.609739+0000 (oldest deadline 2023-12-06T15:07:39.981800+0000) 2023-12-06T15:07:45.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:44.924+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.616538+0000 front 2023-12-06T15:07:43.612248+0000 (oldest deadline 2023-12-06T15:07:39.236447+0000) 2023-12-06T15:07:45.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:44.914+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.611137+0000 front 2023-12-06T15:07:43.609739+0000 (oldest deadline 2023-12-06T15:07:39.981800+0000) 2023-12-06T15:07:46.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:45.877+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.616538+0000 front 2023-12-06T15:07:43.612248+0000 (oldest deadline 2023-12-06T15:07:39.236447+0000) 2023-12-06T15:07:46.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:45.943+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.611137+0000 front 2023-12-06T15:07:43.609739+0000 (oldest deadline 2023-12-06T15:07:39.981800+0000) 2023-12-06T15:07:47.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:46.846+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.616538+0000 front 2023-12-06T15:07:43.612248+0000 (oldest deadline 2023-12-06T15:07:39.236447+0000) 2023-12-06T15:07:47.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:46.978+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.611137+0000 front 2023-12-06T15:07:43.609739+0000 (oldest deadline 2023-12-06T15:07:39.981800+0000) 2023-12-06T15:07:47.878 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:47.501+0000 7fd4f9264700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:07:43.617533+0000 front 2023-12-06T15:07:43.618053+0000 (oldest deadline 2023-12-06T15:07:46.919068+0000) 2023-12-06T15:07:48.088 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T15:07:48.088 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 696 sec 2023-12-06T15:07:48.089 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:44 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:44.037+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:48.089 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:44 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:44.322+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:08.741682+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:48.089 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:44 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:44.322+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:17.537079+0000 front 2023-12-06T15:07:43.614602+0000 (oldest deadline 2023-12-06T15:07:40.436786+0000) 2023-12-06T15:07:48.089 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 697 sec 2023-12-06T15:07:48.089 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.009+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:19.357350+0000 front 2023-12-06T15:07:19.357340+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.090 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.009+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:19.357381+0000 front 2023-12-06T15:07:43.611901+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.090 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.009+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:48.090 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:45.371+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:08.741682+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:48.090 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:45.371+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:17.537079+0000 front 2023-12-06T15:07:43.614602+0000 (oldest deadline 2023-12-06T15:07:40.436786+0000) 2023-12-06T15:07:48.090 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 698 sec 2023-12-06T15:07:48.091 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.998+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:19.357350+0000 front 2023-12-06T15:07:19.357340+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.091 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.998+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:19.357381+0000 front 2023-12-06T15:07:43.611901+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.091 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:45 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:45.998+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107682]: 2023-12-06T15:07:46.531+0000 7f13100c7700 -1 mon.smithi176@0(electing) e2 get_health_metrics reporting 2 slow ops, oldest is mdsbeacon(14494/foofs.smithi176.ohwcws up:active fs=foofs seq=204 v5) 2023-12-06T15:07:48.091 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:46.331+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:08.741682+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:48.091 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:46.331+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:17.537079+0000 front 2023-12-06T15:07:43.614602+0000 (oldest deadline 2023-12-06T15:07:40.436786+0000) 2023-12-06T15:07:48.092 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 699 sec 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:07:47.041+0000 7ff04e8e0700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:07.248066+0000 front 2023-12-06T15:07:07.240134+0000 (oldest deadline 2023-12-06T15:07:46.528427+0000) 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:07:47.041+0000 7ff04e8e0700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:43.613668+0000 front 2023-12-06T15:07:07.248081+0000 (oldest deadline 2023-12-06T15:07:46.528427+0000) 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:07:47.041+0000 7ff04e8e0700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:07.240299+0000 front 2023-12-06T15:07:07.240152+0000 (oldest deadline 2023-12-06T15:07:46.528427+0000) 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:47.029+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:19.357350+0000 front 2023-12-06T15:07:19.357340+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:47.029+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:19.357381+0000 front 2023-12-06T15:07:43.611901+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.092 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:47.029+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:48.093 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:07:46.959+0000 7f9002970700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:04.758262+0000 front 2023-12-06T15:07:04.758148+0000 (oldest deadline 2023-12-06T15:07:46.527494+0000) 2023-12-06T15:07:48.093 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:07:46.959+0000 7f9002970700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:04.761515+0000 front 2023-12-06T15:07:43.614168+0000 (oldest deadline 2023-12-06T15:07:46.527494+0000) 2023-12-06T15:07:48.093 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:07:46 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:07:46.959+0000 7f9002970700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:04.761528+0000 front 2023-12-06T15:07:43.614900+0000 (oldest deadline 2023-12-06T15:07:46.527494+0000) 2023-12-06T15:07:48.093 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:47.369+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:08.741682+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:32.236075+0000) 2023-12-06T15:07:48.093 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:47 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:47.369+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:17.537079+0000 front 2023-12-06T15:07:43.614602+0000 (oldest deadline 2023-12-06T15:07:40.436786+0000) 2023-12-06T15:07:48.093 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 700 sec 2023-12-06T15:07:48.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:07:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:07:47.878+0000 7febc0a95700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.616538+0000 front 2023-12-06T15:07:43.612248+0000 (oldest deadline 2023-12-06T15:07:39.236447+0000) 2023-12-06T15:07:48.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:07:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:07:47.931+0000 7f6351225700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:07:43.611137+0000 front 2023-12-06T15:07:43.609739+0000 (oldest deadline 2023-12-06T15:07:39.981800+0000) 2023-12-06T15:07:48.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.006+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:19.357350+0000 front 2023-12-06T15:07:19.357340+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.006+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:19.357381+0000 front 2023-12-06T15:07:43.611901+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:48.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.006+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:48.710 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:07:48.385+0000 7f02cd5df700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:48.341015+0000 front 2023-12-06T15:07:26.337824+0000 (oldest deadline 2023-12-06T15:07:47.437522+0000) 2023-12-06T15:07:48.986 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 701 sec 2023-12-06T15:07:49.280 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.991+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6804 osd.4 since back 2023-12-06T15:07:19.357350+0000 front 2023-12-06T15:07:19.357340+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:49.280 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.991+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6820 osd.6 since back 2023-12-06T15:07:19.357381+0000 front 2023-12-06T15:07:43.611901+0000 (oldest deadline 2023-12-06T15:07:44.057128+0000) 2023-12-06T15:07:49.280 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:07:48 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:07:48.991+0000 7fb7ef31e700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.204:6828 osd.7 since back 2023-12-06T15:07:26.528151+0000 front 2023-12-06T15:07:43.614043+0000 (oldest deadline 2023-12-06T15:07:34.056421+0000) 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v342: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v343: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v344: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v345: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v346: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v347: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v348: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v349: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v350: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v351: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v352: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.281 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v353: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v354: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v355: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v356: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v357: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: mon.smithi176 calling monitor election 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: mon.smithi204 calling monitor election 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v358: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v359: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: mon.smithi176 is new leader, mons smithi176,smithi204 in quorum (ranks 0,1) 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: monmap e2: 2 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: mgrmap e28: smithi204.tgvqbc(active, since 11m), standbys: smithi176.drqsup 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.4 reported failed by osd.3 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.6 reported failed by osd.3 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.7 reported failed by osd.3 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.4 reported failed by osd.1 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.4 failed (root=default,host=smithi204) (2 reporters from different osd after 28.652541 >= grace 20.000000) 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.7 reported failed by osd.1 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.7 failed (root=default,host=smithi204) (2 reporters from different osd after 21.652822 >= grace 20.000000) 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.0 reported failed by osd.6 2023-12-06T15:07:49.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.0 reported failed by osd.5 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.0 failed (root=default,host=smithi176) (2 reporters from different osd after 34.001934 >= grace 20.000000) 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: Upgrade daemon: mgr.smithi176.drqsup: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi176.drqsup ... 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: Traceback (most recent call last): 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: "__main__", mod_spec) 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: exec(code, run_globals) 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5676, in 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5664, in main 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-06T15:07:49.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: File "/tmp/tmpzkc_wczn.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.0 failure report canceled by osd.6 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.0 failure report canceled by osd.5 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: Removing daemon nfs.foo.1.0.smithi204.bwkjxw from smithi204 -- ports [2049] 2023-12-06T15:07:49.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.7 failure report canceled by osd.1 2023-12-06T15:07:49.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: pgmap v360: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.4 failure report canceled by osd.3 2023-12-06T15:07:49.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.6 failure report canceled by osd.3 2023-12-06T15:07:49.286 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:49 smithi176 ceph-mon[107705]: osd.7 failure report canceled by osd.3 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v342: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v343: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v344: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v345: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v346: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v347: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v348: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v349: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v350: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v351: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v352: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v353: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v354: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v355: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v356: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v357: 97 pgs: 97 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: mon.smithi176 calling monitor election 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: mon.smithi204 calling monitor election 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v358: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v359: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: mon.smithi176 is new leader, mons smithi176,smithi204 in quorum (ranks 0,1) 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: monmap e2: 2 mons at {smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: fsmap foofs:1 {0=foofs.smithi176.ohwcws=up:active} 1 up:standby 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osdmap e68: 8 total, 8 up, 8 in 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: mgrmap e28: smithi204.tgvqbc(active, since 11m), standbys: smithi176.drqsup 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.4 reported failed by osd.3 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.6 reported failed by osd.3 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.7 reported failed by osd.3 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.4 reported failed by osd.1 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.4 failed (root=default,host=smithi204) (2 reporters from different osd after 28.652541 >= grace 20.000000) 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.7 reported failed by osd.1 2023-12-06T15:07:49.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.7 failed (root=default,host=smithi204) (2 reporters from different osd after 21.652822 >= grace 20.000000) 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.0 reported failed by osd.6 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.0 reported failed by osd.5 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.0 failed (root=default,host=smithi176) (2 reporters from different osd after 34.001934 >= grace 20.000000) 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi176.drqsup on host smithi176 failed. 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: Upgrade daemon: mgr.smithi176.drqsup: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi176.drqsup ... 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: Traceback (most recent call last): 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: "__main__", mod_spec) 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: exec(code, run_globals) 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5676, in 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 5664, in main 2023-12-06T15:07:49.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: File "/tmp/tmpzkc_wczn.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.0 failure report canceled by osd.6 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.0 failure report canceled by osd.5 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.482 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: Removing daemon nfs.foo.1.0.smithi204.bwkjxw from smithi204 -- ports [2049] 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.7 failure report canceled by osd.1 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: pgmap v360: 97 pgs: 1 active+clean+laggy, 96 active+clean; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.4 failure report canceled by osd.3 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.6 failure report canceled by osd.3 2023-12-06T15:07:49.483 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-mon[110430]: osd.7 failure report canceled by osd.3 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:alertmanager.smithi176 smithi176 *:9093,9094 host is offline - - - - 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi176 smithi176 host is offline 11m ago 18m 6991k - 17.2.0 e1d6a67b021e bf4790b2647f 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:crash.smithi204 smithi204 running (17m) 7m ago 17m 7147k - 17.2.0 e1d6a67b021e 4a3a9609a93f 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:grafana.smithi176 smithi176 *:3000 host is offline - - - - 2023-12-06T15:07:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi176.ohwcws smithi176 host is offline 11m ago 14m 37.2M - 17.2.0 e1d6a67b021e c9e4e4cc4963 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:mds.foofs.smithi204.stksct smithi204 running (14m) 7m ago 14m 17.5M - 17.2.0 e1d6a67b021e 78d111f1d591 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi176.drqsup smithi176 *:9283 host is offline 11m ago 19m 423M - 17.2.0 e1d6a67b021e c99c6a88c56d 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:mgr.smithi204.tgvqbc smithi204 *:8443,9283 running (12m) 7m ago 17m 513M - 19.0.0-26-g0482646f 26bb7d89db2e a63873867cbc 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi176 smithi176 host is offline 11m ago 19m 92.3M 2048M 17.2.0 e1d6a67b021e 3856877cdfd5 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:mon.smithi204 smithi204 running (17m) 7m ago 17m 66.9M 2048M 17.2.0 e1d6a67b021e c9e83f5b0a2f 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.0.0.smithi176.folluz smithi176 *:2049 host is offline 11m ago 13m 265M - 4.0 e1d6a67b021e 259c8841e3b3 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:nfs.foo.1.0.smithi204.bwkjxw smithi204 *:2049 running (13m) 7m ago 13m 92.7M - 4.0 e1d6a67b021e 90dbc4c76f43 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi176 smithi176 *:9100 host is offline - - - - 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:node-exporter.smithi204 smithi204 *:9100 running (10m) 7m ago 17m 24.0M - 1.3.1 1dbe0e931976 5e37f56196bf 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.0 smithi176 host is offline 11m ago 17m 656M 1944M 17.2.0 e1d6a67b021e 907fa655de1c 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.1 smithi176 host is offline 11m ago 16m 529M 1944M 17.2.0 e1d6a67b021e 99883b5ef70b 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.2 smithi176 host is offline 11m ago 16m 373M 1944M 17.2.0 e1d6a67b021e cd5c5376e518 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.3 smithi176 host is offline 11m ago 16m 613M 1944M 17.2.0 e1d6a67b021e fb8e6cb12f67 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.4 smithi204 running (15m) 7m ago 15m 1409M 2712M 17.2.0 e1d6a67b021e 6c3bfde16037 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.5 smithi204 running (15m) 7m ago 15m 1864M 2712M 17.2.0 e1d6a67b021e 1d84291019bc 2023-12-06T15:07:49.680 INFO:teuthology.orchestra.run.smithi176.stdout:osd.6 smithi204 running (15m) 7m ago 15m 1512M 2712M 17.2.0 e1d6a67b021e 9548294bc73c 2023-12-06T15:07:49.681 INFO:teuthology.orchestra.run.smithi176.stdout:osd.7 smithi204 running (15m) 7m ago 15m 2098M 2712M 17.2.0 e1d6a67b021e 9d08f7caaba5 2023-12-06T15:07:49.681 INFO:teuthology.orchestra.run.smithi176.stdout:prometheus.smithi176 smithi176 *:9095 host is offline - - - - 2023-12-06T15:07:49.977 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:07:49 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:07:49.625+0000 7fd4f7a61700 -1 osd.4 69 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:07:49.986 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 702 sec 2023-12-06T15:07:50.058 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T15:07:50.348 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:07:50.215+0000 7ff04d0dd700 -1 osd.0 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: Health check failed: 3 osds down (OSD_DOWN) 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: osdmap e69: 8 total, 5 up, 8 in 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: Health check failed: Slow OSD heartbeats on back (longest 2726.818ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: Health check failed: Slow OSD heartbeats on front (longest 2855.933ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: Health check failed: 2 slow ops, oldest one blocked for 31 sec, mon.smithi176 has slow ops (SLOW_OPS) 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: Monitor daemon marked osd.4 down, but it is still running 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: map e69 wrongly marked me down at e69 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: osd.4 marked itself dead as of e69 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: osd.0 marked itself dead as of e69 2023-12-06T15:07:50.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:50.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046] boot 2023-12-06T15:07:50.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: osdmap e70: 8 total, 6 up, 8 in 2023-12-06T15:07:50.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:50 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: Health check failed: 3 osds down (OSD_DOWN) 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: osdmap e69: 8 total, 5 up, 8 in 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: Health check failed: Slow OSD heartbeats on back (longest 2726.818ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: Health check failed: Slow OSD heartbeats on front (longest 2855.933ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: Health check failed: 2 slow ops, oldest one blocked for 31 sec, mon.smithi176 has slow ops (SLOW_OPS) 2023-12-06T15:07:50.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: Monitor daemon marked osd.4 down, but it is still running 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: map e69 wrongly marked me down at e69 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: osd.4 marked itself dead as of e69 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: osd.0 marked itself dead as of e69 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: osd.4 [v2:172.21.15.204:6800/1160910046,v1:172.21.15.204:6801/1160910046] boot 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: osdmap e70: 8 total, 6 up, 8 in 2023-12-06T15:07:50.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:50 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:07:50.986 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 703 sec 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Monitor daemon marked osd.0 down, but it is still running 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: map e69 wrongly marked me down at e69 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: pgmap v363: 97 pgs: 39 stale+active+clean, 57 active+clean, 1 active+clean+laggy; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Removing key for client.nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]': finished 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Removing key for client.nfs.foo.1.0.smithi204.bwkjxw-rgw 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]: dispatch 2023-12-06T15:07:51.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]': finished 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Fencing old nfs.foo.0.0.smithi176.folluz 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]': finished 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Fencing old nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Removing nfs.foo.1 from the ganesha grace table 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.467 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.0.1.smithi204.mpmbfj 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.468 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: osd.7 marked itself dead as of e70 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436] boot 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: osdmap e71: 8 total, 7 up, 8 in 2023-12-06T15:07:51.469 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:51 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:07:51.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Monitor daemon marked osd.0 down, but it is still running 2023-12-06T15:07:51.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: map e69 wrongly marked me down at e69 2023-12-06T15:07:51.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: pgmap v363: 97 pgs: 39 stale+active+clean, 57 active+clean, 1 active+clean+laggy; 256 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-06T15:07:51.477 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Removing key for client.nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]': finished 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Removing key for client.nfs.foo.1.0.smithi204.bwkjxw-rgw 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw-rgw"}]': finished 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Fencing old nfs.foo.0.0.smithi176.folluz 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]: dispatch 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi176.folluz"}]': finished 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:51.478 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Fencing old nfs.foo.1.0.smithi204.bwkjxw 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi204.bwkjxw"}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Removing nfs.foo.1 from the ganesha grace table 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.0.1.smithi204.mpmbfj 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T15:07:51.479 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi204.mpmbfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: osd.7 marked itself dead as of e70 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: osd.0 [v2:172.21.15.176:6802/2885494436,v1:172.21.15.176:6803/2885494436] boot 2023-12-06T15:07:51.480 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: osdmap e71: 8 total, 7 up, 8 in 2023-12-06T15:07:51.481 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:07:51.679 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000032a0000000a' failed - Device or resource busy 2023-12-06T15:07:51.693 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-06T15:07:51.693 INFO:teuthology.orchestra.run.smithi176.stdout: "mon": { 2023-12-06T15:07:51.693 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:07:51.693 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T15:07:51.693 INFO:teuthology.orchestra.run.smithi176.stdout: "mgr": { 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "osd": { 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "mds": { 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: }, 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "overall": { 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout: } 2023-12-06T15:07:51.694 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-06T15:07:51.710 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002f90000000c' failed - Device or resource busy 2023-12-06T15:07:51.742 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002f60000000b' failed - Device or resource busy 2023-12-06T15:07:51.774 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002df00000009' failed - Device or resource busy 2023-12-06T15:07:51.806 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000031500000008' failed - Device or resource busy 2023-12-06T15:07:51.886 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:07:51 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:07:51.722+0000 7f49eea4f700 -1 osd.7 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:07:51.935 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000003170000000d' failed - Device or resource busy 2023-12-06T15:07:51.966 INFO:teuthology.orchestra.run.smithi176.stdout:[222133] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002e700000007' failed - Device or resource busy 2023-12-06T15:07:51.986 INFO:teuthology.orchestra.run.smithi176.stdout: 1 cleanup 704 sec 2023-12-06T15:07:52.111 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: 0 cleanup 705 sec 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: Operation Count AvgLat MaxLat 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: ---------------------------------------- 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: NTCreateX 153844 6.918 243.897 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: Close 112990 0.127 30.732 2023-12-06T15:07:52.759 INFO:teuthology.orchestra.run.smithi176.stdout: Rename 6497 11.227 217.232 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Unlink 31079 7.050 123.194 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Qpathinfo 139486 2.757 105.727 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Qfileinfo 24277 0.092 12.723 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Qfsinfo 25515 1.401 37.466 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Sfileinfo 12499 10.658 75.193 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Find 53855 5.109 228.880 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: WriteX 75883 10.504 115.414 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: ReadX 240469 0.010 8.580 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: LockX 496 0.427 7.294 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: UnlockX 496 0.305 4.812 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: Flush 10764 0.002 0.017 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T15:07:52.760 INFO:teuthology.orchestra.run.smithi176.stdout:Throughput 7.9586 MB/sec 5 clients 5 procs max_latency=243.900 ms 2023-12-06T15:07:52.761 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Rados config object exists: conf-nfs.foo 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Creating key for client.nfs.foo.0.1.smithi204.mpmbfj-rgw 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Bind address in nfs.foo.0.1.smithi204.mpmbfj's ganesha conf is defaulting to empty 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Deploying daemon nfs.foo.0.1.smithi204.mpmbfj on smithi204 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Monitor daemon marked osd.7 down, but it is still running 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: map e70 wrongly marked me down at e69 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: from='client.? 172.21.15.176:0/283900159' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046] boot 2023-12-06T15:07:52.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: osdmap e72: 8 total, 8 up, 8 in 2023-12-06T15:07:52.789 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:52 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:07:52.822 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-06T15:07:52.940 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Rados config object exists: conf-nfs.foo 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Creating key for client.nfs.foo.0.1.smithi204.mpmbfj-rgw 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Bind address in nfs.foo.0.1.smithi204.mpmbfj's ganesha conf is defaulting to empty 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Deploying daemon nfs.foo.0.1.smithi204.mpmbfj on smithi204 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Monitor daemon marked osd.7 down, but it is still running 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: map e70 wrongly marked me down at e69 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: from='client.? 172.21.15.176:0/283900159' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: osd.7 [v2:172.21.15.204:6824/1478929046,v1:172.21.15.204:6825/1478929046] boot 2023-12-06T15:07:52.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: osdmap e72: 8 total, 8 up, 8 in 2023-12-06T15:07:52.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:52 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:07:53.001 INFO:teuthology.orchestra.run.smithi176.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-06T15:07:53.001 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-06T15:07:53.001 INFO:teuthology.orchestra.run.smithi176.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-06T15:07:53.001 INFO:teuthology.orchestra.run.smithi176.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-06T15:07:53.102 INFO:teuthology.orchestra.run.smithi176.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-06T15:07:53.102 INFO:teuthology.orchestra.run.smithi176.stdout:releasing clients 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: pgmap v366: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s wr, 0 op/s; 50/546 objects degraded (9.158%) 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: Health check failed: Reduced data availability: 20 pgs peering (PG_AVAILABILITY) 2023-12-06T15:07:53.629 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: Health check failed: Degraded data redundancy: 50/546 objects degraded (9.158%), 16 pgs degraded (PG_DEGRADED) 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: Health check cleared: SLOW_OPS (was: 2 slow ops, oldest one blocked for 31 sec, mon.smithi176 has slow ops) 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: osdmap e73: 8 total, 8 up, 8 in 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:53 smithi176 ceph-mon[107705]: from='mds.0 [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859]' entity='mds.foofs.smithi176.ohwcws' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/798409144"}]: dispatch 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: pgmap v366: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s wr, 0 op/s; 50/546 objects degraded (9.158%) 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:53.630 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: Health check failed: Reduced data availability: 20 pgs peering (PG_AVAILABILITY) 2023-12-06T15:07:53.631 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: Health check failed: Degraded data redundancy: 50/546 objects degraded (9.158%), 16 pgs degraded (PG_DEGRADED) 2023-12-06T15:07:53.631 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: Health check cleared: SLOW_OPS (was: 2 slow ops, oldest one blocked for 31 sec, mon.smithi176 has slow ops) 2023-12-06T15:07:53.631 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: osdmap e73: 8 total, 8 up, 8 in 2023-12-06T15:07:53.631 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:53 smithi204 ceph-mon[110430]: from='mds.0 [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859]' entity='mds.foofs.smithi176.ohwcws' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/798409144"}]: dispatch 2023-12-06T15:07:53.746 INFO:teuthology.orchestra.run.smithi176.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T15:07:54.206 INFO:teuthology.orchestra.run.smithi176.stdout:[199] open ./clients/client2/~dmtmp/COREL/CDRROLS.CFG failed for handle 9957 (Remote I/O error) 2023-12-06T15:07:54.206 INFO:teuthology.orchestra.run.smithi176.stdout:(200) ERROR: handle 9957 was not found 2023-12-06T15:07:54.210 INFO:teuthology.orchestra.run.smithi176.stdout:Child failed with status 1 2023-12-06T15:07:54.212 INFO:teuthology.orchestra.run.smithi176.stdout:[239] open ./clients/client3/~dmtmp/COREL/TEAPOT2.CPT failed for handle 9962 (Remote I/O error) 2023-12-06T15:07:54.212 INFO:teuthology.orchestra.run.smithi176.stdout:(240) ERROR: handle 9962 was not found 2023-12-06T15:07:54.212 INFO:teuthology.orchestra.run.smithi176.stdout:[207] open ./clients/client1/~dmtmp/COREL/CDRBARS.CFG failed for handle 9958 (Remote I/O error) 2023-12-06T15:07:54.212 INFO:teuthology.orchestra.run.smithi176.stdout:(208) ERROR: handle 9958 was not found 2023-12-06T15:07:54.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:07:54.218 INFO:teuthology.orchestra.run.smithi176.stdout:[165] open ./clients/client0/~dmtmp/PWRPNT/ZD16.BMP failed for handle 9952 (Remote I/O error) 2023-12-06T15:07:54.269 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 750f05f6-9446-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T15:07:54.777 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:54 smithi176 ceph-mon[107705]: Evicting (and blocklisting) client session 14552 (172.21.15.176:0/798409144) 2023-12-06T15:07:54.777 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:54 smithi176 ceph-mon[107705]: from='mds.0 [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859]' entity='mds.foofs.smithi176.ohwcws' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/798409144"}]': finished 2023-12-06T15:07:54.777 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:54 smithi176 ceph-mon[107705]: osdmap e74: 8 total, 8 up, 8 in 2023-12-06T15:07:54.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:54 smithi204 ceph-mon[110430]: Evicting (and blocklisting) client session 14552 (172.21.15.176:0/798409144) 2023-12-06T15:07:54.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:54 smithi204 ceph-mon[110430]: from='mds.0 [v2:172.21.15.176:6834/3712042859,v1:172.21.15.176:6835/3712042859]' entity='mds.foofs.smithi176.ohwcws' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/798409144"}]': finished 2023-12-06T15:07:54.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:54 smithi204 ceph-mon[110430]: osdmap e74: 8 total, 8 up, 8 in 2023-12-06T15:07:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:55 smithi204 ceph-mon[110430]: pgmap v369: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s wr, 1 op/s; 50/549 objects degraded (9.107%) 2023-12-06T15:07:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:55 smithi204 ceph-mon[110430]: Health check update: Slow OSD heartbeats on back (longest 8626.201ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-06T15:07:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:55 smithi204 ceph-mon[110430]: Health check update: Slow OSD heartbeats on front (longest 6650.494ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-06T15:07:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:55 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:55.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:55 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:55 smithi176 ceph-mon[107705]: pgmap v369: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s wr, 1 op/s; 50/549 objects degraded (9.107%) 2023-12-06T15:07:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:55 smithi176 ceph-mon[107705]: Health check update: Slow OSD heartbeats on back (longest 8626.201ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-06T15:07:56.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:55 smithi176 ceph-mon[107705]: Health check update: Slow OSD heartbeats on front (longest 6650.494ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-06T15:07:56.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:55 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:56.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:55 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:56.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:56 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:57.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:57.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:57.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:57.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:57.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:57.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:56 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:57.977 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:57 smithi204 ceph-mon[110430]: pgmap v370: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s wr, 0 op/s; 50/549 objects degraded (9.107%) 2023-12-06T15:07:58.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:57 smithi176 ceph-mon[107705]: pgmap v370: 97 pgs: 16 active+undersized+degraded, 32 peering, 2 stale+active+clean, 3 active+undersized, 44 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s wr, 0 op/s; 50/549 objects degraded (9.107%) 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.227 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.228 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:58 smithi204 ceph-mon[110430]: pgmap v371: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 6.2 MiB/s wr, 91 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 172.21.15.204:0/2336753136' entity='mgr.smithi204.tgvqbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: from='mgr.24437 ' entity='mgr.smithi204.tgvqbc' 2023-12-06T15:07:59.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:58 smithi176 ceph-mon[107705]: pgmap v371: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 6.2 MiB/s wr, 91 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2023-12-06T15:08:00.212 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:59 smithi176 ceph-mon[107705]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 20 pgs peering) 2023-12-06T15:08:00.213 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:07:59 smithi176 ceph-mon[107705]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 50/549 objects degraded (9.107%), 16 pgs degraded) 2023-12-06T15:08:00.214 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:59 smithi204 ceph-mon[110430]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 20 pgs peering) 2023-12-06T15:08:00.214 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:07:59 smithi204 ceph-mon[110430]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 50/549 objects degraded (9.107%), 16 pgs degraded) 2023-12-06T15:08:00.429 INFO:teuthology.orchestra.run.smithi176.stdout:[181] open ./clients/client4/~dmtmp/PWRPNT/TIPS.PPT failed for handle 9954 (Remote I/O error) 2023-12-06T15:08:00.429 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi176 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5'" 2023-12-06T15:08:00.500 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1ee6180c0be4444badd0000919edf8be Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi176 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5'" 2023-12-06T15:08:00.503 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T15:08:00.512 INFO:tasks.cephadm:Teardown begin 2023-12-06T15:08:00.513 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:08:00.546 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:08:00.584 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T15:08:00.584 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:08:00.604 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:08:00.645 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T15:08:00.645 INFO:tasks.cephadm.mon.smithi176:Stopping mon.smithi176... 2023-12-06T15:08:00.645 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176 2023-12-06T15:08:00.799 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:00 smithi176 systemd[1]: Stopping Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:01.098 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:00 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107682]: 2023-12-06T15:08:00.798+0000 7f13130cd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi176 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:01.099 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:00 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176[107682]: 2023-12-06T15:08:00.798+0000 7f13130cd700 -1 mon.smithi176@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T15:08:01.348 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service' 2023-12-06T15:08:01.357 INFO:teuthology.orchestra.run.smithi176.stderr:Error: statfs /etc/ceph/ceph.conf: no such file or directory 2023-12-06T15:08:01.376 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:01 smithi176 bash[154418]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi176 2023-12-06T15:08:01.376 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:01 smithi176 bash[154484]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon.smithi176" found: no such container 2023-12-06T15:08:01.377 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:01 smithi176 systemd[1]: ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi176.service: Succeeded. 2023-12-06T15:08:01.377 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 06 15:08:01 smithi176 systemd[1]: Stopped Ceph mon.smithi176 for 750f05f6-9446-11ee-95a2-87774f69a715. 2023-12-06T15:08:01.380 DEBUG:teuthology.orchestra.run:got remote process result: 125 2023-12-06T15:08:01.400 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:01.400 INFO:tasks.cephadm.mon.smithi176:Stopped mon.smithi176 2023-12-06T15:08:01.401 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2023-12-06T15:08:01.401 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi204 2023-12-06T15:08:01.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:08:01 smithi204 systemd[1]: Stopping Ceph mon.smithi204 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:01.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:08:01 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi204[110401]: 2023-12-06T15:08:01.536+0000 7fbf1ea97700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi204 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:01.723 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 06 15:08:01 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-mon-smithi204[110401]: 2023-12-06T15:08:01.536+0000 7fbf1ea97700 -1 mon.smithi204@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T15:08:01.893 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@mon.smithi204.service' 2023-12-06T15:08:01.940 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:01.940 INFO:tasks.cephadm.mon.smithi204:Stopped mon.smithi204 2023-12-06T15:08:01.941 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T15:08:01.941 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.0 2023-12-06T15:08:02.348 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:01 smithi176 systemd[1]: Stopping Ceph osd.0 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:02.349 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:02 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:08:02.047+0000 7ff051744700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:02.349 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:02 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:08:02.047+0000 7ff051744700 -1 osd.0 74 *** Got signal Terminated *** 2023-12-06T15:08:02.349 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:02 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0[120133]: 2023-12-06T15:08:02.047+0000 7ff051744700 -1 osd.0 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:08.099 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:07 smithi176 bash[154555]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:08:08.099 INFO:journalctl@ceph.osd.0.smithi176.stdout:Dec 06 15:08:07 smithi176 bash[154598]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-06T15:08:08.868 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T15:08:08.908 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:08.909 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T15:08:08.909 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T15:08:08.909 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.1 2023-12-06T15:08:09.349 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:08 smithi176 systemd[1]: Stopping Ceph osd.1 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:09.349 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:09 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:08:09.055+0000 7f02d3449700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:09.349 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:09 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:08:09.055+0000 7f02d3449700 -1 osd.1 74 *** Got signal Terminated *** 2023-12-06T15:08:09.349 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:09 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1[123844]: 2023-12-06T15:08:09.055+0000 7f02d3449700 -1 osd.1 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:15.099 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:14 smithi176 bash[154773]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:08:15.099 INFO:journalctl@ceph.osd.1.smithi176.stdout:Dec 06 15:08:14 smithi176 bash[154816]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-06T15:08:15.901 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T15:08:15.941 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:15.941 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T15:08:15.941 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T15:08:15.941 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.2 2023-12-06T15:08:16.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:16 smithi176 systemd[1]: Stopping Ceph osd.2 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:16.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:16 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:08:16.126+0000 7f90067d6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:16.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:16 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:08:16.126+0000 7f90067d6700 -1 osd.2 74 *** Got signal Terminated *** 2023-12-06T15:08:16.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:16 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2[128311]: 2023-12-06T15:08:16.126+0000 7f90067d6700 -1 osd.2 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:22.099 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:21 smithi176 bash[154993]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:08:22.099 INFO:journalctl@ceph.osd.2.smithi176.stdout:Dec 06 15:08:21 smithi176 bash[155036]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-06T15:08:22.948 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T15:08:22.988 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:22.988 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T15:08:22.988 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T15:08:22.989 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.3 2023-12-06T15:08:23.348 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:23 smithi176 systemd[1]: Stopping Ceph osd.3 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:23.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:23 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:08:23.127+0000 7fb7f2182700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:23.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:23 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:08:23.127+0000 7fb7f2182700 -1 osd.3 74 *** Got signal Terminated *** 2023-12-06T15:08:23.349 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:23 smithi176 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3[132766]: 2023-12-06T15:08:23.127+0000 7fb7f2182700 -1 osd.3 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:29.099 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:28 smithi176 bash[155215]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:08:29.099 INFO:journalctl@ceph.osd.3.smithi176.stdout:Dec 06 15:08:28 smithi176 bash[155259]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-06T15:08:29.727 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:29.367+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:29.823 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T15:08:29.862 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:29.862 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T15:08:29.862 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T15:08:29.863 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.4 2023-12-06T15:08:30.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:29.971+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:30.228 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:29.769+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:30.228 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:29 smithi204 systemd[1]: Stopping Ceph osd.4 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:30.228 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:29.992+0000 7fd4fc8c9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:30.228 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:29.992+0000 7fd4fc8c9700 -1 osd.4 74 *** Got signal Terminated *** 2023-12-06T15:08:30.228 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:29.992+0000 7fd4fc8c9700 -1 osd.4 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:30.229 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:29 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:29.940+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:30.727 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:30.361+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:31.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:30.944+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:31.227 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:30.727+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:31.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:30 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:30.947+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:31.699 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:31.388+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:31.969 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:31.898+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:31.969 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:31.699+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:32.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:31 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:31.968+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:32.672 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:32.352+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:32.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:32.897+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:32.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:32 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:32.671+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:33.377 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:33.001+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:33.698 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:33.376+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:33.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:33.939+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:33.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:33 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:33.697+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:34.394 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:33.999+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:34.727 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4[115295]: 2023-12-06T15:08:34.394+0000 7fd4f9264700 -1 osd.4 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.515288+0000 front 2023-12-06T15:08:05.515365+0000 (oldest deadline 2023-12-06T15:08:28.415557+0000) 2023-12-06T15:08:35.014 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:34.904+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:35.014 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:34 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:34.741+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:35.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:35.014+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:35.938 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:35 smithi204 bash[137155]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:08:35.938 INFO:journalctl@ceph.osd.4.smithi204.stdout:Dec 06 15:08:35 smithi204 bash[137234]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-06T15:08:35.939 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:35.719+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:36.227 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:35 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:35.937+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:36.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:36.036+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:36.227 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:36.036+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:36.792 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T15:08:36.832 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:36.833 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T15:08:36.833 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T15:08:36.833 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.5 2023-12-06T15:08:36.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:36.723+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:36.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:36 smithi204 systemd[1]: Stopping Ceph osd.5 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:36.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:36.923+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:37.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:37.039+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:37.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:37.039+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:37.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:36.979+0000 7febc7901700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:37.477 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:36.979+0000 7febc7901700 -1 osd.5 74 *** Got signal Terminated *** 2023-12-06T15:08:37.478 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:36 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:36.979+0000 7febc7901700 -1 osd.5 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:38.041 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:37.733+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:38.042 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:37.875+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:38.042 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:37 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:37.875+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.647216+0000 front 2023-12-06T15:08:13.647349+0000 (oldest deadline 2023-12-06T15:08:37.147233+0000) 2023-12-06T15:08:38.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:38.041+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:38.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:38.041+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:38.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:38.908+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:38.978 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:38.908+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.647216+0000 front 2023-12-06T15:08:13.647349+0000 (oldest deadline 2023-12-06T15:08:37.147233+0000) 2023-12-06T15:08:38.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:38.689+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:38.979 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:38 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:38.689+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:39.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:39.022+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:39.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:39.022+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:39.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:39.866+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:39.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:39.866+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.647216+0000 front 2023-12-06T15:08:13.647349+0000 (oldest deadline 2023-12-06T15:08:37.147233+0000) 2023-12-06T15:08:39.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:39.681+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:39.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:39 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:39.681+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:40.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:40.066+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:40.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:40.066+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:40.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:40.828+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:40.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:40.828+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.647216+0000 front 2023-12-06T15:08:13.647349+0000 (oldest deadline 2023-12-06T15:08:37.147233+0000) 2023-12-06T15:08:40.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:40.719+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:40.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:40 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:40.719+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:41.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:41.114+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:41.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:41.114+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:41.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:41.789+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:06.745635+0000 front 2023-12-06T15:08:06.745707+0000 (oldest deadline 2023-12-06T15:08:29.045685+0000) 2023-12-06T15:08:41.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5[118729]: 2023-12-06T15:08:41.789+0000 7febc0a95700 -1 osd.5 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.647216+0000 front 2023-12-06T15:08:13.647349+0000 (oldest deadline 2023-12-06T15:08:37.147233+0000) 2023-12-06T15:08:41.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:41.689+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:41.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:41 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:41.689+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:42.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:42.162+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:42.478 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:42.162+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:42.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:42 smithi204 bash[137413]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:08:42.977 INFO:journalctl@ceph.osd.5.smithi204.stdout:Dec 06 15:08:42 smithi204 bash[137456]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-06T15:08:42.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:42.668+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:42.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:42.668+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:42.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:42 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:42.668+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:43.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:43.141+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:43.478 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:43.142+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:43.808 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:43.624+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:43.808 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:43.624+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:43.808 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:43.624+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:43.815 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T15:08:43.855 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:43.855 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T15:08:43.856 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T15:08:43.856 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.6 2023-12-06T15:08:44.139 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 systemd[1]: Stopping Ceph osd.6 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:44.140 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:43.994+0000 7f635608d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:44.140 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:43.994+0000 7f635608d700 -1 osd.6 74 *** Got signal Terminated *** 2023-12-06T15:08:44.140 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:43 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:43.994+0000 7f635608d700 -1 osd.6 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:44.140 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:44.138+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:44.140 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:44.138+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:44.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:44.618+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:44.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:44.618+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:44.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:44 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:44.618+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:45.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:45.158+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:45.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:45.158+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:45.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:45.158+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:20.793451+0000 front 2023-12-06T15:08:20.793500+0000 (oldest deadline 2023-12-06T15:08:44.893390+0000) 2023-12-06T15:08:45.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:45.647+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:45.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:45.647+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:45.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:45 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:45.647+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:46.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:46.116+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:46.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:46.116+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:46.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:46.116+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:20.793451+0000 front 2023-12-06T15:08:20.793500+0000 (oldest deadline 2023-12-06T15:08:44.893390+0000) 2023-12-06T15:08:46.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:46.645+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:46.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:46.645+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:46.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:46 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:46.645+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:47.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:47.120+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:47.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:47.120+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:47.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:47.120+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:20.793451+0000 front 2023-12-06T15:08:20.793500+0000 (oldest deadline 2023-12-06T15:08:44.893390+0000) 2023-12-06T15:08:47.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:47.660+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:47.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:47.660+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:47.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:47 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:47.660+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:48.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:48.125+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:04.590332+0000 front 2023-12-06T15:08:04.590242+0000 (oldest deadline 2023-12-06T15:08:29.290105+0000) 2023-12-06T15:08:48.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:48.125+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:09.791244+0000 front 2023-12-06T15:08:09.791300+0000 (oldest deadline 2023-12-06T15:08:35.591775+0000) 2023-12-06T15:08:48.477 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6[122278]: 2023-12-06T15:08:48.125+0000 7f6351225700 -1 osd.6 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:20.793451+0000 front 2023-12-06T15:08:20.793500+0000 (oldest deadline 2023-12-06T15:08:44.893390+0000) 2023-12-06T15:08:48.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:48.610+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:48.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:48.610+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:48.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:48 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:48.610+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:49.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:49 smithi204 bash[137633]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:08:49.977 INFO:journalctl@ceph.osd.6.smithi204.stdout:Dec 06 15:08:49 smithi204 bash[137676]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-06T15:08:49.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:49 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:49.587+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:49.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:49 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:49.587+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:49.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:49 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:49.587+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:49.978 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:49 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:49.587+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:50.699 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.559+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:50.699 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.559+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:50.699 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.559+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:50.699 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.559+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:50.705 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T15:08:50.745 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:50.745 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T15:08:50.745 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T15:08:50.746 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.7 2023-12-06T15:08:50.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 systemd[1]: Stopping Ceph osd.7 for 750f05f6-9446-11ee-95a2-87774f69a715... 2023-12-06T15:08:50.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.929+0000 7f49f30b6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-06T15:08:50.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.929+0000 7f49f30b6700 -1 osd.7 74 *** Got signal Terminated *** 2023-12-06T15:08:50.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:50 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:50.929+0000 7f49f30b6700 -1 osd.7 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:08:51.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:51 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:51.528+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:51.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:51 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:51.528+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:51.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:51 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:51.528+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:51.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:51 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:51.528+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:52.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:52.501+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:52.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:52.501+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:52.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:52.501+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:52.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:52 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:52.501+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:53.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:53 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:53.526+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:53.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:53 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:53.526+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:53.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:53 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:53.526+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:53.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:53 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:53.526+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:54.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:54 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:54.490+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:54.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:54 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:54.490+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:54.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:54 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:54.490+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:54.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:54 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:54.490+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:55.727 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:55 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:55.446+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6806 osd.0 since back 2023-12-06T15:08:05.045050+0000 front 2023-12-06T15:08:05.045270+0000 (oldest deadline 2023-12-06T15:08:29.145066+0000) 2023-12-06T15:08:55.727 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:55 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:55.446+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6814 osd.1 since back 2023-12-06T15:08:13.246213+0000 front 2023-12-06T15:08:13.246139+0000 (oldest deadline 2023-12-06T15:08:37.945971+0000) 2023-12-06T15:08:55.727 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:55 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:55.446+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6822 osd.2 since back 2023-12-06T15:08:19.646905+0000 front 2023-12-06T15:08:19.647041+0000 (oldest deadline 2023-12-06T15:08:42.546929+0000) 2023-12-06T15:08:55.727 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:55 smithi204 ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7[125761]: 2023-12-06T15:08:55.446+0000 7f49f0252700 -1 osd.7 74 heartbeat_check: no reply from 172.21.15.176:6830 osd.3 since back 2023-12-06T15:08:25.348609+0000 front 2023-12-06T15:08:25.348626+0000 (oldest deadline 2023-12-06T15:08:48.848618+0000) 2023-12-06T15:08:56.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:56 smithi204 bash[137855]: ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:08:56.977 INFO:journalctl@ceph.osd.7.smithi204.stdout:Dec 06 15:08:56 smithi204 bash[137932]: Error: no container with name or ID "ceph-750f05f6-9446-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-06T15:08:57.797 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-750f05f6-9446-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T15:08:57.836 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:08:57.836 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T15:08:57.837 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 750f05f6-9446-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:09:19.579 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 750f05f6-9446-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:09:35.174 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:09:35.213 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:09:35.243 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T15:09:35.245 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi176/crash 2023-12-06T15:09:35.246 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:09:35.294 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:09:35.294 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:09:35.296 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi204/crash 2023-12-06T15:09:35.297 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:09:35.355 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/750f05f6-9446-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:09:35.355 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:09:35.356 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T15:09:35.356 DEBUG:teuthology.orchestra.run.smithi176:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T15:09:35.388 INFO:teuthology.orchestra.run.smithi176.stderr:grep: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T15:09:35.390 INFO:tasks.cephadm:Compressing logs... 2023-12-06T15:09:35.390 DEBUG:teuthology.orchestra.run.smithi176:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T15:09:35.434 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T15:09:35.460 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-06T15:09:35.460 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:09:35.461 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T15:09:35.463 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:09:35.463 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi204.stksct.log 2023-12-06T15:09:35.463 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T15:09:35.463 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T15:09:35.463 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi204.stksct.log: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.7.log: 60.5% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi204.stksct.log.gz 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T15:09:35.464 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi176.drqsup.log 2023-12-06T15:09:35.465 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi176.ohwcws.log 2023-12-06T15:09:35.465 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.4.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:09:35.465 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T15:09:35.465 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi204.tgvqbc.log 2023-12-06T15:09:35.466 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:09:35.466 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi204.log 2023-12-06T15:09:35.468 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi176.drqsup.log: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi176.ohwcws.log: 81.7% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi176.ohwcws.log.gz 2023-12-06T15:09:35.468 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi176.log 2023-12-06T15:09:35.469 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi176.log: gzip -5 --verbose -- /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T15:09:35.469 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:09:35.475 INFO:teuthology.orchestra.run.smithi176.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:09:35.598 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi204.tgvqbc.log: /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi204.log: 90.2% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi204.tgvqbc.log.gz 2023-12-06T15:09:35.600 INFO:teuthology.orchestra.run.smithi176.stderr: 88.6% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mgr.smithi176.drqsup.log.gz 2023-12-06T15:09:35.703 INFO:teuthology.orchestra.run.smithi204.stderr: 92.3% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi204.log.gz 2023-12-06T15:09:36.412 INFO:teuthology.orchestra.run.smithi176.stderr: 91.8% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-mon.smithi176.log.gz 2023-12-06T15:09:44.768 INFO:teuthology.orchestra.run.smithi204.stderr: 94.0% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T15:09:44.935 INFO:teuthology.orchestra.run.smithi176.stderr: 94.5% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T15:09:46.971 INFO:teuthology.orchestra.run.smithi204.stderr: 94.3% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T15:09:47.280 INFO:teuthology.orchestra.run.smithi176.stderr: 94.2% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T15:09:48.769 INFO:teuthology.orchestra.run.smithi176.stderr: 94.3% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T15:09:48.839 INFO:teuthology.orchestra.run.smithi176.stderr: 94.1% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T15:09:48.841 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-06T15:09:48.841 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m13.391s 2023-12-06T15:09:48.841 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m47.088s 2023-12-06T15:09:48.841 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m1.943s 2023-12-06T15:09:50.259 INFO:teuthology.orchestra.run.smithi204.stderr: 94.2% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T15:09:52.012 INFO:teuthology.orchestra.run.smithi204.stderr: 94.2% -- replaced with /var/log/ceph/750f05f6-9446-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T15:09:52.013 INFO:teuthology.orchestra.run.smithi204.stderr: 2023-12-06T15:09:52.014 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m16.562s 2023-12-06T15:09:52.014 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m50.430s 2023-12-06T15:09:52.014 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m1.990s 2023-12-06T15:09:52.015 INFO:tasks.cephadm:Archiving logs... 2023-12-06T15:09:52.015 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi176/log 2023-12-06T15:09:52.016 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:09:58.697 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi204/log 2023-12-06T15:09:58.698 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:10:06.026 INFO:tasks.cephadm:Removing cluster... 2023-12-06T15:10:06.026 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 750f05f6-9446-11ee-95a2-87774f69a715 --force 2023-12-06T15:10:06.443 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 750f05f6-9446-11ee-95a2-87774f69a715 --force 2023-12-06T15:10:06.817 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T15:10:06.818 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:10:06.836 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:10:06.853 INFO:tasks.cephadm:Teardown complete 2023-12-06T15:10:06.854 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T15:10:06.865 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T15:10:06.866 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:10:06.879 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:10:06.893 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-06T15:10:06.898 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T15:10:06.898 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-06T15:10:06.898 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 2 6 373 31 +3078us[+3078us] +/- 87ms 2023-12-06T15:10:06.898 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 3 6 373 30 -236us[ -236us] +/- 78ms 2023-12-06T15:10:06.899 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 3 6 373 30 -2771us[-2771us] +/- 92ms 2023-12-06T15:10:06.899 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T15:10:06.915 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2023-12-06T15:10:06.918 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T15:10:06.919 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2023-12-06T15:10:06.919 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 40 +3004us[+3004us] +/- 87ms 2023-12-06T15:10:06.919 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -295us[ -259us] +/- 78ms 2023-12-06T15:10:06.919 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 -2800us[-2800us] +/- 92ms 2023-12-06T15:10:06.919 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T15:10:06.920 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T15:10:06.935 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T15:10:06.935 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T15:10:06.960 DEBUG:teuthology.orchestra.run.smithi176:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T15:10:07.054 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T15:10:07.145 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T15:10:07.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:10:07.178 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T15:10:07.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:10:07.210 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T15:10:07.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T15:10:07.258 INFO:teuthology.task.internal:Duration was 1788.759643 seconds 2023-12-06T15:10:07.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T15:10:07.285 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T15:10:07.285 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:10:07.287 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:10:07.330 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T15:10:07.332 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T15:10:07.612 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T15:10:07.612 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2023-12-06T15:10:07.612 DEBUG:teuthology.orchestra.run.smithi176:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T15:10:07.636 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2023-12-06T15:10:07.637 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T15:10:07.660 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T15:10:07.660 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:10:07.678 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:10:07.754 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T15:10:07.754 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:10:07.757 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:10:16.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T15:10:16.338 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T15:10:16.338 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:10:16.365 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:10:16.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T15:10:16.409 DEBUG:teuthology.orchestra.run.smithi176:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:10:16.411 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:10:16.435 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2023-12-06T15:10:16.468 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2023-12-06T15:10:16.494 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:10:16.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:10:16.532 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:10:16.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:10:16.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T15:10:16.563 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T15:10:16.564 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi176 2023-12-06T15:10:16.564 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:10:16.632 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269/remote/smithi204 2023-12-06T15:10:16.632 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:10:16.675 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T15:10:16.675 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:10:16.677 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:10:16.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T15:10:16.739 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T15:10:16.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T15:10:16.758 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T15:10:16.758 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:10:16.761 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:10:16.776 INFO:teuthology.orchestra.run.smithi176.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:10 /home/ubuntu/cephtest 2023-12-06T15:10:16.784 INFO:teuthology.orchestra.run.smithi204.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:10 /home/ubuntu/cephtest 2023-12-06T15:10:16.786 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T15:10:16.796 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T15:10:16.841 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T15:10:16.866 DEBUG:teuthology.nuke:shortname: smithi176 2023-12-06T15:10:16.867 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:10:16.890 DEBUG:teuthology.nuke:shortname: smithi204 2023-12-06T15:10:16.890 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:10:16.894 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:12.403817', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIh4BsCa+CuOvmf1q7nvk9S/4MtsSAdPiJ6HYUjR3c0bLKh+dR0qBqwmQrDbtJGkKsa1RGHO7MNN5oYDJAWkGk0='} 2023-12-06T15:10:16.915 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480269', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:31:12.402485', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJTw+SkppzU4EVD7gKDMwji4eH2yxPRDSKI5//fyDYhFRsDLO0/4ywErDSZqSzOA7h+UWGAnWOJWPjLPUZiYOSA='} 2023-12-06T15:10:16.949 INFO:teuthology.orchestra.console.smithi176:Power off 2023-12-06T15:10:16.950 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:10:16.978 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2023-12-06T15:10:16.978 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:16.995 INFO:teuthology.orchestra.console.smithi204:Power off 2023-12-06T15:10:16.995 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:10:17.004 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-06T15:10:17.017 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2023-12-06T15:10:17.017 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:17.042 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2023-12-06T15:10:21.006 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:21.043 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:21.117 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-06T15:10:21.152 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2023-12-06T15:10:25.122 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:25.153 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:10:25.236 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2023-12-06T15:10:25.266 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2023-12-06T15:10:25.337 INFO:teuthology.orchestra.console.smithi176:Power off completed 2023-12-06T15:10:25.367 INFO:teuthology.orchestra.console.smithi204:Power off completed 2023-12-06T15:10:25.471 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: 1788.7596426010132 failure_reason: 'Command failed on smithi176 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c ''cd /mnt/foo && dbench 5 -t 5''"' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1ee6180c0be4444badd0000919edf8be status: fail success: false 2023-12-06T15:10:25.472 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T15:10:25.544 INFO:teuthology.run:FAIL