2023-12-03T14:53:44.023 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-03T14:53:44.024 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_adking@teuthology --name adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434 -- /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/orig.config.yaml 2023-12-03T14:53:44.064 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T14:53:44.136 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7476434' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 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: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPTfaZrpt3/LDDJAVsYSTCSUKNSWObac9222BO56vXFSqTns49+Fk2zr4ioHMv1LosourjjWrvQKbBdgk9oGPE= smithi159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlachzZk1cTC8fwKJQqc/2+CiANVEwRbBcCigU688fm08gZMX9MWmxo8FjB48KYTVCGFsaRoRfQ2PWVZxosFVU= 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-03_14:46:03 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-03T14:53:44.136 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-03T14:53:44.137 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-03T14:53:44.137 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-03T14:53:44.138 INFO:teuthology.task.internal:Checking packages... 2023-12-03T14:53:44.162 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-03T14:53:44.162 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-03T14:53:44.162 INFO:teuthology.packaging:ref: None 2023-12-03T14:53:44.162 INFO:teuthology.packaging:tag: None 2023-12-03T14:53:44.162 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-03T14:53:44.162 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T14:53:44.162 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-03T14:53:44.382 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-03T14:53:44.382 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-03T14:53:44.390 INFO:teuthology.task.internal:no buildpackages task found 2023-12-03T14:53:44.390 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-03T14:53:44.405 INFO:teuthology.task.internal:Saving configuration 2023-12-03T14:53:44.420 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-03T14:53:44.428 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T14:53:44.454 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434', '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-03 14:47:23.582737', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPTfaZrpt3/LDDJAVsYSTCSUKNSWObac9222BO56vXFSqTns49+Fk2zr4ioHMv1LosourjjWrvQKbBdgk9oGPE='} 2023-12-03T14:53:44.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434', '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-03 14:47:23.581654', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlachzZk1cTC8fwKJQqc/2+CiANVEwRbBcCigU688fm08gZMX9MWmxo8FjB48KYTVCGFsaRoRfQ2PWVZxosFVU='} 2023-12-03T14:53:44.478 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-03T14:53:44.486 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-03T14:53:44.486 INFO:teuthology.task.internal:roles: ubuntu@smithi159.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-03T14:53:44.486 INFO:teuthology.run_tasks:Running task console_log... 2023-12-03T14:53:44.559 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9ff41bea60>, signals=[15]) 2023-12-03T14:53:44.559 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-03T14:53:44.566 INFO:teuthology.task.internal:Opening connections... 2023-12-03T14:53:44.566 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T14:53:44.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:53:44.638 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi159.front.sepia.ceph.com 2023-12-03T14:53:44.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:53:44.709 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-03T14:53:44.718 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2023-12-03T14:53:44.741 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2023-12-03T14:53:44.741 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="CentOS Stream" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="8" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:ID="centos" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE="rhel fedora" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="8" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-03T14:53:44.803 INFO:teuthology.orchestra.run.smithi023.stdout:ANSI_COLOR="0;31" 2023-12-03T14:53:44.804 INFO:teuthology.orchestra.run.smithi023.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-03T14:53:44.804 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://centos.org/" 2023-12-03T14:53:44.804 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:53:44.804 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:53:44.804 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-03T14:53:44.804 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2023-12-03T14:53:44.829 DEBUG:teuthology.orchestra.run.smithi159:> uname -m 2023-12-03T14:53:44.851 INFO:teuthology.orchestra.run.smithi159.stdout:x86_64 2023-12-03T14:53:44.851 DEBUG:teuthology.orchestra.run.smithi159:> cat /etc/os-release 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:NAME="CentOS Stream" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION="8" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:ID="centos" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:ID_LIKE="rhel fedora" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_ID="8" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:ANSI_COLOR="0;31" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-03T14:53:44.912 INFO:teuthology.orchestra.run.smithi159.stdout:HOME_URL="https://centos.org/" 2023-12-03T14:53:44.913 INFO:teuthology.orchestra.run.smithi159.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:53:44.913 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:53:44.913 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-03T14:53:44.913 INFO:teuthology.lock.ops:Updating smithi159.front.sepia.ceph.com on lock server 2023-12-03T14:53:44.937 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-03T14:53:44.956 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-03T14:53:44.967 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-03T14:53:44.967 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:53:44.969 DEBUG:teuthology.orchestra.run.smithi159:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:53:44.989 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-03T14:53:45.001 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-03T14:53:45.002 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:53:45.032 DEBUG:teuthology.orchestra.run.smithi159:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:53:45.062 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-03T14:53:45.121 INFO:teuthology.run_tasks:Running task kernel... 2023-12-03T14:53:45.140 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-03T14:53:45.140 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-03T14:53:45.140 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:53:45.141 DEBUG:teuthology.orchestra.run.smithi159:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:53:45.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:53:45.161 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2023-12-03T14:53:45.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:53:45.162 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-03T14:53:45.223 INFO:teuthology.orchestra.run.smithi159.stdout:4.18.0-489.el8.x86_64 2023-12-03T14:53:45.223 INFO:teuthology.task.kernel:Running kernel on smithi159: 4.18.0-489.el8.x86_64 2023-12-03T14:53:45.223 DEBUG:teuthology.orchestra.run.smithi159:> sudo yum install -y kernel 2023-12-03T14:53:45.225 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-489.el8.x86_64 2023-12-03T14:53:45.225 INFO:teuthology.task.kernel:Running kernel on smithi023: 4.18.0-489.el8.x86_64 2023-12-03T14:53:45.225 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum install -y kernel 2023-12-03T14:53:49.562 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-12-03T14:53:49.601 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - AppStream 18 MB/s | 34 MB 00:01 2023-12-03T14:53:58.102 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 55 MB 00:02 2023-12-03T14:53:58.701 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 55 MB 00:02 2023-12-03T14:54:06.353 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-12-03T14:54:06.862 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-12-03T14:54:07.180 INFO:teuthology.orchestra.run.smithi159.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-03T14:54:07.209 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras 84 kB/s | 18 kB 00:00 2023-12-03T14:54:07.552 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras common packages 45 kB/s | 6.9 kB 00:00 2023-12-03T14:54:07.903 INFO:teuthology.orchestra.run.smithi023.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-03T14:54:09.889 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-03T14:54:13.996 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 429 kB/s | 24 kB 00:00 2023-12-03T14:54:15.125 INFO:teuthology.orchestra.run.smithi159.stdout:Extra Packages for Enterprise Linux 2.0 MB/s | 16 MB 00:07 2023-12-03T14:54:17.878 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-03T14:54:17.878 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-03T14:54:18.174 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-12-03T14:54:18.174 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T14:54:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:Install 3 Packages 2023-12-03T14:54:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:54:18.176 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 90 M 2023-12-03T14:54:18.176 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 96 M 2023-12-03T14:54:18.176 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2023-12-03T14:54:18.997 INFO:teuthology.orchestra.run.smithi159.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-12-03T14:54:19.558 INFO:teuthology.orchestra.run.smithi023.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.5 MB/s | 10 MB 00:01 2023-12-03T14:54:20.597 INFO:teuthology.orchestra.run.smithi023.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-03T14:54:21.130 INFO:teuthology.orchestra.run.smithi023.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-03T14:54:21.131 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2023-12-03T14:54:21.131 INFO:teuthology.orchestra.run.smithi023.stdout:Total 30 MB/s | 90 MB 00:02 2023-12-03T14:54:21.841 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2023-12-03T14:54:22.297 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2023-12-03T14:54:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2023-12-03T14:54:22.646 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-03T14:54:22.647 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-03T14:54:22.932 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2023-12-03T14:54:22.932 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: Package Architecture Version Repository Size 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:Installing: 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:Installing dependencies: 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout:Install 3 Packages 2023-12-03T14:54:22.933 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:54:22.934 INFO:teuthology.orchestra.run.smithi159.stdout:Total download size: 90 M 2023-12-03T14:54:22.934 INFO:teuthology.orchestra.run.smithi159.stdout:Installed size: 96 M 2023-12-03T14:54:22.934 INFO:teuthology.orchestra.run.smithi159.stdout:Downloading Packages: 2023-12-03T14:54:23.606 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2023-12-03T14:54:23.628 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2023-12-03T14:54:24.207 INFO:teuthology.orchestra.run.smithi159.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.4 MB/s | 10 MB 00:01 2023-12-03T14:54:25.332 INFO:teuthology.orchestra.run.smithi159.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-03T14:54:25.817 INFO:teuthology.orchestra.run.smithi159.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-03T14:54:25.817 INFO:teuthology.orchestra.run.smithi159.stdout:-------------------------------------------------------------------------------- 2023-12-03T14:54:25.817 INFO:teuthology.orchestra.run.smithi159.stdout:Total 31 MB/s | 90 MB 00:02 2023-12-03T14:54:26.498 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction check 2023-12-03T14:54:26.536 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2023-12-03T14:54:26.941 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction check succeeded. 2023-12-03T14:54:26.941 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction test 2023-12-03T14:54:27.070 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:54:28.192 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction test succeeded. 2023-12-03T14:54:28.214 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction 2023-12-03T14:54:30.812 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:54:31.003 INFO:teuthology.orchestra.run.smithi159.stdout: Preparing : 1/1 2023-12-03T14:54:31.203 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:54:31.542 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:54:34.878 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:54:35.126 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:54:35.147 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:35.542 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:54:38.971 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:54:39.264 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:58.448 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:58.473 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:58.833 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:58.834 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:54:58.834 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:54:59.693 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:54:59.694 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-12-03T14:54:59.840 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:55:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-03T14:55:00.069 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-03T14:55:00.069 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-03T14:55:00.069 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-03T14:55:00.069 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-03T14:55:00.069 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-03T14:55:00.069 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2023-12-03T14:55:00.070 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:55:00.288 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-03T14:55:00.288 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-03T14:55:00.288 DEBUG:teuthology.orchestra.run.smithi023:> sudo rpm -qi grub2-tools 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Name : grub2-tools 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Epoch : 1 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Version : 2.02 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Release : 129.el8 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: x86_64 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-03T14:55:00.323 INFO:teuthology.orchestra.run.smithi023.stdout:Group : System Environment/Base 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Size : 9265586 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:License : GPLv3+ 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Relocations : (not relocatable) 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Packager : CentOS BuildSystem 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Vendor : CentOS 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Summary : Support tools for GRUB. 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:Description : 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-03T14:55:00.324 INFO:teuthology.orchestra.run.smithi023.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-03T14:55:00.325 INFO:teuthology.orchestra.run.smithi023.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-03T14:55:00.325 INFO:teuthology.orchestra.run.smithi023.stdout:hardware devices. 2023-12-03T14:55:00.325 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T14:55:00.325 INFO:teuthology.orchestra.run.smithi023.stdout:This subpackage provides tools for support of all platforms. 2023-12-03T14:55:00.326 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-03T14:55:00.326 INFO:teuthology.task.kernel:Updating grub on smithi023 to boot 4.18.0-526.el8.x86_64 2023-12-03T14:55:00.326 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-03T14:55:01.063 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:55:01.087 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:55:01.434 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:55:01.434 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-03T14:55:01.434 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-03T14:55:01.904 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2023-12-03T14:55:02.441 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-03T14:55:02.441 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:55:02.441 INFO:teuthology.orchestra.run.smithi159.stdout:Installed: 2023-12-03T14:55:02.441 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-03T14:55:02.442 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-03T14:55:02.442 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:55:02.442 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2023-12-03T14:55:02.580 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:55:02.835 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-03T14:55:02.836 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-03T14:55:02.836 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-03T14:55:02.836 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-03T14:55:02.836 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-03T14:55:02.836 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-03T14:55:02.836 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi159.front.sepia.ceph.com, path=None, version=distro) 2023-12-03T14:55:02.836 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:55:03.045 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-03T14:55:03.045 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-03T14:55:03.045 DEBUG:teuthology.orchestra.run.smithi159:> sudo rpm -qi grub2-tools 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Name : grub2-tools 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Epoch : 1 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Version : 2.02 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Release : 129.el8 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Architecture: x86_64 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Group : System Environment/Base 2023-12-03T14:55:03.079 INFO:teuthology.orchestra.run.smithi159.stdout:Size : 9265586 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:License : GPLv3+ 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Relocations : (not relocatable) 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Packager : CentOS BuildSystem 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Vendor : CentOS 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Summary : Support tools for GRUB. 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:Description : 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-03T14:55:03.080 INFO:teuthology.orchestra.run.smithi159.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-03T14:55:03.081 INFO:teuthology.orchestra.run.smithi159.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-03T14:55:03.081 INFO:teuthology.orchestra.run.smithi159.stdout:hardware devices. 2023-12-03T14:55:03.081 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T14:55:03.081 INFO:teuthology.orchestra.run.smithi159.stdout:This subpackage provides tools for support of all platforms. 2023-12-03T14:55:03.082 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-03T14:55:03.082 INFO:teuthology.task.kernel:Updating grub on smithi159 to boot 4.18.0-526.el8.x86_64 2023-12-03T14:55:03.082 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-03T14:55:04.398 INFO:teuthology.orchestra.run.smithi023.stderr:done 2023-12-03T14:55:04.400 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2023-12-03T14:55:04.433 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.kzRhHsTGaZ 2023-12-03T14:55:04.433 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kzRhHsTGaZ 2023-12-03T14:55:04.511 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.kzRhHsTGaZ 2023-12-03T14:55:04.519 INFO:teuthology.orchestra.run.smithi159.stderr:Generating grub configuration file ... 2023-12-03T14:55:04.647 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.kzRhHsTGaZ is 6KB 2023-12-03T14:55:04.695 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.kzRhHsTGaZ 2023-12-03T14:55:04.713 DEBUG:teuthology.orchestra.run.smithi023:> sudo /bin/ls /boot/loader/entries || true 2023-12-03T14:55:04.780 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-03T14:55:04.781 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-03T14:55:04.781 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-03T14:55:04.781 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-03T14:55:04.782 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-03T14:55:04.967 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2023-12-03T14:55:06.811 INFO:teuthology.orchestra.run.smithi159.stderr:done 2023-12-03T14:55:06.813 DEBUG:teuthology.orchestra.run.smithi159:> mktemp 2023-12-03T14:55:06.840 INFO:teuthology.orchestra.run.smithi159.stdout:/tmp/tmp.rVXAAGhljF 2023-12-03T14:55:06.840 DEBUG:teuthology.orchestra.run.smithi159:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rVXAAGhljF 2023-12-03T14:55:06.914 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0666 /tmp/tmp.rVXAAGhljF 2023-12-03T14:55:07.059 DEBUG:teuthology.orchestra.remote:smithi159:/tmp/tmp.rVXAAGhljF is 6KB 2023-12-03T14:55:07.107 DEBUG:teuthology.orchestra.run.smithi159:> rm -fr /tmp/tmp.rVXAAGhljF 2023-12-03T14:55:07.125 DEBUG:teuthology.orchestra.run.smithi159:> sudo /bin/ls /boot/loader/entries || true 2023-12-03T14:55:07.200 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-03T14:55:07.200 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-03T14:55:07.200 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-03T14:55:07.201 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-03T14:55:07.201 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-03T14:55:07.361 DEBUG:teuthology.orchestra.run.smithi159:> sudo shutdown -r now 2023-12-03T14:55:34.994 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-03T14:55:34.995 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:55:34.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:55:37.366 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-03T14:55:37.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T14:55:37.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:09.571 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-03T14:56:11.874 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2023-12-03T14:56:18.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:56:18.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:20.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T14:56:20.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:21.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-03T14:56:33.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:56:33.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:36.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-03T14:56:51.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:56:51.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:57:10.243 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-03T14:57:20.886 DEBUG:teuthology.orchestra.remote:timed out 2023-12-03T14:57:28.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:57:28.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:57:28.679 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-03T14:57:28.932 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T14:57:28.932 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-03T14:57:28.932 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-03T14:57:28.988 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-526.el8.x86_64 2023-12-03T14:57:28.988 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-03T14:57:28.988 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-03T14:57:28.988 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-03T14:57:29.990 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-03T14:57:29.990 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:57:30.062 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2023-12-03T14:57:30.078 DEBUG:teuthology.parallel:result is None 2023-12-03T14:57:32.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T14:57:32.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:57:33.166 DEBUG:teuthology.orchestra.run.smithi159:> true 2023-12-03T14:57:33.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T14:57:33.451 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-03T14:57:33.451 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2023-12-03T14:57:33.470 INFO:teuthology.orchestra.run.smithi159.stdout:4.18.0-526.el8.x86_64 2023-12-03T14:57:33.470 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-03T14:57:33.470 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-03T14:57:33.470 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-03T14:57:34.471 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-03T14:57:34.472 DEBUG:teuthology.orchestra.run.smithi159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:57:34.535 INFO:teuthology.orchestra.run.smithi159.stdout:ttyS1 2023-12-03T14:57:34.548 DEBUG:teuthology.parallel:result is None 2023-12-03T14:57:34.548 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-03T14:57:34.555 INFO:teuthology.task.internal:Creating test directory... 2023-12-03T14:57:34.555 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:57:34.559 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:57:34.579 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-03T14:57:34.610 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-03T14:57:34.622 INFO:teuthology.task.internal:Creating archive directory... 2023-12-03T14:57:34.622 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:57:34.625 DEBUG:teuthology.orchestra.run.smithi159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:57:34.659 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-03T14:57:34.668 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-03T14:57:34.668 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T14:57:34.698 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T14:57:34.733 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:57:34.734 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:57:34.744 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:57:34.745 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:57:34.747 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-03T14:57:34.754 INFO:teuthology.task.internal:Configuring sudo... 2023-12-03T14:57:34.754 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:57:34.789 DEBUG:teuthology.orchestra.run.smithi159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:57:34.818 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-03T14:57:34.828 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-03T14:57:34.828 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:57:34.861 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:57:34.879 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:57:34.968 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:57:35.021 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:57:35.108 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:57:35.151 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T14:57:35.151 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:57:35.220 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:57:35.268 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:57:35.326 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:57:35.413 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:57:35.459 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T14:57:35.459 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:57:35.527 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2023-12-03T14:57:35.529 DEBUG:teuthology.orchestra.run.smithi159:> sudo service rsyslog restart 2023-12-03T14:57:35.592 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:57:35.628 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:57:36.067 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-03T14:57:36.075 INFO:teuthology.task.internal:Starting timer... 2023-12-03T14:57:36.075 INFO:teuthology.run_tasks:Running task pcp... 2023-12-03T14:57:36.098 INFO:teuthology.run_tasks:Running task selinux... 2023-12-03T14:57:36.108 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-03T14:57:36.108 DEBUG:teuthology.orchestra.run.smithi023:> sudo service auditd rotate 2023-12-03T14:57:36.244 INFO:teuthology.orchestra.run.smithi023.stdout:Rotating logs: 2023-12-03T14:57:36.246 DEBUG:teuthology.orchestra.run.smithi159:> sudo service auditd rotate 2023-12-03T14:57:36.323 INFO:teuthology.orchestra.run.smithi159.stdout:Rotating logs: 2023-12-03T14:57:36.324 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-03T14:57:36.324 DEBUG:teuthology.orchestra.run.smithi023:> /usr/sbin/getenforce 2023-12-03T14:57:36.375 INFO:teuthology.orchestra.run.smithi023.stdout:Permissive 2023-12-03T14:57:36.375 DEBUG:teuthology.orchestra.run.smithi159:> /usr/sbin/getenforce 2023-12-03T14:57:36.409 INFO:teuthology.orchestra.run.smithi159.stdout:Permissive 2023-12-03T14:57:36.409 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi023.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi159.front.sepia.ceph.com': 'permissive'} 2023-12-03T14:57:36.410 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T14:57:36.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:57:36.440 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T14:57:36.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:57:36.476 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-03T14:57:36.476 DEBUG:teuthology.orchestra.run.smithi023:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:57:36.508 DEBUG:teuthology.orchestra.run.smithi159:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:57:36.543 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-03T14:57:36.553 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-03T14:57:36.554 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-03T14:57:36.585 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-03T14:57:36.587 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi159.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-03T15:05:17.241 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi159.front.sepia.ceph.com')] 2023-12-03T15:05:17.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T15:05:17.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:05:17.316 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-03T15:05:17.389 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-03T15:05:17.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T15:05:17.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:05:17.462 DEBUG:teuthology.orchestra.run.smithi159:> true 2023-12-03T15:05:17.532 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2023-12-03T15:05:17.532 INFO:teuthology.run_tasks:Running task clock... 2023-12-03T15:05:17.545 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-03T15:05:17.545 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:05:17.545 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:05:17.548 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:05:17.548 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:05:17.579 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:05:17.594 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:05:17.604 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:05:17.618 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:05:17.660 INFO:teuthology.orchestra.run.smithi023.stderr:sudo: ntpd: command not found 2023-12-03T15:05:17.672 INFO:teuthology.orchestra.run.smithi023.stdout:506 Cannot talk to daemon 2023-12-03T15:05:17.673 INFO:teuthology.orchestra.run.smithi159.stderr:sudo: ntpd: command not found 2023-12-03T15:05:17.685 INFO:teuthology.orchestra.run.smithi159.stdout:506 Cannot talk to daemon 2023-12-03T15:05:17.686 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:05:17.698 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:05:17.700 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:05:17.712 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:05:17.777 INFO:teuthology.orchestra.run.smithi159.stderr:bash: ntpq: command not found 2023-12-03T15:05:17.777 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:=============================================================================== 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.780 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.781 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:05:17.781 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2023-12-03T15:05:17.781 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.781 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.781 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.782 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:05:17.782 INFO:teuthology.run_tasks:Running task pexec... 2023-12-03T15:05:17.792 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-03T15:05:17.792 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:05:17.793 DEBUG:teuthology.orchestra.run.smithi023:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:05:17.793 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi159.front.sepia.ceph.com 2023-12-03T15:05:17.793 DEBUG:teuthology.orchestra.run.smithi159:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:05:18.700 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:01:45 ago on Sun 03 Dec 2023 03:03:33 PM UTC. 2023-12-03T15:05:18.735 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:36 ago on Sun 03 Dec 2023 03:03:42 PM UTC. 2023-12-03T15:05:20.834 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout: Package Architecture Version Repository Size 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout:Resetting modules: 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:20.835 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2023-12-03T15:05:20.836 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:20.836 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:21.055 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-12-03T15:05:21.056 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:21.056 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2023-12-03T15:05:21.056 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout:Resetting modules: 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:21.057 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:21.081 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2023-12-03T15:05:21.316 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-12-03T15:05:22.009 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:01:48 ago on Sun 03 Dec 2023 03:03:33 PM UTC. 2023-12-03T15:05:22.291 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:40 ago on Sun 03 Dec 2023 03:03:42 PM UTC. 2023-12-03T15:05:24.148 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout: Package Arch Version Repository Size 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout:Installing group/module packages: 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-03T15:05:24.332 INFO:teuthology.orchestra.run.smithi159.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout:Installing dependencies: 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout:Installing weak dependencies: 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-03T15:05:24.333 INFO:teuthology.orchestra.run.smithi159.stdout:Installing module profiles: 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools/common 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout:Enabling module streams: 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools rhel8 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout:Install 13 Packages 2023-12-03T15:05:24.334 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:24.335 INFO:teuthology.orchestra.run.smithi159.stdout:Total download size: 27 M 2023-12-03T15:05:24.335 INFO:teuthology.orchestra.run.smithi159.stdout:Installed size: 89 M 2023-12-03T15:05:24.335 INFO:teuthology.orchestra.run.smithi159.stdout:Downloading Packages: 2023-12-03T15:05:24.548 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout:Installing group/module packages: 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-03T15:05:24.744 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout:Installing weak dependencies: 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout:Installing module profiles: 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools/common 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout:Enabling module streams: 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools rhel8 2023-12-03T15:05:24.745 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:Install 13 Packages 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 27 M 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 89 M 2023-12-03T15:05:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2023-12-03T15:05:24.866 INFO:teuthology.orchestra.run.smithi159.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.3 MB/s | 750 kB 00:00 2023-12-03T15:05:24.899 INFO:teuthology.orchestra.run.smithi159.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.9 MB/s | 1.0 MB 00:00 2023-12-03T15:05:24.924 INFO:teuthology.orchestra.run.smithi159.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-12-03T15:05:24.966 INFO:teuthology.orchestra.run.smithi159.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-12-03T15:05:25.033 INFO:teuthology.orchestra.run.smithi159.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-03T15:05:25.092 INFO:teuthology.orchestra.run.smithi159.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-12-03T15:05:25.209 INFO:teuthology.orchestra.run.smithi159.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 15 MB/s | 9.6 MB 00:00 2023-12-03T15:05:25.234 INFO:teuthology.orchestra.run.smithi159.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 660 kB/s | 94 kB 00:00 2023-12-03T15:05:25.261 INFO:teuthology.orchestra.run.smithi023.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-03T15:05:25.293 INFO:teuthology.orchestra.run.smithi159.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-12-03T15:05:25.295 INFO:teuthology.orchestra.run.smithi023.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-03T15:05:25.337 INFO:teuthology.orchestra.run.smithi023.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 503 kB/s | 38 kB 00:00 2023-12-03T15:05:25.368 INFO:teuthology.orchestra.run.smithi159.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 701 kB/s | 53 kB 00:00 2023-12-03T15:05:25.370 INFO:teuthology.orchestra.run.smithi023.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-12-03T15:05:25.504 INFO:teuthology.orchestra.run.smithi023.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.3 MB/s | 178 kB 00:00 2023-12-03T15:05:25.604 INFO:teuthology.orchestra.run.smithi023.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-03T15:05:25.663 INFO:teuthology.orchestra.run.smithi023.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-03T15:05:25.723 INFO:teuthology.orchestra.run.smithi023.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-12-03T15:05:25.737 INFO:teuthology.orchestra.run.smithi159.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 112 kB/s | 41 kB 00:00 2023-12-03T15:05:25.795 INFO:teuthology.orchestra.run.smithi159.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.5 MB/s | 2.5 MB 00:00 2023-12-03T15:05:25.864 INFO:teuthology.orchestra.run.smithi023.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-12-03T15:05:25.894 INFO:teuthology.orchestra.run.smithi159.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-12-03T15:05:25.894 INFO:teuthology.orchestra.run.smithi159.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:05:25.895 INFO:teuthology.orchestra.run.smithi159.stdout:Total 17 MB/s | 27 MB 00:01 2023-12-03T15:05:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 905 kB/s | 53 kB 00:00 2023-12-03T15:05:25.972 INFO:teuthology.orchestra.run.smithi023.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-12-03T15:05:25.998 INFO:teuthology.orchestra.run.smithi023.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 543 kB/s | 41 kB 00:00 2023-12-03T15:05:26.159 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction check 2023-12-03T15:05:26.181 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction check succeeded. 2023-12-03T15:05:26.181 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction test 2023-12-03T15:05:26.306 INFO:teuthology.orchestra.run.smithi023.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2023-12-03T15:05:26.307 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:05:26.307 INFO:teuthology.orchestra.run.smithi023.stdout:Total 17 MB/s | 27 MB 00:01 2023-12-03T15:05:26.430 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction test succeeded. 2023-12-03T15:05:26.433 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction 2023-12-03T15:05:26.583 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2023-12-03T15:05:26.605 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2023-12-03T15:05:26.606 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2023-12-03T15:05:26.882 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2023-12-03T15:05:26.885 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2023-12-03T15:05:27.108 INFO:teuthology.orchestra.run.smithi159.stdout: Preparing : 1/1 2023-12-03T15:05:27.325 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-03T15:05:27.495 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-03T15:05:27.594 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2023-12-03T15:05:27.721 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-03T15:05:27.804 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-03T15:05:27.938 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-03T15:05:27.991 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-03T15:05:28.166 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-03T15:05:28.401 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-03T15:05:28.480 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-03T15:05:28.992 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-03T15:05:29.508 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-03T15:05:29.732 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-03T15:05:29.928 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-03T15:05:30.075 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-03T15:05:30.182 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-03T15:05:30.333 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-03T15:05:30.573 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-03T15:05:30.661 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-03T15:05:30.929 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-03T15:05:31.323 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-03T15:05:31.637 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-03T15:05:31.849 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-03T15:05:32.044 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-03T15:05:32.258 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-03T15:05:32.469 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-03T15:05:32.470 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-03T15:05:32.470 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-03T15:05:32.474 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-03T15:05:32.690 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-03T15:05:33.126 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-03T15:05:33.126 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-03T15:05:33.126 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-03T15:05:33.126 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-03T15:05:33.126 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-03T15:05:33.127 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-03T15:05:33.287 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-03T15:05:33.287 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:33.287 INFO:teuthology.orchestra.run.smithi159.stdout:Installed: 2023-12-03T15:05:33.287 INFO:teuthology.orchestra.run.smithi159.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.287 INFO:teuthology.orchestra.run.smithi159.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.288 INFO:teuthology.orchestra.run.smithi159.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-03T15:05:33.289 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:05:33.289 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2023-12-03T15:05:33.516 DEBUG:teuthology.parallel:result is None 2023-12-03T15:05:33.965 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-03T15:05:33.965 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:33.965 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2023-12-03T15:05:33.965 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-03T15:05:33.966 INFO:teuthology.orchestra.run.smithi023.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-03T15:05:33.967 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:05:33.967 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2023-12-03T15:05:34.222 DEBUG:teuthology.parallel:result is None 2023-12-03T15:05:34.222 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-03T15:05:34.504 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-03T15:05:34.504 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-03T15:05:34.504 INFO:tasks.cephadm:Cluster fsid is 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:05:34.504 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-03T15:05:34.505 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-03T15:05:34.505 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi023': '172.21.15.23', 'mon.smithi159': '172.21.15.159'} 2023-12-03T15:05:34.505 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-03T15:05:34.505 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2023-12-03T15:05:34.537 DEBUG:teuthology.orchestra.run.smithi159:> sudo hostname $(hostname -s) 2023-12-03T15:05:34.572 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-03T15:05:34.572 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:05:35.064 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 3 15:05 /home/ubuntu/cephtest/cephadm 2023-12-03T15:05:35.065 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:05:35.234 INFO:teuthology.orchestra.run.smithi159.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 3 15:05 /home/ubuntu/cephtest/cephadm 2023-12-03T15:05:35.234 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-03T15:05:35.258 DEBUG:teuthology.orchestra.run.smithi159:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-03T15:05:35.289 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-03T15:05:35.290 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-03T15:05:35.301 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-03T15:05:36.729 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-03T15:05:37.046 INFO:teuthology.orchestra.run.smithi159.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-03T15:05:59.405 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2023-12-03T15:05:59.405 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-03T15:05:59.405 INFO:teuthology.orchestra.run.smithi159.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-03T15:05:59.405 INFO:teuthology.orchestra.run.smithi159.stdout: "repo_digests": [ 2023-12-03T15:05:59.405 INFO:teuthology.orchestra.run.smithi159.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-03T15:05:59.406 INFO:teuthology.orchestra.run.smithi159.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-03T15:05:59.406 INFO:teuthology.orchestra.run.smithi159.stdout: ] 2023-12-03T15:05:59.406 INFO:teuthology.orchestra.run.smithi159.stdout:} 2023-12-03T15:06:04.200 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:06:04.200 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout: "repo_digests": [ 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2023-12-03T15:06:04.201 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:06:04.220 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2023-12-03T15:06:04.251 DEBUG:teuthology.orchestra.run.smithi159:> sudo mkdir -p /etc/ceph 2023-12-03T15:06:04.289 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2023-12-03T15:06:04.320 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 777 /etc/ceph 2023-12-03T15:06:04.360 INFO:tasks.cephadm:Writing seed config... 2023-12-03T15:06:04.376 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-03T15:06:04.377 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-03T15:06:04.378 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:06:04.378 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-03T15:06:04.396 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 = 68b53740-91ed-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-03T15:06:04.397 DEBUG:teuthology.orchestra.run.smithi023:mon.smithi023> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service 2023-12-03T15:06:04.438 INFO:tasks.cephadm:Bootstrapping... 2023-12-03T15:06:04.438 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 68b53740-91ed-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.23 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:06:04.465 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:-- Logs begin at Sun 2023-12-03 14:57:04 UTC. -- 2023-12-03T15:06:04.638 INFO:teuthology.orchestra.run.smithi023.stderr:-------------------------------------------------------------------------------- 2023-12-03T15:06:04.639 INFO:teuthology.orchestra.run.smithi023.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '68b53740-91ed-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.23', '--skip-admin-label'] 2023-12-03T15:06:04.660 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.6.1 2023-12-03T15:06:04.673 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying podman|docker is present... 2023-12-03T15:06:04.695 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.6.1 2023-12-03T15:06:04.704 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying lvm2 is present... 2023-12-03T15:06:04.705 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying time synchronization is in place... 2023-12-03T15:06:04.709 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-03T15:06:04.715 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:06:04.721 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2023-12-03T15:06:04.727 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2023-12-03T15:06:04.727 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2023-12-03T15:06:04.727 INFO:teuthology.orchestra.run.smithi023.stderr:Repeating the final host check... 2023-12-03T15:06:04.747 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.6.1 2023-12-03T15:06:04.757 INFO:teuthology.orchestra.run.smithi023.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-03T15:06:04.757 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl is present 2023-12-03T15:06:04.757 INFO:teuthology.orchestra.run.smithi023.stderr:lvcreate is present 2023-12-03T15:06:04.762 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-03T15:06:04.768 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:06:04.774 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2023-12-03T15:06:04.779 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2023-12-03T15:06:04.780 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2023-12-03T15:06:04.780 INFO:teuthology.orchestra.run.smithi023.stderr:Host looks OK 2023-12-03T15:06:04.780 INFO:teuthology.orchestra.run.smithi023.stderr:Cluster fsid: 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:04.780 INFO:teuthology.orchestra.run.smithi023.stderr:Acquiring lock 140070782189696 on /run/cephadm/68b53740-91ed-11ee-95a2-87774f69a715.lock 2023-12-03T15:06:04.780 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 140070782189696 acquired on /run/cephadm/68b53740-91ed-11ee-95a2-87774f69a715.lock 2023-12-03T15:06:04.781 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 3300 ... 2023-12-03T15:06:04.781 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 6789 ... 2023-12-03T15:06:04.781 INFO:teuthology.orchestra.run.smithi023.stderr:Base mon IP is 172.21.15.23, final addrv is [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2023-12-03T15:06:04.783 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.23 metric 100 2023-12-03T15:06:04.783 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 metric 100 2023-12-03T15:06:04.786 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-03T15:06:04.786 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-03T15:06:04.786 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1750sec hoplimit 64 pref medium 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:ce42/64 scope link 2023-12-03T15:06:04.789 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-03T15:06:04.790 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2023-12-03T15:06:04.790 INFO:teuthology.orchestra.run.smithi023.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-03T15:06:04.791 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-03T15:06:04.872 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-03T15:06:05.272 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Getting image source signatures 2023-12-03T15:06:05.272 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-03T15:06:05.272 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-03T15:06:05.272 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-03T15:06:05.272 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-03T15:06:05.273 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-03T15:06:05.273 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-03T15:06:05.331 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Writing manifest to image destination 2023-12-03T15:06:05.510 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-03T15:06:05.849 INFO:teuthology.orchestra.run.smithi023.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-03T15:06:06.191 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-03T15:06:06.191 INFO:teuthology.orchestra.run.smithi023.stderr:Extracting ceph user uid/gid from container image... 2023-12-03T15:06:06.464 INFO:teuthology.orchestra.run.smithi023.stderr:stat: 167 167 2023-12-03T15:06:06.773 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial keys... 2023-12-03T15:06:07.012 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBfmWxleyBnABAAfH5irBpXYEnBFLA09oAWsA== 2023-12-03T15:06:08.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBgmWxl6h9vChAAup4ExNvy7g1ctDVKb4Ro6g== 2023-12-03T15:06:08.771 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBgmWxlpM/jLRAAicT6gbfdhkEc02pXJus1ew== 2023-12-03T15:06:09.108 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial monmap... 2023-12-03T15:06:09.381 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-03T15:06:09.381 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-03T15:06:09.381 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:09.381 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr:monmaptool for smithi023 [v2:172.21.15.23:3300,v1:172.21.15.23:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr:setting min_mon_release = octopus 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: set fsid to 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:06:09.723 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mon... 2023-12-03T15:06:10.312 INFO:teuthology.orchestra.run.smithi023.stderr:create mon.smithi023 on 2023-12-03T15:06:10.418 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-03T15:06:10.518 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target. 2023-12-03T15:06:10.519 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target. 2023-12-03T15:06:10.733 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service: Unit ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service not loaded. 2023-12-03T15:06:10.740 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target.wants/ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service → /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715@.service. 2023-12-03T15:06:10.870 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:10 smithi023 systemd[1]: Starting Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:06:11.192 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2023-12-03T15:06:11.200 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:06:11.201 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2023-12-03T15:06:11.201 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2023-12-03T15:06:11.201 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon to start... 2023-12-03T15:06:11.201 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon... 2023-12-03T15:06:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:11 smithi023 bash[107234]: 8679c36fdb8a2dd7f13621a172b8777c3471a51a767f3c671a04ed68803d9408 2023-12-03T15:06:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:11 smithi023 systemd[1]: Started Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715. 2023-12-03T15:06:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:11 smithi023 ceph-mon[107272]: mkfs 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:11 smithi023 ceph-mon[107272]: mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2023-12-03T15:06:11.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: cluster: 2023-12-03T15:06:11.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: id: 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:11.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-03T15:06:11.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: services: 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi023 (age 0.466256s) 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: data: 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pgs: 2023-12-03T15:06:11.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:12.032 INFO:teuthology.orchestra.run.smithi023.stderr:mon is available 2023-12-03T15:06:12.032 INFO:teuthology.orchestra.run.smithi023.stderr:Assimilating anything we can from ceph.conf... 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-03T15:06:12.464 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-03T15:06:12.465 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-03T15:06:12.465 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-03T15:06:12.465 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:12.465 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2023-12-03T15:06:12.465 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-03T15:06:12.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:12.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2023-12-03T15:06:12.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-03T15:06:12.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-03T15:06:12.622 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2023-12-03T15:06:12.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2023-12-03T15:06:12.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: fsmap 2023-12-03T15:06:12.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: osdmap e1: 0 total, 0 up, 0 in 2023-12-03T15:06:12.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: mgrmap e1: no daemons active 2023-12-03T15:06:12.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:12 smithi023 ceph-mon[107272]: from='client.? 172.21.15.23:0/3605852422' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-03T15:06:12.764 INFO:teuthology.orchestra.run.smithi023.stderr:Generating new minimal ceph.conf... 2023-12-03T15:06:13.542 INFO:teuthology.orchestra.run.smithi023.stderr:Restarting the monitor... 2023-12-03T15:06:13.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 ceph-mon[107272]: from='client.? 172.21.15.23:0/392053580' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-03T15:06:13.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 ceph-mon[107272]: from='client.? 172.21.15.23:0/392053580' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-03T15:06:13.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 ceph-mon[107272]: from='client.? 172.21.15.23:0/291004152' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:06:13.846 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:06:13.846 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 bash[107571]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon.smithi023" found: no such container 2023-12-03T15:06:13.846 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023[107249]: 2023-12-03T15:06:13.634+0000 7f8108ea2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi023 -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-03T15:06:13.846 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023[107249]: 2023-12-03T15:06:13.634+0000 7f8108ea2700 -1 mon.smithi023@0(leader) e1 *** Got Signal Terminated *** 2023-12-03T15:06:13.846 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 bash[107584]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023 2023-12-03T15:06:14.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 bash[107623]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon.smithi023" found: no such container 2023-12-03T15:06:14.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 systemd[1]: ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service: Succeeded. 2023-12-03T15:06:14.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 systemd[1]: Stopped Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715. 2023-12-03T15:06:14.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:13 smithi023 systemd[1]: Starting Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:06:14.215 INFO:teuthology.orchestra.run.smithi023.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 bash[107692]: 91d66320ecca968948155df9ea4f4a6c027e32212272880ce74461334e9fce00 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: set uid:gid to 167:167 (ceph:ceph) 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: pidfile_write: ignore empty --pid-file 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 systemd[1]: Started Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715. 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: load: jerasure load: lrc 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: RocksDB version: 6.15.5 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Compile date Apr 18 2022 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: DB SUMMARY 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: DB Session ID: V6D8JQ6437OXVLQTM0XP 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: CURRENT file: CURRENT 2023-12-03T15:06:14.647 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: IDENTITY file: IDENTITY 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 1, files: 000008.sst 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 000010.log size: 81859 ; 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.error_if_exists: 0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.create_if_missing: 0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.paranoid_checks: 1 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.env: 0x55dcf8e06860 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.fs: Posix File System 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.info_log: 0x55dcfa461fa0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_file_opening_threads: 16 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.statistics: (nil) 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.use_fsync: 0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_log_file_size: 0 2023-12-03T15:06:14.648 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.keep_log_file_num: 1000 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.recycle_log_file_num: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_fallocate: 1 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_mmap_reads: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_mmap_writes: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.use_direct_reads: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.create_missing_column_families: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.db_log_dir: 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-03T15:06:14.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.advise_random_on_open: 1 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.db_write_buffer_size: 0 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.write_buffer_manager: 0x55dcfa552330 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.rate_limiter: (nil) 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.wal_recovery_mode: 2 2023-12-03T15:06:14.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.enable_thread_tracking: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.enable_pipelined_write: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.unordered_write: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.row_cache: None 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.wal_filter: None 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_ingest_behind: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.preserve_deletes: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.two_write_queues: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.manual_wal_flush: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.atomic_flush: 0 2023-12-03T15:06:14.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.log_readahead_size: 0 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.best_efforts_recovery: 0 2023-12-03T15:06:14.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.allow_data_in_errors: 0 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.db_host_id: __hostname__ 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_background_jobs: 2 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_background_compactions: -1 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_subcompactions: 1 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_total_wal_size: 0 2023-12-03T15:06:14.654 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_open_files: -1 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bytes_per_sync: 0 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_readahead_size: 0 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_background_flushes: -1 2023-12-03T15:06:14.655 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Compression algorithms supported: 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kZSTD supported: 0 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kXpressCompression supported: 0 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kLZ4HCCompression supported: 1 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kLZ4Compression supported: 1 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kBZip2Compression supported: 0 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kZlibCompression supported: 1 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: kSnappyCompression supported: 1 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000009 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.merge_operator: 2023-12-03T15:06:14.656 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_filter: None 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_filter_factory: None 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.sst_partitioner_factory: None 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dcfa42dd00) 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: cache_index_and_filter_blocks: 1 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: pin_top_level_index_and_filter: 1 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_type: 0 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: data_block_index_type: 0 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_shortening: 1 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: hash_index_allow_collision: 1 2023-12-03T15:06:14.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: checksum: 1 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: no_block_cache: 0 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache: 0x55dcfa498170 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_name: BinnedLRUCache 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_options: 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: capacity : 536870912 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: num_shard_bits : 4 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: strict_capacity_limit : 0 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: high_pri_pool_ratio: 0.000 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_compressed: (nil) 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: persistent_cache: (nil) 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_size: 4096 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_size_deviation: 10 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_restart_interval: 16 2023-12-03T15:06:14.658 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_block_restart_interval: 1 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: metadata_block_size: 4096 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: partition_filters: 0 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: use_delta_encoding: 1 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: whole_key_filtering: 1 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: verify_compression: 0 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: read_amp_bytes_per_bit: 0 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: format_version: 4 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: enable_index_compression: 1 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_align: 0 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.write_buffer_size: 33554432 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_write_buffer_number: 2 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression: NoCompression 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression: Disabled 2023-12-03T15:06:14.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.prefix_extractor: nullptr 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.num_levels: 7 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-03T15:06:14.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.level: 32767 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.strategy: 0 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compression_opts.enabled: false 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.target_file_size_base: 67108864 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-03T15:06:14.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.arena_block_size: 4194304 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-03T15:06:14.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.disable_auto_compactions: 0 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-03T15:06:14.663 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-03T15:06:14.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.table_properties_collectors: 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.inplace_update_support: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.bloom_locality: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.max_successive_merges: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.paranoid_file_checks: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.force_consistency_checks: 1 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.report_bg_io_stats: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.ttl: 2592000 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.enable_blob_files: false 2023-12-03T15:06:14.665 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.min_blob_size: 0 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.blob_file_size: 268435456 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/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-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-03T15:06:14.666 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701615974219634, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: 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-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701615974220785, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78707, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76965, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 71408, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701615974, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "38485006-d7a9-47d2-a237-995506f07558", "db_session_id": "V6D8JQ6437OXVLQTM0XP"}} 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701615974221603, "job": 1, "event": "recovery_finished"} 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi023/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55dcfa47ea80 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: DB pointer 0x55dcfa48e000 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** DB Stats ** 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L0 2/0 78.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Sum 2/0 78.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.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 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.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 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative compaction: 0.00 GB write, 11.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval compaction: 0.00 GB write, 11.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:06:14.669 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L0 2/0 78.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Sum 2/0 78.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:06:14.670 INFO:journalctl@ceph.mon.smithi023.smithi023.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 102.4 0.00 0.00 1 0.001 0 0 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative compaction: 0.00 GB write, 10.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: starting mon.smithi023 rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi023 fsid 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???) e1 preinit fsid 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).mds e1 new map 2023-12-03T15:06:14.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).mds e1 print_map 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: e1 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.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-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: legacy client fscid: -1 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: No filesystems configured 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expand map: {default=false} 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta from 'false' to 'false' 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expanded map: {default=false} 2023-12-03T15:06:14.672 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expand map: {default=info} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta from 'info' to 'info' 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expanded map: {default=info} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expand map: {default=daemon} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expanded map: {default=daemon} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expand map: {default=debug} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta from 'debug' to 'debug' 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: expand_channel_meta expanded map: {default=debug} 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2023-12-03T15:06:14.673 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2023-12-03T15:06:14.674 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: fsmap 2023-12-03T15:06:14.674 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: osdmap e1: 0 total, 0 up, 0 in 2023-12-03T15:06:14.674 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:14 smithi023 ceph-mon[107730]: mgrmap e1: no daemons active 2023-12-03T15:06:15.059 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-03T15:06:15.059 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:06:15.060 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mgr... 2023-12-03T15:06:15.060 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying port 9283 ... 2023-12-03T15:06:15.207 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-68b53740-91ed-11ee-95a2-87774f69a715@mgr.smithi023.ttoasj.service: Unit ceph-68b53740-91ed-11ee-95a2-87774f69a715@mgr.smithi023.ttoasj.service not loaded. 2023-12-03T15:06:15.213 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715.target.wants/ceph-68b53740-91ed-11ee-95a2-87774f69a715@mgr.smithi023.ttoasj.service → /etc/systemd/system/ceph-68b53740-91ed-11ee-95a2-87774f69a715@.service. 2023-12-03T15:06:15.667 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2023-12-03T15:06:15.678 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:06:15.678 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2023-12-03T15:06:15.678 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2023-12-03T15:06:15.683 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2023-12-03T15:06:15.691 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:06:15.691 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2023-12-03T15:06:15.692 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-03T15:06:15.692 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr to start... 2023-12-03T15:06:15.692 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr... 2023-12-03T15:06:15.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:15 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1800192901' entity='client.admin' 2023-12-03T15:06:16.207 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:16.207 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "68b53740-91ed-11ee-95a2-87774f69a715", 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-03T15:06:16.208 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-03T15:06:16.209 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-03T15:06:16.212 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-03T15:06:16.212 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-03T15:06:16.212 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-03T15:06:16.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-03T15:06:11.217220+0000", 2023-12-03T15:06:16.214 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:16.215 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:16.215 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-03T15:06:16.215 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:16.530 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (1/15)... 2023-12-03T15:06:16.824 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:16 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2107443972' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "68b53740-91ed-11ee-95a2-87774f69a715", 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-03T15:06:19.866 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-03T15:06:19.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-03T15:06:19.868 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-03T15:06:19.869 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-03T15:06:11.217220+0000", 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-03T15:06:19.870 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:20.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:20 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/258752587' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-03T15:06:21.122 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (2/15)... 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: Activating manager daemon smithi023.ttoasj 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: mgrmap e2: smithi023.ttoasj(active, starting, since 0.00481518s) 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: Manager daemon smithi023.ttoasj is now available 2023-12-03T15:06:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:06:22.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:06:22.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:22.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:22.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:21 smithi023 ceph-mon[107730]: from='mgr.14100 172.21.15.23:0/3019650379' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:23.760 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "68b53740-91ed-11ee-95a2-87774f69a715", 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-03T15:06:23.761 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-03T15:06:23.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-03T15:06:23.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-03T15:06:23.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-03T15:06:11.217220+0000", 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-03T15:06:23.765 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:24.040 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:23 smithi023 ceph-mon[107730]: mgrmap e3: smithi023.ttoasj(active, since 1.01075s) 2023-12-03T15:06:24.041 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:23 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/921915947' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-03T15:06:24.104 INFO:teuthology.orchestra.run.smithi023.stderr:mgr is available 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-03T15:06:24.625 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-03T15:06:24.626 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-03T15:06:24.963 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling cephadm module... 2023-12-03T15:06:25.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:25 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2368354900' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-03T15:06:25.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:25 smithi023 ceph-mon[107730]: mgrmap e4: smithi023.ttoasj(active, since 3s) 2023-12-03T15:06:26.527 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:26 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3303739373' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-03T15:06:27.201 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:27.202 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-03T15:06:27.202 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-03T15:06:27.202 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.ttoasj", 2023-12-03T15:06:27.202 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-03T15:06:27.202 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:27.481 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:27 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3303739373' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-03T15:06:27.481 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:27 smithi023 ceph-mon[107730]: mgrmap e5: smithi023.ttoasj(active, since 4s) 2023-12-03T15:06:27.482 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:27 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/4232477882' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-03T15:06:27.546 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2023-12-03T15:06:27.546 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 5... 2023-12-03T15:06:32.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:32 smithi023 ceph-mon[107730]: Active manager daemon smithi023.ttoasj restarted 2023-12-03T15:06:32.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:32 smithi023 ceph-mon[107730]: Activating manager daemon smithi023.ttoasj 2023-12-03T15:06:32.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:32 smithi023 ceph-mon[107730]: osdmap e2: 0 total, 0 up, 0 in 2023-12-03T15:06:33.592 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:33.592 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-03T15:06:33.592 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2023-12-03T15:06:33.593 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:33.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: mgrmap e6: smithi023.ttoasj(active, starting, since 0.0529049s) 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: Manager daemon smithi023.ttoasj is now available 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:06:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:33 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:06:34.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:34 smithi023 ceph-mon[107730]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-03T15:06:34.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:34 smithi023 ceph-mon[107730]: mgrmap e7: smithi023.ttoasj(active, since 1.05978s) 2023-12-03T15:06:34.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:34 smithi023 ceph-mon[107730]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-03T15:06:35.782 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 5 is available 2023-12-03T15:06:35.782 INFO:teuthology.orchestra.run.smithi023.stderr:Setting orchestrator backend to cephadm... 2023-12-03T15:06:36.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:36 smithi023 ceph-mon[107730]: mgrmap e8: smithi023.ttoasj(active, since 2s) 2023-12-03T15:06:36.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:36 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:36.544 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:36 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:37.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:37 smithi023 ceph-mon[107730]: [03/Dec/2023:15:06:35] ENGINE Bus STARTING 2023-12-03T15:06:37.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:37 smithi023 ceph-mon[107730]: [03/Dec/2023:15:06:35] ENGINE Serving on https://172.21.15.23:7150 2023-12-03T15:06:37.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:37 smithi023 ceph-mon[107730]: [03/Dec/2023:15:06:35] ENGINE Bus STARTED 2023-12-03T15:06:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:38 smithi023 ceph-mon[107730]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:38 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:38 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:40.502 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: value unchanged 2023-12-03T15:06:40.843 INFO:teuthology.orchestra.run.smithi023.stderr:Generating ssh key... 2023-12-03T15:06:41.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:41 smithi023 ceph-mon[107730]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:42.398 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkqE+mLDGgcFvvvsT90tz+fhbKBMuzgW6btG29Bcx+eruZh9LGzKybuVNnbm0ZNXHv8Blm4Jp4NfM/G2X+guFnzNWnPuuLrHSYXhaVzgYhXcFO2aupNv3oDJO2/ccs1y+KWhMBwPu7RTI9mjlYwKI5hSJsQ03y0bYROfxgktMiW1LfrotSW6r6MQNHQFg6GoK9ljAPgt23OqVm0I7Z6BmfGOYgExx/eq0x0NIKOvoL+GvfCc1Ccj2Df4pkMIdz940ZW3u8VBLWIFODGgsp7JjbUs+pUyFqup7iiS4cHt3om3MqMJU1JddvT7upJVYGo+fh8vM7VWwLcUe9uyFbLZZ0qibdZiRn/mgg37f0/okg7QoMzgZ1YhdhUKSvG419R5AuMTOH6kN8nroTYFuKZf0iDXv8nc/C/TUM5JnNn6xh+BQsQ7GVsbUv055hxFwYu+nx8uzgtbq0u1OyEXkXriOnwBtD3uQry0W9v/YmegBBUNtM8xvkLlM1hpHn+C4dkE8= ceph-68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:06:42.678 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:42 smithi023 ceph-mon[107730]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:42.679 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:42 smithi023 ceph-mon[107730]: Generating ssh key... 2023-12-03T15:06:42.679 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:42 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:42.679 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:42 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:42.776 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-03T15:06:42.777 INFO:teuthology.orchestra.run.smithi023.stderr:Adding key to root@localhost authorized_keys... 2023-12-03T15:06:42.777 INFO:teuthology.orchestra.run.smithi023.stderr:Adding host smithi023... 2023-12-03T15:06:43.587 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:43 smithi023 ceph-mon[107730]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:44.150 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Added host 'smithi023' with addr '172.21.15.23' 2023-12-03T15:06:44.445 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mon service with default placement... 2023-12-03T15:06:44.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "addr": "172.21.15.23", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: Deploying cephadm binary to smithi023 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: Added host smithi023 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:06:45.548 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:45 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:45.549 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mgr service with default placement... 2023-12-03T15:06:46.014 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-03T15:06:46.271 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:46 smithi023 ceph-mon[107730]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:46.271 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:46 smithi023 ceph-mon[107730]: Saving service mon spec with placement count:5 2023-12-03T15:06:46.271 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:46 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:46.271 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:46 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:46.359 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying crash service with default placement... 2023-12-03T15:06:46.929 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-03T15:06:47.268 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying prometheus service with default placement... 2023-12-03T15:06:47.270 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:47 smithi023 ceph-mon[107730]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:47.270 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:47 smithi023 ceph-mon[107730]: Saving service mgr spec with placement count:2 2023-12-03T15:06:47.270 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:47 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:47.270 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:47 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:47.838 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-03T15:06:48.154 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying grafana service with default placement... 2023-12-03T15:06:48.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:48 smithi023 ceph-mon[107730]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:48.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:48 smithi023 ceph-mon[107730]: Saving service crash spec with placement * 2023-12-03T15:06:48.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:48 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:48.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:48 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:48.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:48 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:48.865 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-03T15:06:49.200 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying node-exporter service with default placement... 2023-12-03T15:06:49.307 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:49 smithi023 ceph-mon[107730]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:49.307 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:49 smithi023 ceph-mon[107730]: Saving service prometheus spec with placement count:1 2023-12-03T15:06:49.307 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:49 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:49.760 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-03T15:06:50.170 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying alertmanager service with default placement... 2023-12-03T15:06:50.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:50 smithi023 ceph-mon[107730]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:50.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:50 smithi023 ceph-mon[107730]: Saving service grafana spec with placement count:1 2023-12-03T15:06:50.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:50 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:50.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-03T15:06:51.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:51 smithi023 ceph-mon[107730]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:51.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:51 smithi023 ceph-mon[107730]: Saving service node-exporter spec with placement * 2023-12-03T15:06:51.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:51 smithi023 ceph-mon[107730]: from='mgr.14118 172.21.15.23:0/1471565810' entity='mgr.smithi023.ttoasj' 2023-12-03T15:06:52.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:52 smithi023 ceph-mon[107730]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:06:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:52 smithi023 ceph-mon[107730]: Saving service alertmanager spec with placement count:1 2023-12-03T15:06:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:52 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/520074380' entity='client.admin' 2023-12-03T15:06:52.909 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling the dashboard module... 2023-12-03T15:06:53.883 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:53 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2725212279' entity='client.admin' 2023-12-03T15:06:53.883 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:53 smithi023 ceph-mon[107730]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:06:53.883 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:53 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/649990843' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-03T15:06:54.583 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:06:54.584 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-03T15:06:54.584 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-03T15:06:54.584 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.ttoasj", 2023-12-03T15:06:54.584 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-03T15:06:54.584 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:06:54.868 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:54 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/649990843' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-03T15:06:54.869 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:54 smithi023 ceph-mon[107730]: mgrmap e9: smithi023.ttoasj(active, since 21s) 2023-12-03T15:06:54.869 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:06:54 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3448216915' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-03T15:06:54.933 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2023-12-03T15:06:54.933 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 9... 2023-12-03T15:07:00.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:00 smithi023 ceph-mon[107730]: Active manager daemon smithi023.ttoasj restarted 2023-12-03T15:07:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:00 smithi023 ceph-mon[107730]: Activating manager daemon smithi023.ttoasj 2023-12-03T15:07:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:00 smithi023 ceph-mon[107730]: osdmap e3: 0 total, 0 up, 0 in 2023-12-03T15:07:01.261 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-03T15:07:01.261 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-03T15:07:01.261 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2023-12-03T15:07:01.261 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-03T15:07:01.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: mgrmap e10: smithi023.ttoasj(active, starting, since 0.411681s) 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: Manager daemon smithi023.ttoasj is now available 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:07:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:01.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:01 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:01.608 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 9 is available 2023-12-03T15:07:01.608 INFO:teuthology.orchestra.run.smithi023.stderr:Generating a dashboard self-signed certificate... 2023-12-03T15:07:02.253 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-03T15:07:02.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:00] ENGINE Bus STARTING 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:00] ENGINE Serving on https://172.21.15.23:7150 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:00] ENGINE Bus STARTED 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: mgrmap e11: smithi023.ttoasj(active, since 1.41611s) 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:02 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:02.768 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial admin user... 2023-12-03T15:07:03.543 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cM/dRbxfLn0PRq.i8t1L4.XfKB1uQYnxhSqnfw6gfNVUbV0NuuIWK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701616023, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-03T15:07:03.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:03 smithi023 ceph-mon[107730]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:07:03.573 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:03 smithi023 ceph-mon[107730]: mgrmap e12: smithi023.ttoasj(active, since 2s) 2023-12-03T15:07:03.898 INFO:teuthology.orchestra.run.smithi023.stderr:Fetching dashboard port number... 2023-12-03T15:07:04.417 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 8443 2023-12-03T15:07:04.766 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2023-12-03T15:07:04.773 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-03T15:07:04.774 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2023-12-03T15:07:04.774 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph Dashboard is now available at: 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr: URL: https://smithi023.front.sepia.ceph.com:8443/ 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr: User: admin 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr: Password: bvdz87rgxq 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:04.777 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling autotune for osd_memory_target 2023-12-03T15:07:04.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:04 smithi023 ceph-mon[107730]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:07:04.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:04 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:04.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:04 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1049907362' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-03T15:07:06.276 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr:You can access the Ceph CLI with: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: ceph telemetry on 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.623 INFO:teuthology.orchestra.run.smithi023.stderr:For more information see: 2023-12-03T15:07:06.624 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.624 INFO:teuthology.orchestra.run.smithi023.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-03T15:07:06.624 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:07:06.624 INFO:teuthology.orchestra.run.smithi023.stderr:Bootstrap complete. 2023-12-03T15:07:06.656 INFO:tasks.cephadm:Fetching config... 2023-12-03T15:07:06.656 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:07:06.657 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-03T15:07:06.675 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-03T15:07:06.675 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:07:06.675 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-03T15:07:06.734 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-03T15:07:06.735 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:07:06.735 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/keyring of=/dev/stdout 2023-12-03T15:07:06.804 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-03T15:07:06.804 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:07:06.804 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-03T15:07:06.863 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-03T15:07:06.864 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkqE+mLDGgcFvvvsT90tz+fhbKBMuzgW6btG29Bcx+eruZh9LGzKybuVNnbm0ZNXHv8Blm4Jp4NfM/G2X+guFnzNWnPuuLrHSYXhaVzgYhXcFO2aupNv3oDJO2/ccs1y+KWhMBwPu7RTI9mjlYwKI5hSJsQ03y0bYROfxgktMiW1LfrotSW6r6MQNHQFg6GoK9ljAPgt23OqVm0I7Z6BmfGOYgExx/eq0x0NIKOvoL+GvfCc1Ccj2Df4pkMIdz940ZW3u8VBLWIFODGgsp7JjbUs+pUyFqup7iiS4cHt3om3MqMJU1JddvT7upJVYGo+fh8vM7VWwLcUe9uyFbLZZ0qibdZiRn/mgg37f0/okg7QoMzgZ1YhdhUKSvG419R5AuMTOH6kN8nroTYFuKZf0iDXv8nc/C/TUM5JnNn6xh+BQsQ7GVsbUv055hxFwYu+nx8uzgtbq0u1OyEXkXriOnwBtD3uQry0W9v/YmegBBUNtM8xvkLlM1hpHn+C4dkE8= ceph-68b53740-91ed-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-03T15:07:06.944 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkqE+mLDGgcFvvvsT90tz+fhbKBMuzgW6btG29Bcx+eruZh9LGzKybuVNnbm0ZNXHv8Blm4Jp4NfM/G2X+guFnzNWnPuuLrHSYXhaVzgYhXcFO2aupNv3oDJO2/ccs1y+KWhMBwPu7RTI9mjlYwKI5hSJsQ03y0bYROfxgktMiW1LfrotSW6r6MQNHQFg6GoK9ljAPgt23OqVm0I7Z6BmfGOYgExx/eq0x0NIKOvoL+GvfCc1Ccj2Df4pkMIdz940ZW3u8VBLWIFODGgsp7JjbUs+pUyFqup7iiS4cHt3om3MqMJU1JddvT7upJVYGo+fh8vM7VWwLcUe9uyFbLZZ0qibdZiRn/mgg37f0/okg7QoMzgZ1YhdhUKSvG419R5AuMTOH6kN8nroTYFuKZf0iDXv8nc/C/TUM5JnNn6xh+BQsQ7GVsbUv055hxFwYu+nx8uzgtbq0u1OyEXkXriOnwBtD3uQry0W9v/YmegBBUNtM8xvkLlM1hpHn+C4dkE8= ceph-68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:07:06.956 DEBUG:teuthology.orchestra.run.smithi159:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkqE+mLDGgcFvvvsT90tz+fhbKBMuzgW6btG29Bcx+eruZh9LGzKybuVNnbm0ZNXHv8Blm4Jp4NfM/G2X+guFnzNWnPuuLrHSYXhaVzgYhXcFO2aupNv3oDJO2/ccs1y+KWhMBwPu7RTI9mjlYwKI5hSJsQ03y0bYROfxgktMiW1LfrotSW6r6MQNHQFg6GoK9ljAPgt23OqVm0I7Z6BmfGOYgExx/eq0x0NIKOvoL+GvfCc1Ccj2Df4pkMIdz940ZW3u8VBLWIFODGgsp7JjbUs+pUyFqup7iiS4cHt3om3MqMJU1JddvT7upJVYGo+fh8vM7VWwLcUe9uyFbLZZ0qibdZiRn/mgg37f0/okg7QoMzgZ1YhdhUKSvG419R5AuMTOH6kN8nroTYFuKZf0iDXv8nc/C/TUM5JnNn6xh+BQsQ7GVsbUv055hxFwYu+nx8uzgtbq0u1OyEXkXriOnwBtD3uQry0W9v/YmegBBUNtM8xvkLlM1hpHn+C4dkE8= ceph-68b53740-91ed-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-03T15:07:07.003 INFO:teuthology.orchestra.run.smithi159.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkqE+mLDGgcFvvvsT90tz+fhbKBMuzgW6btG29Bcx+eruZh9LGzKybuVNnbm0ZNXHv8Blm4Jp4NfM/G2X+guFnzNWnPuuLrHSYXhaVzgYhXcFO2aupNv3oDJO2/ccs1y+KWhMBwPu7RTI9mjlYwKI5hSJsQ03y0bYROfxgktMiW1LfrotSW6r6MQNHQFg6GoK9ljAPgt23OqVm0I7Z6BmfGOYgExx/eq0x0NIKOvoL+GvfCc1Ccj2Df4pkMIdz940ZW3u8VBLWIFODGgsp7JjbUs+pUyFqup7iiS4cHt3om3MqMJU1JddvT7upJVYGo+fh8vM7VWwLcUe9uyFbLZZ0qibdZiRn/mgg37f0/okg7QoMzgZ1YhdhUKSvG419R5AuMTOH6kN8nroTYFuKZf0iDXv8nc/C/TUM5JnNn6xh+BQsQ7GVsbUv055hxFwYu+nx8uzgtbq0u1OyEXkXriOnwBtD3uQry0W9v/YmegBBUNtM8xvkLlM1hpHn+C4dkE8= ceph-68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:07:07.015 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-03T15:07:07.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:06 smithi023 ceph-mon[107730]: mgrmap e13: smithi023.ttoasj(active, since 6s) 2023-12-03T15:07:07.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:06 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/307965440' entity='client.admin' 2023-12-03T15:07:09.050 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-03T15:07:09.050 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-03T15:07:09.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:09 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:09.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:09 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:07:09.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:09 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:09.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:09 smithi023 ceph-mon[107730]: Deploying daemon alertmanager.smithi023 on smithi023 2023-12-03T15:07:09.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:09 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3953954451' entity='client.admin' 2023-12-03T15:07:10.844 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi159 2023-12-03T15:07:10.844 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T15:07:10.844 DEBUG:teuthology.orchestra.run.smithi159:> dd of=/etc/ceph/ceph.conf 2023-12-03T15:07:10.866 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T15:07:10.866 DEBUG:teuthology.orchestra.run.smithi159:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:07:10.927 INFO:tasks.cephadm:Adding host smithi159 to orchestrator... 2023-12-03T15:07:10.927 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch host add smithi159 2023-12-03T15:07:11.809 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:11 smithi023 ceph-mon[107730]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:07:11.809 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:11 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:14.041 INFO:teuthology.orchestra.run.smithi023.stdout:Added host 'smithi159' with addr '172.21.15.159' 2023-12-03T15:07:14.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:13 smithi023 ceph-mon[107730]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi159", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:07:14.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:13 smithi023 ceph-mon[107730]: Deploying cephadm binary to smithi159 2023-12-03T15:07:14.562 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-03T15:07:15.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:15 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:15.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:15 smithi023 ceph-mon[107730]: Added host smithi159 2023-12-03T15:07:16.616 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:07:16.617 INFO:teuthology.orchestra.run.smithi023.stdout:[{"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}, {"addr": "172.21.15.159", "hostname": "smithi159", "labels": [], "status": ""}] 2023-12-03T15:07:16.930 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:16 smithi023 ceph-mon[107730]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:07:17.051 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-03T15:07:17.051 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-03T15:07:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:17 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:17 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:07:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:17 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-03T15:07:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:17 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:17 smithi023 ceph-mon[107730]: Deploying daemon crash.smithi023 on smithi023 2023-12-03T15:07:18.772 INFO:teuthology.orchestra.run.smithi023.stderr:adjusted tunables profile to default 2023-12-03T15:07:18.798 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:18 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3246697943' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-03T15:07:19.163 INFO:tasks.cephadm:Adding mon.smithi023 on smithi023 2023-12-03T15:07:19.163 INFO:tasks.cephadm:Adding mon.smithi159 on smithi159 2023-12-03T15:07:19.164 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi023:172.21.15.23=smithi023;smithi159:172.21.15.159=smithi159' 2023-12-03T15:07:20.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3246697943' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: osdmap e4: 0 total, 0 up, 0 in 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:19 smithi023 ceph-mon[107730]: Deploying daemon grafana.smithi023 on smithi023 2023-12-03T15:07:20.570 INFO:teuthology.orchestra.run.smithi159.stdout:Scheduled mon update... 2023-12-03T15:07:20.944 DEBUG:teuthology.orchestra.run.smithi159:mon.smithi159> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi159.service 2023-12-03T15:07:20.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:20.946 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:20.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:-- Logs begin at Sun 2023-12-03 14:56:40 UTC. -- 2023-12-03T15:07:21.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:21 smithi023 ceph-mon[107730]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:21.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:21 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:21.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:21 smithi023 ceph-mon[107730]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi023:172.21.15.23=smithi023;smithi159:172.21.15.159=smithi159", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:07:21.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:21 smithi023 ceph-mon[107730]: Saving service mon spec with placement smithi023:172.21.15.23=smithi023;smithi159:172.21.15.159=smithi159;count:2 2023-12-03T15:07:21.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:21 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:22.337 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:22.338 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:22.340 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:23.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:23 smithi023 ceph-mon[107730]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:23 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/3735972957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:23.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:23.706 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:25.048 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:25.049 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:25.050 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:25.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:25 smithi023 ceph-mon[107730]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:25.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:25 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1919289102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:26.435 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:26.436 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:27.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:27 smithi023 ceph-mon[107730]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:27.809 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:27.810 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:27.811 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:28.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:28 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1736488067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:29.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:29.174 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:29.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:29 smithi023 ceph-mon[107730]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:30.571 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:30.572 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:30.572 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:31.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:31 smithi023 ceph-mon[107730]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:31.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:31 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2813188075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:31.939 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:31.940 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:33.362 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:33.362 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:33.363 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:33.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:33 smithi023 ceph-mon[107730]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:34.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:34 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/3077310725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:34.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:34.749 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:35.526 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:35 smithi023 ceph-mon[107730]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:36.124 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:36.124 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:36.126 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:36.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:36 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:36.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:36 smithi023 ceph-mon[107730]: Deploying daemon node-exporter.smithi023 on smithi023 2023-12-03T15:07:36.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:36 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/3399093449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:37.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:37.508 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:37.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:37 smithi023 ceph-mon[107730]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:38.901 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:38.901 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:38.903 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:39.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:39 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:39.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:39 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-03T15:07:39.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:39 smithi023 ceph-mon[107730]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:39.560 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:39 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1109818603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:40.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:40.266 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:40.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:40 smithi023 ceph-mon[107730]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-03T15:07:40.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:40 smithi023 ceph-mon[107730]: mgrmap e14: smithi023.ttoasj(active, since 39s) 2023-12-03T15:07:41.641 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:41.641 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:41.642 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:42.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:41 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1402580271' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:43.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:43.018 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:44.373 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:44.373 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:44.375 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:45.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:45 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/3794812504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:45.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:45.742 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:46.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:46 smithi023 ceph-mon[107730]: Active manager daemon smithi023.ttoasj restarted 2023-12-03T15:07:46.583 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:46 smithi023 ceph-mon[107730]: Activating manager daemon smithi023.ttoasj 2023-12-03T15:07:46.583 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:46 smithi023 ceph-mon[107730]: osdmap e5: 0 total, 0 up, 0 in 2023-12-03T15:07:47.142 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:47.142 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:47.145 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: mgrmap e15: smithi023.ttoasj(active, starting, since 0.768154s) 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: Manager daemon smithi023.ttoasj is now available 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:47.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:47 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/3203416397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:48.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:48.474 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:48.601 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:48 smithi023 ceph-mon[107730]: mgrmap e16: smithi023.ttoasj(active, since 1.77216s) 2023-12-03T15:07:48.601 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:48 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:48] ENGINE Bus STARTING 2023-12-03T15:07:49.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: mgrmap e17: smithi023.ttoasj(active, since 2s) 2023-12-03T15:07:49.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:49.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:48] ENGINE Serving on https://172.21.15.23:7150 2023-12-03T15:07:49.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: [03/Dec/2023:15:07:48] ENGINE Bus STARTED 2023-12-03T15:07:49.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:49.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:49.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:49.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:07:49.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:49 smithi023 ceph-mon[107730]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:07:50.198 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:50.198 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:50.199 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:50.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:50 smithi023 ceph-mon[107730]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:07:50.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:50 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:50.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:50 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2242683960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:51.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:51.728 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:52.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:52.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:51 smithi023 ceph-mon[107730]: Deploying daemon crash.smithi159 on smithi159 2023-12-03T15:07:53.395 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:53.395 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:53.397 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: Deploying daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:07:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:54 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/385665312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:54.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:54.787 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:07:56.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:55 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:56.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:55 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:07:56.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:55 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:56.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:55 smithi023 ceph-mon[107730]: Deploying daemon mon.smithi159 on smithi159 2023-12-03T15:07:56.496 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:07:56.497 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":1,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:06:09.379205Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-03T15:07:56.499 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 1 2023-12-03T15:07:57.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 systemd[1]: Starting Ceph mon.smithi159 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:07:57.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:57 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:07:57 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/185403728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: set uid:gid to 167:167 (ceph:ceph) 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pidfile_write: ignore empty --pid-file 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 bash[110977]: f9708bedc88a6f002f76eb736987e7b374b02566b462711f94383a71741d259a 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: load: jerasure load: lrc 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: RocksDB version: 6.15.5 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Compile date Apr 18 2022 2023-12-03T15:07:57.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: DB SUMMARY 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: DB Session ID: BWM6S3UM77BV0X5ZIA54 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: CURRENT file: CURRENT 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: IDENTITY file: IDENTITY 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi159/store.db dir, Total Num: 0, files: 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi159/store.db: 000004.log size: 511 ; 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.error_if_exists: 0 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.create_if_missing: 0 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.paranoid_checks: 1 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.env: 0x558396bad860 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.fs: Posix File System 2023-12-03T15:07:57.756 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.info_log: 0x558397c43fa0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_file_opening_threads: 16 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.statistics: (nil) 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.use_fsync: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_log_file_size: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.keep_log_file_num: 1000 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.recycle_log_file_num: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_fallocate: 1 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_mmap_reads: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_mmap_writes: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.use_direct_reads: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-03T15:07:57.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.create_missing_column_families: 0 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.db_log_dir: 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi159/store.db 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.advise_random_on_open: 1 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.db_write_buffer_size: 0 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.write_buffer_manager: 0x558397d34330 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-03T15:07:57.758 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.rate_limiter: (nil) 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.wal_recovery_mode: 2 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.enable_thread_tracking: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.enable_pipelined_write: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.unordered_write: 0 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-03T15:07:57.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.row_cache: None 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.wal_filter: None 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_ingest_behind: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.preserve_deletes: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.two_write_queues: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.manual_wal_flush: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.atomic_flush: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-03T15:07:57.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.log_readahead_size: 0 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.best_efforts_recovery: 0 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-03T15:07:57.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.allow_data_in_errors: 0 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.db_host_id: __hostname__ 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_background_jobs: 2 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_background_compactions: -1 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_subcompactions: 1 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_total_wal_size: 0 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-03T15:07:57.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_open_files: -1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bytes_per_sync: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_readahead_size: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_background_flushes: -1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Compression algorithms supported: 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kZSTD supported: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kXpressCompression supported: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kLZ4HCCompression supported: 1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kLZ4Compression supported: 1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kBZip2Compression supported: 0 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kZlibCompression supported: 1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: kSnappyCompression supported: 1 2023-12-03T15:07:57.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi159/store.db/MANIFEST-000003 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.merge_operator: 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_filter: None 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_filter_factory: None 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.sst_partitioner_factory: None 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558397c0fd00) 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: cache_index_and_filter_blocks: 1 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-03T15:07:57.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: pin_top_level_index_and_filter: 1 2023-12-03T15:07:57.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_type: 0 2023-12-03T15:07:57.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: data_block_index_type: 0 2023-12-03T15:07:57.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_shortening: 1 2023-12-03T15:07:57.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-03T15:07:57.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: hash_index_allow_collision: 1 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: checksum: 1 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: no_block_cache: 0 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache: 0x558397c7a170 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_name: BinnedLRUCache 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_options: 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: capacity : 536870912 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: num_shard_bits : 4 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: strict_capacity_limit : 0 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: high_pri_pool_ratio: 0.000 2023-12-03T15:07:57.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_compressed: (nil) 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: persistent_cache: (nil) 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_size: 4096 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_size_deviation: 10 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_restart_interval: 16 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_block_restart_interval: 1 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: metadata_block_size: 4096 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: partition_filters: 0 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: use_delta_encoding: 1 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: whole_key_filtering: 1 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: verify_compression: 0 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: read_amp_bytes_per_bit: 0 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: format_version: 4 2023-12-03T15:07:57.767 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: enable_index_compression: 1 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_align: 0 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.write_buffer_size: 33554432 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_write_buffer_number: 2 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression: NoCompression 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression: Disabled 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.prefix_extractor: nullptr 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.num_levels: 7 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-03T15:07:57.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.level: 32767 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.strategy: 0 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compression_opts.enabled: false 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-03T15:07:57.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.target_file_size_base: 67108864 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-03T15:07:57.770 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.arena_block_size: 4194304 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.disable_auto_compactions: 0 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-03T15:07:57.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.table_properties_collectors: 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.inplace_update_support: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.bloom_locality: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.max_successive_merges: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.paranoid_file_checks: 0 2023-12-03T15:07:57.772 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.force_consistency_checks: 1 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.report_bg_io_stats: 0 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.ttl: 2592000 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.enable_blob_files: false 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.min_blob_size: 0 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.blob_file_size: 268435456 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi159/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-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 systemd[1]: Started Ceph mon.smithi159 for 68b53740-91ed-11ee-95a2-87774f69a715. 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701616077421534, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-03T15:07:57.773 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: 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-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701616077421887, "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": 1701616077, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "af8d381c-a2dc-453c-82de-8ffe21a27d9f", "db_session_id": "BWM6S3UM77BV0X5ZIA54"}} 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701616077422361, "job": 1, "event": "recovery_finished"} 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi159/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x558397c60a80 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: DB pointer 0x558397c70000 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** DB Stats ** 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:07:57.774 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.00 0.00 1 0.000 0 0 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-03T15:07:57.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159 does not exist in monmap, will attempt to join an existing cluster 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: using public_addr v2:172.21.15.159:0/0 -> [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: starting mon.smithi159 rank -1 at public addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] at bind addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi159 fsid 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(???) e0 preinit fsid 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:07:57.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).mds e1 new map 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).mds e1 print_map 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: e1 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.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-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: legacy client fscid: -1 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: No filesystems configured 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-03T15:07:57.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2813188075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/3077310725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Deploying daemon node-exporter.smithi023 on smithi023 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/3399093449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/1109818603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14160 172.21.15.23:0/1665260754' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mgrmap e14: smithi023.ttoasj(active, since 39s) 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/1402580271' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/3794812504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Active manager daemon smithi023.ttoasj restarted 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Activating manager daemon smithi023.ttoasj 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: osdmap e5: 0 total, 0 up, 0 in 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mgrmap e15: smithi023.ttoasj(active, starting, since 0.768154s) 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:07:57.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Manager daemon smithi023.ttoasj is now available 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/3203416397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mgrmap e16: smithi023.ttoasj(active, since 1.77216s) 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: [03/Dec/2023:15:07:48] ENGINE Bus STARTING 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mgrmap e17: smithi023.ttoasj(active, since 2s) 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: [03/Dec/2023:15:07:48] ENGINE Serving on https://172.21.15.23:7150 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: [03/Dec/2023:15:07:48] ENGINE Bus STARTED 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2242683960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.783 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Deploying daemon crash.smithi159 on smithi159 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Deploying daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/385665312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: Deploying daemon mon.smithi159 on smithi159 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/185403728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-03T15:07:57.785 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:07:57 smithi159 ceph-mon[111016]: mon.smithi159@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-03T15:07:58.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-03T15:07:58.020 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-03T15:08:02.818 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:08:02.818 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: mon.smithi023 calling monitor election 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: mon.smithi159 calling monitor election 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/crt"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: mon.smithi023 is new leader, mons smithi023,smithi159 in quorum (ranks 0,1) 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} 2023-12-03T15:08:02.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: fsmap 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: osdmap e5: 0 total, 0 up, 0 in 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: mgrmap e17: smithi023.ttoasj(active, since 16s) 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: Standby manager daemon smithi159.cpqcsg started 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/key"}]: dispatch 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: overall HEALTH_OK 2023-12-03T15:08:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:02.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:08:02.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: mon.smithi023 calling monitor election 2023-12-03T15:08:02.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: mon.smithi159 calling monitor election 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/crt"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: mon.smithi023 is new leader, mons smithi023,smithi159 in quorum (ranks 0,1) 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: fsmap 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: osdmap e5: 0 total, 0 up, 0 in 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: mgrmap e17: smithi023.ttoasj(active, since 16s) 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: Standby manager daemon smithi159.cpqcsg started 2023-12-03T15:08:02.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:08:02.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/key"}]: dispatch 2023-12-03T15:08:02.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/4136921707' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:08:02.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: overall HEALTH_OK 2023-12-03T15:08:02.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:03.041 INFO:teuthology.orchestra.run.smithi159.stdout: 2023-12-03T15:08:03.041 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":2,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","modified":"2023-12-03T15:07:57.448979Z","created":"2023-12-03T15:06:09.379205Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-03T15:08:03.042 INFO:teuthology.orchestra.run.smithi159.stderr:dumped monmap epoch 2 2023-12-03T15:08:03.413 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-03T15:08:03.414 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-03T15:08:03.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:03 smithi159 ceph-mon[111016]: Deploying daemon node-exporter.smithi159 on smithi159 2023-12-03T15:08:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:03 smithi159 ceph-mon[111016]: mgrmap e18: smithi023.ttoasj(active, since 17s), standbys: smithi159.cpqcsg 2023-12-03T15:08:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi159.cpqcsg", "id": "smithi159.cpqcsg"}]: dispatch 2023-12-03T15:08:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:03 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2627487783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:08:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:03.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:03 smithi023 ceph-mon[107730]: Deploying daemon node-exporter.smithi159 on smithi159 2023-12-03T15:08:03.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:03 smithi023 ceph-mon[107730]: mgrmap e18: smithi023.ttoasj(active, since 17s), standbys: smithi159.cpqcsg 2023-12-03T15:08:03.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr metadata", "who": "smithi159.cpqcsg", "id": "smithi159.cpqcsg"}]: dispatch 2023-12-03T15:08:03.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:03 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2627487783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-03T15:08:03.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:08:07.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:07.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:06 smithi023 ceph-mon[107730]: Deploying daemon prometheus.smithi023 on smithi023 2023-12-03T15:08:07.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:07.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:07.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:06 smithi159 ceph-mon[111016]: Deploying daemon prometheus.smithi023 on smithi023 2023-12-03T15:08:07.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:07.912 INFO:teuthology.orchestra.run.smithi023.stdout:# minimal ceph.conf for 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:08:07.912 INFO:teuthology.orchestra.run.smithi023.stdout:[global] 2023-12-03T15:08:07.912 INFO:teuthology.orchestra.run.smithi023.stdout: fsid = 68b53740-91ed-11ee-95a2-87774f69a715 2023-12-03T15:08:07.912 INFO:teuthology.orchestra.run.smithi023.stdout: mon_host = [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] 2023-12-03T15:08:08.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:07 smithi159 ceph-mon[111016]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:08.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:07 smithi023 ceph-mon[107730]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:09.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:08 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1615721953' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:09.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:08 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1615721953' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:10.440 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-03T15:08:10.440 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:08:10.440 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2023-12-03T15:08:10.472 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:08:10.472 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:08:10.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:10 smithi023 ceph-mon[107730]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:10.543 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T15:08:10.543 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.conf 2023-12-03T15:08:10.576 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:10 smithi159 ceph-mon[111016]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:10.581 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T15:08:10.581 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:08:10.652 INFO:tasks.cephadm:Deploying OSDs... 2023-12-03T15:08:10.652 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:08:10.653 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2023-12-03T15:08:10.670 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-03T15:08:10.671 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2023-12-03T15:08:10.732 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 392883 Links: 1 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-03 15:07:36.092178644 +0000 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-03 15:04:40.140790215 +0000 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-03 15:04:40.140790215 +0000 2023-12-03T15:08:10.733 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-03T15:08:10.733 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-03T15:08:10.800 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-03T15:08:10.801 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-03T15:08:10.801 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000367286 s, 1.4 MB/s 2023-12-03T15:08:10.801 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-03T15:08:10.862 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 392985 Links: 1 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-03 15:07:36.092178644 +0000 2023-12-03T15:08:10.921 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-03 15:04:40.694785934 +0000 2023-12-03T15:08:10.922 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-03 15:04:40.694785934 +0000 2023-12-03T15:08:10.922 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-03T15:08:10.922 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-03T15:08:10.988 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-03T15:08:10.988 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-03T15:08:10.988 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000236624 s, 2.2 MB/s 2023-12-03T15:08:10.989 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-03T15:08:11.050 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 396823 Links: 1 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-03 15:07:36.092178644 +0000 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-03 15:04:41.233781770 +0000 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-03 15:04:41.233781770 +0000 2023-12-03T15:08:11.109 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-03T15:08:11.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-03T15:08:11.176 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-03T15:08:11.176 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-03T15:08:11.176 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000255423 s, 2.0 MB/s 2023-12-03T15:08:11.177 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-03T15:08:11.237 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2023-12-03T15:08:11.296 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 385958 Links: 1 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-03 15:07:36.092178644 +0000 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-03 15:04:41.776777575 +0000 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-03 15:04:41.776777575 +0000 2023-12-03T15:08:11.297 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-03T15:08:11.297 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-03T15:08:11.364 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-03T15:08:11.365 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-03T15:08:11.365 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000331774 s, 1.5 MB/s 2023-12-03T15:08:11.366 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-03T15:08:11.426 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2023-12-03T15:08:11.426 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/scratch_devs of=/dev/stdout 2023-12-03T15:08:11.448 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-03T15:08:11.448 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_1 2023-12-03T15:08:11.509 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 382920 Links: 1 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2023-12-03 15:08:03.010593097 +0000 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2023-12-03 15:04:29.956222191 +0000 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2023-12-03 15:04:29.956222191 +0000 2023-12-03T15:08:11.510 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2023-12-03T15:08:11.510 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-03T15:08:11.577 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:11 smithi159 ceph-mon[111016]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:11.579 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2023-12-03T15:08:11.580 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2023-12-03T15:08:11.580 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000257239 s, 2.0 MB/s 2023-12-03T15:08:11.581 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-03T15:08:11.643 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_2 2023-12-03T15:08:11.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:11 smithi023 ceph-mon[107730]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:11.703 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-03T15:08:11.703 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 391822 Links: 1 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2023-12-03 15:08:03.010593097 +0000 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2023-12-03 15:04:30.475212416 +0000 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2023-12-03 15:04:30.475212416 +0000 2023-12-03T15:08:11.704 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2023-12-03T15:08:11.704 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-03T15:08:11.771 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2023-12-03T15:08:11.772 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2023-12-03T15:08:11.772 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.00022946 s, 2.2 MB/s 2023-12-03T15:08:11.772 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-03T15:08:11.833 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_3 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 396479 Links: 1 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2023-12-03 15:08:03.010593097 +0000 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2023-12-03 15:04:30.979202924 +0000 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2023-12-03 15:04:30.979202924 +0000 2023-12-03T15:08:11.892 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2023-12-03T15:08:11.893 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-03T15:08:11.960 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2023-12-03T15:08:11.960 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2023-12-03T15:08:11.960 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.00021934 s, 2.3 MB/s 2023-12-03T15:08:11.961 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-03T15:08:12.020 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_4 2023-12-03T15:08:12.078 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-03T15:08:12.078 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 397543 Links: 1 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2023-12-03 15:08:03.010593097 +0000 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2023-12-03 15:04:31.501193093 +0000 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2023-12-03 15:04:31.501193093 +0000 2023-12-03T15:08:12.079 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2023-12-03T15:08:12.079 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-03T15:08:12.144 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2023-12-03T15:08:12.144 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2023-12-03T15:08:12.144 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000210458 s, 2.4 MB/s 2023-12-03T15:08:12.145 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-03T15:08:12.204 INFO:tasks.cephadm:Deploying osd.0 on smithi023 with /dev/vg_nvme/lv_4... 2023-12-03T15:08:12.205 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-03T15:08:13.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:13 smithi023 ceph-mon[107730]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:13.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:13 smithi159 ceph-mon[111016]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138075 s, 759 MB/s 2023-12-03T15:08:13.772 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-03T15:08:15.778 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_4 2023-12-03T15:08:16.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:16 smithi023 ceph-mon[107730]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:16 smithi159 ceph-mon[111016]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:17.579 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:17 smithi023 ceph-mon[107730]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:17.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:17 smithi159 ceph-mon[111016]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:19.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:19 smithi023 ceph-mon[107730]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:19.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:19 smithi023 ceph-mon[107730]: from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:08:19.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:19 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:08:19.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:19 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:08:19.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:19 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:19 smithi159 ceph-mon[111016]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:19 smithi159 ceph-mon[111016]: from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:08:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:19 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:08:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:19 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:08:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:19 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3613613154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b043b9-e769-4295-9f97-752e4dac2fdf"}]: dispatch 2023-12-03T15:08:21.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3613613154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b043b9-e769-4295-9f97-752e4dac2fdf"}]': finished 2023-12-03T15:08:21.012 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: osdmap e6: 1 total, 0 up, 1 in 2023-12-03T15:08:21.012 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3613613154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b043b9-e769-4295-9f97-752e4dac2fdf"}]: dispatch 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3613613154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b043b9-e769-4295-9f97-752e4dac2fdf"}]': finished 2023-12-03T15:08:21.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: osdmap e6: 1 total, 0 up, 1 in 2023-12-03T15:08:21.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: Updating smithi159:/etc/ceph/ceph.conf 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:21 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2634909472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: Updating smithi159:/etc/ceph/ceph.conf 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:22.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:21 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2634909472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: Reconfiguring mon.smithi023 (unknown last config time)... 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:08:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-03T15:08:23.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:23.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:23 smithi159 ceph-mon[111016]: Reconfiguring daemon mon.smithi023 on smithi023 2023-12-03T15:08:23.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: Reconfiguring mon.smithi023 (unknown last config time)... 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:23 smithi023 ceph-mon[107730]: Reconfiguring daemon mon.smithi023 on smithi023 2023-12-03T15:08:26.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:26.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: Reconfiguring mgr.smithi023.ttoasj (unknown last config time)... 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: Reconfiguring daemon mgr.smithi023.ttoasj on smithi023 2023-12-03T15:08:26.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: Reconfiguring mgr.smithi023.ttoasj (unknown last config time)... 2023-12-03T15:08:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:08:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:08:26.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:26.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: Reconfiguring daemon mgr.smithi023.ttoasj on smithi023 2023-12-03T15:08:26.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:27.060 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:26 smithi023 ceph-mon[107730]: Reconfiguring alertmanager.smithi023 (dependencies changed)... 2023-12-03T15:08:27.060 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:26 smithi023 ceph-mon[107730]: Reconfiguring daemon alertmanager.smithi023 on smithi023 2023-12-03T15:08:27.060 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:26 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-03T15:08:27.060 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:26 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:27.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:26 smithi159 ceph-mon[111016]: Reconfiguring alertmanager.smithi023 (dependencies changed)... 2023-12-03T15:08:27.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:26 smithi159 ceph-mon[111016]: Reconfiguring daemon alertmanager.smithi023 on smithi023 2023-12-03T15:08:27.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:26 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-03T15:08:27.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:26 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:28.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:27 smithi023 ceph-mon[107730]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:28.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:27 smithi023 ceph-mon[107730]: Deploying daemon osd.0 on smithi023 2023-12-03T15:08:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:27 smithi159 ceph-mon[111016]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:27 smithi159 ceph-mon[111016]: Deploying daemon osd.0 on smithi023 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: Reconfiguring crash.smithi023 (monmap changed)... 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:29.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:29 smithi023 ceph-mon[107730]: Reconfiguring daemon crash.smithi023 on smithi023 2023-12-03T15:08:30.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:30.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:30.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: Reconfiguring crash.smithi023 (monmap changed)... 2023-12-03T15:08:30.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:08:30.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:30.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:29 smithi159 ceph-mon[111016]: Reconfiguring daemon crash.smithi023 on smithi023 2023-12-03T15:08:32.013 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:31 smithi023 ceph-mon[107730]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:32.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:31 smithi159 ceph-mon[111016]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:33.298 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:32 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:33.298 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:32 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:33.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:32 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:33.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:32 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:34.042 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:33 smithi023 ceph-mon[107730]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:34.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:33 smithi023 ceph-mon[107730]: Reconfiguring grafana.smithi023 (dependencies changed)... 2023-12-03T15:08:34.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:33 smithi023 ceph-mon[107730]: Reconfiguring daemon grafana.smithi023 on smithi023 2023-12-03T15:08:34.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:33 smithi159 ceph-mon[111016]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:34.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:33 smithi159 ceph-mon[111016]: Reconfiguring grafana.smithi023 (dependencies changed)... 2023-12-03T15:08:34.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:33 smithi159 ceph-mon[111016]: Reconfiguring daemon grafana.smithi023 on smithi023 2023-12-03T15:08:36.264 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 0 on host 'smithi023' 2023-12-03T15:08:36.330 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: Reconfiguring crash.smithi159 (monmap changed)... 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: Reconfiguring daemon crash.smithi159 on smithi159 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:08:36.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: Reconfiguring crash.smithi159 (monmap changed)... 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: Reconfiguring daemon crash.smithi159 on smithi159 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:08:36.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:08:36.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:36.646 DEBUG:teuthology.orchestra.run.smithi023:osd.0> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.0.service 2023-12-03T15:08:36.649 INFO:tasks.cephadm:Deploying osd.1 on smithi023 with /dev/vg_nvme/lv_3... 2023-12-03T15:08:36.649 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-03T15:08:36.680 INFO:journalctl@ceph.osd.0.smithi023.stdout:-- Logs begin at Sun 2023-12-03 14:57:04 UTC. -- 2023-12-03T15:08:37.292 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0[120459]: 2023-12-03T15:08:37.115+0000 7fe046859700 -1 osd.0 0 waiting for initial osdmap 2023-12-03T15:08:37.293 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0[120459]: 2023-12-03T15:08:37.118+0000 7fe03f1ec700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: Reconfiguring mgr.smithi159.cpqcsg (monmap changed)... 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: Reconfiguring daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: osdmap e7: 1 total, 0 up, 1 in 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:37.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:37.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:08:37.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-03T15:08:37.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: Reconfiguring mgr.smithi159.cpqcsg (monmap changed)... 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: Reconfiguring daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: osdmap e7: 1 total, 0 up, 1 in 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:37.355 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-03T15:08:37.356 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-03T15:08:37.356 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:38.095 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0068343 s, 1.5 GB/s 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-03T15:08:38.334 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: Reconfiguring mon.smithi159 (monmap changed)... 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: Reconfiguring daemon mon.smithi159 on smithi159 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: osdmap e8: 1 total, 0 up, 1 in 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:38.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: Reconfiguring mon.smithi159 (monmap changed)... 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: Reconfiguring daemon mon.smithi159 on smithi159 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: osdmap e8: 1 total, 0 up, 1 in 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:38.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:38.541 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_3 2023-12-03T15:08:39.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:08:39.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:08:39.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:08:39.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-03T15:08:39.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336] boot 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: osdmap e9: 1 total, 1 up, 1 in 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:39.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:39 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2023-12-03T15:08:39.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: osd.0 [v2:172.21.15.23:6802/3906039336,v1:172.21.15.23:6803/3906039336] boot 2023-12-03T15:08:39.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: osdmap e9: 1 total, 1 up, 1 in 2023-12-03T15:08:39.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:08:39.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:39 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:40.380 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:40 smithi023 ceph-mon[107730]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:40.380 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:40 smithi023 ceph-mon[107730]: osdmap e10: 1 total, 1 up, 1 in 2023-12-03T15:08:40.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:40 smithi159 ceph-mon[111016]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-03T15:08:40.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:40 smithi159 ceph-mon[111016]: osdmap e10: 1 total, 1 up, 1 in 2023-12-03T15:08:41.386 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:08:41.387 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:08:41.387 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:41.387 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:08:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:08:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:42.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:42 smithi023 ceph-mon[107730]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:42.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:42 smithi023 ceph-mon[107730]: from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:08:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:42 smithi159 ceph-mon[111016]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:42 smithi159 ceph-mon[111016]: from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:08:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:43 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/479195329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0516952-a4f1-4b1f-b1b9-e527c6422942"}]: dispatch 2023-12-03T15:08:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:43 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/479195329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0516952-a4f1-4b1f-b1b9-e527c6422942"}]': finished 2023-12-03T15:08:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:43 smithi159 ceph-mon[111016]: osdmap e11: 2 total, 1 up, 2 in 2023-12-03T15:08:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:43 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:08:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:43 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1806974373' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:08:43.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:43 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/479195329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0516952-a4f1-4b1f-b1b9-e527c6422942"}]: dispatch 2023-12-03T15:08:43.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:43 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/479195329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0516952-a4f1-4b1f-b1b9-e527c6422942"}]': finished 2023-12-03T15:08:43.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:43 smithi023 ceph-mon[107730]: osdmap e11: 2 total, 1 up, 2 in 2023-12-03T15:08:43.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:43 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:08:43.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:43 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1806974373' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:08:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:44 smithi023 ceph-mon[107730]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:44 smithi159 ceph-mon[111016]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:45.603 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:45 smithi023 ceph-mon[107730]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:45 smithi159 ceph-mon[111016]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:47 smithi159 ceph-mon[111016]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:08:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:08:47.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:47 smithi023 ceph-mon[107730]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:47.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:08:47.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi023 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi023 to 12898M 2023-12-03T15:08:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:50.097 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:50.097 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi023 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi023 to 12898M 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:50.098 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:51.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:50 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:51.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:50 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-03T15:08:51.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:50 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:51.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:50 smithi023 ceph-mon[107730]: Deploying daemon osd.1 on smithi023 2023-12-03T15:08:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:50 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:50 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-03T15:08:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:50 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:50 smithi159 ceph-mon[111016]: Deploying daemon osd.1 on smithi023 2023-12-03T15:08:52.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:51 smithi023 ceph-mon[107730]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:52.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:52.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:51 smithi159 ceph-mon[111016]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:52.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:51 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:53.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:53 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:53 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:54.458 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:54 smithi023 ceph-mon[107730]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:54.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:54.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:54.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:54.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:54 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:54 smithi159 ceph-mon[111016]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:54 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:54 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:08:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:54 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:08:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:54 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:08:55.995 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 1 on host 'smithi023' 2023-12-03T15:08:56.016 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:55 smithi023 ceph-mon[107730]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:56.016 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:55 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:56.351 DEBUG:teuthology.orchestra.run.smithi023:osd.1> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.1.service 2023-12-03T15:08:56.354 INFO:tasks.cephadm:Deploying osd.2 on smithi023 with /dev/vg_nvme/lv_2... 2023-12-03T15:08:56.354 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-03T15:08:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:55 smithi159 ceph-mon[111016]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:55 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:56.384 INFO:journalctl@ceph.osd.1.smithi023.stdout:-- Logs begin at Sun 2023-12-03 14:57:04 UTC. -- 2023-12-03T15:08:57.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:56 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:57.258 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:08:57 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:08:57.017+0000 7ffa9a73d3c0 -1 osd.1 0 log_to_monitors true 2023-12-03T15:08:57.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:57.938 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-03T15:08:57.938 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-03T15:08:57.938 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-03T15:08:57.938 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-03T15:08:57.938 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00912578 s, 1.1 GB/s 2023-12-03T15:08:57.939 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-03T15:08:58.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:57 smithi023 ceph-mon[107730]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:58.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:57 smithi023 ceph-mon[107730]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-03T15:08:58.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:57 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:58.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:57 smithi159 ceph-mon[111016]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:08:58.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:57 smithi159 ceph-mon[111016]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-03T15:08:58.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:57 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:08:58.511 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_2 2023-12-03T15:08:59.144 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:08:59.017+0000 7ffa91140700 -1 osd.1 0 waiting for initial osdmap 2023-12-03T15:08:59.144 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:08:59.020+0000 7ffa8d2da700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:08:59.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-mon[107730]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-03T15:08:59.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-mon[107730]: osdmap e12: 2 total, 1 up, 2 in 2023-12-03T15:08:59.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:08:59.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:08:59 smithi023 ceph-mon[107730]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:08:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:59 smithi159 ceph-mon[111016]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-03T15:08:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:59 smithi159 ceph-mon[111016]: osdmap e12: 2 total, 1 up, 2 in 2023-12-03T15:08:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:59 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:08:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:08:59 smithi159 ceph-mon[111016]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: osdmap e13: 2 total, 1 up, 2 in 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:00.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:00.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:09:00.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:00.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: osdmap e13: 2 total, 1 up, 2 in 2023-12-03T15:09:00.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:00.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:00.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi023 to 6449M 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816] boot 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: osdmap e14: 2 total, 2 up, 2 in 2023-12-03T15:09:01.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:01 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:01.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:09:01.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:09:01.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi023 to 6449M 2023-12-03T15:09:01.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:01.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: osd.1 [v2:172.21.15.23:6810/3813737816,v1:172.21.15.23:6811/3813737816] boot 2023-12-03T15:09:01.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: osdmap e14: 2 total, 2 up, 2 in 2023-12-03T15:09:01.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:01 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: osdmap e15: 2 total, 2 up, 2 in 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3556259418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f3f9fa-24e8-44df-92f1-226f25b62739"}]: dispatch 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3556259418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1f3f9fa-24e8-44df-92f1-226f25b62739"}]': finished 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: osdmap e16: 3 total, 2 up, 3 in 2023-12-03T15:09:02.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:02 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: osdmap e15: 2 total, 2 up, 2 in 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3556259418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f3f9fa-24e8-44df-92f1-226f25b62739"}]: dispatch 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3556259418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1f3f9fa-24e8-44df-92f1-226f25b62739"}]': finished 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: osdmap e16: 3 total, 2 up, 3 in 2023-12-03T15:09:02.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:02 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:03.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:03 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2706968292' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:03.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:03.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:03.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:03 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2706968292' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:03.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:03.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:04.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:04 smithi159 ceph-mon[111016]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:04.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:04 smithi023 ceph-mon[107730]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:06 smithi023 ceph-mon[107730]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:06.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:06 smithi159 ceph-mon[111016]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:07 smithi159 ceph-mon[111016]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:07 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-03T15:09:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:07 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:07 smithi159 ceph-mon[111016]: Deploying daemon osd.2 on smithi023 2023-12-03T15:09:07.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:07 smithi023 ceph-mon[107730]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:07.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:07 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-03T15:09:07.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:07 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:07 smithi023 ceph-mon[107730]: Deploying daemon osd.2 on smithi023 2023-12-03T15:09:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:10 smithi159 ceph-mon[111016]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:10.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:10 smithi023 ceph-mon[107730]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:11.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:11 smithi023 ceph-mon[107730]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:11.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:11 smithi159 ceph-mon[111016]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:12.810 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 2 on host 'smithi023' 2023-12-03T15:09:13.379 DEBUG:teuthology.orchestra.run.smithi023:osd.2> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.2.service 2023-12-03T15:09:13.381 INFO:tasks.cephadm:Deploying osd.3 on smithi023 with /dev/vg_nvme/lv_1... 2023-12-03T15:09:13.381 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-03T15:09:13.416 INFO:journalctl@ceph.osd.2.smithi023.stdout:-- Logs begin at Sun 2023-12-03 14:57:04 UTC. -- 2023-12-03T15:09:13.934 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:13 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:09:13.648+0000 7f056d68f3c0 -1 osd.2 0 log_to_monitors true 2023-12-03T15:09:13.934 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:13 smithi023 ceph-mon[107730]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:13.935 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:13 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:13.935 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:13 smithi023 ceph-mon[107730]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-03T15:09:14.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:13 smithi159 ceph-mon[111016]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:14.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:13 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:14.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:13 smithi159 ceph-mon[111016]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154402 s, 679 MB/s 2023-12-03T15:09:14.930 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-03T15:09:15.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-mon[107730]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-03T15:09:15.130 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-mon[107730]: osdmap e17: 3 total, 2 up, 3 in 2023-12-03T15:09:15.130 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-mon[107730]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:09:15.130 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:15.130 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:15.130 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:09:14.828+0000 7f0564092700 -1 osd.2 0 waiting for initial osdmap 2023-12-03T15:09:15.130 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:14 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:09:14.833+0000 7f055ca25700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:09:15.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:14 smithi159 ceph-mon[111016]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-03T15:09:15.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:14 smithi159 ceph-mon[111016]: osdmap e17: 3 total, 2 up, 3 in 2023-12-03T15:09:15.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:14 smithi159 ceph-mon[111016]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:09:15.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:14 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:15.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:14 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:15.392 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_1 2023-12-03T15:09:16.087 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:15 smithi023 ceph-mon[107730]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:16.087 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:15 smithi023 ceph-mon[107730]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:16.088 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:15 smithi023 ceph-mon[107730]: osdmap e18: 3 total, 2 up, 3 in 2023-12-03T15:09:16.088 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:16.088 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:15 smithi159 ceph-mon[111016]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:15 smithi159 ceph-mon[111016]: from='osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:15 smithi159 ceph-mon[111016]: osdmap e18: 3 total, 2 up, 3 in 2023-12-03T15:09:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:17.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:09:17.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:09:17.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620] boot 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: osdmap e19: 3 total, 3 up, 3 in 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:17.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:16 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: osd.2 [v2:172.21.15.23:6818/1231454620,v1:172.21.15.23:6819/1231454620] boot 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: osdmap e19: 3 total, 3 up, 3 in 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:17.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:16 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi023 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi023 to 4299M 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: osdmap e20: 3 total, 3 up, 3 in 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:17.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:17 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi023 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi023 to 4299M 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: osdmap e20: 3 total, 3 up, 3 in 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-03T15:09:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:18.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:18.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:18.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:17 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:19.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-03T15:09:19.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: osdmap e21: 3 total, 3 up, 3 in 2023-12-03T15:09:19.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2171376149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6c24c75a-868f-427d-9e2d-408825228310"}]: dispatch 2023-12-03T15:09:19.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2171376149' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6c24c75a-868f-427d-9e2d-408825228310"}]': finished 2023-12-03T15:09:19.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: osdmap e22: 4 total, 3 up, 4 in 2023-12-03T15:09:19.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:18 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:19.144 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:18 smithi023 sudo[131620]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-03T15:09:19.145 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:18 smithi023 sudo[131620]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:19.145 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:18 smithi023 sudo[131620]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:19.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-03T15:09:19.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: osdmap e21: 3 total, 3 up, 3 in 2023-12-03T15:09:19.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2171376149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6c24c75a-868f-427d-9e2d-408825228310"}]: dispatch 2023-12-03T15:09:19.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2171376149' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6c24c75a-868f-427d-9e2d-408825228310"}]': finished 2023-12-03T15:09:19.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: osdmap e22: 4 total, 3 up, 4 in 2023-12-03T15:09:19.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:18 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:19.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131652]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-03T15:09:19.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131652]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:19.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131652]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:20.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:19 smithi159 ceph-mon[111016]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:20.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:19 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:20.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:19 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2801530399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:19 smithi023 ceph-mon[107730]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:19 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:20.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:19 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2801530399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:20.145 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131704]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-03T15:09:20.145 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131704]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:20.145 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:19 smithi023 sudo[131704]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:20.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132078]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-03T15:09:20.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132078]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:20.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132078]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:21.093 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132083]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-03T15:09:21.093 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132083]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:21.093 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:20 smithi023 sudo[132083]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:21.393 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132467]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-03T15:09:21.423 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132467]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:21.423 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132467]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:21.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132478]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-03T15:09:21.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132478]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:21.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132478]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:22.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132548]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-03T15:09:22.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132548]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 sudo[132548]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 ceph-mon[107730]: mgrmap e19: smithi023.ttoasj(active, since 95s), standbys: smithi159.cpqcsg 2023-12-03T15:09:22.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:21 smithi023 ceph-mon[107730]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-03T15:09:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113722]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-03T15:09:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113722]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113722]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113725]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113725]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 sudo[113725]: pam_unix(sudo:session): session closed for user root 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 ceph-mon[111016]: mgrmap e19: smithi023.ttoasj(active, since 95s), standbys: smithi159.cpqcsg 2023-12-03T15:09:22.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:22 smithi159 ceph-mon[111016]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-03T15:09:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-03T15:09:23.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-03T15:09:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:09:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:09:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-03T15:09:23.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:09:23.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:09:23.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-03T15:09:23.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:24.266 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:24 smithi023 ceph-mon[107730]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:24.266 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-03T15:09:24.267 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:24 smithi159 ceph-mon[111016]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-03T15:09:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:25.309 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:25 smithi159 ceph-mon[111016]: Deploying daemon osd.3 on smithi023 2023-12-03T15:09:25.377 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:25 smithi023 ceph-mon[107730]: Deploying daemon osd.3 on smithi023 2023-12-03T15:09:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:26 smithi159 ceph-mon[111016]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:26.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:26 smithi023 ceph-mon[107730]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-03T15:09:28.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:28 smithi023 ceph-mon[107730]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-03T15:09:28.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:28.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:28.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:28.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:28.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:28 smithi159 ceph-mon[111016]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-03T15:09:28.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:28.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:28.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:28.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:29.411 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 3 on host 'smithi023' 2023-12-03T15:09:29.956 DEBUG:teuthology.orchestra.run.smithi023:osd.3> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.3.service 2023-12-03T15:09:29.958 INFO:tasks.cephadm:Deploying osd.4 on smithi159 with /dev/vg_nvme/lv_4... 2023-12-03T15:09:29.959 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-03T15:09:29.990 INFO:journalctl@ceph.osd.3.smithi023.stdout:-- Logs begin at Sun 2023-12-03 14:57:04 UTC. -- 2023-12-03T15:09:30.264 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:30 smithi159 ceph-mon[111016]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-03T15:09:30.265 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:30 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:30.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:30 smithi023 ceph-mon[107730]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-03T15:09:30.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:30 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:30.843 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:09:30 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:09:30.480+0000 7f71920aa3c0 -1 osd.3 0 log_to_monitors true 2023-12-03T15:09:31.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:31 smithi023 ceph-mon[107730]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-03T15:09:31.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111761 s, 938 MB/s 2023-12-03T15:09:31.347 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2023-12-03T15:09:31.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:31 smithi159 ceph-mon[111016]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-03T15:09:31.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:31.736 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_4 2023-12-03T15:09:32.144 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:09:32.026+0000 7f7188aad700 -1 osd.3 0 waiting for initial osdmap 2023-12-03T15:09:32.144 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:09:32.030+0000 7f7183444700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:09:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-mon[107730]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-03T15:09:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-mon[107730]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-03T15:09:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-mon[107730]: osdmap e23: 4 total, 3 up, 4 in 2023-12-03T15:09:32.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:32.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:32 smithi023 ceph-mon[107730]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:09:32.348 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:32 smithi159 ceph-mon[111016]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-03T15:09:32.348 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:32 smithi159 ceph-mon[111016]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-03T15:09:32.348 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:32 smithi159 ceph-mon[111016]: osdmap e23: 4 total, 3 up, 4 in 2023-12-03T15:09:32.348 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:32 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:32.348 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:32 smithi159 ceph-mon[111016]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: osdmap e24: 4 total, 3 up, 4 in 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.363 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.364 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.364 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: osdmap e24: 4 total, 3 up, 4 in 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:33.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi023 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi023 to 3224M 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545] boot 2023-12-03T15:09:34.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: osdmap e25: 4 total, 4 up, 4 in 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:34.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:34 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:34.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:09:34.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi023 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi023 to 3224M 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: osd.3 [v2:172.21.15.23:6826/1276782545,v1:172.21.15.23:6827/1276782545] boot 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: osdmap e25: 4 total, 4 up, 4 in 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:34.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:34.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:34 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: osdmap e26: 4 total, 4 up, 4 in 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/723613988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]: dispatch 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]: dispatch 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]': finished 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: osdmap e27: 5 total, 4 up, 5 in 2023-12-03T15:09:35.311 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:35 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: osdmap e26: 4 total, 4 up, 4 in 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/723613988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]: dispatch 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]: dispatch 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b8e83d5-063b-48ad-bcd3-917d5cb37e4e"}]': finished 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: osdmap e27: 5 total, 4 up, 5 in 2023-12-03T15:09:35.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:35 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:36 smithi159 ceph-mon[111016]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:36 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/1249034293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:36.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:36 smithi023 ceph-mon[107730]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:36.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:36 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1249034293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:38.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:38 smithi159 ceph-mon[111016]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:38.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:38 smithi023 ceph-mon[107730]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:40.272 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:40 smithi159 ceph-mon[111016]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:40.272 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:40 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-03T15:09:40.272 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:40 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:40.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:40 smithi023 ceph-mon[107730]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:40.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:40 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-03T15:09:40.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:40 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:41.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:41 smithi159 ceph-mon[111016]: Deploying daemon osd.4 on smithi159 2023-12-03T15:09:41.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:41 smithi023 ceph-mon[107730]: Deploying daemon osd.4 on smithi159 2023-12-03T15:09:42.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:42 smithi159 ceph-mon[111016]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:42.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:42 smithi023 ceph-mon[107730]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:44.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:43 smithi159 ceph-mon[111016]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:44.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:43 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:44.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:43 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:44.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:43 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:44.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:43 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:43 smithi023 ceph-mon[107730]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:43 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:43 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:43 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:44.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:43 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:44.967 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 4 on host 'smithi159' 2023-12-03T15:09:45.353 DEBUG:teuthology.orchestra.run.smithi159:osd.4> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.4.service 2023-12-03T15:09:45.355 INFO:tasks.cephadm:Deploying osd.5 on smithi159 with /dev/vg_nvme/lv_3... 2023-12-03T15:09:45.356 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-03T15:09:45.383 INFO:journalctl@ceph.osd.4.smithi159.stdout:-- Logs begin at Sun 2023-12-03 14:56:40 UTC. -- 2023-12-03T15:09:45.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:45 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:45.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:45 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:09:46.382 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:09:46 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:09:46.138+0000 7f11831953c0 -1 osd.4 0 log_to_monitors true 2023-12-03T15:09:46.740 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:46 smithi159 ceph-mon[111016]: from='osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-03T15:09:46.740 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:46 smithi159 ceph-mon[111016]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-03T15:09:46.740 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:09:46.740 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:09:46.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:46 smithi023 ceph-mon[107730]: from='osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-03T15:09:46.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:46 smithi023 ceph-mon[107730]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-03T15:09:46.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:09:46.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110486 s, 949 MB/s 2023-12-03T15:09:47.186 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2023-12-03T15:09:47.582 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_3 2023-12-03T15:09:47.882 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:09:47.602+0000 7f1179b98700 -1 osd.4 0 waiting for initial osdmap 2023-12-03T15:09:47.882 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:09:47.607+0000 7f1176533700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:09:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-03T15:09:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: osdmap e28: 5 total, 4 up, 5 in 2023-12-03T15:09:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi159 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi159 to 15970M 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:47.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: osdmap e28: 5 total, 4 up, 5 in 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi159 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi159 to 15970M 2023-12-03T15:09:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:47.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:09:48.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:48 smithi159 ceph-mon[111016]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:09:48.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:48 smithi159 ceph-mon[111016]: osdmap e29: 5 total, 4 up, 5 in 2023-12-03T15:09:48.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:48 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:48.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:48 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:48.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:48 smithi023 ceph-mon[107730]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:09:48.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:48 smithi023 ceph-mon[107730]: osdmap e29: 5 total, 4 up, 5 in 2023-12-03T15:09:48.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:48 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:48.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:48 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:49.837 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051] boot 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: osdmap e30: 5 total, 5 up, 5 in 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:49.838 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:49 smithi159 ceph-mon[111016]: osdmap e31: 5 total, 5 up, 5 in 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: osd.4 [v2:172.21.15.159:6800/3619065051,v1:172.21.15.159:6801/3619065051] boot 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: osdmap e30: 5 total, 5 up, 5 in 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:09:49.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:09:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:09:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:09:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:49.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:49 smithi023 ceph-mon[107730]: osdmap e31: 5 total, 5 up, 5 in 2023-12-03T15:09:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:09:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: osdmap e32: 5 total, 5 up, 5 in 2023-12-03T15:09:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/387256648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]: dispatch 2023-12-03T15:09:51.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]: dispatch 2023-12-03T15:09:51.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]': finished 2023-12-03T15:09:51.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: osdmap e33: 6 total, 5 up, 6 in 2023-12-03T15:09:51.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:09:51.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:51 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2573159943' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: osdmap e32: 5 total, 5 up, 5 in 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/387256648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]: dispatch 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]: dispatch 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b404db0-48a0-4fee-9bf1-a8a8cc468698"}]': finished 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: osdmap e33: 6 total, 5 up, 6 in 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:09:51.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:51 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2573159943' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:09:52.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:52 smithi159 ceph-mon[111016]: osdmap e34: 6 total, 5 up, 6 in 2023-12-03T15:09:52.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:52 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:09:52.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:52 smithi023 ceph-mon[107730]: osdmap e34: 6 total, 5 up, 6 in 2023-12-03T15:09:52.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:52 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:09:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:53 smithi159 ceph-mon[111016]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 140 KiB/s, 0 objects/s recovering 2023-12-03T15:09:53.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:53 smithi023 ceph-mon[107730]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 140 KiB/s, 0 objects/s recovering 2023-12-03T15:09:55.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:55 smithi159 ceph-mon[111016]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-03T15:09:55.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:55 smithi023 ceph-mon[107730]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-03T15:09:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:56 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-03T15:09:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:56 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:56 smithi159 ceph-mon[111016]: Deploying daemon osd.5 on smithi159 2023-12-03T15:09:56.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:56 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-03T15:09:56.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:56 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:09:56.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:56 smithi023 ceph-mon[107730]: Deploying daemon osd.5 on smithi159 2023-12-03T15:09:57.571 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:57 smithi159 ceph-mon[111016]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:09:57.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:57 smithi023 ceph-mon[107730]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:00.027 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:59 smithi159 ceph-mon[111016]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-03T15:10:00.027 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:59 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:00.027 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:59 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:00.027 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:59 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:00.027 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:09:59 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:59 smithi023 ceph-mon[107730]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-03T15:10:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:59 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:59 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:59 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:00.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:09:59 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:00.859 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 5 on host 'smithi159' 2023-12-03T15:10:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:00 smithi159 ceph-mon[111016]: overall HEALTH_OK 2023-12-03T15:10:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:01.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:00 smithi023 ceph-mon[107730]: overall HEALTH_OK 2023-12-03T15:10:01.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:01.331 DEBUG:teuthology.orchestra.run.smithi159:osd.5> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.5.service 2023-12-03T15:10:01.334 INFO:tasks.cephadm:Deploying osd.6 on smithi159 with /dev/vg_nvme/lv_2... 2023-12-03T15:10:01.334 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-03T15:10:01.362 INFO:journalctl@ceph.osd.5.smithi159.stdout:-- Logs begin at Sun 2023-12-03 14:56:40 UTC. -- 2023-12-03T15:10:01.947 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:01 smithi159 ceph-mon[111016]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-03T15:10:01.947 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:01 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:02.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:01 smithi023 ceph-mon[107730]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-03T15:10:02.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:01 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:02.366 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:10:01 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:10:01.983+0000 7f9445ee13c0 -1 osd.5 0 log_to_monitors true 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111572 s, 940 MB/s 2023-12-03T15:10:03.018 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 2023-12-03T15:10:03.019 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2023-12-03T15:10:03.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:02 smithi159 ceph-mon[111016]: from='osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-03T15:10:03.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:02 smithi159 ceph-mon[111016]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-03T15:10:03.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:02 smithi023 ceph-mon[107730]: from='osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-03T15:10:03.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:02 smithi023 ceph-mon[107730]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-03T15:10:03.439 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_2 2023-12-03T15:10:04.132 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:10:03.886+0000 7f943c8e4700 -1 osd.5 0 waiting for initial osdmap 2023-12-03T15:10:04.132 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:10:03.891+0000 7f943727b700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: osdmap e35: 6 total, 5 up, 6 in 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:04.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:04.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:04.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: osdmap e35: 6 total, 5 up, 6 in 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:04.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:04.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:04.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:04.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi159 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi159 to 7985M 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: osdmap e36: 6 total, 5 up, 6 in 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565] boot 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: osdmap e37: 6 total, 6 up, 6 in 2023-12-03T15:10:05.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:04 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:05.309 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi159 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi159 to 7985M 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: osdmap e36: 6 total, 5 up, 6 in 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: osd.5 [v2:172.21.15.159:6808/3553908565,v1:172.21.15.159:6809/3553908565] boot 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: osdmap e37: 6 total, 6 up, 6 in 2023-12-03T15:10:05.310 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:04 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:10:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: pgmap v93: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:05 smithi159 ceph-mon[111016]: osdmap e38: 6 total, 6 up, 6 in 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: pgmap v93: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:06.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:05 smithi023 ceph-mon[107730]: osdmap e38: 6 total, 6 up, 6 in 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: osdmap e39: 6 total, 6 up, 6 in 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2238494283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]: dispatch 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]: dispatch 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]': finished 2023-12-03T15:10:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: osdmap e40: 7 total, 6 up, 7 in 2023-12-03T15:10:07.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:07.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:07 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/2805931698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: osdmap e39: 6 total, 6 up, 6 in 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2238494283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]: dispatch 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]: dispatch 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1026411a-b3fb-432b-adef-ca386e8a43d8"}]': finished 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: osdmap e40: 7 total, 6 up, 7 in 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:07.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:07 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/2805931698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:10:08.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:08 smithi023 ceph-mon[107730]: osdmap e41: 7 total, 6 up, 7 in 2023-12-03T15:10:08.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:08 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:09.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:08 smithi159 ceph-mon[111016]: osdmap e41: 7 total, 6 up, 7 in 2023-12-03T15:10:09.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:08 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:09.729 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:09 smithi159 ceph-mon[111016]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:09.730 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:09 smithi159 ceph-mon[111016]: osdmap e42: 7 total, 6 up, 7 in 2023-12-03T15:10:09.730 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:09 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:09.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:09 smithi023 ceph-mon[107730]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:09.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:09 smithi023 ceph-mon[107730]: osdmap e42: 7 total, 6 up, 7 in 2023-12-03T15:10:09.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:09 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:11.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:11 smithi159 ceph-mon[111016]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-03T15:10:11.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-03T15:10:11.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:11 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:11.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:11 smithi023 ceph-mon[107730]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-03T15:10:11.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-03T15:10:11.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:11 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:12.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:12 smithi159 ceph-mon[111016]: Deploying daemon osd.6 on smithi159 2023-12-03T15:10:13.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:12 smithi023 ceph-mon[107730]: Deploying daemon osd.6 on smithi159 2023-12-03T15:10:13.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:13 smithi159 ceph-mon[111016]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:13.952 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:13 smithi023 ceph-mon[107730]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:15 smithi159 ceph-mon[111016]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-03T15:10:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:16.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:15 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:16.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:15 smithi023 ceph-mon[107730]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-03T15:10:16.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:16.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:16.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:16.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:15 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:17.011 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 6 on host 'smithi159' 2023-12-03T15:10:17.488 DEBUG:teuthology.orchestra.run.smithi159:osd.6> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.6.service 2023-12-03T15:10:17.490 INFO:tasks.cephadm:Deploying osd.7 on smithi159 with /dev/vg_nvme/lv_1... 2023-12-03T15:10:17.490 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-03T15:10:17.520 INFO:journalctl@ceph.osd.6.smithi159.stdout:-- Logs begin at Sun 2023-12-03 14:56:40 UTC. -- 2023-12-03T15:10:18.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:18 smithi159 ceph-mon[111016]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-03T15:10:18.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:18 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:18.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:18 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:18.103 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:10:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:10:18.068+0000 7ff7440783c0 -1 osd.6 0 log_to_monitors true 2023-12-03T15:10:18.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:18 smithi023 ceph-mon[107730]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-03T15:10:18.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:18 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:18.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:18 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:19.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:19 smithi159 ceph-mon[111016]: from='osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-03T15:10:19.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:19 smithi159 ceph-mon[111016]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-03T15:10:19.342 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-03T15:10:19.342 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-03T15:10:19.343 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2023-12-03T15:10:19.343 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2023-12-03T15:10:19.343 INFO:teuthology.orchestra.run.smithi159.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0175178 s, 599 MB/s 2023-12-03T15:10:19.343 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2023-12-03T15:10:19.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:19 smithi023 ceph-mon[107730]: from='osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-03T15:10:19.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:19 smithi023 ceph-mon[107730]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-03T15:10:19.671 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_1 2023-12-03T15:10:20.382 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:10:20.040+0000 7ff73aa7b700 -1 osd.6 0 waiting for initial osdmap 2023-12-03T15:10:20.382 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:10:20.046+0000 7ff737416700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: osdmap e43: 7 total, 6 up, 7 in 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:20.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:20.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: osdmap e43: 7 total, 6 up, 7 in 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:20.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:20.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:20.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:20.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:20.395 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi159 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi159 to 5323M 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: osdmap e44: 7 total, 6 up, 7 in 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:10:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:10:21.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:21.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi159 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi159 to 5323M 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: osdmap e44: 7 total, 6 up, 7 in 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-03T15:10:21.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:10:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:10:22.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:22.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:10:22.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544] boot 2023-12-03T15:10:22.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: osdmap e45: 7 total, 7 up, 7 in 2023-12-03T15:10:22.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:22 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:22.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:10:22.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:10:22.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-03T15:10:22.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:10:22.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: osd.6 [v2:172.21.15.159:6816/3914555544,v1:172.21.15.159:6817/3914555544] boot 2023-12-03T15:10:22.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: osdmap e45: 7 total, 7 up, 7 in 2023-12-03T15:10:22.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:22 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: osdmap e46: 7 total, 7 up, 7 in 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/914232434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]: dispatch 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]: dispatch 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]': finished 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: osdmap e47: 8 total, 7 up, 8 in 2023-12-03T15:10:23.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: osdmap e46: 7 total, 7 up, 7 in 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/914232434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]: dispatch 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]: dispatch 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d31f5d1-dc02-436d-8c85-8f86c42228dd"}]': finished 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: osdmap e47: 8 total, 7 up, 8 in 2023-12-03T15:10:23.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:24 smithi159 ceph-mon[111016]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:24 smithi159 ceph-mon[111016]: from='client.? 172.21.15.159:0/1001990091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:10:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:24 smithi159 ceph-mon[111016]: osdmap e48: 8 total, 7 up, 8 in 2023-12-03T15:10:24.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:24.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:24 smithi023 ceph-mon[107730]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:24.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:24 smithi023 ceph-mon[107730]: from='client.? 172.21.15.159:0/1001990091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-03T15:10:24.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:24 smithi023 ceph-mon[107730]: osdmap e48: 8 total, 7 up, 8 in 2023-12-03T15:10:24.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:25.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:25 smithi159 ceph-mon[111016]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:25.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:25 smithi159 ceph-mon[111016]: osdmap e49: 8 total, 7 up, 8 in 2023-12-03T15:10:25.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:25 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:26.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:25 smithi023 ceph-mon[107730]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:25 smithi023 ceph-mon[107730]: osdmap e49: 8 total, 7 up, 8 in 2023-12-03T15:10:26.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:25 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:27.769 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:27 smithi159 ceph-mon[111016]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:28.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:27 smithi023 ceph-mon[107730]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:28.831 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-03T15:10:28.832 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:28 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:28.832 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:28 smithi159 ceph-mon[111016]: Deploying daemon osd.7 on smithi159 2023-12-03T15:10:29.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-03T15:10:29.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:28 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:29.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:28 smithi023 ceph-mon[107730]: Deploying daemon osd.7 on smithi159 2023-12-03T15:10:30.015 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:29 smithi159 ceph-mon[111016]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:30.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:29 smithi023 ceph-mon[107730]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:31.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:31 smithi159 ceph-mon[111016]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-03T15:10:31.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:31.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:31.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:31.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:31 smithi023 ceph-mon[107730]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-03T15:10:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:32.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:33.359 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 7 on host 'smithi159' 2023-12-03T15:10:33.734 DEBUG:teuthology.orchestra.run.smithi159:osd.7> sudo journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.7.service 2023-12-03T15:10:33.736 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-03T15:10:33.736 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-03T15:10:33.763 INFO:journalctl@ceph.osd.7.smithi159.stdout:-- Logs begin at Sun 2023-12-03 14:56:40 UTC. -- 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:33.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:34.066 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-03T15:10:34.066 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:34.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:34.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:10:34.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:34.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:10:34.067 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:10:34.882 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:10:34 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:10:34.413+0000 7f27cfe8b3c0 -1 osd.7 0 log_to_monitors true 2023-12-03T15:10:35.138 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:35.454 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:35 smithi023 ceph-mon[107730]: pgmap v121: 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-03T15:10:35.454 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:35 smithi023 ceph-mon[107730]: from='osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-03T15:10:35.454 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:35 smithi023 ceph-mon[107730]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-03T15:10:35.454 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:35 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2066012165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-03T15:10:35.504 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1701616221,"num_in_osds":8,"osd_in_since":1701616222,"num_remapped_pgs":0} 2023-12-03T15:10:35.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:35 smithi159 ceph-mon[111016]: pgmap v121: 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-03T15:10:35.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:35 smithi159 ceph-mon[111016]: from='osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-03T15:10:35.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:35 smithi159 ceph-mon[111016]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-03T15:10:35.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:35 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2066012165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-03T15:10:36.505 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-03T15:10:36.632 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:10:36.311+0000 7f27c688e700 -1 osd.7 0 waiting for initial osdmap 2023-12-03T15:10:36.632 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:10:36.319+0000 7f27c1225700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: osdmap e50: 8 total, 7 up, 8 in 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: Detected new or changed devices on smithi159 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi159 to 3992M 2023-12-03T15:10:36.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:36.634 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:36.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-03T15:10:36.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: osdmap e50: 8 total, 7 up, 8 in 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: Detected new or changed devices on smithi159 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi159 to 3992M 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:36.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:10:37.625 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:37 smithi023 ceph-mon[107730]: 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-03T15:10:37.625 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:37 smithi023 ceph-mon[107730]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:37.625 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:37 smithi023 ceph-mon[107730]: osdmap e51: 8 total, 7 up, 8 in 2023-12-03T15:10:37.625 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:37.625 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:37 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:37 smithi159 ceph-mon[111016]: 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-03T15:10:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:37 smithi159 ceph-mon[111016]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2023-12-03T15:10:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:37 smithi159 ceph-mon[111016]: osdmap e51: 8 total, 7 up, 8 in 2023-12-03T15:10:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:37 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:38.018 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1701616237,"num_in_osds":8,"osd_in_since":1701616222,"num_remapped_pgs":1} 2023-12-03T15:10:38.388 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-03T15:10:38.622 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: purged_snaps scrub starts 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: purged_snaps scrub ok 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620] boot 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: osdmap e52: 8 total, 8 up, 8 in 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2303508494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-03T15:10:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:38 smithi159 ceph-mon[111016]: osdmap e53: 8 total, 8 up, 8 in 2023-12-03T15:10:38.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: purged_snaps scrub starts 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: purged_snaps scrub ok 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: osd.7 [v2:172.21.15.159:6824/2120988620,v1:172.21.15.159:6825/2120988620] boot 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: osdmap e52: 8 total, 8 up, 8 in 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2303508494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-03T15:10:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:38 smithi023 ceph-mon[107730]: osdmap e53: 8 total, 8 up, 8 in 2023-12-03T15:10:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:39 smithi159 ceph-mon[111016]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:39 smithi159 ceph-mon[111016]: osdmap e54: 8 total, 8 up, 8 in 2023-12-03T15:10:39.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:39 smithi023 ceph-mon[107730]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-03T15:10:39.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:39 smithi023 ceph-mon[107730]: osdmap e54: 8 total, 8 up, 8 in 2023-12-03T15:10:39.683 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:39.683 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":54,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","created":"2023-12-03T15:06:11.216453+0000","modified":"2023-12-03T15:10:39.311973+0000","last_up_change":"2023-12-03T15:10:37.307815+0000","last_in_change":"2023-12-03T15:10:22.736216+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-03T15:09:16.775059+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b043b9-e769-4295-9f97-752e4dac2fdf","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.23:6802","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6803","nonce":3906039336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6805","nonce":3906039336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6809","nonce":3906039336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6807","nonce":3906039336}]},"public_addr":"172.21.15.23:6803/3906039336","cluster_addr":"172.21.15.23:6805/3906039336","heartbeat_back_addr":"172.21.15.23:6809/3906039336","heartbeat_front_addr":"172.21.15.23:6807/3906039336","state":["exists","up"]},{"osd":1,"uuid":"a0516952-a4f1-4b1f-b1b9-e527c6422942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6811","nonce":3813737816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6813","nonce":3813737816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6817","nonce":3813737816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6815","nonce":3813737816}]},"public_addr":"172.21.15.23:6811/3813737816","cluster_addr":"172.21.15.23:6813/3813737816","heartbeat_back_addr":"172.21.15.23:6817/3813737816","heartbeat_front_addr":"172.21.15.23:6815/3813737816","state":["exists","up"]},{"osd":2,"uuid":"d1f3f9fa-24e8-44df-92f1-226f25b62739","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.23:6818","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6819","nonce":1231454620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6821","nonce":1231454620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6825","nonce":1231454620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6823","nonce":1231454620}]},"public_addr":"172.21.15.23:6819/1231454620","cluster_addr":"172.21.15.23:6821/1231454620","heartbeat_back_addr":"172.21.15.23:6825/1231454620","heartbeat_front_addr":"172.21.15.23:6823/1231454620","state":["exists","up"]},{"osd":3,"uuid":"6c24c75a-868f-427d-9e2d-408825228310","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6827","nonce":1276782545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6829","nonce":1276782545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6833","nonce":1276782545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6831","nonce":1276782545}]},"public_addr":"172.21.15.23:6827/1276782545","cluster_addr":"172.21.15.23:6829/1276782545","heartbeat_back_addr":"172.21.15.23:6833/1276782545","heartbeat_front_addr":"172.21.15.23:6831/1276782545","state":["exists","up"]},{"osd":4,"uuid":"1b8e83d5-063b-48ad-bcd3-917d5cb37e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6800","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6801","nonce":3619065051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6802","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6803","nonce":3619065051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6807","nonce":3619065051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6805","nonce":3619065051}]},"public_addr":"172.21.15.159:6801/3619065051","cluster_addr":"172.21.15.159:6803/3619065051","heartbeat_back_addr":"172.21.15.159:6807/3619065051","heartbeat_front_addr":"172.21.15.159:6805/3619065051","state":["exists","up"]},{"osd":5,"uuid":"0b404db0-48a0-4fee-9bf1-a8a8cc468698","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6809","nonce":3553908565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6810","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6811","nonce":3553908565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6815","nonce":3553908565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6813","nonce":3553908565}]},"public_addr":"172.21.15.159:6809/3553908565","cluster_addr":"172.21.15.159:6811/3553908565","heartbeat_back_addr":"172.21.15.159:6815/3553908565","heartbeat_front_addr":"172.21.15.159:6813/3553908565","state":["exists","up"]},{"osd":6,"uuid":"1026411a-b3fb-432b-adef-ca386e8a43d8","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.159:6816","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6817","nonce":3914555544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6818","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6819","nonce":3914555544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6823","nonce":3914555544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6821","nonce":3914555544}]},"public_addr":"172.21.15.159:6817/3914555544","cluster_addr":"172.21.15.159:6819/3914555544","heartbeat_back_addr":"172.21.15.159:6823/3914555544","heartbeat_front_addr":"172.21.15.159:6821/3914555544","state":["exists","up"]},{"osd":7,"uuid":"4d31f5d1-dc02-436d-8c85-8f86c42228dd","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.159:6824","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6825","nonce":2120988620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6826","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6827","nonce":2120988620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6831","nonce":2120988620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6829","nonce":2120988620}]},"public_addr":"172.21.15.159:6825/2120988620","cluster_addr":"172.21.15.159:6827/2120988620","heartbeat_back_addr":"172.21.15.159:6831/2120988620","heartbeat_front_addr":"172.21.15.159:6829/2120988620","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-03T15:08:36.176365+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-03T15:08:57.971249+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-03T15:09:14.666188+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-03T15:09:31.447208+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-03T15:09:47.110616+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-03T15:10:03.021371+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-03T15:10:19.022001+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-03T15:10:35.409753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.23:0/2636855279":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2089145215":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2194625705":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3449935126":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2031989009":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3515422216":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:0/2270134066":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6800/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/863319880":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6801/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/3256324258":"2023-12-04T15:06:32.523282+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-03T15:10:40.045 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-03T15:09:16.775059+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-03T15:10:40.046 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-03T15:10:40.279 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:40 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3993390525' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:40.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:40 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3993390525' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:41.398 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2023-12-03T15:10:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:41 smithi159 ceph-mon[111016]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:41.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:41 smithi159 ceph-mon[111016]: osdmap e55: 8 total, 8 up, 8 in 2023-12-03T15:10:41.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:41 smithi023 ceph-mon[107730]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:41.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:41 smithi023 ceph-mon[107730]: osdmap e55: 8 total, 8 up, 8 in 2023-12-03T15:10:41.761 INFO:tasks.cephadm:Setting up client nodes... 2023-12-03T15:10:41.762 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-03T15:10:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:42 smithi159 ceph-mon[111016]: osdmap e56: 8 total, 8 up, 8 in 2023-12-03T15:10:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:42 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2098722090' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-03T15:10:42.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:42 smithi023 ceph-mon[107730]: osdmap e56: 8 total, 8 up, 8 in 2023-12-03T15:10:42.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:42 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2098722090' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-03T15:10:43.179 INFO:teuthology.orchestra.run.smithi023.stdout:[client.0] 2023-12-03T15:10:43.179 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQBzmmxlXV0kChAAuV9WrfB7OGE3H2kCWFLLkw== 2023-12-03T15:10:43.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:43 smithi023 ceph-mon[107730]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:43.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:43 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/497511689' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-03T15:10:43.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:43 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/497511689' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-03T15:10:43.545 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-03T15:10:43.545 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-03T15:10:43.545 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-03T15:10:43.585 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-03T15:10:43.644 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-03T15:10:43.644 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-03T15:10:43.645 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:43 smithi159 ceph-mon[111016]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:43.645 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:43 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/497511689' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-03T15:10:43.645 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:43 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/497511689' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-03T15:10:43.875 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:45.009 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:45.378 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":19,"active_gid":14208,"active_name":"smithi023.ttoasj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":3486975099},{"type":"v1","addr":"172.21.15.23:6801","nonce":3486975099}]},"active_addr":"172.21.15.23:6801/3486975099","active_change":"2023-12-03T15:07:45.493429+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14226,"name":"smithi159.cpqcsg","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.23:8443/","prometheus":"http://172.21.15.23: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.23:0","nonce":1333654458}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":1645991960}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":3061060759}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":1317311658}]}]}} 2023-12-03T15:10:45.381 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-03T15:10:45.381 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-03T15:10:45.381 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-03T15:10:45.615 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:45 smithi159 ceph-mon[111016]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:45 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/4176305297' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-03T15:10:45.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:45 smithi023 ceph-mon[107730]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-03T15:10:45.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:45 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/4176305297' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-03T15:10:46.774 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:46.774 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":56,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","created":"2023-12-03T15:06:11.216453+0000","modified":"2023-12-03T15:10:41.327707+0000","last_up_change":"2023-12-03T15:10:37.307815+0000","last_in_change":"2023-12-03T15:10:22.736216+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-03T15:09:16.775059+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b043b9-e769-4295-9f97-752e4dac2fdf","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.23:6802","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6803","nonce":3906039336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6805","nonce":3906039336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6809","nonce":3906039336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6807","nonce":3906039336}]},"public_addr":"172.21.15.23:6803/3906039336","cluster_addr":"172.21.15.23:6805/3906039336","heartbeat_back_addr":"172.21.15.23:6809/3906039336","heartbeat_front_addr":"172.21.15.23:6807/3906039336","state":["exists","up"]},{"osd":1,"uuid":"a0516952-a4f1-4b1f-b1b9-e527c6422942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6811","nonce":3813737816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6813","nonce":3813737816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6817","nonce":3813737816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6815","nonce":3813737816}]},"public_addr":"172.21.15.23:6811/3813737816","cluster_addr":"172.21.15.23:6813/3813737816","heartbeat_back_addr":"172.21.15.23:6817/3813737816","heartbeat_front_addr":"172.21.15.23:6815/3813737816","state":["exists","up"]},{"osd":2,"uuid":"d1f3f9fa-24e8-44df-92f1-226f25b62739","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.23:6818","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6819","nonce":1231454620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6821","nonce":1231454620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6825","nonce":1231454620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6823","nonce":1231454620}]},"public_addr":"172.21.15.23:6819/1231454620","cluster_addr":"172.21.15.23:6821/1231454620","heartbeat_back_addr":"172.21.15.23:6825/1231454620","heartbeat_front_addr":"172.21.15.23:6823/1231454620","state":["exists","up"]},{"osd":3,"uuid":"6c24c75a-868f-427d-9e2d-408825228310","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6827","nonce":1276782545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6829","nonce":1276782545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6833","nonce":1276782545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6831","nonce":1276782545}]},"public_addr":"172.21.15.23:6827/1276782545","cluster_addr":"172.21.15.23:6829/1276782545","heartbeat_back_addr":"172.21.15.23:6833/1276782545","heartbeat_front_addr":"172.21.15.23:6831/1276782545","state":["exists","up"]},{"osd":4,"uuid":"1b8e83d5-063b-48ad-bcd3-917d5cb37e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6800","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6801","nonce":3619065051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6802","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6803","nonce":3619065051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6807","nonce":3619065051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6805","nonce":3619065051}]},"public_addr":"172.21.15.159:6801/3619065051","cluster_addr":"172.21.15.159:6803/3619065051","heartbeat_back_addr":"172.21.15.159:6807/3619065051","heartbeat_front_addr":"172.21.15.159:6805/3619065051","state":["exists","up"]},{"osd":5,"uuid":"0b404db0-48a0-4fee-9bf1-a8a8cc468698","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6809","nonce":3553908565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6810","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6811","nonce":3553908565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6815","nonce":3553908565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6813","nonce":3553908565}]},"public_addr":"172.21.15.159:6809/3553908565","cluster_addr":"172.21.15.159:6811/3553908565","heartbeat_back_addr":"172.21.15.159:6815/3553908565","heartbeat_front_addr":"172.21.15.159:6813/3553908565","state":["exists","up"]},{"osd":6,"uuid":"1026411a-b3fb-432b-adef-ca386e8a43d8","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.159:6816","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6817","nonce":3914555544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6818","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6819","nonce":3914555544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6823","nonce":3914555544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6821","nonce":3914555544}]},"public_addr":"172.21.15.159:6817/3914555544","cluster_addr":"172.21.15.159:6819/3914555544","heartbeat_back_addr":"172.21.15.159:6823/3914555544","heartbeat_front_addr":"172.21.15.159:6821/3914555544","state":["exists","up"]},{"osd":7,"uuid":"4d31f5d1-dc02-436d-8c85-8f86c42228dd","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.159:6824","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6825","nonce":2120988620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6826","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6827","nonce":2120988620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6831","nonce":2120988620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6829","nonce":2120988620}]},"public_addr":"172.21.15.159:6825/2120988620","cluster_addr":"172.21.15.159:6827/2120988620","heartbeat_back_addr":"172.21.15.159:6831/2120988620","heartbeat_front_addr":"172.21.15.159:6829/2120988620","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-03T15:08:36.176365+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-03T15:08:57.971249+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-03T15:09:14.666188+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-03T15:09:31.447208+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-03T15:09:47.110616+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-03T15:10:03.021371+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-03T15:10:19.022001+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-03T15:10:35.409753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/2636855279":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2089145215":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2194625705":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3449935126":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2031989009":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3515422216":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:0/2270134066":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6800/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/863319880":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6801/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/3256324258":"2023-12-04T15:06:32.523282+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-03T15:10:47.289 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-03T15:10:47.289 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-03T15:10:47.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:47 smithi023 ceph-mon[107730]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-03T15:10:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:10:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:10:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:47 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1621669294' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:47.524 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:47 smithi159 ceph-mon[111016]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-03T15:10:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:10:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:10:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:47 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1621669294' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:48.688 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:10:48.688 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":56,"fsid":"68b53740-91ed-11ee-95a2-87774f69a715","created":"2023-12-03T15:06:11.216453+0000","modified":"2023-12-03T15:10:41.327707+0000","last_up_change":"2023-12-03T15:10:37.307815+0000","last_in_change":"2023-12-03T15:10:22.736216+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-03T15:09:16.775059+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b2b043b9-e769-4295-9f97-752e4dac2fdf","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.23:6802","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6803","nonce":3906039336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6805","nonce":3906039336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6809","nonce":3906039336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":3906039336},{"type":"v1","addr":"172.21.15.23:6807","nonce":3906039336}]},"public_addr":"172.21.15.23:6803/3906039336","cluster_addr":"172.21.15.23:6805/3906039336","heartbeat_back_addr":"172.21.15.23:6809/3906039336","heartbeat_front_addr":"172.21.15.23:6807/3906039336","state":["exists","up"]},{"osd":1,"uuid":"a0516952-a4f1-4b1f-b1b9-e527c6422942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6811","nonce":3813737816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6813","nonce":3813737816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6817","nonce":3813737816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3813737816},{"type":"v1","addr":"172.21.15.23:6815","nonce":3813737816}]},"public_addr":"172.21.15.23:6811/3813737816","cluster_addr":"172.21.15.23:6813/3813737816","heartbeat_back_addr":"172.21.15.23:6817/3813737816","heartbeat_front_addr":"172.21.15.23:6815/3813737816","state":["exists","up"]},{"osd":2,"uuid":"d1f3f9fa-24e8-44df-92f1-226f25b62739","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.23:6818","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6819","nonce":1231454620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6821","nonce":1231454620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6825","nonce":1231454620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1231454620},{"type":"v1","addr":"172.21.15.23:6823","nonce":1231454620}]},"public_addr":"172.21.15.23:6819/1231454620","cluster_addr":"172.21.15.23:6821/1231454620","heartbeat_back_addr":"172.21.15.23:6825/1231454620","heartbeat_front_addr":"172.21.15.23:6823/1231454620","state":["exists","up"]},{"osd":3,"uuid":"6c24c75a-868f-427d-9e2d-408825228310","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6827","nonce":1276782545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6829","nonce":1276782545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6833","nonce":1276782545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":1276782545},{"type":"v1","addr":"172.21.15.23:6831","nonce":1276782545}]},"public_addr":"172.21.15.23:6827/1276782545","cluster_addr":"172.21.15.23:6829/1276782545","heartbeat_back_addr":"172.21.15.23:6833/1276782545","heartbeat_front_addr":"172.21.15.23:6831/1276782545","state":["exists","up"]},{"osd":4,"uuid":"1b8e83d5-063b-48ad-bcd3-917d5cb37e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6800","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6801","nonce":3619065051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6802","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6803","nonce":3619065051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6807","nonce":3619065051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":3619065051},{"type":"v1","addr":"172.21.15.159:6805","nonce":3619065051}]},"public_addr":"172.21.15.159:6801/3619065051","cluster_addr":"172.21.15.159:6803/3619065051","heartbeat_back_addr":"172.21.15.159:6807/3619065051","heartbeat_front_addr":"172.21.15.159:6805/3619065051","state":["exists","up"]},{"osd":5,"uuid":"0b404db0-48a0-4fee-9bf1-a8a8cc468698","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6809","nonce":3553908565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6810","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6811","nonce":3553908565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6815","nonce":3553908565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":3553908565},{"type":"v1","addr":"172.21.15.159:6813","nonce":3553908565}]},"public_addr":"172.21.15.159:6809/3553908565","cluster_addr":"172.21.15.159:6811/3553908565","heartbeat_back_addr":"172.21.15.159:6815/3553908565","heartbeat_front_addr":"172.21.15.159:6813/3553908565","state":["exists","up"]},{"osd":6,"uuid":"1026411a-b3fb-432b-adef-ca386e8a43d8","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.159:6816","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6817","nonce":3914555544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6818","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6819","nonce":3914555544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6823","nonce":3914555544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3914555544},{"type":"v1","addr":"172.21.15.159:6821","nonce":3914555544}]},"public_addr":"172.21.15.159:6817/3914555544","cluster_addr":"172.21.15.159:6819/3914555544","heartbeat_back_addr":"172.21.15.159:6823/3914555544","heartbeat_front_addr":"172.21.15.159:6821/3914555544","state":["exists","up"]},{"osd":7,"uuid":"4d31f5d1-dc02-436d-8c85-8f86c42228dd","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.159:6824","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6825","nonce":2120988620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6826","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6827","nonce":2120988620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6831","nonce":2120988620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":2120988620},{"type":"v1","addr":"172.21.15.159:6829","nonce":2120988620}]},"public_addr":"172.21.15.159:6825/2120988620","cluster_addr":"172.21.15.159:6827/2120988620","heartbeat_back_addr":"172.21.15.159:6831/2120988620","heartbeat_front_addr":"172.21.15.159:6829/2120988620","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-03T15:08:36.176365+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-03T15:08:57.971249+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-03T15:09:14.666188+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-03T15:09:31.447208+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-03T15:09:47.110616+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-03T15:10:03.021371+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-03T15:10:19.022001+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-03T15:10:35.409753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/2636855279":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2089145215":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2194625705":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6801/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3449935126":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/1567503001":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/2031989009":"2023-12-04T15:07:45.493012+0000","172.21.15.23:0/3515422216":"2023-12-04T15:06:59.835837+0000","172.21.15.23:6800/987856210":"2023-12-04T15:06:59.835837+0000","172.21.15.23:0/2270134066":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6800/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/863319880":"2023-12-04T15:06:32.523282+0000","172.21.15.23:6801/4084336236":"2023-12-04T15:06:32.523282+0000","172.21.15.23:0/3256324258":"2023-12-04T15:06:32.523282+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-03T15:10:49.052 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-03T15:10:49.053 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-03T15:10:49.053 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-03T15:10:49.054 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-03T15:10:49.054 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-03T15:10:49.054 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-03T15:10:49.055 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-03T15:10:49.055 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-03T15:10:49.370 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:49 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1737481246' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:49.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:49 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1737481246' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-03T15:10:49.925 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.026 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.127 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.177 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.378 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:50 smithi159 ceph-mon[111016]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-03T15:10:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:50 smithi159 ceph-mon[111016]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-03T15:10:50.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:50 smithi023 ceph-mon[107730]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-03T15:10:50.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:50 smithi023 ceph-mon[107730]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-03T15:10:50.680 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.883 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:50.933 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:52 smithi159 ceph-mon[111016]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-12-03T15:10:52.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:52 smithi023 ceph-mon[107730]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-12-03T15:10:53.238 INFO:teuthology.orchestra.run.smithi023.stdout:158913789964 2023-12-03T15:10:53.239 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-03T15:10:54.086 INFO:teuthology.orchestra.run.smithi023.stdout:107374182419 2023-12-03T15:10:54.087 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-03T15:10:54.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:54 smithi023 ceph-mon[107730]: pgmap v138: 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-03T15:10:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:54 smithi159 ceph-mon[111016]: pgmap v138: 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-03T15:10:54.634 INFO:teuthology.orchestra.run.smithi023.stdout:81604378647 2023-12-03T15:10:54.634 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-03T15:10:55.018 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:55.099 INFO:teuthology.orchestra.run.smithi023.stdout:60129542169 2023-12-03T15:10:55.099 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-03T15:10:55.400 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:55.622 INFO:teuthology.orchestra.run.smithi023.stdout:223338299398 2023-12-03T15:10:55.622 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-03T15:10:55.760 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:56.192 INFO:teuthology.orchestra.run.smithi023.stdout:128849018896 2023-12-03T15:10:56.193 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-03T15:10:56.274 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:56.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:56 smithi023 ceph-mon[107730]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:56.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:56 smithi159 ceph-mon[111016]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:56.734 INFO:teuthology.orchestra.run.smithi023.stdout:193273528330 2023-12-03T15:10:56.734 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-03T15:10:56.889 INFO:teuthology.orchestra.run.smithi023.stdout:158913789965 2023-12-03T15:10:57.086 INFO:teuthology.orchestra.run.smithi023.stdout:38654705694 2023-12-03T15:10:57.087 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-03T15:10:57.261 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:57.374 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:57.520 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:57 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2100840843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-03T15:10:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2100840843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-03T15:10:57.643 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789964 got 158913789965 for osd.5 2023-12-03T15:10:57.643 DEBUG:teuthology.parallel:result is None 2023-12-03T15:10:57.715 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:58.409 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:10:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:58 smithi159 ceph-mon[111016]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:58.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:58 smithi023 ceph-mon[107730]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:10:59.023 INFO:teuthology.orchestra.run.smithi023.stdout:107374182420 2023-12-03T15:10:59.598 INFO:teuthology.orchestra.run.smithi023.stdout:60129542170 2023-12-03T15:10:59.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:10:59 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2310556129' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-03T15:10:59.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:10:59 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2310556129' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-03T15:10:59.822 INFO:teuthology.orchestra.run.smithi023.stdout:81604378648 2023-12-03T15:10:59.949 INFO:teuthology.orchestra.run.smithi023.stdout:223338299398 2023-12-03T15:11:00.354 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542169 got 60129542170 for osd.1 2023-12-03T15:11:00.354 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:00.583 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.3 2023-12-03T15:11:00.583 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:00 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2931613168' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-03T15:11:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:00 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1916738960' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-03T15:11:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:00 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/4075842286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-03T15:11:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:00 smithi159 ceph-mon[111016]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:00 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2931613168' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-03T15:11:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:00 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1916738960' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-03T15:11:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:00 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/4075842286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-03T15:11:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:00 smithi023 ceph-mon[107730]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:01.136 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-03T15:11:01.136 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:01.317 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299398 for osd.7 2023-12-03T15:11:01.317 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:01.639 INFO:teuthology.orchestra.run.smithi023.stdout:128849018897 2023-12-03T15:11:01.688 INFO:teuthology.orchestra.run.smithi023.stdout:193273528331 2023-12-03T15:11:01.717 INFO:teuthology.orchestra.run.smithi023.stdout:38654705695 2023-12-03T15:11:02.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:01 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3393998916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-03T15:11:02.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:01 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3496556120' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-03T15:11:02.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:01 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3393998916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-03T15:11:02.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:01 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3496556120' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-03T15:11:02.326 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-12-03T15:11:02.327 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:02.451 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018896 got 128849018897 for osd.4 2023-12-03T15:11:02.452 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:02.784 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-12-03T15:11:02.784 DEBUG:teuthology.parallel:result is None 2023-12-03T15:11:02.784 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-03T15:11:02.784 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-03T15:11:03.021 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:11:03.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:02 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2613462901' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-03T15:11:03.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:02 smithi023 ceph-mon[107730]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:03.131 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:02 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2613462901' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-03T15:11:03.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:02 smithi159 ceph-mon[111016]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:04.157 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:04.159 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2023-12-03T15:11:04.482 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:04 smithi023 ceph-mon[107730]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:04.482 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:04 smithi023 ceph-mon[107730]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:04.516 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2023-12-03T15:11:02.294827+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":48344,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912872,"statfs":{"total":767960285184,"available":767910780928,"internally_reserved":0,"allocated":6184960,"data_stored":3445732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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.002004"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":223,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-03T15:10:41.337744+0000","last_change":"2023-12-03T15:10:41.337744+0000","last_active":"2023-12-03T15:10:41.337744+0000","last_peered":"2023-12-03T15:10:41.337744+0000","last_clean":"2023-12-03T15:10:41.337744+0000","last_became_active":"2023-12-03T15:10:41.337202+0000","last_became_peered":"2023-12-03T15:10:41.337202+0000","last_unstale":"2023-12-03T15:10:41.337744+0000","last_undegraded":"2023-12-03T15:10:41.337744+0000","last_fullsized":"2023-12-03T15:10:41.337744+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-03T15:09:16.837119+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-03T15:09:16.837119+0000","last_clean_scrub_stamp":"2023-12-03T15:09:16.837119+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-04T23:38:46.417792+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":2129920,"data_stored":2115712,"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":223338299399,"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":761317,"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.50700000000000001}]},{"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.68000000000000005}]},{"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.48799999999999999}]},{"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.753}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73899999999999999}]},{"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.76600000000000001}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":761640,"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.66500000000000004}]},{"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.57799999999999996}]},{"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.56999999999999995}]},{"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.70399999999999996}]},{"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.44500000000000001}]},{"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.435}]},{"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.47599999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542171,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":232447,"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":"Sun Dec 3 15:10:03 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.502},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.53800000000000003}]},{"osd":2,"last update":"Sun Dec 3 15:10:17 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.44700000000000001}]},{"osd":3,"last update":"Sun Dec 3 15:10:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.46100000000000002}]},{"osd":4,"last update":"Sun Dec 3 15:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.80100000000000005}]},{"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.76800000000000002}]},{"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.73199999999999998}]},{"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.74099999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705695,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6852,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738300,"statfs":{"total":95995035648,"available":95988019200,"internally_reserved":0,"allocated":1110016,"data_stored":761640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Dec 3 15:10:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":2.9119999999999999,"5min":2.9119999999999999,"15min":2.9119999999999999},"last":0.45000000000000001}]},{"osd":2,"last update":"Sun Dec 3 15:10:17 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.35799999999999998}]},{"osd":3,"last update":"Sun Dec 3 15:10:33 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.374},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.439}]},{"osd":4,"last update":"Sun Dec 3 15:10:49 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.65500000000000003}]},{"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.52500000000000002}]},{"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.60399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6196,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":569344,"data_stored":231728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:19 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.315},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.41899999999999998}]},{"osd":1,"last update":"Sun Dec 3 15:10:19 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.34799999999999998}]},{"osd":3,"last update":"Sun Dec 3 15:10:36 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.438},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.38}]},{"osd":4,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.626},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.64000000000000001}]},{"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.59699999999999998}]},{"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.53100000000000003}]},{"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.54000000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":232712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.32600000000000001}]},{"osd":1,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.34300000000000003}]},{"osd":2,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.33800000000000002}]},{"osd":4,"last update":"Sun Dec 3 15:10:54 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.46300000000000002}]},{"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.45000000000000001}]},{"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.39900000000000002}]},{"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.52200000000000002}]}]},{"osd":4,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5684,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739468,"statfs":{"total":95995035648,"available":95989215232,"internally_reserved":0,"allocated":569344,"data_stored":232124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.66100000000000003}]},{"osd":1,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.57299999999999995}]},{"osd":2,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.63500000000000001}]},{"osd":3,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.624}]},{"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.46700000000000003}]},{"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.59699999999999998}]},{"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.49399999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":232124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"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.45900000000000002}]},{"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.47599999999999998}]},{"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.41199999999999998}]},{"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.44600000000000001}]}]}],"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":0,"data_stored":0,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-03T15:11:04.517 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-03T15:11:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:04 smithi159 ceph-mon[111016]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:04 smithi159 ceph-mon[111016]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:04.750 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:11:05.890 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:05.892 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2023-12-03T15:11:06.250 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2023-12-03T15:11:04.295293+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":48344,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912872,"statfs":{"total":767960285184,"available":767910780928,"internally_reserved":0,"allocated":6184960,"data_stored":3445732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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.002085"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":223,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-03T15:10:41.337744+0000","last_change":"2023-12-03T15:10:41.337744+0000","last_active":"2023-12-03T15:10:41.337744+0000","last_peered":"2023-12-03T15:10:41.337744+0000","last_clean":"2023-12-03T15:10:41.337744+0000","last_became_active":"2023-12-03T15:10:41.337202+0000","last_became_peered":"2023-12-03T15:10:41.337202+0000","last_unstale":"2023-12-03T15:10:41.337744+0000","last_undegraded":"2023-12-03T15:10:41.337744+0000","last_fullsized":"2023-12-03T15:10:41.337744+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-03T15:09:16.837119+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-03T15:09:16.837119+0000","last_clean_scrub_stamp":"2023-12-03T15:09:16.837119+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-04T23:38:46.417792+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":2129920,"data_stored":2115712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":761317,"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.47299999999999998}]},{"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.624}]},{"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.57799999999999996}]},{"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.59999999999999998}]},{"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.40500000000000003}]},{"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.64900000000000002}]},{"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.59199999999999997}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":761640,"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.66500000000000004}]},{"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.57799999999999996}]},{"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.56999999999999995}]},{"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.70399999999999996}]},{"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.44500000000000001}]},{"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.435}]},{"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.47599999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542171,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":232447,"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":"Sun Dec 3 15:10:03 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.502},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.53800000000000003}]},{"osd":2,"last update":"Sun Dec 3 15:10:17 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.44700000000000001}]},{"osd":3,"last update":"Sun Dec 3 15:10:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.46100000000000002}]},{"osd":4,"last update":"Sun Dec 3 15:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.80100000000000005}]},{"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.76800000000000002}]},{"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.73199999999999998}]},{"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.74099999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6852,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738300,"statfs":{"total":95995035648,"available":95988019200,"internally_reserved":0,"allocated":1110016,"data_stored":761640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Dec 3 15:10:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.23699999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":2.9119999999999999,"5min":2.9119999999999999,"15min":2.9119999999999999},"last":0.35699999999999998}]},{"osd":2,"last update":"Sun Dec 3 15:10:17 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.28299999999999997}]},{"osd":3,"last update":"Sun Dec 3 15:10:33 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.39100000000000001}]},{"osd":4,"last update":"Sun Dec 3 15:10:49 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.45100000000000001}]},{"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.38}]},{"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.51100000000000001}]},{"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.59899999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6196,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":569344,"data_stored":231728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:19 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.315},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.41899999999999998}]},{"osd":1,"last update":"Sun Dec 3 15:10:19 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.34799999999999998}]},{"osd":3,"last update":"Sun Dec 3 15:10:36 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.438},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.38}]},{"osd":4,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.626},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.64000000000000001}]},{"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.59699999999999998}]},{"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.53100000000000003}]},{"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.54000000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":232712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.26800000000000002}]},{"osd":1,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.22900000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.34599999999999997}]},{"osd":2,"last update":"Sun Dec 3 15:10:35 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.29799999999999999}]},{"osd":4,"last update":"Sun Dec 3 15:10:54 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.68400000000000005}]},{"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.66400000000000003}]},{"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.54800000000000004}]},{"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}]}]},{"osd":4,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5684,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739468,"statfs":{"total":95995035648,"available":95989215232,"internally_reserved":0,"allocated":569344,"data_stored":232124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.66100000000000003}]},{"osd":1,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.57299999999999995}]},{"osd":2,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.63500000000000001}]},{"osd":3,"last update":"Sun Dec 3 15:10:51 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.624}]},{"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.46700000000000003}]},{"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.59699999999999998}]},{"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.49399999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":232124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"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.45900000000000002}]},{"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.47599999999999998}]},{"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.41199999999999998}]},{"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.44600000000000001}]}]}],"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":0,"data_stored":0,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-03T15:11:06.251 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-03T15:11:06.252 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-03T15:11:06.252 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-03T15:11:06.252 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-03T15:11:06.484 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/mon.smithi023/config 2023-12-03T15:11:06.585 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:06 smithi023 ceph-mon[107730]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:06.585 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:06 smithi023 ceph-mon[107730]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:06.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:06 smithi159 ceph-mon[111016]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:06.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:06 smithi159 ceph-mon[111016]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:07.654 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:07.654 INFO:teuthology.orchestra.run.smithi023.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-03T15:11:07.965 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:07 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3650134553' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-03T15:11:08.025 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-03T15:11:08.025 INFO:tasks.cephadm:Setup complete, yielding 2023-12-03T15:11:08.026 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-03T15:11:08.035 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:08.035 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-03T15:11:08.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:07 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3650134553' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-03T15:11:09.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:08 smithi023 ceph-mon[107730]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:09.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:08 smithi159 ceph-mon[111016]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:09.409 INFO:teuthology.orchestra.run.smithi023.stdout:Backend: cephadm 2023-12-03T15:11:09.409 INFO:teuthology.orchestra.run.smithi023.stdout:Available: Yes 2023-12-03T15:11:09.409 INFO:teuthology.orchestra.run.smithi023.stdout:Paused: No 2023-12-03T15:11:09.757 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-03T15:11:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:10 smithi159 ceph-mon[111016]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:10 smithi159 ceph-mon[111016]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:10.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:10 smithi023 ceph-mon[107730]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:10.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:10 smithi023 ceph-mon[107730]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (2m) 100s ago 3m - - ba2b418f427c 9a1599132171 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (3m) 100s ago 3m - - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (3m) 37s ago 3m - - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (2m) 100s ago 3m - - 8.3.5 dad864ee21e9 559b7c2f89d5 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (4m) 100s ago 4m - - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (3m) 37s ago 3m - - 17.2.0 e1d6a67b021e da4e7eef42a3 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (4m) 100s ago 4m - 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (3m) 37s ago 3m - 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (3m) 100s ago 3m - - 1dbe0e931976 2310a37041dd 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (3m) 37s ago 3m - - 1dbe0e931976 75bba44f30c0 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2m) 100s ago 2m - 3224M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2m) 100s ago 2m - 3224M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:11:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 100s ago 2m - 3224M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (104s) 100s ago 103s - 3224M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (88s) 37s ago 88s - 3992M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (72s) 37s ago 72s - 3992M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (56s) 37s ago 56s - 3992M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (40s) 37s ago 39s - 3992M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:11:11.124 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (2m) 100s ago 2m - - 514e6a882f6e a62cd5625c4c 2023-12-03T15:11:11.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:11 smithi023 ceph-mon[107730]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:11.519 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-03T15:11:11.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:11 smithi159 ceph-mon[111016]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:12.487 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:12 smithi023 ceph-mon[107730]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:12 smithi159 ceph-mon[111016]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:crash 2/2 102s ago 4m * 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr 2/2 102s ago 4m count:2 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:mon 2/2 102s ago 3m smithi023:172.21.15.23=smithi023;smithi159:172.21.15.159=smithi159;count:2 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd 8 102s ago - 2023-12-03T15:11:12.858 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2023-12-03T15:11:13.249 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-03T15:11:13.593 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:13 smithi023 ceph-mon[107730]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:13.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:13 smithi159 ceph-mon[111016]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:14.570 INFO:teuthology.orchestra.run.smithi023.stdout:HOST ADDR LABELS STATUS 2023-12-03T15:11:14.570 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 172.21.15.23 2023-12-03T15:11:14.570 INFO:teuthology.orchestra.run.smithi023.stdout:smithi159 172.21.15.159 2023-12-03T15:11:14.570 INFO:teuthology.orchestra.run.smithi023.stdout:2 hosts in cluster 2023-12-03T15:11:14.591 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:14 smithi023 ceph-mon[107730]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:14 smithi159 ceph-mon[111016]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:14.932 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-03T15:11:15.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:15 smithi023 ceph-mon[107730]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:15 smithi159 ceph-mon[111016]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:16.266 INFO:teuthology.orchestra.run.smithi023.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-03T15:11:16.266 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme0n1 ssd INTEL_SSDPEDKE040T7_BTLE736103B14P0KGN 4000G LVM detected, locked 2023-12-03T15:11:16.266 INFO:teuthology.orchestra.run.smithi023.stdout:smithi159 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GH400BGN 400G LVM detected, locked 2023-12-03T15:11:16.597 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:16 smithi023 ceph-mon[107730]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:16.597 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:16 smithi023 ceph-mon[107730]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:16 smithi159 ceph-mon[111016]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:16 smithi159 ceph-mon[111016]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:16.647 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-03T15:11:16.661 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:16.661 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-03T15:11:16.689 INFO:teuthology.orchestra.run.smithi023.stderr:+ systemctl stop nfs-server 2023-12-03T15:11:16.696 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi159.front.sepia.ceph.com 2023-12-03T15:11:16.697 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-03T15:11:16.736 INFO:teuthology.orchestra.run.smithi159.stderr:+ systemctl stop nfs-server 2023-12-03T15:11:16.745 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-03T15:11:16.753 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:16.753 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-03T15:11:19.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:19 smithi159 ceph-mon[111016]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:19.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:19 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-03T15:11:19.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:19 smithi159 ceph-mon[111016]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:19.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:19 smithi023 ceph-mon[107730]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:19.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:19 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-03T15:11:19.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:19 smithi023 ceph-mon[107730]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:19.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:19 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023[107707]: 2023-12-03T15:11:19.625+0000 7f1014dde700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-03T15:11:20.014 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-03T15:11:20.022 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-03T15:11:20.022 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-03T15:11:20.343 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-03T15:11:20.343 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: osdmap e57: 8 total, 8 up, 8 in 2023-12-03T15:11:20.343 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: osdmap e58: 8 total, 8 up, 8 in 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: osdmap e59: 8 total, 8 up, 8 in 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: fsmap foofs:0 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:20.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:20 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: osdmap e57: 8 total, 8 up, 8 in 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: osdmap e58: 8 total, 8 up, 8 in 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-03T15:11:20.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: osdmap e59: 8 total, 8 up, 8 in 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: fsmap foofs:0 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:20.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:20 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:21.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: Saving service mds.foofs spec with placement count:2 2023-12-03T15:11:21.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.icxjpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.icxjpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: Deploying daemon mds.foofs.smithi023.icxjpz on smithi023 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: pgmap v154: 65 pgs: 11 creating+peering, 6 active+clean, 48 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:21.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:21 smithi023 ceph-mon[107730]: osdmap e60: 8 total, 8 up, 8 in 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: Saving service mds.foofs spec with placement count:2 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.icxjpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.icxjpz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:21.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: Deploying daemon mds.foofs.smithi023.icxjpz on smithi023 2023-12-03T15:11:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: pgmap v154: 65 pgs: 11 creating+peering, 6 active+clean, 48 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:21.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:21 smithi159 ceph-mon[111016]: osdmap e60: 8 total, 8 up, 8 in 2023-12-03T15:11:21.547 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:21.547 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-03T15:06:50.757161Z", "last_refresh": "2023-12-03T15:09:30.844822Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-03T15:06:46.918851Z", "last_refresh": "2023-12-03T15:09:30.844887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-03T15:06:48.856188Z", "last_refresh": "2023-12-03T15:09:30.844950Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-03T15:11:19.653335Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-03T15:11:19.645535Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-03T15:06:46.010069Z", "last_refresh": "2023-12-03T15:09:30.844749Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi159:172.21.15.159=smithi159"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-03T15:07:20.563997Z", "last_refresh": "2023-12-03T15:09:30.844612Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-03T15:06:49.751266Z", "last_refresh": "2023-12-03T15:09:30.845013Z", "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-03T15:09:30.845152Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-03T15:06:47.827268Z", "last_refresh": "2023-12-03T15:09:30.845089Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-03T15:11:21.937 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-03T15:11:22.938 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-03T15:11:22.965 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: osdmap e61: 8 total, 8 up, 8 in 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.plpjbc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.plpjbc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: Deploying daemon mds.foofs.smithi159.plpjbc on smithi159 2023-12-03T15:11:22.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:22 smithi159 ceph-mon[111016]: pgmap v157: 65 pgs: 11 creating+peering, 26 active+clean, 28 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:22.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:22.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: osdmap e61: 8 total, 8 up, 8 in 2023-12-03T15:11:22.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:22.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.plpjbc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-03T15:11:22.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.plpjbc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-03T15:11:22.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:22.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: Deploying daemon mds.foofs.smithi159.plpjbc on smithi159 2023-12-03T15:11:22.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:22 smithi023 ceph-mon[107730]: pgmap v157: 65 pgs: 11 creating+peering, 26 active+clean, 28 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-03T15:11:23.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: mds.? [v2:172.21.15.23:6834/3298395650,v1:172.21.15.23:6835/3298395650] up:boot 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: daemon mds.foofs.smithi023.icxjpz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: Cluster is now healthy 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: fsmap foofs:0 1 up:standby 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.icxjpz"}]: dispatch 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:creating} 2023-12-03T15:11:23.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:23 smithi023 ceph-mon[107730]: daemon mds.foofs.smithi023.icxjpz is now active in filesystem foofs as rank 0 2023-12-03T15:11:24.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: mds.? [v2:172.21.15.23:6834/3298395650,v1:172.21.15.23:6835/3298395650] up:boot 2023-12-03T15:11:24.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: daemon mds.foofs.smithi023.icxjpz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: Cluster is now healthy 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: fsmap foofs:0 1 up:standby 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.icxjpz"}]: dispatch 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:creating} 2023-12-03T15:11:24.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:23 smithi159 ceph-mon[111016]: daemon mds.foofs.smithi023.icxjpz is now active in filesystem foofs as rank 0 2023-12-03T15:11:24.354 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:24.354 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-03T15:06:50.757161Z", "last_refresh": "2023-12-03T15:09:30.844822Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-03T15:06:46.918851Z", "last_refresh": "2023-12-03T15:09:30.844887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-03T15:06:48.856188Z", "last_refresh": "2023-12-03T15:09:30.844950Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-03T15:11:19.653335Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-03T15:11:19.645535Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-03T15:06:46.010069Z", "last_refresh": "2023-12-03T15:09:30.844749Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi159:172.21.15.159=smithi159"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-03T15:07:20.563997Z", "last_refresh": "2023-12-03T15:09:30.844612Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-03T15:06:49.751266Z", "last_refresh": "2023-12-03T15:09:30.845013Z", "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-03T15:09:30.845152Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-03T15:06:47.827268Z", "last_refresh": "2023-12-03T15:09:30.845089Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-03T15:11:24.775 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: mds.? [v2:172.21.15.23:6834/3298395650,v1:172.21.15.23:6835/3298395650] up:active 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:active} 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: pgmap v158: 65 pgs: 6 creating+peering, 55 active+clean, 4 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: mds.? [v2:172.21.15.159:6832/3752791463,v1:172.21.15.159:6833/3752791463] up:boot 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:active} 1 up:standby 2023-12-03T15:11:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:24 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.plpjbc"}]: dispatch 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: mds.? [v2:172.21.15.23:6834/3298395650,v1:172.21.15.23:6835/3298395650] up:active 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:active} 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: pgmap v158: 65 pgs: 6 creating+peering, 55 active+clean, 4 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: mds.? [v2:172.21.15.159:6832/3752791463,v1:172.21.15.159:6833/3752791463] up:boot 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: fsmap foofs:1 {0=foofs.smithi023.icxjpz=up:active} 1 up:standby 2023-12-03T15:11:25.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:24 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.plpjbc"}]: dispatch 2023-12-03T15:11:25.776 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-03T15:11:26.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:26 smithi023 ceph-mon[107730]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:26.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:26 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:26.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:26 smithi159 ceph-mon[111016]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:26.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:26 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.383 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:27.384 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-03T15:06:50.757161Z", "last_refresh": "2023-12-03T15:11:26.922414Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-03T15:06:46.918851Z", "last_refresh": "2023-12-03T15:11:25.181594Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-03T15:06:48.856188Z", "last_refresh": "2023-12-03T15:11:26.922544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-03T15:11:19.653335Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-03T15:11:19.645535Z", "last_refresh": "2023-12-03T15:11:25.182211Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-03T15:06:46.010069Z", "last_refresh": "2023-12-03T15:11:25.181737Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi159:172.21.15.159=smithi159"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-03T15:07:20.563997Z", "last_refresh": "2023-12-03T15:11:25.181812Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-03T15:06:49.751266Z", "last_refresh": "2023-12-03T15:11:25.181878Z", "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-03T15:11:25.181943Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-03T15:06:47.827268Z", "last_refresh": "2023-12-03T15:11:26.922670Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: pgmap v159: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:27.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: pgmap v159: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2023-12-03T15:11:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:27.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:27.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:27.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:27.745 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-03T15:11:27.745 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-03T15:11:27.755 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:27.756 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-03T15:11:28.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:28 smithi023 ceph-mon[107730]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:28.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:28 smithi023 ceph-mon[107730]: pgmap v160: 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-03T15:11:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:28 smithi159 ceph-mon[111016]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-03T15:11:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:28 smithi159 ceph-mon[111016]: pgmap v160: 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-03T15:11:30.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:29 smithi159 ceph-mon[111016]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:30.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:29 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-03T15:11:30.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:29 smithi023 ceph-mon[107730]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:30.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:29 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-03T15:11:30.734 INFO:teuthology.orchestra.run.smithi023.stdout:NFS Cluster Created Successfully 2023-12-03T15:11:30.967 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:30 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-03T15:11:30.967 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:30 smithi023 ceph-mon[107730]: osdmap e62: 8 total, 8 up, 8 in 2023-12-03T15:11:30.967 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:30 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-03T15:11:30.967 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:30 smithi023 ceph-mon[107730]: pgmap v162: 97 pgs: 2 creating+peering, 30 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-03T15:11:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:30 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-03T15:11:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:30 smithi159 ceph-mon[111016]: osdmap e62: 8 total, 8 up, 8 in 2023-12-03T15:11:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:30 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-03T15:11:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:30 smithi159 ceph-mon[111016]: pgmap v162: 97 pgs: 2 creating+peering, 30 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-03T15:11:31.133 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-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-03T15:11:31.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: osdmap e63: 8 total, 8 up, 8 in 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Saving service nfs.foo spec with placement count:2 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:31.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Creating key for client.nfs.foo.0.0.smithi023.tnxetq 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-03T15:11:31.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Rados config object exists: conf-nfs.foo 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Creating key for client.nfs.foo.0.0.smithi023.tnxetq-rgw 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:31.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: Deploying daemon nfs.foo.0.0.smithi023.tnxetq on smithi023 2023-12-03T15:11:31.839 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:31 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:32.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-03T15:11:32.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: osdmap e63: 8 total, 8 up, 8 in 2023-12-03T15:11:32.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Saving service nfs.foo spec with placement count:2 2023-12-03T15:11:32.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Creating key for client.nfs.foo.0.0.smithi023.tnxetq 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:32.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Rados config object exists: conf-nfs.foo 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Creating key for client.nfs.foo.0.0.smithi023.tnxetq-rgw 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.tnxetq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: Deploying daemon nfs.foo.0.0.smithi023.tnxetq on smithi023 2023-12-03T15:11:32.134 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:31 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:32.892 INFO:teuthology.orchestra.run.smithi023.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-03T15:11:32.892 INFO:teuthology.orchestra.run.smithi023.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-03T15:11:32.893 INFO:teuthology.orchestra.run.smithi023.stderr:Error EINVAL: invalid command 2023-12-03T15:11:32.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:32 smithi023 ceph-mon[107730]: osdmap e64: 8 total, 8 up, 8 in 2023-12-03T15:11:32.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:32 smithi023 ceph-mon[107730]: pgmap v165: 97 pgs: 2 creating+peering, 21 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-12-03T15:11:33.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:32 smithi159 ceph-mon[111016]: osdmap e64: 8 total, 8 up, 8 in 2023-12-03T15:11:33.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:32 smithi159 ceph-mon[111016]: pgmap v165: 97 pgs: 2 creating+peering, 21 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-12-03T15:11:33.254 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:11:33.254 INFO:teuthology.orchestra.run.smithi023.stdout: "bind": "/fake", 2023-12-03T15:11:33.254 INFO:teuthology.orchestra.run.smithi023.stdout: "fs": "foofs", 2023-12-03T15:11:33.254 INFO:teuthology.orchestra.run.smithi023.stdout: "path": "/", 2023-12-03T15:11:33.254 INFO:teuthology.orchestra.run.smithi023.stdout: "cluster": "foo", 2023-12-03T15:11:33.255 INFO:teuthology.orchestra.run.smithi023.stdout: "mode": "RW" 2023-12-03T15:11:33.255 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:11:33.592 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: mgrmap e20: smithi023.ttoasj(active, since 3m), standbys: smithi159.cpqcsg 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: Creating key for client.nfs.foo.1.0.smithi159.xtplma 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:34.087 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:34.087 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.087 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:33 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: mgrmap e20: smithi023.ttoasj(active, since 3m), standbys: smithi159.cpqcsg 2023-12-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: Creating key for client.nfs.foo.1.0.smithi159.xtplma 2023-12-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-03T15:11:34.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:34.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:33 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 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-03T15:11:35.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:34 smithi159 ceph-mon[111016]: pgmap v166: 97 pgs: 2 creating+peering, 9 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-03T15:11:35.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:34 smithi023 ceph-mon[107730]: pgmap v166: 97 pgs: 2 creating+peering, 9 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-03T15:11:36.115 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:35 smithi023 ceph-mon[107730]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:36.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:35 smithi159 ceph-mon[111016]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: Rados config object exists: conf-nfs.foo 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: Creating key for client.nfs.foo.1.0.smithi159.xtplma-rgw 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: Deploying daemon nfs.foo.1.0.smithi159.xtplma on smithi159 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:36.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:36 smithi159 ceph-mon[111016]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: Rados config object exists: conf-nfs.foo 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: Creating key for client.nfs.foo.1.0.smithi159.xtplma-rgw 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi159.xtplma-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-03T15:11:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:37.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: Deploying daemon nfs.foo.1.0.smithi159.xtplma on smithi159 2023-12-03T15:11:37.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:37.145 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:36 smithi023 ceph-mon[107730]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-03T15:11:39.090 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:39.090 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:39.090 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:39.091 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:39.091 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:39.091 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:38 smithi023 ceph-mon[107730]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:38 smithi159 ceph-mon[111016]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-03T15:11:40.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:39 smithi159 ceph-mon[111016]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:40.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:39 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:40.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:39 smithi023 ceph-mon[107730]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:40.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:39 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:40 smithi159 ceph-mon[111016]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:40 smithi159 ceph-mon[111016]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2023-12-03T15:11:41.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:40 smithi023 ceph-mon[107730]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:41.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:40 smithi023 ceph-mon[107730]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2023-12-03T15:11:41.574 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-12-03T15:11:41.926 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-03T15:11:45.033 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:45.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-03T15:11:45.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:41 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:42 smithi159 ceph-mon[111016]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:42 smithi159 ceph-mon[111016]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:44 smithi159 ceph-mon[111016]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-03T15:11:45.112 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:41 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:42 smithi023 ceph-mon[107730]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:45.113 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:42 smithi023 ceph-mon[107730]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-03T15:11:45.114 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:44 smithi023 ceph-mon[107730]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-03T15:11:45.149 INFO:teuthology.orchestra.run.smithi023.stderr:+ mkdir /mnt/foo 2023-12-03T15:11:45.167 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-03T15:11:45.241 INFO:teuthology.orchestra.run.smithi023.stderr:++ hostname 2023-12-03T15:11:45.242 INFO:teuthology.orchestra.run.smithi023.stderr:+ mount -t nfs smithi023:/fake /mnt/foo -o sync 2023-12-03T15:11:45.641 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-03T15:11:45.709 INFO:teuthology.orchestra.run.smithi023.stderr:+ echo test 2023-12-03T15:11:45.759 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-03T15:11:45.826 INFO:teuthology.orchestra.run.smithi023.stderr:+ sync 2023-12-03T15:11:46.094 INFO:teuthology.run_tasks:Running task parallel... 2023-12-03T15:11:46.104 INFO:teuthology.task.parallel:starting parallel... 2023-12-03T15:11:46.104 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-03T15:11:46.105 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-03T15:11:46.105 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:46.106 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-03T15:11:46.106 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-03T15:11:46.106 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-03T15:11:46.107 INFO:teuthology.task.exec:Executing custom commands... 2023-12-03T15:11:46.107 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:46.107 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-03T15:11:46.242 INFO:teuthology.orchestra.run.smithi023.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-03T15:11:46.243 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:11:46.243 INFO:teuthology.orchestra.run.smithi023.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-03T15:11:46.251 INFO:teuthology.orchestra.run.smithi023.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-03T15:11:46.353 INFO:teuthology.orchestra.run.smithi023.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-03T15:11:46.353 INFO:teuthology.orchestra.run.smithi023.stdout:releasing clients 2023-12-03T15:11:46.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-03T15:11:46.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-03T15:11:46.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-03T15:11:46.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-03T15:11:46.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:46 smithi023 ceph-mon[107730]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-03T15:11:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-03T15:11:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-03T15:11:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-03T15:11:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-03T15:11:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:46 smithi159 ceph-mon[111016]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-03T15:11:47.353 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101 22.60 MB/sec warmup 1 sec latency 134.287 ms 2023-12-03T15:11:47.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-03T15:11:47.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-03T15:11:47.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-03T15:11:47.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-03T15:11:47.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: osdmap e65: 8 total, 8 up, 8 in 2023-12-03T15:11:47.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:11:47.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:11:47.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:47 smithi023 ceph-mon[107730]: osdmap e66: 8 total, 8 up, 8 in 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: osdmap e65: 8 total, 8 up, 8 in 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:11:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:47 smithi159 ceph-mon[111016]: osdmap e66: 8 total, 8 up, 8 in 2023-12-03T15:11:48.353 INFO:teuthology.orchestra.run.smithi023.stdout: 5 196 19.38 MB/sec warmup 2 sec latency 165.350 ms 2023-12-03T15:11:48.510 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-03T15:11:48.586 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:48 smithi023 ceph-mon[107730]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 2.2 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 249 KiB/s wr, 39 op/s 2023-12-03T15:11:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:48 smithi159 ceph-mon[111016]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 2.2 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 249 KiB/s wr, 39 op/s 2023-12-03T15:11:49.353 INFO:teuthology.orchestra.run.smithi023.stdout: 5 287 17.73 MB/sec warmup 3 sec latency 144.080 ms 2023-12-03T15:11:50.360 INFO:teuthology.orchestra.run.smithi023.stdout: 5 392 17.37 MB/sec warmup 4 sec latency 149.647 ms 2023-12-03T15:11:50.737 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:50 smithi023 ceph-mon[107730]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 39 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 4.9 MiB/s wr, 124 op/s 2023-12-03T15:11:50.945 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-03T15:11:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:50 smithi159 ceph-mon[111016]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 39 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 4.9 MiB/s wr, 124 op/s 2023-12-03T15:11:51.361 INFO:teuthology.orchestra.run.smithi023.stdout: 5 493 17.21 MB/sec warmup 5 sec latency 137.062 ms 2023-12-03T15:11:52.362 INFO:teuthology.orchestra.run.smithi023.stdout: 5 620 17.25 MB/sec warmup 6 sec latency 150.537 ms 2023-12-03T15:11:52.582 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:52 smithi023 ceph-mon[107730]: pgmap v177: 97 pgs: 97 active+clean; 55 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 7.0 MiB/s wr, 310 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:52 smithi159 ceph-mon[111016]: pgmap v177: 97 pgs: 97 active+clean; 55 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 7.0 MiB/s wr, 310 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:53.242 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-03T15:11:53.369 INFO:teuthology.orchestra.run.smithi023.stdout: 5 897 15.47 MB/sec warmup 7 sec latency 97.989 ms 2023-12-03T15:11:54.362 INFO:teuthology.orchestra.run.smithi023.stdout: 5 1227 14.75 MB/sec warmup 8 sec latency 109.680 ms 2023-12-03T15:11:54.602 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:54 smithi023 ceph-mon[107730]: pgmap v178: 97 pgs: 97 active+clean; 98 MiB data, 147 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 592 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:54 smithi159 ceph-mon[111016]: pgmap v178: 97 pgs: 97 active+clean; 98 MiB data, 147 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 13 MiB/s wr, 592 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:55.362 INFO:teuthology.orchestra.run.smithi023.stdout: 5 1786 14.61 MB/sec warmup 9 sec latency 78.939 ms 2023-12-03T15:11:55.711 INFO:teuthology.orchestra.run.smithi023.stderr:module 'nfs' is already enabled 2023-12-03T15:11:55.866 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:55 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/668778130' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-03T15:11:55.866 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:55 smithi023 ceph-mon[107730]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-03T15:11:56.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:55 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/668778130' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-03T15:11:56.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:55 smithi159 ceph-mon[111016]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-03T15:11:56.372 INFO:teuthology.orchestra.run.smithi023.stdout: 5 2350 13.82 MB/sec warmup 10 sec latency 105.807 ms 2023-12-03T15:11:56.383 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-03T15:11:56.884 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:56 smithi023 ceph-mon[107730]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-03T15:11:56.884 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:56 smithi023 ceph-mon[107730]: mgrmap e21: smithi023.ttoasj(active, since 4m), standbys: smithi159.cpqcsg 2023-12-03T15:11:57.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:56 smithi159 ceph-mon[111016]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-03T15:11:57.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:56 smithi159 ceph-mon[111016]: mgrmap e21: smithi023.ttoasj(active, since 4m), standbys: smithi159.cpqcsg 2023-12-03T15:11:57.372 INFO:teuthology.orchestra.run.smithi023.stdout: 5 2777 14.25 MB/sec warmup 11 sec latency 123.738 ms 2023-12-03T15:11:57.915 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:57 smithi023 ceph-mon[107730]: pgmap v179: 97 pgs: 97 active+clean; 110 MiB data, 164 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 12 MiB/s wr, 519 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:58.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:57 smithi159 ceph-mon[111016]: pgmap v179: 97 pgs: 97 active+clean; 110 MiB data, 164 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 12 MiB/s wr, 519 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:58.377 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3148 14.28 MB/sec warmup 12 sec latency 119.603 ms 2023-12-03T15:11:58.643 INFO:teuthology.orchestra.run.smithi023.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: pgmap v180: 97 pgs: 97 active+clean; 117 MiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 12 MiB/s wr, 586 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: pgmap v180: 97 pgs: 97 active+clean; 117 MiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 12 MiB/s wr, 586 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:59.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:11:59.162 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-03T15:11:59.163 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:11:59.163 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-03T15:11:59.377 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3472 14.28 MB/sec warmup 13 sec latency 126.966 ms 2023-12-03T15:11:59.724 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:59 smithi023 ceph-mon[107730]: from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:11:59.725 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:59 smithi023 ceph-mon[107730]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:11:59.725 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:11:59 smithi023 ceph-mon[107730]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:12:00.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:59 smithi159 ceph-mon[111016]: from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:00.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:59 smithi159 ceph-mon[111016]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:12:00.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:11:59 smithi159 ceph-mon[111016]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:12:00.377 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3638 13.57 MB/sec warmup 14 sec latency 142.231 ms 2023-12-03T15:12:00.766 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:00 smithi023 ceph-mon[107730]: pgmap v181: 97 pgs: 97 active+clean; 126 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 12 MiB/s wr, 634 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:12:01.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:00 smithi159 ceph-mon[111016]: pgmap v181: 97 pgs: 97 active+clean; 126 MiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 12 MiB/s wr, 634 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:12:01.387 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3810 13.11 MB/sec warmup 15 sec latency 150.368 ms 2023-12-03T15:12:01.907 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:12:02.390 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3951 12.39 MB/sec warmup 16 sec latency 126.960 ms 2023-12-03T15:12:02.615 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:02 smithi023 ceph-mon[107730]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (3m) 21s ago 4m 26.5M - ba2b418f427c 9a1599132171 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (4m) 21s ago 4m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (4m) 23s ago 4m 7151k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (3m) 21s ago 4m 47.5M - 8.3.5 dad864ee21e9 559b7c2f89d5 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (40s) 21s ago 40s 17.2M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (39s) 23s ago 39s 15.0M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (5m) 21s ago 5m 476M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:12:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (4m) 23s ago 4m 420M - 17.2.0 e1d6a67b021e da4e7eef42a3 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (5m) 21s ago 5m 78.2M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (4m) 23s ago 4m 61.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (30s) 21s ago 29s 52.8M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (25s) 23s ago 25s 51.6M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (4m) 21s ago 4m 24.0M - 1dbe0e931976 2310a37041dd 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (3m) 23s ago 3m 23.5M - 1dbe0e931976 75bba44f30c0 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 21s ago 3m 54.2M 3224M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 21s ago 3m 59.6M 3224M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 21s ago 2m 52.4M 3224M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2m) 21s ago 2m 51.7M 3224M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (2m) 23s ago 2m 50.7M 3992M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (2m) 23s ago 2m 49.7M 3992M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (108s) 23s ago 107s 49.6M 3992M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:12:02.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (91s) 23s ago 91s 50.4M 3992M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:12:02.869 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (3m) 21s ago 3m 62.2M - 514e6a882f6e a62cd5625c4c 2023-12-03T15:12:02.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:02 smithi159 ceph-mon[111016]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:03.401 INFO:teuthology.orchestra.run.smithi023.stdout: 5 4152 11.81 MB/sec warmup 17 sec latency 113.885 ms 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:03.412 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:12:03.413 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:12:03.649 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:03 smithi023 ceph-mon[107730]: pgmap v182: 97 pgs: 97 active+clean; 126 MiB data, 215 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.0 MiB/s wr, 582 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:12:03.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:03 smithi023 ceph-mon[107730]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:03.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:03 smithi023 ceph-mon[107730]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:03.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:03 smithi159 ceph-mon[111016]: pgmap v182: 97 pgs: 97 active+clean; 126 MiB data, 215 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.0 MiB/s wr, 582 op/s; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-03T15:12:03.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:03 smithi159 ceph-mon[111016]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:03.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:03 smithi159 ceph-mon[111016]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:03.908 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885", 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:b5f2d3894d094aabe62070fbfb31ffe158591885 image" 2023-12-03T15:12:03.909 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:12:04.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 4299 11.29 MB/sec warmup 18 sec latency 106.404 ms 2023-12-03T15:12:04.428 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:04 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1297392809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:12:04.429 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:04 smithi023 ceph-mon[107730]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:04.463 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:12:04.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:04 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1297392809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:12:04.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:04 smithi159 ceph-mon[111016]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:05.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 4506 10.81 MB/sec warmup 19 sec latency 102.704 ms 2023-12-03T15:12:05.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:05 smithi023 ceph-mon[107730]: pgmap v183: 97 pgs: 97 active+clean; 130 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 8.4 MiB/s wr, 522 op/s 2023-12-03T15:12:05.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:05 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2656519115' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:12:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:05 smithi159 ceph-mon[111016]: pgmap v183: 97 pgs: 97 active+clean; 130 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 8.4 MiB/s wr, 522 op/s 2023-12-03T15:12:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:05 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2656519115' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:12:06.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 4833 10.74 MB/sec warmup 20 sec latency 123.598 ms 2023-12-03T15:12:07.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 5211 10.64 MB/sec warmup 21 sec latency 127.140 ms 2023-12-03T15:12:07.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:07 smithi023 ceph-mon[107730]: pgmap v184: 97 pgs: 97 active+clean; 128 MiB data, 223 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.7 MiB/s wr, 345 op/s 2023-12-03T15:12:07.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:07 smithi159 ceph-mon[111016]: pgmap v184: 97 pgs: 97 active+clean; 128 MiB data, 223 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.7 MiB/s wr, 345 op/s 2023-12-03T15:12:08.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 5583 10.46 MB/sec warmup 22 sec latency 123.035 ms 2023-12-03T15:12:09.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 5991 10.47 MB/sec warmup 23 sec latency 129.776 ms 2023-12-03T15:12:09.563 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:09 smithi023 ceph-mon[107730]: pgmap v185: 97 pgs: 97 active+clean; 129 MiB data, 248 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-03T15:12:09.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:09 smithi159 ceph-mon[111016]: pgmap v185: 97 pgs: 97 active+clean; 129 MiB data, 248 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-03T15:12:10.397 INFO:teuthology.orchestra.run.smithi023.stdout: 5 6301 10.37 MB/sec warmup 24 sec latency 117.909 ms 2023-12-03T15:12:11.400 INFO:teuthology.orchestra.run.smithi023.stdout: 5 6590 10.53 MB/sec warmup 25 sec latency 137.174 ms 2023-12-03T15:12:11.892 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:11 smithi023 ceph-mon[107730]: pgmap v186: 97 pgs: 97 active+clean; 126 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-03T15:12:12.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:11 smithi159 ceph-mon[111016]: pgmap v186: 97 pgs: 97 active+clean; 126 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-12-03T15:12:12.400 INFO:teuthology.orchestra.run.smithi023.stdout: 5 6949 10.65 MB/sec warmup 26 sec latency 135.186 ms 2023-12-03T15:12:13.410 INFO:teuthology.orchestra.run.smithi023.stdout: 5 7195 10.54 MB/sec warmup 27 sec latency 133.659 ms 2023-12-03T15:12:13.684 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:13 smithi023 ceph-mon[107730]: pgmap v187: 97 pgs: 97 active+clean; 128 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 2.8 MiB/s wr, 311 op/s 2023-12-03T15:12:14.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:13 smithi159 ceph-mon[111016]: pgmap v187: 97 pgs: 97 active+clean; 128 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 2.8 MiB/s wr, 311 op/s 2023-12-03T15:12:14.410 INFO:teuthology.orchestra.run.smithi023.stdout: 5 7430 10.45 MB/sec warmup 28 sec latency 127.084 ms 2023-12-03T15:12:15.416 INFO:teuthology.orchestra.run.smithi023.stdout: 5 7637 10.20 MB/sec warmup 29 sec latency 138.962 ms 2023-12-03T15:12:15.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:15 smithi023 ceph-mon[107730]: pgmap v188: 97 pgs: 97 active+clean; 138 MiB data, 331 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-03T15:12:16.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:15 smithi159 ceph-mon[111016]: pgmap v188: 97 pgs: 97 active+clean; 138 MiB data, 331 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-03T15:12:16.417 INFO:teuthology.orchestra.run.smithi023.stdout: 5 7854 9.97 MB/sec warmup 30 sec latency 128.848 ms 2023-12-03T15:12:17.417 INFO:teuthology.orchestra.run.smithi023.stdout: 5 8151 9.89 MB/sec warmup 31 sec latency 120.790 ms 2023-12-03T15:12:17.786 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:17 smithi023 ceph-mon[107730]: pgmap v189: 97 pgs: 97 active+clean; 141 MiB data, 340 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-03T15:12:18.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:17 smithi159 ceph-mon[111016]: pgmap v189: 97 pgs: 97 active+clean; 141 MiB data, 340 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-03T15:12:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: 5 8418 9.70 MB/sec warmup 32 sec latency 127.769 ms 2023-12-03T15:12:19.420 INFO:teuthology.orchestra.run.smithi023.stdout: 5 8711 9.63 MB/sec warmup 33 sec latency 123.663 ms 2023-12-03T15:12:19.828 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:19 smithi023 ceph-mon[107730]: pgmap v190: 97 pgs: 97 active+clean; 146 MiB data, 367 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 509 op/s 2023-12-03T15:12:20.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:19 smithi159 ceph-mon[111016]: pgmap v190: 97 pgs: 97 active+clean; 146 MiB data, 367 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 509 op/s 2023-12-03T15:12:20.420 INFO:teuthology.orchestra.run.smithi023.stdout: 5 8954 9.45 MB/sec warmup 34 sec latency 113.278 ms 2023-12-03T15:12:21.425 INFO:teuthology.orchestra.run.smithi023.stdout: 5 9185 9.27 MB/sec warmup 35 sec latency 143.434 ms 2023-12-03T15:12:21.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:21 smithi023 ceph-mon[107730]: pgmap v191: 97 pgs: 97 active+clean; 139 MiB data, 386 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-03T15:12:22.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:21 smithi159 ceph-mon[111016]: pgmap v191: 97 pgs: 97 active+clean; 139 MiB data, 386 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-03T15:12:22.426 INFO:teuthology.orchestra.run.smithi023.stdout: 5 9492 9.34 MB/sec warmup 36 sec latency 126.705 ms 2023-12-03T15:12:23.426 INFO:teuthology.orchestra.run.smithi023.stdout: 5 9751 9.26 MB/sec warmup 37 sec latency 92.493 ms 2023-12-03T15:12:23.926 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:23 smithi023 ceph-mon[107730]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 3.8 MiB/s wr, 341 op/s 2023-12-03T15:12:24.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:23 smithi159 ceph-mon[111016]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 404 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 3.8 MiB/s wr, 341 op/s 2023-12-03T15:12:24.426 INFO:teuthology.orchestra.run.smithi023.stdout: 5 10089 9.40 MB/sec warmup 38 sec latency 121.122 ms 2023-12-03T15:12:25.426 INFO:teuthology.orchestra.run.smithi023.stdout: 5 10384 9.43 MB/sec warmup 39 sec latency 126.807 ms 2023-12-03T15:12:25.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:25 smithi023 ceph-mon[107730]: pgmap v193: 97 pgs: 97 active+clean; 143 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-03T15:12:26.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:25 smithi159 ceph-mon[111016]: pgmap v193: 97 pgs: 97 active+clean; 143 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-03T15:12:26.426 INFO:teuthology.orchestra.run.smithi023.stdout: 5 10693 9.48 MB/sec warmup 40 sec latency 129.767 ms 2023-12-03T15:12:27.433 INFO:teuthology.orchestra.run.smithi023.stdout: 5 10982 9.43 MB/sec warmup 41 sec latency 136.456 ms 2023-12-03T15:12:27.775 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:27 smithi023 ceph-mon[107730]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-12-03T15:12:27.775 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:27.775 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:12:27.775 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:27 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:27 smithi159 ceph-mon[111016]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-12-03T15:12:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:12:28.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:27 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:28.441 INFO:teuthology.orchestra.run.smithi023.stdout: 5 11266 9.32 MB/sec warmup 42 sec latency 164.601 ms 2023-12-03T15:12:28.788 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:28 smithi023 ceph-mon[107730]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-03T15:12:28.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:28 smithi023 ceph-mon[107730]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-03T15:12:28.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:28 smithi023 ceph-mon[107730]: Upgrade: Need to upgrade myself (mgr.smithi023.ttoasj) 2023-12-03T15:12:28.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:28 smithi023 ceph-mon[107730]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi159 2023-12-03T15:12:28.789 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:28 smithi023 ceph-mon[107730]: pgmap v195: 97 pgs: 97 active+clean; 149 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-03T15:12:29.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:28 smithi159 ceph-mon[111016]: Upgrade: Target is version 18.0.0-7673-gb5f2d389 (unknown) 2023-12-03T15:12:29.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:28 smithi159 ceph-mon[111016]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb, digests ['quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb'] 2023-12-03T15:12:29.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:28 smithi159 ceph-mon[111016]: Upgrade: Need to upgrade myself (mgr.smithi023.ttoasj) 2023-12-03T15:12:29.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:28 smithi159 ceph-mon[111016]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb on smithi159 2023-12-03T15:12:29.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:28 smithi159 ceph-mon[111016]: pgmap v195: 97 pgs: 97 active+clean; 149 MiB data, 445 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-03T15:12:29.441 INFO:teuthology.orchestra.run.smithi023.stdout: 5 11516 9.26 MB/sec warmup 43 sec latency 132.280 ms 2023-12-03T15:12:30.441 INFO:teuthology.orchestra.run.smithi023.stdout: 5 11850 9.18 MB/sec warmup 44 sec latency 124.015 ms 2023-12-03T15:12:30.825 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:30 smithi023 ceph-mon[107730]: pgmap v196: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 395 op/s 2023-12-03T15:12:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:30 smithi159 ceph-mon[111016]: pgmap v196: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 395 op/s 2023-12-03T15:12:31.444 INFO:teuthology.orchestra.run.smithi023.stdout: 5 12193 9.11 MB/sec warmup 45 sec latency 126.620 ms 2023-12-03T15:12:32.444 INFO:teuthology.orchestra.run.smithi023.stdout: 5 12409 8.99 MB/sec warmup 46 sec latency 134.710 ms 2023-12-03T15:12:32.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:32 smithi023 ceph-mon[107730]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-12-03T15:12:32.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:32 smithi159 ceph-mon[111016]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-12-03T15:12:33.444 INFO:teuthology.orchestra.run.smithi023.stdout: 5 12755 9.06 MB/sec warmup 47 sec latency 134.394 ms 2023-12-03T15:12:34.450 INFO:teuthology.orchestra.run.smithi023.stdout: 5 13111 9.05 MB/sec warmup 48 sec latency 135.555 ms 2023-12-03T15:12:34.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:34 smithi023 ceph-mon[107730]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-03T15:12:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:34 smithi159 ceph-mon[111016]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-03T15:12:34.944 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:12:35.450 INFO:teuthology.orchestra.run.smithi023.stdout: 5 13492 9.20 MB/sec warmup 49 sec latency 119.177 ms 2023-12-03T15:12:35.848 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:12:35.848 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (4m) 54s ago 5m 26.5M - ba2b418f427c 9a1599132171 2023-12-03T15:12:35.848 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (5m) 54s ago 5m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (4m) 56s ago 4m 7151k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (4m) 54s ago 5m 47.5M - 8.3.5 dad864ee21e9 559b7c2f89d5 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (73s) 54s ago 73s 17.2M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (72s) 56s ago 72s 15.0M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (6m) 54s ago 6m 476M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (4m) 56s ago 4m 420M - 17.2.0 e1d6a67b021e da4e7eef42a3 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (6m) 54s ago 6m 78.2M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (4m) 56s ago 4m 61.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (63s) 54s ago 62s 52.8M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (58s) 56s ago 58s 51.6M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:12:35.849 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (4m) 54s ago 4m 24.0M - 1dbe0e931976 2310a37041dd 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (4m) 56s ago 4m 23.5M - 1dbe0e931976 75bba44f30c0 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4m) 54s ago 4m 54.2M 3224M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 54s ago 3m 59.6M 3224M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3m) 54s ago 3m 52.4M 3224M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 54s ago 3m 51.7M 3224M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (2m) 56s ago 2m 50.7M 3992M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (2m) 56s ago 2m 49.7M 3992M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (2m) 56s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (2m) 56s ago 2m 50.4M 3992M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:12:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (4m) 54s ago 4m 62.2M - 514e6a882f6e a62cd5625c4c 2023-12-03T15:12:35.919 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:35 smithi023 ceph-mon[107730]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:35.919 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:35 smithi023 ceph-mon[107730]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:36.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:35 smithi159 ceph-mon[111016]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:36.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:35 smithi159 ceph-mon[111016]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:36.414 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:12:36.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:12:36.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-03T15:12:36.415 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:12:36.416 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:12:36.462 INFO:teuthology.orchestra.run.smithi023.stdout: 5 13802 9.19 MB/sec warmup 50 sec latency 133.428 ms 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "0/23 daemons upgraded", 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb image on host smithi159" 2023-12-03T15:12:36.870 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:12:36.951 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:36 smithi023 ceph-mon[107730]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:36.951 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:36 smithi023 ceph-mon[107730]: pgmap v199: 97 pgs: 97 active+clean; 157 MiB data, 496 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 386 op/s 2023-12-03T15:12:36.951 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:36 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/907529002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:12:37.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:36 smithi159 ceph-mon[111016]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:37.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:36 smithi159 ceph-mon[111016]: pgmap v199: 97 pgs: 97 active+clean; 157 MiB data, 496 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 386 op/s 2023-12-03T15:12:37.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:36 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/907529002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:12:37.427 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:12:37.461 INFO:teuthology.orchestra.run.smithi023.stdout: 5 14140 9.17 MB/sec warmup 51 sec latency 129.541 ms 2023-12-03T15:12:37.959 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:37 smithi023 ceph-mon[107730]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:37.960 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:37 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3336761520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:12:38.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:37 smithi159 ceph-mon[111016]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:12:38.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:37 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3336761520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:12:38.461 INFO:teuthology.orchestra.run.smithi023.stdout: 5 14619 9.23 MB/sec warmup 52 sec latency 125.831 ms 2023-12-03T15:12:38.724 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:38 smithi023 ceph-mon[107730]: pgmap v200: 97 pgs: 97 active+clean; 158 MiB data, 485 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-03T15:12:39.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:38 smithi159 ceph-mon[111016]: pgmap v200: 97 pgs: 97 active+clean; 158 MiB data, 485 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-03T15:12:39.461 INFO:teuthology.orchestra.run.smithi023.stdout: 5 15076 9.36 MB/sec warmup 53 sec latency 121.805 ms 2023-12-03T15:12:40.467 INFO:teuthology.orchestra.run.smithi023.stdout: 5 15348 9.24 MB/sec warmup 54 sec latency 123.632 ms 2023-12-03T15:12:40.772 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:40 smithi023 ceph-mon[107730]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 556 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-12-03T15:12:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:40 smithi159 ceph-mon[111016]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 556 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-12-03T15:12:41.467 INFO:teuthology.orchestra.run.smithi023.stdout: 5 15666 9.18 MB/sec warmup 55 sec latency 127.369 ms 2023-12-03T15:12:42.467 INFO:teuthology.orchestra.run.smithi023.stdout: 5 15996 9.11 MB/sec warmup 56 sec latency 142.820 ms 2023-12-03T15:12:42.569 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:42 smithi023 ceph-mon[107730]: pgmap v202: 97 pgs: 97 active+clean; 169 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-12-03T15:12:42.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:42 smithi159 ceph-mon[111016]: pgmap v202: 97 pgs: 97 active+clean; 169 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-12-03T15:12:43.476 INFO:teuthology.orchestra.run.smithi023.stdout: 5 16312 9.09 MB/sec warmup 57 sec latency 139.995 ms 2023-12-03T15:12:44.478 INFO:teuthology.orchestra.run.smithi023.stdout: 5 16779 9.23 MB/sec warmup 58 sec latency 129.738 ms 2023-12-03T15:12:44.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:44 smithi023 ceph-mon[107730]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-12-03T15:12:44.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:44 smithi159 ceph-mon[111016]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-12-03T15:12:45.478 INFO:teuthology.orchestra.run.smithi023.stdout: 5 17146 9.27 MB/sec warmup 59 sec latency 164.588 ms 2023-12-03T15:12:46.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:12:46.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:46 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:12:46.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:46 smithi023 ceph-mon[107730]: pgmap v204: 97 pgs: 97 active+clean; 171 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-12-03T15:12:46.509 INFO:teuthology.orchestra.run.smithi023.stdout: 5 17545 9.35 MB/sec warmup 60 sec latency 122.530 ms 2023-12-03T15:12:46.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/trash_purge_schedule"}]: dispatch 2023-12-03T15:12:46.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:46 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.ttoasj/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:12:46.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:46 smithi159 ceph-mon[111016]: pgmap v204: 97 pgs: 97 active+clean; 171 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-12-03T15:12:47.478 INFO:teuthology.orchestra.run.smithi023.stdout: 5 17828 9.28 MB/sec warmup 61 sec latency 138.076 ms 2023-12-03T15:12:48.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:48 smithi023 ceph-mon[107730]: pgmap v205: 97 pgs: 97 active+clean; 172 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-03T15:12:48.478 INFO:teuthology.orchestra.run.smithi023.stdout: 5 18206 9.31 MB/sec warmup 62 sec latency 129.844 ms 2023-12-03T15:12:48.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:48 smithi159 ceph-mon[111016]: pgmap v205: 97 pgs: 97 active+clean; 172 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-03T15:12:49.479 INFO:teuthology.orchestra.run.smithi023.stdout: 5 18459 9.24 MB/sec warmup 63 sec latency 145.761 ms 2023-12-03T15:12:50.479 INFO:teuthology.orchestra.run.smithi023.stdout: 5 18950 9.34 MB/sec warmup 64 sec latency 127.218 ms 2023-12-03T15:12:50.765 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:50 smithi023 ceph-mon[107730]: pgmap v206: 97 pgs: 97 active+clean; 181 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.4 MiB/s wr, 630 op/s 2023-12-03T15:12:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:50 smithi159 ceph-mon[111016]: pgmap v206: 97 pgs: 97 active+clean; 181 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.4 MiB/s wr, 630 op/s 2023-12-03T15:12:51.484 INFO:teuthology.orchestra.run.smithi023.stdout: 5 19420 9.27 MB/sec warmup 65 sec latency 123.677 ms 2023-12-03T15:12:52.484 INFO:teuthology.orchestra.run.smithi023.stdout: 5 19838 9.31 MB/sec warmup 66 sec latency 217.163 ms 2023-12-03T15:12:52.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:52 smithi023 ceph-mon[107730]: pgmap v207: 97 pgs: 97 active+clean; 179 MiB data, 684 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-03T15:12:52.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:52 smithi159 ceph-mon[111016]: pgmap v207: 97 pgs: 97 active+clean; 179 MiB data, 684 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-03T15:12:53.484 INFO:teuthology.orchestra.run.smithi023.stdout: 5 20307 9.43 MB/sec warmup 67 sec latency 137.473 ms 2023-12-03T15:12:54.485 INFO:teuthology.orchestra.run.smithi023.stdout: 5 20783 9.47 MB/sec warmup 68 sec latency 130.224 ms 2023-12-03T15:12:54.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:54 smithi023 ceph-mon[107730]: pgmap v208: 97 pgs: 97 active+clean; 179 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.6 MiB/s wr, 489 op/s 2023-12-03T15:12:54.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:54 smithi159 ceph-mon[111016]: pgmap v208: 97 pgs: 97 active+clean; 179 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.6 MiB/s wr, 489 op/s 2023-12-03T15:12:55.485 INFO:teuthology.orchestra.run.smithi023.stdout: 5 21118 9.51 MB/sec warmup 69 sec latency 126.854 ms 2023-12-03T15:12:56.491 INFO:teuthology.orchestra.run.smithi023.stdout: 5 21444 9.51 MB/sec warmup 70 sec latency 126.743 ms 2023-12-03T15:12:56.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:56 smithi023 ceph-mon[107730]: pgmap v209: 97 pgs: 97 active+clean; 182 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 460 op/s 2023-12-03T15:12:56.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:56 smithi159 ceph-mon[111016]: pgmap v209: 97 pgs: 97 active+clean; 182 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 460 op/s 2023-12-03T15:12:57.491 INFO:teuthology.orchestra.run.smithi023.stdout: 5 21781 9.47 MB/sec warmup 71 sec latency 136.852 ms 2023-12-03T15:12:58.491 INFO:teuthology.orchestra.run.smithi023.stdout: 5 22032 9.45 MB/sec warmup 72 sec latency 124.634 ms 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: Upgrade: Updating mgr.smithi159.cpqcsg 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: Deploying daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:12:58.733 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:12:58 smithi023 ceph-mon[107730]: pgmap v210: 97 pgs: 97 active+clean; 191 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-03T15:12:58.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: Upgrade: Updating mgr.smithi159.cpqcsg 2023-12-03T15:12:58.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:12:58.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.cpqcsg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:12:58.858 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:12:58.858 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:12:58.858 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: Deploying daemon mgr.smithi159.cpqcsg on smithi159 2023-12-03T15:12:58.858 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:12:58 smithi159 ceph-mon[111016]: pgmap v210: 97 pgs: 97 active+clean; 191 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-03T15:12:59.495 INFO:teuthology.orchestra.run.smithi023.stdout: 5 22328 9.44 MB/sec warmup 73 sec latency 126.676 ms 2023-12-03T15:13:00.495 INFO:teuthology.orchestra.run.smithi023.stdout: 5 22631 9.37 MB/sec warmup 74 sec latency 126.972 ms 2023-12-03T15:13:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:13:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:00 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:13:00.778 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:00 smithi023 ceph-mon[107730]: pgmap v211: 97 pgs: 97 active+clean; 191 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.3 MiB/s wr, 569 op/s 2023-12-03T15:13:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:13:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:00 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:13:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:00 smithi159 ceph-mon[111016]: pgmap v211: 97 pgs: 97 active+clean; 191 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.3 MiB/s wr, 569 op/s 2023-12-03T15:13:01.495 INFO:teuthology.orchestra.run.smithi023.stdout: 5 23011 9.31 MB/sec warmup 75 sec latency 129.481 ms 2023-12-03T15:13:02.496 INFO:teuthology.orchestra.run.smithi023.stdout: 5 23320 9.33 MB/sec warmup 76 sec latency 125.591 ms 2023-12-03T15:13:03.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:03.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:03 smithi023 ceph-mon[107730]: pgmap v212: 97 pgs: 97 active+clean; 190 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 433 op/s 2023-12-03T15:13:03.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:03 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:03.373 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:03.373 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:03 smithi159 ceph-mon[111016]: pgmap v212: 97 pgs: 97 active+clean; 190 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 433 op/s 2023-12-03T15:13:03.374 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:03 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:03.505 INFO:teuthology.orchestra.run.smithi023.stdout: 5 23653 9.32 MB/sec warmup 77 sec latency 119.935 ms 2023-12-03T15:13:04.505 INFO:teuthology.orchestra.run.smithi023.stdout: 5 23986 9.38 MB/sec warmup 78 sec latency 133.331 ms 2023-12-03T15:13:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:04 smithi159 ceph-mon[111016]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 783 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 525 op/s 2023-12-03T15:13:04.638 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:04 smithi023 ceph-mon[107730]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 783 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.8 MiB/s wr, 525 op/s 2023-12-03T15:13:05.506 INFO:teuthology.orchestra.run.smithi023.stdout: 5 24383 9.37 MB/sec warmup 79 sec latency 132.697 ms 2023-12-03T15:13:06.164 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.164 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.164 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.164 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:06.164 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: Upgrade: Need to upgrade myself (mgr.smithi023.ttoasj) 2023-12-03T15:13:06.165 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: Failing over to other MGR 2023-12-03T15:13:06.165 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr fail", "who": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:13:06.165 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: osdmap e67: 8 total, 8 up, 8 in 2023-12-03T15:13:06.165 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:06 smithi023 ceph-mon[107730]: Standby manager daemon smithi023.ttoasj started 2023-12-03T15:13:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' 2023-12-03T15:13:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: Upgrade: Need to upgrade myself (mgr.smithi023.ttoasj) 2023-12-03T15:13:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: Failing over to other MGR 2023-12-03T15:13:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "mgr fail", "who": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:13:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: osdmap e67: 8 total, 8 up, 8 in 2023-12-03T15:13:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:06 smithi159 ceph-mon[111016]: Standby manager daemon smithi023.ttoasj started 2023-12-03T15:13:06.506 INFO:teuthology.orchestra.run.smithi023.stdout: 5 24668 9.36 MB/sec warmup 80 sec latency 132.805 ms 2023-12-03T15:13:07.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:07 smithi159 ceph-mon[111016]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "mgr fail", "who": "smithi023.ttoasj"}]': finished 2023-12-03T15:13:07.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:07 smithi159 ceph-mon[111016]: mgrmap e22: smithi159.cpqcsg(active, starting, since 1.00527s), standbys: smithi023.ttoasj 2023-12-03T15:13:07.173 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:07 smithi023 ceph-mon[107730]: from='mgr.14208 172.21.15.23:0/950219097' entity='mgr.smithi023.ttoasj' cmd='[{"prefix": "mgr fail", "who": "smithi023.ttoasj"}]': finished 2023-12-03T15:13:07.173 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:07 smithi023 ceph-mon[107730]: mgrmap e22: smithi159.cpqcsg(active, starting, since 1.00527s), standbys: smithi023.ttoasj 2023-12-03T15:13:07.507 INFO:teuthology.orchestra.run.smithi023.stdout: 5 24938 9.33 MB/sec warmup 81 sec latency 138.690 ms 2023-12-03T15:13:08.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: Active manager daemon smithi159.cpqcsg restarted 2023-12-03T15:13:08.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: Activating manager daemon smithi159.cpqcsg 2023-12-03T15:13:08.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/crt"}]: dispatch 2023-12-03T15:13:08.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: osdmap e68: 8 total, 8 up, 8 in 2023-12-03T15:13:08.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:13:08.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/key"}]: dispatch 2023-12-03T15:13:08.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:08 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:13:08.320 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: Active manager daemon smithi159.cpqcsg restarted 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: Activating manager daemon smithi159.cpqcsg 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/crt"}]: dispatch 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: osdmap e68: 8 total, 8 up, 8 in 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.cpqcsg/key"}]: dispatch 2023-12-03T15:13:08.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:08 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:13:08.509 INFO:teuthology.orchestra.run.smithi023.stdout: 5 25294 9.33 MB/sec warmup 82 sec latency 132.563 ms 2023-12-03T15:13:09.124 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: mgrmap e23: smithi159.cpqcsg(active, starting, since 0.725704s), standbys: smithi023.ttoasj 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.icxjpz"}]: dispatch 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.plpjbc"}]: dispatch 2023-12-03T15:13:09.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr metadata", "who": "smithi159.cpqcsg", "id": "smithi159.cpqcsg"}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:13:09.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: Manager daemon smithi159.cpqcsg is now available 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/trash_purge_schedule"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/trash_purge_schedule"}]: dispatch 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:09 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: mgrmap e23: smithi159.cpqcsg(active, starting, since 0.725704s), standbys: smithi023.ttoasj 2023-12-03T15:13:09.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2023-12-03T15:13:09.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2023-12-03T15:13:09.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.icxjpz"}]: dispatch 2023-12-03T15:13:09.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.plpjbc"}]: dispatch 2023-12-03T15:13:09.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr metadata", "who": "smithi159.cpqcsg", "id": "smithi159.cpqcsg"}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr metadata", "who": "smithi023.ttoasj", "id": "smithi023.ttoasj"}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-03T15:13:09.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-03T15:13:09.385 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: Manager daemon smithi159.cpqcsg is now available 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:13:09.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/mirror_snapshot_schedule"}]: dispatch 2023-12-03T15:13:09.387 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/trash_purge_schedule"}]: dispatch 2023-12-03T15:13:09.387 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.cpqcsg/trash_purge_schedule"}]: dispatch 2023-12-03T15:13:09.387 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.387 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:09 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:09.508 INFO:teuthology.orchestra.run.smithi023.stdout: 5 25661 9.39 MB/sec warmup 83 sec latency 127.462 ms 2023-12-03T15:13:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:10 smithi023 ceph-mon[107730]: Deploying cephadm binary to smithi159 2023-12-03T15:13:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:10 smithi023 ceph-mon[107730]: Deploying cephadm binary to smithi023 2023-12-03T15:13:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:10 smithi023 ceph-mon[107730]: mgrmap e24: smithi159.cpqcsg(active, since 1.73633s), standbys: smithi023.ttoasj 2023-12-03T15:13:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:10 smithi023 ceph-mon[107730]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:10 smithi023 ceph-mon[107730]: pgmap v3: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:10.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:10 smithi159 ceph-mon[111016]: Deploying cephadm binary to smithi159 2023-12-03T15:13:10.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:10 smithi159 ceph-mon[111016]: Deploying cephadm binary to smithi023 2023-12-03T15:13:10.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:10 smithi159 ceph-mon[111016]: mgrmap e24: smithi159.cpqcsg(active, since 1.73633s), standbys: smithi023.ttoasj 2023-12-03T15:13:10.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:10 smithi159 ceph-mon[111016]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:10.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:10 smithi159 ceph-mon[111016]: pgmap v3: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:10.391 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (4m) 89s ago 5m 26.5M - ba2b418f427c 9a1599132171 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (5m) 89s ago 5m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (5m) 8s ago 5m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (4m) 89s ago 5m 47.5M - 8.3.5 dad864ee21e9 559b7c2f89d5 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (108s) 89s ago 108s 17.2M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (106s) 8s ago 106s 15.1M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (6m) 89s ago 6m 476M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (11s) 8s ago 5m 46.5M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (6m) 89s ago 6m 78.2M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (5m) 8s ago 5m 53.6M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (97s) 89s ago 97s 52.8M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (92s) 8s ago 92s 75.6M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (5m) 89s ago 5m 24.0M - 1dbe0e931976 2310a37041dd 2023-12-03T15:13:10.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (5m) 8s ago 5m 23.8M - 1dbe0e931976 75bba44f30c0 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4m) 89s ago 4m 54.2M 3224M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 89s ago 4m 59.6M 3224M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 89s ago 3m 52.4M 3224M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 89s ago 3m 51.7M 3224M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (3m) 8s ago 3m 339M 3992M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (3m) 8s ago 3m 409M 3992M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (2m) 8s ago 2m 338M 3992M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (2m) 8s ago 2m 620M 3992M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:13:10.393 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (4m) 89s ago 4m 62.2M - 514e6a882f6e a62cd5625c4c 2023-12-03T15:13:10.508 INFO:teuthology.orchestra.run.smithi023.stdout: 5 26011 9.38 MB/sec warmup 84 sec latency 122.818 ms 2023-12-03T15:13:11.031 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:13:11.031 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:13:11.031 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:13:11.031 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:11.031 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:13:11.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:13:11.033 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:13:11.033 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:13:11.257 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: [03/Dec/2023:15:13:09] ENGINE Bus STARTING 2023-12-03T15:13:11.257 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:11.257 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: [03/Dec/2023:15:13:09] ENGINE Serving on https://172.21.15.159:7150 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: [03/Dec/2023:15:13:09] ENGINE Serving on http://172.21.15.159:8765 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: [03/Dec/2023:15:13:09] ENGINE Bus STARTED 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: mgrmap e25: smithi159.cpqcsg(active, since 2s), standbys: smithi023.ttoasj 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: pgmap v4: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:11.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:11 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3843394916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: [03/Dec/2023:15:13:09] ENGINE Bus STARTING 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: [03/Dec/2023:15:13:09] ENGINE Serving on https://172.21.15.159:7150 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: [03/Dec/2023:15:13:09] ENGINE Serving on http://172.21.15.159:8765 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: [03/Dec/2023:15:13:09] ENGINE Bus STARTED 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: mgrmap e25: smithi159.cpqcsg(active, since 2s), standbys: smithi023.ttoasj 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: pgmap v4: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:11 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3843394916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:13:11.521 INFO:teuthology.orchestra.run.smithi023.stdout: 5 26410 9.31 MB/sec warmup 85 sec latency 130.060 ms 2023-12-03T15:13:11.678 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:13:11.679 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:13:12.298 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:13:12.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 26773 9.30 MB/sec warmup 86 sec latency 129.833 ms 2023-12-03T15:13:13.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:13 smithi023 ceph-mon[107730]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:13.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:13 smithi023 ceph-mon[107730]: pgmap v5: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:13.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:13 smithi023 ceph-mon[107730]: mgrmap e26: smithi159.cpqcsg(active, since 4s), standbys: smithi023.ttoasj 2023-12-03T15:13:13.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:13 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/350520794' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:13:13.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:13 smithi159 ceph-mon[111016]: from='client.24491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:13.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:13 smithi159 ceph-mon[111016]: pgmap v5: 97 pgs: 97 active+clean; 206 MiB data, 850 MiB used, 714 GiB / 715 GiB avail 2023-12-03T15:13:13.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:13 smithi159 ceph-mon[111016]: mgrmap e26: smithi159.cpqcsg(active, since 4s), standbys: smithi023.ttoasj 2023-12-03T15:13:13.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:13 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/350520794' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:13:13.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 27144 9.35 MB/sec warmup 87 sec latency 129.718 ms 2023-12-03T15:13:14.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 27654 9.44 MB/sec warmup 88 sec latency 132.454 ms 2023-12-03T15:13:15.521 INFO:teuthology.orchestra.run.smithi023.stdout: 5 27941 9.43 MB/sec warmup 89 sec latency 134.667 ms 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: pgmap v6: 97 pgs: 97 active+clean; 206 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 1.3 MiB/s wr, 67 op/s 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: Standby manager daemon smithi023.ttoasj restarted 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: Standby manager daemon smithi023.ttoasj started 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.ttoasj/crt"}]: dispatch 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.ttoasj/key"}]: dispatch 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: pgmap v6: 97 pgs: 97 active+clean; 206 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 1.3 MiB/s wr, 67 op/s 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: Standby manager daemon smithi023.ttoasj restarted 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: Standby manager daemon smithi023.ttoasj started 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.ttoasj/crt"}]: dispatch 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.ttoasj/key"}]: dispatch 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.? 172.21.15.23:0/3269755826' entity='mgr.smithi023.ttoasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-03T15:13:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:15.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:16.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 28202 9.38 MB/sec warmup 90 sec latency 126.610 ms 2023-12-03T15:13:16.617 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:16 smithi023 ceph-mon[107730]: mgrmap e27: smithi159.cpqcsg(active, since 8s), standbys: smithi023.ttoasj 2023-12-03T15:13:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:16 smithi159 ceph-mon[111016]: mgrmap e27: smithi159.cpqcsg(active, since 8s), standbys: smithi023.ttoasj 2023-12-03T15:13:17.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 28492 9.36 MB/sec warmup 91 sec latency 135.376 ms 2023-12-03T15:13:17.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:17 smithi023 ceph-mon[107730]: pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.8 MiB/s wr, 418 op/s 2023-12-03T15:13:17.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:17 smithi159 ceph-mon[111016]: pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.8 MiB/s wr, 418 op/s 2023-12-03T15:13:18.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 28845 9.37 MB/sec warmup 92 sec latency 105.641 ms 2023-12-03T15:13:19.519 INFO:teuthology.orchestra.run.smithi023.stdout: 5 29131 9.35 MB/sec warmup 93 sec latency 130.892 ms 2023-12-03T15:13:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:19 smithi159 ceph-mon[111016]: pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.9 MiB/s wr, 325 op/s 2023-12-03T15:13:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:19 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:19 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:19.681 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:19 smithi023 ceph-mon[107730]: pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 916 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.9 MiB/s wr, 325 op/s 2023-12-03T15:13:19.681 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:19 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:19.681 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:19 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:20.529 INFO:teuthology.orchestra.run.smithi023.stdout: 5 29505 9.39 MB/sec warmup 94 sec latency 131.261 ms 2023-12-03T15:13:21.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: pgmap v9: 97 pgs: 97 active+clean; 219 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-03T15:13:21.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:21.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:21.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi023 to 1944M 2023-12-03T15:13:21.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:21 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:21.529 INFO:teuthology.orchestra.run.smithi023.stdout: 5 29917 9.33 MB/sec warmup 95 sec latency 108.328 ms 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: pgmap v9: 97 pgs: 97 active+clean; 219 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi023 to 1944M 2023-12-03T15:13:21.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:21 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:22.531 INFO:teuthology.orchestra.run.smithi023.stdout: 5 30246 9.29 MB/sec warmup 96 sec latency 132.235 ms 2023-12-03T15:13:23.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:23 smithi023 ceph-mon[107730]: pgmap v10: 97 pgs: 97 active+clean; 219 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-03T15:13:23.233 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:23.531 INFO:teuthology.orchestra.run.smithi023.stdout: 5 30611 9.35 MB/sec warmup 97 sec latency 129.593 ms 2023-12-03T15:13:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:23 smithi159 ceph-mon[111016]: pgmap v10: 97 pgs: 97 active+clean; 219 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-03T15:13:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:24.531 INFO:teuthology.orchestra.run.smithi023.stdout: 5 30993 9.36 MB/sec warmup 98 sec latency 135.438 ms 2023-12-03T15:13:25.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: pgmap v11: 97 pgs: 97 active+clean; 219 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: Adjusting osd_memory_target on smithi159 to 2712M 2023-12-03T15:13:25.530 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:13:25.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:13:25.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:13:25.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:25 smithi023 ceph-mon[107730]: Updating smithi159:/etc/ceph/ceph.conf 2023-12-03T15:13:25.536 INFO:teuthology.orchestra.run.smithi023.stdout: 5 31321 9.39 MB/sec warmup 99 sec latency 123.641 ms 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: pgmap v11: 97 pgs: 97 active+clean; 219 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: Adjusting osd_memory_target on smithi159 to 2712M 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: Updating smithi023:/etc/ceph/ceph.conf 2023-12-03T15:13:25.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:25 smithi159 ceph-mon[111016]: Updating smithi159:/etc/ceph/ceph.conf 2023-12-03T15:13:26.536 INFO:teuthology.orchestra.run.smithi023.stdout: 5 31621 9.40 MB/sec warmup 100 sec latency 140.468 ms 2023-12-03T15:13:26.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: Updating smithi159:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-03T15:13:26.557 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: Updating smithi023:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: Updating smithi159:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.558 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:26 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: Updating smithi159:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: Updating smithi023:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: Updating smithi159:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:26 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:27.549 INFO:teuthology.orchestra.run.smithi023.stdout: 5 31934 9.37 MB/sec warmup 101 sec latency 137.970 ms 2023-12-03T15:13:27.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:27 smithi023 ceph-mon[107730]: Updating smithi023:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-03T15:13:27.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:27 smithi023 ceph-mon[107730]: pgmap v12: 97 pgs: 97 active+clean; 220 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 5.8 MiB/s wr, 622 op/s 2023-12-03T15:13:27.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:27 smithi023 ceph-mon[107730]: Reconfiguring alertmanager.smithi023 (dependencies changed)... 2023-12-03T15:13:27.580 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:27 smithi023 ceph-mon[107730]: Reconfiguring daemon alertmanager.smithi023 on smithi023 2023-12-03T15:13:27.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:27 smithi159 ceph-mon[111016]: Updating smithi023:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-03T15:13:27.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:27 smithi159 ceph-mon[111016]: pgmap v12: 97 pgs: 97 active+clean; 220 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 5.8 MiB/s wr, 622 op/s 2023-12-03T15:13:27.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:27 smithi159 ceph-mon[111016]: Reconfiguring alertmanager.smithi023 (dependencies changed)... 2023-12-03T15:13:27.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:27 smithi159 ceph-mon[111016]: Reconfiguring daemon alertmanager.smithi023 on smithi023 2023-12-03T15:13:28.549 INFO:teuthology.orchestra.run.smithi023.stdout: 5 32270 9.37 MB/sec warmup 102 sec latency 129.779 ms 2023-12-03T15:13:29.549 INFO:teuthology.orchestra.run.smithi023.stdout: 5 32679 9.38 MB/sec warmup 103 sec latency 106.114 ms 2023-12-03T15:13:29.598 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:29 smithi023 ceph-mon[107730]: pgmap v13: 97 pgs: 97 active+clean; 220 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-03T15:13:29.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:29 smithi159 ceph-mon[111016]: pgmap v13: 97 pgs: 97 active+clean; 220 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-03T15:13:30.549 INFO:teuthology.orchestra.run.smithi023.stdout: 5 33137 9.41 MB/sec warmup 104 sec latency 135.540 ms 2023-12-03T15:13:30.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:30 smithi023 ceph-mon[107730]: pgmap v14: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 600 op/s 2023-12-03T15:13:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:30 smithi159 ceph-mon[111016]: pgmap v14: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 600 op/s 2023-12-03T15:13:31.549 INFO:teuthology.orchestra.run.smithi023.stdout: 5 33420 9.36 MB/sec warmup 105 sec latency 141.778 ms 2023-12-03T15:13:32.552 INFO:teuthology.orchestra.run.smithi023.stdout: 5 33793 9.36 MB/sec warmup 106 sec latency 126.717 ms 2023-12-03T15:13:33.407 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:33 smithi023 ceph-mon[107730]: pgmap v15: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-03T15:13:33.552 INFO:teuthology.orchestra.run.smithi023.stdout: 5 34113 9.33 MB/sec warmup 107 sec latency 196.836 ms 2023-12-03T15:13:33.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:33 smithi159 ceph-mon[111016]: pgmap v15: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-03T15:13:34.555 INFO:teuthology.orchestra.run.smithi023.stdout: 5 34537 9.39 MB/sec warmup 108 sec latency 201.320 ms 2023-12-03T15:13:35.362 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:35 smithi023 ceph-mon[107730]: pgmap v16: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.7 MiB/s wr, 439 op/s 2023-12-03T15:13:35.555 INFO:teuthology.orchestra.run.smithi023.stdout: 5 34922 9.42 MB/sec warmup 109 sec latency 133.186 ms 2023-12-03T15:13:35.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:35 smithi159 ceph-mon[111016]: pgmap v16: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.7 MiB/s wr, 439 op/s 2023-12-03T15:13:36.565 INFO:teuthology.orchestra.run.smithi023.stdout: 5 35360 9.44 MB/sec warmup 110 sec latency 129.592 ms 2023-12-03T15:13:37.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: pgmap v17: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: Reconfiguring grafana.smithi023 (dependencies changed)... 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:13:37.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:37 smithi023 ceph-mon[107730]: Reconfiguring daemon grafana.smithi023 on smithi023 2023-12-03T15:13:37.565 INFO:teuthology.orchestra.run.smithi023.stdout: 5 35653 9.43 MB/sec warmup 111 sec latency 138.936 ms 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: pgmap v17: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: Reconfiguring grafana.smithi023 (dependencies changed)... 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:37.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:13:37.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-03T15:13:37.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:37 smithi159 ceph-mon[111016]: Reconfiguring daemon grafana.smithi023 on smithi023 2023-12-03T15:13:38.565 INFO:teuthology.orchestra.run.smithi023.stdout: 5 35998 9.44 MB/sec warmup 112 sec latency 130.394 ms 2023-12-03T15:13:39.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:39 smithi023 ceph-mon[107730]: pgmap v18: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-03T15:13:39.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:39 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:39.565 INFO:teuthology.orchestra.run.smithi023.stdout: 5 36325 9.43 MB/sec warmup 113 sec latency 126.302 ms 2023-12-03T15:13:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:39 smithi159 ceph-mon[111016]: pgmap v18: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-03T15:13:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:39 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:40.566 INFO:teuthology.orchestra.run.smithi023.stdout: 5 36587 9.39 MB/sec warmup 114 sec latency 177.404 ms 2023-12-03T15:13:40.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:40 smithi023 ceph-mon[107730]: pgmap v19: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-12-03T15:13:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:40 smithi159 ceph-mon[111016]: pgmap v19: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-12-03T15:13:41.566 INFO:teuthology.orchestra.run.smithi023.stdout: 5 36851 9.34 MB/sec warmup 115 sec latency 126.382 ms 2023-12-03T15:13:42.567 INFO:teuthology.orchestra.run.smithi023.stdout: 5 37149 9.33 MB/sec warmup 116 sec latency 98.320 ms 2023-12-03T15:13:42.862 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:13:43.297 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:43 smithi023 ceph-mon[107730]: pgmap v20: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-03T15:13:43.567 INFO:teuthology.orchestra.run.smithi023.stdout: 5 37320 9.27 MB/sec warmup 117 sec latency 103.538 ms 2023-12-03T15:13:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:43 smithi159 ceph-mon[111016]: pgmap v20: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 24s ago 6m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (5m) 29s ago 5m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (5m) 24s ago 6m 55.7M - 8.3.5 dad864ee21e9 559b7c2f89d5 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (2m) 24s ago 2m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (2m) 29s ago 2m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (7m) 24s ago 7m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (44s) 29s ago 5m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:13:43.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (7m) 24s ago 7m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (5m) 29s ago 5m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (2m) 24s ago 2m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (2m) 29s ago 2m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (6m) 24s ago 6m 27.0M - 1.3.1 1dbe0e931976 2310a37041dd 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (5m) 29s ago 5m 23.5M - 1.3.1 1dbe0e931976 75bba44f30c0 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 24s ago 5m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 24s ago 4m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 24s ago 4m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 24s ago 4m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (4m) 29s ago 4m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (3m) 29s ago 3m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (3m) 29s ago 3m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (3m) 29s ago 3m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:13:43.941 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (5m) 24s ago 5m 64.7M - 2.33.4 514e6a882f6e a62cd5625c4c 2023-12-03T15:13:44.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:44 smithi023 ceph-mon[107730]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:44.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:44 smithi023 ceph-mon[107730]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:44.540 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:13:44.540 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:13:44.541 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:13:44.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:13:44.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:13:44.542 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:13:44.542 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:13:44.567 INFO:teuthology.orchestra.run.smithi023.stdout: 5 37509 9.23 MB/sec warmup 118 sec latency 121.658 ms 2023-12-03T15:13:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:44 smithi159 ceph-mon[111016]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:44 smithi159 ceph-mon[111016]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:45.051 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:13:45.052 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:13:45.351 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:45 smithi023 ceph-mon[107730]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:45.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:45 smithi023 ceph-mon[107730]: pgmap v21: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 570 op/s 2023-12-03T15:13:45.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:45 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2100362280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:13:45.570 INFO:teuthology.orchestra.run.smithi023.stdout: 5 37772 9.22 MB/sec warmup 119 sec latency 100.722 ms 2023-12-03T15:13:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:45 smithi159 ceph-mon[111016]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:45 smithi159 ceph-mon[111016]: pgmap v21: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.4 MiB/s wr, 570 op/s 2023-12-03T15:13:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:45 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2100362280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:13:45.726 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:13:46.371 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:46 smithi023 ceph-mon[107730]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:46.371 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:46 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1809452521' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:13:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:46 smithi159 ceph-mon[111016]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:13:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:46 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1809452521' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:13:47.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:47 smithi023 ceph-mon[107730]: pgmap v22: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 570 op/s 2023-12-03T15:13:47.573 INFO:teuthology.orchestra.run.smithi023.stdout: 5 38339 9.36 MB/sec execute 1 sec latency 141.786 ms 2023-12-03T15:13:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:47 smithi159 ceph-mon[111016]: pgmap v22: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 570 op/s 2023-12-03T15:13:48.580 INFO:teuthology.orchestra.run.smithi023.stdout: 5 38639 10.17 MB/sec execute 2 sec latency 126.706 ms 2023-12-03T15:13:49.433 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:49 smithi023 ceph-mon[107730]: pgmap v23: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-03T15:13:49.580 INFO:teuthology.orchestra.run.smithi023.stdout: 5 38841 8.33 MB/sec execute 3 sec latency 136.287 ms 2023-12-03T15:13:49.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:49 smithi159 ceph-mon[111016]: pgmap v23: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-03T15:13:50.581 INFO:teuthology.orchestra.run.smithi023.stdout: 5 39170 9.08 MB/sec execute 4 sec latency 142.923 ms 2023-12-03T15:13:50.977 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:50 smithi023 ceph-mon[107730]: pgmap v24: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2023-12-03T15:13:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:50 smithi159 ceph-mon[111016]: pgmap v24: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 530 op/s 2023-12-03T15:13:51.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 39445 8.86 MB/sec execute 5 sec latency 128.776 ms 2023-12-03T15:13:52.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 39645 7.80 MB/sec execute 6 sec latency 136.155 ms 2023-12-03T15:13:53.279 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:53 smithi023 ceph-mon[107730]: pgmap v25: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-03T15:13:53.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 39942 7.89 MB/sec execute 7 sec latency 139.035 ms 2023-12-03T15:13:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:53 smithi159 ceph-mon[111016]: pgmap v25: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-03T15:13:54.302 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:54 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:54.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 40193 7.55 MB/sec execute 8 sec latency 192.051 ms 2023-12-03T15:13:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:54 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:13:55.328 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:55 smithi023 ceph-mon[107730]: pgmap v26: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-03T15:13:55.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 40421 7.07 MB/sec execute 9 sec latency 141.203 ms 2023-12-03T15:13:55.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:55 smithi159 ceph-mon[111016]: pgmap v26: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-12-03T15:13:56.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 40766 7.30 MB/sec execute 10 sec latency 169.600 ms 2023-12-03T15:13:57.372 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:57 smithi023 ceph-mon[107730]: pgmap v27: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-03T15:13:57.591 INFO:teuthology.orchestra.run.smithi023.stdout: 5 40982 6.99 MB/sec execute 11 sec latency 137.416 ms 2023-12-03T15:13:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:57 smithi159 ceph-mon[111016]: pgmap v27: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-03T15:13:58.594 INFO:teuthology.orchestra.run.smithi023.stdout: 5 41385 7.50 MB/sec execute 12 sec latency 129.588 ms 2023-12-03T15:13:59.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:58 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:59.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:58 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:59.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:58 smithi023 ceph-mon[107730]: Reconfiguring node-exporter.smithi023 (dependencies changed)... 2023-12-03T15:13:59.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:58 smithi023 ceph-mon[107730]: Reconfiguring daemon node-exporter.smithi023 on smithi023 2023-12-03T15:13:59.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:13:58 smithi023 ceph-mon[107730]: pgmap v28: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-12-03T15:13:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:58 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:58 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:13:59.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:58 smithi159 ceph-mon[111016]: Reconfiguring node-exporter.smithi023 (dependencies changed)... 2023-12-03T15:13:59.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:58 smithi159 ceph-mon[111016]: Reconfiguring daemon node-exporter.smithi023 on smithi023 2023-12-03T15:13:59.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:13:58 smithi159 ceph-mon[111016]: pgmap v28: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-12-03T15:13:59.596 INFO:teuthology.orchestra.run.smithi023.stdout: 5 41700 7.45 MB/sec execute 13 sec latency 133.500 ms 2023-12-03T15:14:00.596 INFO:teuthology.orchestra.run.smithi023.stdout: 5 42042 7.92 MB/sec execute 14 sec latency 127.666 ms 2023-12-03T15:14:01.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:01 smithi023 ceph-mon[107730]: pgmap v29: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-12-03T15:14:01.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:01 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:01.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:01 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:01.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:01 smithi023 ceph-mon[107730]: Reconfiguring prometheus.smithi023 (dependencies changed)... 2023-12-03T15:14:01.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:01 smithi023 ceph-mon[107730]: Reconfiguring daemon prometheus.smithi023 on smithi023 2023-12-03T15:14:01.596 INFO:teuthology.orchestra.run.smithi023.stdout: 5 42339 7.94 MB/sec execute 15 sec latency 126.695 ms 2023-12-03T15:14:01.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:01 smithi159 ceph-mon[111016]: pgmap v29: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-12-03T15:14:01.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:01 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:01.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:01 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:01.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:01 smithi159 ceph-mon[111016]: Reconfiguring prometheus.smithi023 (dependencies changed)... 2023-12-03T15:14:01.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:01 smithi159 ceph-mon[111016]: Reconfiguring daemon prometheus.smithi023 on smithi023 2023-12-03T15:14:02.596 INFO:teuthology.orchestra.run.smithi023.stdout: 5 42564 7.92 MB/sec execute 16 sec latency 141.945 ms 2023-12-03T15:14:03.522 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:03 smithi023 ceph-mon[107730]: pgmap v30: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-12-03T15:14:03.602 INFO:teuthology.orchestra.run.smithi023.stdout: 5 42809 7.98 MB/sec execute 17 sec latency 117.887 ms 2023-12-03T15:14:03.634 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:03 smithi159 ceph-mon[111016]: pgmap v30: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-12-03T15:14:04.602 INFO:teuthology.orchestra.run.smithi023.stdout: 5 43118 7.88 MB/sec execute 18 sec latency 120.681 ms 2023-12-03T15:14:05.318 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:05 smithi023 ceph-mon[107730]: pgmap v31: 97 pgs: 97 active+clean; 258 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:14:05.602 INFO:teuthology.orchestra.run.smithi023.stdout: 5 43441 8.06 MB/sec execute 19 sec latency 120.911 ms 2023-12-03T15:14:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:05 smithi159 ceph-mon[111016]: pgmap v31: 97 pgs: 97 active+clean; 258 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:14:06.602 INFO:teuthology.orchestra.run.smithi023.stdout: 5 43753 7.84 MB/sec execute 20 sec latency 126.884 ms 2023-12-03T15:14:07.342 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:07 smithi023 ceph-mon[107730]: pgmap v32: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-03T15:14:07.605 INFO:teuthology.orchestra.run.smithi023.stdout: 5 44122 7.80 MB/sec execute 21 sec latency 120.710 ms 2023-12-03T15:14:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:07 smithi159 ceph-mon[111016]: pgmap v32: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-03T15:14:08.357 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:08.605 INFO:teuthology.orchestra.run.smithi023.stdout: 5 44447 7.74 MB/sec execute 22 sec latency 131.791 ms 2023-12-03T15:14:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:09.400 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:09 smithi023 ceph-mon[107730]: pgmap v33: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-12-03T15:14:09.605 INFO:teuthology.orchestra.run.smithi023.stdout: 5 44775 7.85 MB/sec execute 23 sec latency 134.588 ms 2023-12-03T15:14:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:09 smithi159 ceph-mon[111016]: pgmap v33: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-12-03T15:14:10.605 INFO:teuthology.orchestra.run.smithi023.stdout: 5 45110 7.89 MB/sec execute 24 sec latency 142.198 ms 2023-12-03T15:14:10.922 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:10 smithi023 ceph-mon[107730]: pgmap v34: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-03T15:14:11.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:10 smithi159 ceph-mon[111016]: pgmap v34: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-03T15:14:11.610 INFO:teuthology.orchestra.run.smithi023.stdout: 5 45404 7.97 MB/sec execute 25 sec latency 123.247 ms 2023-12-03T15:14:12.610 INFO:teuthology.orchestra.run.smithi023.stdout: 5 45761 8.16 MB/sec execute 26 sec latency 128.892 ms 2023-12-03T15:14:12.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:12 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:12.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:12 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:12.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:12 smithi023 ceph-mon[107730]: Reconfiguring node-exporter.smithi159 (dependencies changed)... 2023-12-03T15:14:12.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:12 smithi023 ceph-mon[107730]: Reconfiguring daemon node-exporter.smithi159 on smithi159 2023-12-03T15:14:12.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:12 smithi023 ceph-mon[107730]: pgmap v35: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-03T15:14:13.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:12 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:13.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:12 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:13.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:12 smithi159 ceph-mon[111016]: Reconfiguring node-exporter.smithi159 (dependencies changed)... 2023-12-03T15:14:13.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:12 smithi159 ceph-mon[111016]: Reconfiguring daemon node-exporter.smithi159 on smithi159 2023-12-03T15:14:13.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:12 smithi159 ceph-mon[111016]: pgmap v35: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-03T15:14:13.612 INFO:teuthology.orchestra.run.smithi023.stdout: 5 46204 8.32 MB/sec execute 27 sec latency 108.346 ms 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2023-12-03T15:14:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: Upgrade: Need to upgrade myself (mgr.smithi159.cpqcsg) 2023-12-03T15:14:14.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:14 smithi023 ceph-mon[107730]: Upgrade: Need to upgrade myself (mgr.smithi159.cpqcsg) 2023-12-03T15:14:14.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:14:14.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-03T15:14:14.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2023-12-03T15:14:14.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2023-12-03T15:14:14.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:14.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:14:14.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: Upgrade: Need to upgrade myself (mgr.smithi159.cpqcsg) 2023-12-03T15:14:14.384 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:14 smithi159 ceph-mon[111016]: Upgrade: Need to upgrade myself (mgr.smithi159.cpqcsg) 2023-12-03T15:14:14.612 INFO:teuthology.orchestra.run.smithi023.stdout: 5 46538 8.35 MB/sec execute 28 sec latency 129.245 ms 2023-12-03T15:14:15.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: pgmap v36: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-03T15:14:15.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:15.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:14:15.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:14:15.254 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:14:15.254 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:15 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: pgmap v36: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.ttoasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-03T15:14:15.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:15 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:14:15.612 INFO:teuthology.orchestra.run.smithi023.stdout: 5 46883 8.44 MB/sec execute 29 sec latency 126.842 ms 2023-12-03T15:14:16.268 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:16 smithi023 ceph-mon[107730]: Upgrade: Updating mgr.smithi023.ttoasj 2023-12-03T15:14:16.269 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:16 smithi023 ceph-mon[107730]: Deploying daemon mgr.smithi023.ttoasj on smithi023 2023-12-03T15:14:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:14:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:16 smithi159 ceph-mon[111016]: Upgrade: Updating mgr.smithi023.ttoasj 2023-12-03T15:14:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:16 smithi159 ceph-mon[111016]: Deploying daemon mgr.smithi023.ttoasj on smithi023 2023-12-03T15:14:16.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 47224 8.32 MB/sec execute 30 sec latency 101.725 ms 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 58s ago 6m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (6m) 62s ago 6m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:14:17.222 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (2m) 58s ago 2m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (2m) 62s ago 2m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (8m) 58s ago 8m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (77s) 62s ago 6m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 58s ago 8m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (6m) 62s ago 6m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (2m) 58s ago 2m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (2m) 62s ago 2m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 58s ago 5m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5m) 58s ago 5m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 58s ago 5m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 58s ago 4m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (4m) 62s ago 4m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (4m) 62s ago 4m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:14:17.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (4m) 62s ago 4m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:14:17.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (3m) 62s ago 3m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:14:17.224 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:14:17.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:17 smithi023 ceph-mon[107730]: pgmap v37: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.1 MiB/s wr, 564 op/s 2023-12-03T15:14:17.286 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:17 smithi023 ceph-mon[107730]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:17.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:17 smithi159 ceph-mon[111016]: pgmap v37: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.1 MiB/s wr, 564 op/s 2023-12-03T15:14:17.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:17 smithi159 ceph-mon[111016]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:17.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 47519 8.21 MB/sec execute 31 sec latency 123.931 ms 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:14:17.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:14:17.814 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:14:18.322 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:14:18.322 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:14:18.322 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:14:18.322 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:14:18.323 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:14:18.323 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:14:18.323 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:14:18.323 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:14:18.323 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:14:18.327 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:18 smithi023 ceph-mon[107730]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:18.327 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:18 smithi023 ceph-mon[107730]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:18.327 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:18 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/954989648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:14:18.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:18 smithi159 ceph-mon[111016]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:18.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:18 smithi159 ceph-mon[111016]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:18.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:18 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/954989648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:14:18.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 47825 8.28 MB/sec execute 32 sec latency 126.594 ms 2023-12-03T15:14:18.857 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:14:19.340 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:19 smithi023 ceph-mon[107730]: pgmap v38: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-03T15:14:19.340 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:19 smithi023 ceph-mon[107730]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:19.340 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:19 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3864535068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:14:19.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:19 smithi159 ceph-mon[111016]: pgmap v38: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-03T15:14:19.418 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:19 smithi159 ceph-mon[111016]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:19.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:19 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3864535068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:14:19.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 48314 8.41 MB/sec execute 33 sec latency 138.120 ms 2023-12-03T15:14:20.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 48783 8.58 MB/sec execute 34 sec latency 174.460 ms 2023-12-03T15:14:20.869 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:20 smithi023 ceph-mon[107730]: pgmap v39: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2023-12-03T15:14:21.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:20 smithi159 ceph-mon[111016]: pgmap v39: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2023-12-03T15:14:21.618 INFO:teuthology.orchestra.run.smithi023.stdout: 5 49125 8.62 MB/sec execute 35 sec latency 124.169 ms 2023-12-03T15:14:22.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 49525 8.64 MB/sec execute 36 sec latency 142.261 ms 2023-12-03T15:14:23.392 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:23 smithi023 ceph-mon[107730]: pgmap v40: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-03T15:14:23.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 49858 8.69 MB/sec execute 37 sec latency 124.274 ms 2023-12-03T15:14:23.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:23 smithi159 ceph-mon[111016]: pgmap v40: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-03T15:14:24.414 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:24 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:24.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 50101 8.70 MB/sec execute 38 sec latency 126.584 ms 2023-12-03T15:14:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:24 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:25.427 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:25 smithi023 ceph-mon[107730]: pgmap v41: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-03T15:14:25.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 50413 8.66 MB/sec execute 39 sec latency 138.314 ms 2023-12-03T15:14:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:25 smithi159 ceph-mon[111016]: pgmap v41: 97 pgs: 97 active+clean; 282 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-03T15:14:26.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 50755 8.65 MB/sec execute 40 sec latency 131.391 ms 2023-12-03T15:14:27.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:27 smithi023 ceph-mon[107730]: pgmap v42: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2023-12-03T15:14:27.626 INFO:teuthology.orchestra.run.smithi023.stdout: 5 51093 8.55 MB/sec execute 41 sec latency 129.481 ms 2023-12-03T15:14:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:27 smithi159 ceph-mon[111016]: pgmap v42: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2023-12-03T15:14:28.634 INFO:teuthology.orchestra.run.smithi023.stdout: 5 51554 8.67 MB/sec execute 42 sec latency 123.406 ms 2023-12-03T15:14:29.236 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:29 smithi023 ceph-mon[107730]: pgmap v43: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-03T15:14:29.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:29 smithi159 ceph-mon[111016]: pgmap v43: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-03T15:14:29.636 INFO:teuthology.orchestra.run.smithi023.stdout: 5 52022 8.73 MB/sec execute 43 sec latency 132.375 ms 2023-12-03T15:14:30.636 INFO:teuthology.orchestra.run.smithi023.stdout: 5 52442 8.80 MB/sec execute 44 sec latency 129.678 ms 2023-12-03T15:14:31.032 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:30 smithi023 ceph-mon[107730]: pgmap v44: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 654 op/s 2023-12-03T15:14:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:30 smithi159 ceph-mon[111016]: pgmap v44: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 654 op/s 2023-12-03T15:14:31.636 INFO:teuthology.orchestra.run.smithi023.stdout: 5 52822 8.90 MB/sec execute 45 sec latency 129.325 ms 2023-12-03T15:14:32.636 INFO:teuthology.orchestra.run.smithi023.stdout: 5 53091 8.93 MB/sec execute 46 sec latency 129.634 ms 2023-12-03T15:14:33.343 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:33 smithi023 ceph-mon[107730]: pgmap v45: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-03T15:14:33.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:33 smithi159 ceph-mon[111016]: pgmap v45: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-03T15:14:33.636 INFO:teuthology.orchestra.run.smithi023.stdout: 5 53385 8.92 MB/sec execute 47 sec latency 123.909 ms 2023-12-03T15:14:34.646 INFO:teuthology.orchestra.run.smithi023.stdout: 5 53657 8.90 MB/sec execute 48 sec latency 121.043 ms 2023-12-03T15:14:35.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:35 smithi023 ceph-mon[107730]: pgmap v46: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-03T15:14:35.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:35 smithi159 ceph-mon[111016]: pgmap v46: 97 pgs: 97 active+clean; 295 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-03T15:14:35.646 INFO:teuthology.orchestra.run.smithi023.stdout: 5 53925 8.83 MB/sec execute 49 sec latency 116.878 ms 2023-12-03T15:14:36.646 INFO:teuthology.orchestra.run.smithi023.stdout: 5 54221 8.77 MB/sec execute 50 sec latency 124.320 ms 2023-12-03T15:14:37.260 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:37 smithi023 ceph-mon[107730]: pgmap v47: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 650 op/s 2023-12-03T15:14:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:37 smithi159 ceph-mon[111016]: pgmap v47: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 650 op/s 2023-12-03T15:14:37.646 INFO:teuthology.orchestra.run.smithi023.stdout: 5 54537 8.71 MB/sec execute 51 sec latency 126.963 ms 2023-12-03T15:14:38.277 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:38.648 INFO:teuthology.orchestra.run.smithi023.stdout: 5 54917 8.73 MB/sec execute 52 sec latency 127.086 ms 2023-12-03T15:14:39.308 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:39 smithi023 ceph-mon[107730]: pgmap v48: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-12-03T15:14:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:39 smithi159 ceph-mon[111016]: pgmap v48: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-12-03T15:14:39.648 INFO:teuthology.orchestra.run.smithi023.stdout: 5 55368 8.73 MB/sec execute 53 sec latency 123.535 ms 2023-12-03T15:14:40.654 INFO:teuthology.orchestra.run.smithi023.stdout: 5 55759 8.80 MB/sec execute 54 sec latency 102.414 ms 2023-12-03T15:14:40.824 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:40 smithi023 ceph-mon[107730]: pgmap v49: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 624 op/s 2023-12-03T15:14:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:40 smithi159 ceph-mon[111016]: pgmap v49: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 624 op/s 2023-12-03T15:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout: 5 56125 8.86 MB/sec execute 55 sec latency 125.661 ms 2023-12-03T15:14:41.840 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:41 smithi023 ceph-mon[107730]: mgrmap e28: smithi159.cpqcsg(active, since 93s), standbys: smithi023.ttoasj 2023-12-03T15:14:42.131 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:41 smithi159 ceph-mon[111016]: mgrmap e28: smithi159.cpqcsg(active, since 93s), standbys: smithi023.ttoasj 2023-12-03T15:14:42.654 INFO:teuthology.orchestra.run.smithi023.stdout: 5 56425 8.89 MB/sec execute 56 sec latency 126.751 ms 2023-12-03T15:14:42.873 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:42 smithi023 ceph-mon[107730]: pgmap v50: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-03T15:14:43.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:42 smithi159 ceph-mon[111016]: pgmap v50: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-03T15:14:43.654 INFO:teuthology.orchestra.run.smithi023.stdout: 5 56769 8.99 MB/sec execute 57 sec latency 174.345 ms 2023-12-03T15:14:44.662 INFO:teuthology.orchestra.run.smithi023.stdout: 5 57113 9.03 MB/sec execute 58 sec latency 125.779 ms 2023-12-03T15:14:45.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:45 smithi023 ceph-mon[107730]: pgmap v51: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-03T15:14:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:45 smithi159 ceph-mon[111016]: pgmap v51: 97 pgs: 97 active+clean; 305 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-03T15:14:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: 5 57306 8.94 MB/sec execute 59 sec latency 150.999 ms 2023-12-03T15:14:46.662 INFO:teuthology.orchestra.run.smithi023.stdout: 5 57550 8.86 MB/sec execute 60 sec latency 147.212 ms 2023-12-03T15:14:47.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:47 smithi023 ceph-mon[107730]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 606 op/s 2023-12-03T15:14:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:47 smithi159 ceph-mon[111016]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 606 op/s 2023-12-03T15:14:47.668 INFO:teuthology.orchestra.run.smithi023.stdout: 5 57860 8.76 MB/sec execute 61 sec latency 123.646 ms 2023-12-03T15:14:48.672 INFO:teuthology.orchestra.run.smithi023.stdout: 5 58172 8.73 MB/sec execute 62 sec latency 129.711 ms 2023-12-03T15:14:49.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:49 smithi023 ceph-mon[107730]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-03T15:14:49.360 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:14:49.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:49 smithi159 ceph-mon[111016]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-03T15:14:49.672 INFO:teuthology.orchestra.run.smithi023.stdout: 5 58478 8.74 MB/sec execute 63 sec latency 110.373 ms 2023-12-03T15:14:50.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:50 smithi023 ceph-mon[107730]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:50.319 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:14:50.319 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:14:50.319 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (7m) 91s ago 7m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:14:50.319 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (6m) 95s ago 6m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:14:50.319 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (3m) 91s ago 3m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (3m) 95s ago 3m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (8m) 91s ago 8m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (111s) 95s ago 6m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 91s ago 8m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (6m) 95s ago 6m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (3m) 91s ago 3m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (3m) 95s ago 3m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 91s ago 6m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5m) 91s ago 5m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 91s ago 5m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:14:50.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 91s ago 5m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:14:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (5m) 95s ago 5m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:14:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (4m) 95s ago 4m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:14:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (4m) 95s ago 4m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:14:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (4m) 95s ago 4m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:14:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:14:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:50 smithi159 ceph-mon[111016]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:50.677 INFO:teuthology.orchestra.run.smithi023.stdout: 5 58795 8.74 MB/sec execute 64 sec latency 115.310 ms 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:14:50.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:14:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:14:51.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:51 smithi023 ceph-mon[107730]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:51.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:51 smithi023 ceph-mon[107730]: pgmap v54: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-03T15:14:51.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:51 smithi023 ceph-mon[107730]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:51.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:51 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2529339663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:14:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:14:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:14:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:51 smithi159 ceph-mon[111016]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:51 smithi159 ceph-mon[111016]: pgmap v54: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-03T15:14:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:51 smithi159 ceph-mon[111016]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:51 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2529339663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:14:51.677 INFO:teuthology.orchestra.run.smithi023.stdout: 5 59190 8.69 MB/sec execute 65 sec latency 126.186 ms 2023-12-03T15:14:51.964 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:14:52.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:52 smithi023 ceph-mon[107730]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:52.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:52 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2459029732' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:14:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:52 smithi159 ceph-mon[111016]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:14:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:52 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2459029732' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:14:52.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 59626 8.78 MB/sec execute 66 sec latency 88.469 ms 2023-12-03T15:14:53.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:53 smithi023 ceph-mon[107730]: pgmap v55: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-03T15:14:53.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:53 smithi159 ceph-mon[111016]: pgmap v55: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-03T15:14:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:14:53.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 60047 8.95 MB/sec execute 67 sec latency 123.762 ms 2023-12-03T15:14:54.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 60435 8.97 MB/sec execute 68 sec latency 132.497 ms 2023-12-03T15:14:55.417 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:55 smithi023 ceph-mon[107730]: pgmap v56: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-03T15:14:55.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:55 smithi159 ceph-mon[111016]: pgmap v56: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 383 op/s 2023-12-03T15:14:55.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 60756 8.98 MB/sec execute 69 sec latency 148.216 ms 2023-12-03T15:14:56.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 60998 8.95 MB/sec execute 70 sec latency 198.831 ms 2023-12-03T15:14:57.453 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:57 smithi023 ceph-mon[107730]: pgmap v57: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 599 op/s 2023-12-03T15:14:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:57 smithi159 ceph-mon[111016]: pgmap v57: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 599 op/s 2023-12-03T15:14:57.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 61286 8.86 MB/sec execute 71 sec latency 120.440 ms 2023-12-03T15:14:58.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 61593 8.82 MB/sec execute 72 sec latency 126.394 ms 2023-12-03T15:14:59.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:14:59 smithi023 ceph-mon[107730]: pgmap v58: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-03T15:14:59.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:14:59 smithi159 ceph-mon[111016]: pgmap v58: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-12-03T15:14:59.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 61926 8.84 MB/sec execute 73 sec latency 132.823 ms 2023-12-03T15:15:00.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 62276 8.79 MB/sec execute 74 sec latency 126.818 ms 2023-12-03T15:15:01.017 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:00 smithi023 ceph-mon[107730]: pgmap v59: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 587 op/s 2023-12-03T15:15:01.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:00 smithi159 ceph-mon[111016]: pgmap v59: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 587 op/s 2023-12-03T15:15:01.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 62736 8.79 MB/sec execute 75 sec latency 119.977 ms 2023-12-03T15:15:02.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 63168 8.89 MB/sec execute 76 sec latency 148.395 ms 2023-12-03T15:15:03.314 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:03 smithi023 ceph-mon[107730]: pgmap v60: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-03T15:15:03.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:03 smithi159 ceph-mon[111016]: pgmap v60: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-03T15:15:03.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 63534 8.97 MB/sec execute 77 sec latency 129.380 ms 2023-12-03T15:15:04.679 INFO:teuthology.orchestra.run.smithi023.stdout: 5 63873 8.99 MB/sec execute 78 sec latency 210.047 ms 2023-12-03T15:15:05.374 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:05 smithi023 ceph-mon[107730]: pgmap v61: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 452 op/s 2023-12-03T15:15:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:05 smithi159 ceph-mon[111016]: pgmap v61: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 452 op/s 2023-12-03T15:15:05.678 INFO:teuthology.orchestra.run.smithi023.stdout: 5 64177 9.05 MB/sec execute 79 sec latency 128.642 ms 2023-12-03T15:15:06.687 INFO:teuthology.orchestra.run.smithi023.stdout: 5 64339 8.97 MB/sec execute 80 sec latency 134.161 ms 2023-12-03T15:15:07.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:07 smithi023 ceph-mon[107730]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.7 MiB/s wr, 633 op/s 2023-12-03T15:15:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:07 smithi159 ceph-mon[111016]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.7 MiB/s wr, 633 op/s 2023-12-03T15:15:07.693 INFO:teuthology.orchestra.run.smithi023.stdout: 5 64590 8.88 MB/sec execute 81 sec latency 129.509 ms 2023-12-03T15:15:08.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:08.693 INFO:teuthology.orchestra.run.smithi023.stdout: 5 64950 8.85 MB/sec execute 82 sec latency 129.487 ms 2023-12-03T15:15:09.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:09 smithi023 ceph-mon[107730]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-03T15:15:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:09 smithi159 ceph-mon[111016]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-03T15:15:09.693 INFO:teuthology.orchestra.run.smithi023.stdout: 5 65294 8.84 MB/sec execute 83 sec latency 123.671 ms 2023-12-03T15:15:10.699 INFO:teuthology.orchestra.run.smithi023.stdout: 5 65646 8.84 MB/sec execute 84 sec latency 135.029 ms 2023-12-03T15:15:10.964 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:10 smithi023 ceph-mon[107730]: pgmap v64: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 669 op/s 2023-12-03T15:15:11.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:10 smithi159 ceph-mon[111016]: pgmap v64: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 669 op/s 2023-12-03T15:15:11.699 INFO:teuthology.orchestra.run.smithi023.stdout: 5 66084 8.86 MB/sec execute 85 sec latency 128.904 ms 2023-12-03T15:15:12.699 INFO:teuthology.orchestra.run.smithi023.stdout: 5 66565 8.91 MB/sec execute 86 sec latency 123.649 ms 2023-12-03T15:15:13.264 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:13 smithi023 ceph-mon[107730]: pgmap v65: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 477 op/s 2023-12-03T15:15:13.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:13 smithi159 ceph-mon[111016]: pgmap v65: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 477 op/s 2023-12-03T15:15:13.701 INFO:teuthology.orchestra.run.smithi023.stdout: 5 66853 8.92 MB/sec execute 87 sec latency 142.607 ms 2023-12-03T15:15:14.701 INFO:teuthology.orchestra.run.smithi023.stdout: 5 67227 8.99 MB/sec execute 88 sec latency 128.743 ms 2023-12-03T15:15:15.299 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:15 smithi023 ceph-mon[107730]: pgmap v66: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 477 op/s 2023-12-03T15:15:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:15 smithi159 ceph-mon[111016]: pgmap v66: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 477 op/s 2023-12-03T15:15:15.701 INFO:teuthology.orchestra.run.smithi023.stdout: 5 67627 9.04 MB/sec execute 89 sec latency 135.437 ms 2023-12-03T15:15:16.701 INFO:teuthology.orchestra.run.smithi023.stdout: 5 67918 9.03 MB/sec execute 90 sec latency 130.984 ms 2023-12-03T15:15:17.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:17 smithi023 ceph-mon[107730]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.3 MiB/s wr, 652 op/s 2023-12-03T15:15:17.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:17 smithi159 ceph-mon[111016]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.3 MiB/s wr, 652 op/s 2023-12-03T15:15:17.708 INFO:teuthology.orchestra.run.smithi023.stdout: 5 68268 9.00 MB/sec execute 91 sec latency 117.382 ms 2023-12-03T15:15:18.715 INFO:teuthology.orchestra.run.smithi023.stdout: 5 68588 8.97 MB/sec execute 92 sec latency 127.800 ms 2023-12-03T15:15:19.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:19 smithi023 ceph-mon[107730]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 472 op/s 2023-12-03T15:15:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:19 smithi159 ceph-mon[111016]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 472 op/s 2023-12-03T15:15:19.715 INFO:teuthology.orchestra.run.smithi023.stdout: 5 68939 8.95 MB/sec execute 93 sec latency 120.890 ms 2023-12-03T15:15:20.715 INFO:teuthology.orchestra.run.smithi023.stdout: 5 69416 8.97 MB/sec execute 94 sec latency 117.324 ms 2023-12-03T15:15:20.878 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:20 smithi023 ceph-mon[107730]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 687 op/s 2023-12-03T15:15:21.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:20 smithi159 ceph-mon[111016]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 687 op/s 2023-12-03T15:15:21.715 INFO:teuthology.orchestra.run.smithi023.stdout: 5 69858 8.98 MB/sec execute 95 sec latency 130.908 ms 2023-12-03T15:15:22.527 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:15:22.716 INFO:teuthology.orchestra.run.smithi023.stdout: 5 70238 9.03 MB/sec execute 96 sec latency 89.626 ms 2023-12-03T15:15:23.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:23 smithi023 ceph-mon[107730]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-03T15:15:23.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:23 smithi023 ceph-mon[107730]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:23.563 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:15:23.563 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:15:23.563 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 2m ago 8m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (7m) 2m ago 7m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (4m) 2m ago 4m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (4m) 2m ago 3m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (9m) 2m ago 9m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (2m) 2m ago 7m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 2m ago 9m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (7m) 2m ago 7m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (3m) 2m ago 3m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (3m) 2m ago 3m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 2m ago 6m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 2m ago 6m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:15:23.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 2m ago 6m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 2m ago 5m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (5m) 2m ago 5m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (5m) 2m ago 5m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (5m) 2m ago 5m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (4m) 2m ago 4m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:15:23.565 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:15:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:23 smithi159 ceph-mon[111016]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-03T15:15:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:23 smithi159 ceph-mon[111016]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:23.716 INFO:teuthology.orchestra.run.smithi023.stdout: 5 70573 9.05 MB/sec execute 97 sec latency 131.012 ms 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:15:24.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:15:24.144 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:15:24.457 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:24 smithi023 ceph-mon[107730]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:24.457 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:24 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:24.457 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:24 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2291087814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:15:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:24 smithi159 ceph-mon[111016]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:24 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:24 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2291087814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:15:24.641 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:15:24.716 INFO:teuthology.orchestra.run.smithi023.stdout: 5 70836 9.09 MB/sec execute 98 sec latency 121.503 ms 2023-12-03T15:15:25.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:25 smithi023 ceph-mon[107730]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:25.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:25 smithi023 ceph-mon[107730]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-03T15:15:25.228 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:15:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:25 smithi159 ceph-mon[111016]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:25 smithi159 ceph-mon[111016]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-03T15:15:25.717 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71098 9.07 MB/sec execute 99 sec latency 136.877 ms 2023-12-03T15:15:26.265 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:26 smithi023 ceph-mon[107730]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:26.265 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:26 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/973547755' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:15:26.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:26 smithi159 ceph-mon[111016]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:26.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:26 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/973547755' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:15:26.717 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71308 9.03 MB/sec execute 100 sec latency 132.500 ms 2023-12-03T15:15:27.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:27 smithi023 ceph-mon[107730]: pgmap v72: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.9 MiB/s wr, 661 op/s 2023-12-03T15:15:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:27 smithi159 ceph-mon[111016]: pgmap v72: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.9 MiB/s wr, 661 op/s 2023-12-03T15:15:27.717 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71575 9.01 MB/sec execute 101 sec latency 129.704 ms 2023-12-03T15:15:28.717 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71874 8.97 MB/sec execute 102 sec latency 132.056 ms 2023-12-03T15:15:29.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:29 smithi023 ceph-mon[107730]: pgmap v73: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-12-03T15:15:29.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:29 smithi159 ceph-mon[111016]: pgmap v73: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-12-03T15:15:29.719 INFO:teuthology.orchestra.run.smithi023.stdout: 5 72211 8.95 MB/sec execute 103 sec latency 126.979 ms 2023-12-03T15:15:30.719 INFO:teuthology.orchestra.run.smithi023.stdout: 5 72561 8.95 MB/sec execute 104 sec latency 126.366 ms 2023-12-03T15:15:30.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:30 smithi023 ceph-mon[107730]: pgmap v74: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 612 op/s 2023-12-03T15:15:31.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:30 smithi159 ceph-mon[111016]: pgmap v74: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 612 op/s 2023-12-03T15:15:31.728 INFO:teuthology.orchestra.run.smithi023.stdout: 5 72880 8.92 MB/sec execute 105 sec latency 117.853 ms 2023-12-03T15:15:32.728 INFO:teuthology.orchestra.run.smithi023.stdout: 5 73267 8.92 MB/sec execute 106 sec latency 130.471 ms 2023-12-03T15:15:33.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:33 smithi023 ceph-mon[107730]: pgmap v75: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-03T15:15:33.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:33 smithi159 ceph-mon[111016]: pgmap v75: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-03T15:15:33.728 INFO:teuthology.orchestra.run.smithi023.stdout: 5 73610 8.90 MB/sec execute 107 sec latency 124.122 ms 2023-12-03T15:15:34.729 INFO:teuthology.orchestra.run.smithi023.stdout: 5 74071 8.99 MB/sec execute 108 sec latency 126.721 ms 2023-12-03T15:15:35.350 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:35 smithi023 ceph-mon[107730]: pgmap v76: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 506 op/s 2023-12-03T15:15:35.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:35 smithi159 ceph-mon[111016]: pgmap v76: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 506 op/s 2023-12-03T15:15:35.728 INFO:teuthology.orchestra.run.smithi023.stdout: 5 74325 8.99 MB/sec execute 109 sec latency 135.745 ms 2023-12-03T15:15:36.729 INFO:teuthology.orchestra.run.smithi023.stdout: 5 74654 9.05 MB/sec execute 110 sec latency 129.290 ms 2023-12-03T15:15:37.377 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:37 smithi023 ceph-mon[107730]: pgmap v77: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 604 op/s 2023-12-03T15:15:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:37 smithi159 ceph-mon[111016]: pgmap v77: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 604 op/s 2023-12-03T15:15:37.729 INFO:teuthology.orchestra.run.smithi023.stdout: 5 74915 9.03 MB/sec execute 111 sec latency 135.359 ms 2023-12-03T15:15:38.401 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:38.729 INFO:teuthology.orchestra.run.smithi023.stdout: 5 75209 8.98 MB/sec execute 112 sec latency 129.561 ms 2023-12-03T15:15:39.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:39 smithi023 ceph-mon[107730]: pgmap v78: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 378 op/s 2023-12-03T15:15:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:39 smithi159 ceph-mon[111016]: pgmap v78: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 378 op/s 2023-12-03T15:15:39.728 INFO:teuthology.orchestra.run.smithi023.stdout: 5 75529 8.96 MB/sec execute 113 sec latency 148.768 ms 2023-12-03T15:15:40.729 INFO:teuthology.orchestra.run.smithi023.stdout: 5 75866 8.96 MB/sec execute 114 sec latency 129.518 ms 2023-12-03T15:15:40.963 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:40 smithi023 ceph-mon[107730]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-12-03T15:15:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:40 smithi159 ceph-mon[111016]: pgmap v79: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-12-03T15:15:41.737 INFO:teuthology.orchestra.run.smithi023.stdout: 5 76174 8.92 MB/sec execute 115 sec latency 131.168 ms 2023-12-03T15:15:42.737 INFO:teuthology.orchestra.run.smithi023.stdout: 5 76507 8.88 MB/sec execute 116 sec latency 126.830 ms 2023-12-03T15:15:43.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:43 smithi023 ceph-mon[107730]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-03T15:15:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:43 smithi159 ceph-mon[111016]: pgmap v80: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-03T15:15:43.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 76837 8.89 MB/sec execute 117 sec latency 125.461 ms 2023-12-03T15:15:44.749 INFO:teuthology.orchestra.run.smithi023.stdout: 5 77162 8.90 MB/sec execute 118 sec latency 129.310 ms 2023-12-03T15:15:45.361 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:45 smithi023 ceph-mon[107730]: pgmap v81: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-03T15:15:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:45 smithi159 ceph-mon[111016]: pgmap v81: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-03T15:15:45.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 77552 8.96 MB/sec execute 119 sec latency 126.977 ms 2023-12-03T15:15:46.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 77891 9.01 MB/sec execute 120 sec latency 126.194 ms 2023-12-03T15:15:47.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:47 smithi023 ceph-mon[107730]: pgmap v82: 97 pgs: 97 active+clean; 329 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-12-03T15:15:47.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:47 smithi159 ceph-mon[111016]: pgmap v82: 97 pgs: 97 active+clean; 329 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-12-03T15:15:47.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 78171 9.00 MB/sec execute 121 sec latency 140.967 ms 2023-12-03T15:15:48.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 78466 8.99 MB/sec execute 122 sec latency 129.445 ms 2023-12-03T15:15:49.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:49 smithi023 ceph-mon[107730]: pgmap v83: 97 pgs: 97 active+clean; 329 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-12-03T15:15:49.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:49 smithi159 ceph-mon[111016]: pgmap v83: 97 pgs: 97 active+clean; 329 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-12-03T15:15:49.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 78722 8.95 MB/sec execute 123 sec latency 145.019 ms 2023-12-03T15:15:50.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 79016 8.90 MB/sec execute 124 sec latency 123.017 ms 2023-12-03T15:15:50.871 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:50 smithi023 ceph-mon[107730]: pgmap v84: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.2 MiB/s wr, 569 op/s 2023-12-03T15:15:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:50 smithi159 ceph-mon[111016]: pgmap v84: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.2 MiB/s wr, 569 op/s 2023-12-03T15:15:51.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 79369 8.90 MB/sec execute 125 sec latency 127.739 ms 2023-12-03T15:15:52.746 INFO:teuthology.orchestra.run.smithi023.stdout: 5 79749 8.89 MB/sec execute 126 sec latency 130.125 ms 2023-12-03T15:15:53.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:53 smithi023 ceph-mon[107730]: pgmap v85: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-03T15:15:53.214 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:53 smithi159 ceph-mon[111016]: pgmap v85: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-03T15:15:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:15:53.747 INFO:teuthology.orchestra.run.smithi023.stdout: 5 80152 8.90 MB/sec execute 127 sec latency 128.484 ms 2023-12-03T15:15:54.750 INFO:teuthology.orchestra.run.smithi023.stdout: 5 80551 8.92 MB/sec execute 128 sec latency 108.275 ms 2023-12-03T15:15:55.295 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:55 smithi023 ceph-mon[107730]: pgmap v86: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:15:55.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:55 smithi159 ceph-mon[111016]: pgmap v86: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:15:55.684 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:15:55.750 INFO:teuthology.orchestra.run.smithi023.stdout: 5 80872 8.92 MB/sec execute 129 sec latency 130.665 ms 2023-12-03T15:15:56.615 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:15:56.615 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:15:56.615 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 2m ago 8m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:15:56.615 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (8m) 2m ago 8m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:15:56.615 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (4m) 2m ago 4m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (4m) 2m ago 4m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (9m) 2m ago 9m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (2m) 2m ago 8m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 2m ago 9m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (7m) 2m ago 7m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (4m) 2m ago 4m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (4m) 2m ago 4m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 2m ago 7m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 2m ago 7m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 2m ago 6m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 2m ago 6m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:15:56.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (6m) 2m ago 6m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:15:56.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (5m) 2m ago 5m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:15:56.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (5m) 2m ago 5m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:15:56.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (5m) 2m ago 5m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:15:56.617 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:15:56.750 INFO:teuthology.orchestra.run.smithi023.stdout: 5 81193 8.96 MB/sec execute 130 sec latency 129.733 ms 2023-12-03T15:15:57.187 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:15:57.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:15:57.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:15:57.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:15:57.188 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:15:57.189 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:15:57.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:57 smithi023 ceph-mon[107730]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:57.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:57 smithi023 ceph-mon[107730]: pgmap v87: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 591 op/s 2023-12-03T15:15:57.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:57 smithi023 ceph-mon[107730]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:57.330 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:57 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3584958732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:15:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:57 smithi159 ceph-mon[111016]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:57 smithi159 ceph-mon[111016]: pgmap v87: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 591 op/s 2023-12-03T15:15:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:57 smithi159 ceph-mon[111016]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:57 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3584958732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:15:57.665 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:15:57.665 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:15:57.665 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:15:57.666 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:15:57.750 INFO:teuthology.orchestra.run.smithi023.stdout: 5 81526 8.99 MB/sec execute 131 sec latency 131.994 ms 2023-12-03T15:15:58.186 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:15:58.356 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:58 smithi023 ceph-mon[107730]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:58.356 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:58 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2979473344' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:15:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:58 smithi159 ceph-mon[111016]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:58 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2979473344' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:15:58.751 INFO:teuthology.orchestra.run.smithi023.stdout: 5 81780 8.98 MB/sec execute 132 sec latency 204.741 ms 2023-12-03T15:15:59.398 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:59 smithi023 ceph-mon[107730]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:59.398 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:15:59 smithi023 ceph-mon[107730]: pgmap v88: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-03T15:15:59.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:59 smithi159 ceph-mon[111016]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:15:59.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:15:59 smithi159 ceph-mon[111016]: pgmap v88: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-03T15:15:59.751 INFO:teuthology.orchestra.run.smithi023.stdout: 5 82103 8.97 MB/sec execute 133 sec latency 128.186 ms 2023-12-03T15:16:00.751 INFO:teuthology.orchestra.run.smithi023.stdout: 5 82323 8.94 MB/sec execute 134 sec latency 138.450 ms 2023-12-03T15:16:00.928 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:00 smithi023 ceph-mon[107730]: pgmap v89: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.5 MiB/s wr, 583 op/s 2023-12-03T15:16:01.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:00 smithi159 ceph-mon[111016]: pgmap v89: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.5 MiB/s wr, 583 op/s 2023-12-03T15:16:01.754 INFO:teuthology.orchestra.run.smithi023.stdout: 5 82558 8.90 MB/sec execute 135 sec latency 130.345 ms 2023-12-03T15:16:02.759 INFO:teuthology.orchestra.run.smithi023.stdout: 5 82914 8.91 MB/sec execute 136 sec latency 98.273 ms 2023-12-03T15:16:03.217 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:03 smithi023 ceph-mon[107730]: pgmap v90: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-03T15:16:03.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:03 smithi159 ceph-mon[111016]: pgmap v90: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-03T15:16:03.756 INFO:teuthology.orchestra.run.smithi023.stdout: 5 83269 8.89 MB/sec execute 137 sec latency 126.504 ms 2023-12-03T15:16:04.761 INFO:teuthology.orchestra.run.smithi023.stdout: 5 83644 8.87 MB/sec execute 138 sec latency 127.243 ms 2023-12-03T15:16:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:05 smithi023 ceph-mon[107730]: pgmap v91: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-12-03T15:16:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:05 smithi159 ceph-mon[111016]: pgmap v91: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-12-03T15:16:05.761 INFO:teuthology.orchestra.run.smithi023.stdout: 5 83918 8.84 MB/sec execute 139 sec latency 152.138 ms 2023-12-03T15:16:06.761 INFO:teuthology.orchestra.run.smithi023.stdout: 5 84323 8.89 MB/sec execute 140 sec latency 126.866 ms 2023-12-03T15:16:07.276 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:07 smithi023 ceph-mon[107730]: pgmap v92: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 578 op/s 2023-12-03T15:16:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:07 smithi159 ceph-mon[111016]: pgmap v92: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 578 op/s 2023-12-03T15:16:07.761 INFO:teuthology.orchestra.run.smithi023.stdout: 5 84704 8.93 MB/sec execute 141 sec latency 129.470 ms 2023-12-03T15:16:08.299 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:08.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85006 8.95 MB/sec execute 142 sec latency 140.457 ms 2023-12-03T15:16:09.335 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:09 smithi023 ceph-mon[107730]: pgmap v93: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-03T15:16:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:09 smithi159 ceph-mon[111016]: pgmap v93: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-03T15:16:09.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85270 8.94 MB/sec execute 143 sec latency 137.102 ms 2023-12-03T15:16:10.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85639 8.95 MB/sec execute 144 sec latency 126.300 ms 2023-12-03T15:16:10.863 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:10 smithi023 ceph-mon[107730]: pgmap v94: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-12-03T15:16:11.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:10 smithi159 ceph-mon[111016]: pgmap v94: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-12-03T15:16:11.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85868 8.91 MB/sec execute 145 sec latency 126.719 ms 2023-12-03T15:16:12.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 86141 8.90 MB/sec execute 146 sec latency 120.814 ms 2023-12-03T15:16:13.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:13 smithi023 ceph-mon[107730]: pgmap v95: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-03T15:16:13.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:13 smithi159 ceph-mon[111016]: pgmap v95: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-03T15:16:13.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 86523 8.89 MB/sec execute 147 sec latency 136.881 ms 2023-12-03T15:16:14.772 INFO:teuthology.orchestra.run.smithi023.stdout: 5 86880 8.86 MB/sec execute 148 sec latency 127.583 ms 2023-12-03T15:16:15.480 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:15 smithi023 ceph-mon[107730]: pgmap v96: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-03T15:16:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:15 smithi159 ceph-mon[111016]: pgmap v96: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-03T15:16:15.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 87223 8.87 MB/sec execute 149 sec latency 126.566 ms 2023-12-03T15:16:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 87557 8.88 MB/sec execute 150 sec latency 117.645 ms 2023-12-03T15:16:17.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:17 smithi023 ceph-mon[107730]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-12-03T15:16:17.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:17 smithi159 ceph-mon[111016]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-12-03T15:16:17.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 87990 8.89 MB/sec execute 151 sec latency 130.514 ms 2023-12-03T15:16:18.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 88346 8.93 MB/sec execute 152 sec latency 123.857 ms 2023-12-03T15:16:19.321 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:19 smithi023 ceph-mon[107730]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:16:19.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:19 smithi159 ceph-mon[111016]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:16:19.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 88617 8.95 MB/sec execute 153 sec latency 207.528 ms 2023-12-03T15:16:20.780 INFO:teuthology.orchestra.run.smithi023.stdout: 5 88856 8.93 MB/sec execute 154 sec latency 140.276 ms 2023-12-03T15:16:20.841 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:20 smithi023 ceph-mon[107730]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-03T15:16:21.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:20 smithi159 ceph-mon[111016]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-12-03T15:16:21.785 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89151 8.92 MB/sec execute 155 sec latency 127.405 ms 2023-12-03T15:16:22.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89343 8.89 MB/sec execute 156 sec latency 123.452 ms 2023-12-03T15:16:23.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:23 smithi023 ceph-mon[107730]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 401 op/s 2023-12-03T15:16:23.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:23 smithi159 ceph-mon[111016]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 401 op/s 2023-12-03T15:16:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:23.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89519 8.85 MB/sec execute 157 sec latency 146.089 ms 2023-12-03T15:16:24.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89810 8.85 MB/sec execute 158 sec latency 117.558 ms 2023-12-03T15:16:25.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:25 smithi023 ceph-mon[107730]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 526 op/s 2023-12-03T15:16:25.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:25 smithi159 ceph-mon[111016]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 526 op/s 2023-12-03T15:16:25.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 90114 8.82 MB/sec execute 159 sec latency 125.493 ms 2023-12-03T15:16:26.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 90443 8.79 MB/sec execute 160 sec latency 192.372 ms 2023-12-03T15:16:27.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:27 smithi023 ceph-mon[107730]: pgmap v102: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-03T15:16:27.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:27 smithi159 ceph-mon[111016]: pgmap v102: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-03T15:16:27.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 90771 8.79 MB/sec execute 161 sec latency 129.388 ms 2023-12-03T15:16:28.670 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:16:28.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 91070 8.80 MB/sec execute 162 sec latency 129.716 ms 2023-12-03T15:16:29.364 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:29 smithi023 ceph-mon[107730]: pgmap v103: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 359 op/s 2023-12-03T15:16:29.611 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (9m) 3m ago 9m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (8m) 3m ago 8m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (5m) 3m ago 5m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (5m) 3m ago 5m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:16:29.612 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (10m) 3m ago 10m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (3m) 3m ago 8m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (10m) 3m ago 10m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (8m) 3m ago 8m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (4m) 3m ago 4m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (4m) 3m ago 4m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:16:29.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 3m ago 7m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 3m ago 7m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 3m ago 7m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 3m ago 7m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (6m) 3m ago 6m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (6m) 3m ago 6m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (6m) 3m ago 6m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (5m) 3m ago 5m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:16:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:16:29.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:29 smithi159 ceph-mon[111016]: pgmap v103: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 359 op/s 2023-12-03T15:16:29.791 INFO:teuthology.orchestra.run.smithi023.stdout: 5 91453 8.81 MB/sec execute 163 sec latency 125.142 ms 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:16:30.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:16:30.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:16:30.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:16:30.175 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:16:30.175 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:16:30.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:30 smithi023 ceph-mon[107730]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:30.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:30 smithi023 ceph-mon[107730]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:30.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:30 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3391037040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:16:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:30 smithi159 ceph-mon[111016]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:30 smithi159 ceph-mon[111016]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:30 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3391037040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:16:30.650 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:16:30.650 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:16:30.650 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:16:30.650 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:16:30.651 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:16:30.651 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:16:30.651 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:16:30.651 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:16:30.651 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:16:30.792 INFO:teuthology.orchestra.run.smithi023.stdout: 5 91781 8.83 MB/sec execute 164 sec latency 138.573 ms 2023-12-03T15:16:31.252 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:16:31.402 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:31 smithi023 ceph-mon[107730]: from='client.24593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:31.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:31 smithi023 ceph-mon[107730]: pgmap v104: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-12-03T15:16:31.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:31 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/4059167280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:16:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:31 smithi159 ceph-mon[111016]: from='client.24593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:31 smithi159 ceph-mon[111016]: pgmap v104: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-12-03T15:16:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:31 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/4059167280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:16:31.792 INFO:teuthology.orchestra.run.smithi023.stdout: 5 92025 8.85 MB/sec execute 165 sec latency 124.013 ms 2023-12-03T15:16:32.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:32 smithi023 ceph-mon[107730]: from='client.24599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:32 smithi159 ceph-mon[111016]: from='client.24599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:16:32.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 92307 8.84 MB/sec execute 166 sec latency 135.877 ms 2023-12-03T15:16:33.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:33 smithi023 ceph-mon[107730]: pgmap v105: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2023-12-03T15:16:33.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:33 smithi159 ceph-mon[111016]: pgmap v105: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2023-12-03T15:16:33.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 92620 8.85 MB/sec execute 167 sec latency 130.200 ms 2023-12-03T15:16:34.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 92856 8.83 MB/sec execute 168 sec latency 130.025 ms 2023-12-03T15:16:35.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:35 smithi023 ceph-mon[107730]: pgmap v106: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-03T15:16:35.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:35 smithi159 ceph-mon[111016]: pgmap v106: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-03T15:16:35.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93093 8.81 MB/sec execute 169 sec latency 129.806 ms 2023-12-03T15:16:36.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93329 8.77 MB/sec execute 170 sec latency 119.996 ms 2023-12-03T15:16:37.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:37 smithi023 ceph-mon[107730]: pgmap v107: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.3 MiB/s wr, 390 op/s 2023-12-03T15:16:37.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:37 smithi159 ceph-mon[111016]: pgmap v107: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.3 MiB/s wr, 390 op/s 2023-12-03T15:16:37.801 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93658 8.76 MB/sec execute 171 sec latency 129.142 ms 2023-12-03T15:16:38.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:38.802 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93909 8.73 MB/sec execute 172 sec latency 114.412 ms 2023-12-03T15:16:39.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:39 smithi023 ceph-mon[107730]: pgmap v108: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-03T15:16:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:39 smithi159 ceph-mon[111016]: pgmap v108: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-03T15:16:39.811 INFO:teuthology.orchestra.run.smithi023.stdout: 5 94255 8.73 MB/sec execute 173 sec latency 122.023 ms 2023-12-03T15:16:40.811 INFO:teuthology.orchestra.run.smithi023.stdout: 5 94544 8.73 MB/sec execute 174 sec latency 133.175 ms 2023-12-03T15:16:41.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:40 smithi023 ceph-mon[107730]: pgmap v109: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 537 op/s 2023-12-03T15:16:41.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:40 smithi159 ceph-mon[111016]: pgmap v109: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 537 op/s 2023-12-03T15:16:41.813 INFO:teuthology.orchestra.run.smithi023.stdout: 5 94923 8.76 MB/sec execute 175 sec latency 120.864 ms 2023-12-03T15:16:42.813 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95234 8.75 MB/sec execute 176 sec latency 129.422 ms 2023-12-03T15:16:43.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:43 smithi023 ceph-mon[107730]: pgmap v110: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-03T15:16:43.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:43 smithi159 ceph-mon[111016]: pgmap v110: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-03T15:16:43.813 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95514 8.77 MB/sec execute 177 sec latency 125.686 ms 2023-12-03T15:16:44.813 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95699 8.75 MB/sec execute 178 sec latency 129.837 ms 2023-12-03T15:16:45.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:45 smithi023 ceph-mon[107730]: pgmap v111: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 450 op/s 2023-12-03T15:16:45.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:45 smithi159 ceph-mon[111016]: pgmap v111: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 450 op/s 2023-12-03T15:16:45.814 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95981 8.76 MB/sec execute 179 sec latency 137.262 ms 2023-12-03T15:16:46.814 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96215 8.73 MB/sec execute 180 sec latency 130.265 ms 2023-12-03T15:16:47.480 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:47 smithi023 ceph-mon[107730]: pgmap v112: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-12-03T15:16:47.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:47 smithi159 ceph-mon[111016]: pgmap v112: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-12-03T15:16:47.814 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96434 8.72 MB/sec execute 181 sec latency 130.412 ms 2023-12-03T15:16:48.818 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96587 8.68 MB/sec execute 182 sec latency 192.451 ms 2023-12-03T15:16:49.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:49 smithi023 ceph-mon[107730]: pgmap v113: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-03T15:16:49.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:49 smithi159 ceph-mon[111016]: pgmap v113: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-03T15:16:49.818 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96818 8.67 MB/sec execute 183 sec latency 190.844 ms 2023-12-03T15:16:50.818 INFO:teuthology.orchestra.run.smithi023.stdout: 5 97133 8.66 MB/sec execute 184 sec latency 138.558 ms 2023-12-03T15:16:51.061 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:50 smithi023 ceph-mon[107730]: pgmap v114: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-03T15:16:51.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:50 smithi159 ceph-mon[111016]: pgmap v114: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-03T15:16:51.818 INFO:teuthology.orchestra.run.smithi023.stdout: 5 97461 8.64 MB/sec execute 185 sec latency 142.044 ms 2023-12-03T15:16:52.818 INFO:teuthology.orchestra.run.smithi023.stdout: 5 97743 8.62 MB/sec execute 186 sec latency 118.582 ms 2023-12-03T15:16:53.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:53 smithi023 ceph-mon[107730]: pgmap v115: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-03T15:16:53.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:53 smithi159 ceph-mon[111016]: pgmap v115: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-03T15:16:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:16:53.824 INFO:teuthology.orchestra.run.smithi023.stdout: 5 98077 8.63 MB/sec execute 187 sec latency 142.652 ms 2023-12-03T15:16:54.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 98386 8.63 MB/sec execute 188 sec latency 207.772 ms 2023-12-03T15:16:55.218 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:55 smithi023 ceph-mon[107730]: pgmap v116: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 462 op/s 2023-12-03T15:16:55.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:55 smithi159 ceph-mon[111016]: pgmap v116: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 462 op/s 2023-12-03T15:16:55.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 98808 8.67 MB/sec execute 189 sec latency 130.286 ms 2023-12-03T15:16:56.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 99131 8.69 MB/sec execute 190 sec latency 129.554 ms 2023-12-03T15:16:57.255 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:57 smithi023 ceph-mon[107730]: pgmap v117: 97 pgs: 97 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-03T15:16:57.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:57 smithi159 ceph-mon[111016]: pgmap v117: 97 pgs: 97 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-03T15:16:57.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 99406 8.70 MB/sec execute 191 sec latency 135.967 ms 2023-12-03T15:16:58.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 99615 8.68 MB/sec execute 192 sec latency 141.658 ms 2023-12-03T15:16:59.310 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:16:59 smithi023 ceph-mon[107730]: pgmap v118: 97 pgs: 97 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-03T15:16:59.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:16:59 smithi159 ceph-mon[111016]: pgmap v118: 97 pgs: 97 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-03T15:16:59.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 99910 8.66 MB/sec execute 193 sec latency 133.702 ms 2023-12-03T15:17:00.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 100111 8.64 MB/sec execute 194 sec latency 172.512 ms 2023-12-03T15:17:00.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:00 smithi023 ceph-mon[107730]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 499 op/s 2023-12-03T15:17:01.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:00 smithi159 ceph-mon[111016]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 499 op/s 2023-12-03T15:17:01.771 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:17:01.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 100323 8.62 MB/sec execute 195 sec latency 207.251 ms 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (9m) 3m ago 9m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (9m) 3m ago 9m 7147k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (5m) 3m ago 5m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:17:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (5m) 3m ago 5m 15.4M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (10m) 3m ago 10m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (4m) 3m ago 9m 499M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (10m) 3m ago 10m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (9m) 3m ago 9m 59.3M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (5m) 3m ago 5m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (5m) 3m ago 5m 76.3M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:17:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 3m ago 8m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 3m ago 8m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 3m ago 7m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 3m ago 7m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (7m) 3m ago 7m 431M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (7m) 3m ago 7m 432M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (6m) 3m ago 6m 398M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (6m) 3m ago 6m 724M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:17:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:17:02.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 100563 8.60 MB/sec execute 196 sec latency 164.969 ms 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:17:03.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:17:03.315 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:17:03.436 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:03 smithi023 ceph-mon[107730]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:03.436 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:03 smithi023 ceph-mon[107730]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-03T15:17:03.436 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:03 smithi023 ceph-mon[107730]: from='client.24607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:03.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:03 smithi159 ceph-mon[111016]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:03.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:03 smithi159 ceph-mon[111016]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-03T15:17:03.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:03 smithi159 ceph-mon[111016]: from='client.24607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:03.812 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:17:03.812 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:17:03.812 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:17:03.812 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:17:03.813 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:17:03.813 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:17:03.813 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-03T15:17:03.813 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-03T15:17:03.813 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:17:03.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 100836 8.58 MB/sec execute 197 sec latency 126.466 ms 2023-12-03T15:17:04.393 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-03T15:17:04.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:04 smithi023 ceph-mon[107730]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:04.469 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:04 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/3322782102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:17:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:04 smithi159 ceph-mon[111016]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:04 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/3322782102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:17:04.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101110 8.57 MB/sec execute 198 sec latency 90.175 ms 2023-12-03T15:17:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:05 smithi023 ceph-mon[107730]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:05 smithi023 ceph-mon[107730]: pgmap v121: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-12-03T15:17:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:05 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/1582058324' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:17:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:05 smithi159 ceph-mon[111016]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:05 smithi159 ceph-mon[111016]: pgmap v121: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-12-03T15:17:05.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:05 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/1582058324' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:17:05.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101338 8.54 MB/sec execute 199 sec latency 129.503 ms 2023-12-03T15:17:06.825 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101686 8.57 MB/sec execute 200 sec latency 132.930 ms 2023-12-03T15:17:07.281 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:07 smithi023 ceph-mon[107730]: pgmap v122: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.2 MiB/s wr, 369 op/s 2023-12-03T15:17:07.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:07 smithi159 ceph-mon[111016]: pgmap v122: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.2 MiB/s wr, 369 op/s 2023-12-03T15:17:07.826 INFO:teuthology.orchestra.run.smithi023.stdout: 5 102096 8.59 MB/sec execute 201 sec latency 134.622 ms 2023-12-03T15:17:08.306 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:08.828 INFO:teuthology.orchestra.run.smithi023.stdout: 5 102446 8.60 MB/sec execute 202 sec latency 126.574 ms 2023-12-03T15:17:09.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:09 smithi023 ceph-mon[107730]: pgmap v123: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-03T15:17:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:09 smithi159 ceph-mon[111016]: pgmap v123: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-03T15:17:09.828 INFO:teuthology.orchestra.run.smithi023.stdout: 5 102764 8.61 MB/sec execute 203 sec latency 126.367 ms 2023-12-03T15:17:10.835 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103057 8.62 MB/sec execute 204 sec latency 134.989 ms 2023-12-03T15:17:11.092 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:10 smithi023 ceph-mon[107730]: pgmap v124: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 521 op/s 2023-12-03T15:17:11.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:10 smithi159 ceph-mon[111016]: pgmap v124: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 521 op/s 2023-12-03T15:17:11.845 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103415 8.62 MB/sec execute 205 sec latency 126.270 ms 2023-12-03T15:17:12.844 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103695 8.60 MB/sec execute 206 sec latency 131.462 ms 2023-12-03T15:17:13.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:13 smithi023 ceph-mon[107730]: pgmap v125: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-03T15:17:13.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:13 smithi159 ceph-mon[111016]: pgmap v125: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-03T15:17:13.844 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103976 8.59 MB/sec execute 207 sec latency 126.995 ms 2023-12-03T15:17:14.848 INFO:teuthology.orchestra.run.smithi023.stdout: 5 104388 8.59 MB/sec execute 208 sec latency 88.727 ms 2023-12-03T15:17:15.336 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:15 smithi023 ceph-mon[107730]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 452 op/s 2023-12-03T15:17:15.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:15 smithi159 ceph-mon[111016]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 452 op/s 2023-12-03T15:17:15.848 INFO:teuthology.orchestra.run.smithi023.stdout: 5 104716 8.58 MB/sec execute 209 sec latency 140.207 ms 2023-12-03T15:17:16.848 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105151 8.59 MB/sec execute 210 sec latency 141.108 ms 2023-12-03T15:17:17.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:17 smithi159 ceph-mon[111016]: pgmap v127: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-03T15:17:17.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:17 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:17.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:17 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:17:17.458 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:17 smithi023 ceph-mon[107730]: pgmap v127: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-03T15:17:17.458 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:17 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:17.458 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:17 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:17:17.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105386 8.57 MB/sec execute 211 sec latency 135.380 ms 2023-12-03T15:17:18.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:18 smithi023 ceph-mon[107730]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:17:18.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:18 smithi023 ceph-mon[107730]: pgmap v128: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-03T15:17:18.470 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:18 smithi023 ceph-mon[107730]: Health check failed: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-03T15:17:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:18 smithi159 ceph-mon[111016]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:17:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:18 smithi159 ceph-mon[111016]: pgmap v128: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-03T15:17:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:18 smithi159 ceph-mon[111016]: Health check failed: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-03T15:17:18.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105632 8.56 MB/sec execute 212 sec latency 130.553 ms 2023-12-03T15:17:19.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105938 8.59 MB/sec execute 213 sec latency 149.130 ms 2023-12-03T15:17:20.292 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:20 smithi023 ceph-mon[107730]: pgmap v129: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-03T15:17:20.292 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:20 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:20.292 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:20 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:20 smithi159 ceph-mon[111016]: pgmap v129: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-03T15:17:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:20 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:20 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:20.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106181 8.58 MB/sec execute 214 sec latency 123.962 ms 2023-12-03T15:17:21.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106553 8.62 MB/sec execute 215 sec latency 132.039 ms 2023-12-03T15:17:22.344 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:22 smithi023 ceph-mon[107730]: pgmap v130: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 428 op/s 2023-12-03T15:17:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:22 smithi159 ceph-mon[111016]: pgmap v130: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 428 op/s 2023-12-03T15:17:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106728 8.60 MB/sec execute 216 sec latency 123.773 ms 2023-12-03T15:17:23.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106908 8.58 MB/sec execute 217 sec latency 133.362 ms 2023-12-03T15:17:24.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:24 smithi023 ceph-mon[107730]: pgmap v131: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 428 op/s 2023-12-03T15:17:24.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:24 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:24.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:24 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:24 smithi159 ceph-mon[111016]: pgmap v131: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.1 MiB/s wr, 428 op/s 2023-12-03T15:17:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:24 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:17:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:24 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:24.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107113 8.57 MB/sec execute 218 sec latency 126.065 ms 2023-12-03T15:17:25.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107380 8.54 MB/sec execute 219 sec latency 127.770 ms 2023-12-03T15:17:25.948 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:25 smithi023 ceph-mon[107730]: pgmap v132: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.1 MiB/s wr, 471 op/s 2023-12-03T15:17:26.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:25 smithi159 ceph-mon[111016]: pgmap v132: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.1 MiB/s wr, 471 op/s 2023-12-03T15:17:26.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107661 8.52 MB/sec execute 220 sec latency 129.808 ms 2023-12-03T15:17:27.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107949 8.52 MB/sec execute 221 sec latency 157.887 ms 2023-12-03T15:17:28.359 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:28 smithi023 ceph-mon[107730]: pgmap v133: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-12-03T15:17:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:28 smithi159 ceph-mon[111016]: pgmap v133: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-12-03T15:17:28.859 INFO:teuthology.orchestra.run.smithi023.stdout: 5 108236 8.51 MB/sec execute 222 sec latency 126.528 ms 2023-12-03T15:17:29.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 108604 8.51 MB/sec execute 223 sec latency 126.798 ms 2023-12-03T15:17:30.402 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:30 smithi023 ceph-mon[107730]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-12-03T15:17:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:30 smithi159 ceph-mon[111016]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-12-03T15:17:30.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 108954 8.50 MB/sec execute 224 sec latency 135.785 ms 2023-12-03T15:17:31.858 INFO:teuthology.orchestra.run.smithi023.stdout: 5 109237 8.51 MB/sec execute 225 sec latency 124.888 ms 2023-12-03T15:17:32.215 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:32 smithi023 ceph-mon[107730]: pgmap v135: 97 pgs: 97 active+clean; 333 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-03T15:17:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:32 smithi159 ceph-mon[111016]: pgmap v135: 97 pgs: 97 active+clean; 333 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-03T15:17:32.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 109529 8.53 MB/sec execute 226 sec latency 139.608 ms 2023-12-03T15:17:33.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 109864 8.54 MB/sec execute 227 sec latency 148.008 ms 2023-12-03T15:17:34.275 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:34 smithi023 ceph-mon[107730]: pgmap v136: 97 pgs: 97 active+clean; 333 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:17:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:34 smithi159 ceph-mon[111016]: pgmap v136: 97 pgs: 97 active+clean; 333 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:17:34.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110142 8.55 MB/sec execute 228 sec latency 123.800 ms 2023-12-03T15:17:34.871 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-03T15:17:35.313 INFO:teuthology.orchestra.run.smithi023.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed." 2023-12-03T15:17:35.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110319 8.53 MB/sec execute 229 sec latency 123.362 ms 2023-12-03T15:17:36.073 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:35 smithi023 ceph-mon[107730]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:36.073 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:35 smithi023 ceph-mon[107730]: pgmap v137: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-03T15:17:36.073 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:35 smithi023 ceph-mon[107730]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:35 smithi159 ceph-mon[111016]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:35 smithi159 ceph-mon[111016]: pgmap v137: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-03T15:17:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:35 smithi159 ceph-mon[111016]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:17:36.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110568 8.52 MB/sec execute 230 sec latency 151.930 ms 2023-12-03T15:17:37.865 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110869 8.51 MB/sec execute 231 sec latency 84.464 ms 2023-12-03T15:17:38.408 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:38 smithi023 ceph-mon[107730]: pgmap v138: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-03T15:17:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:38 smithi159 ceph-mon[111016]: pgmap v138: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-03T15:17:38.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 111128 8.49 MB/sec execute 232 sec latency 132.770 ms 2023-12-03T15:17:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:39 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:39 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:39.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 111477 8.49 MB/sec execute 233 sec latency 135.523 ms 2023-12-03T15:17:40.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:40 smithi023 ceph-mon[107730]: pgmap v139: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-03T15:17:40.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:40 smithi159 ceph-mon[111016]: pgmap v139: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-03T15:17:40.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 111830 8.48 MB/sec execute 234 sec latency 124.039 ms 2023-12-03T15:17:41.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 112201 8.49 MB/sec execute 235 sec latency 131.504 ms 2023-12-03T15:17:42.235 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:42 smithi023 ceph-mon[107730]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-12-03T15:17:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:42 smithi159 ceph-mon[111016]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 521 op/s 2023-12-03T15:17:42.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 112561 8.49 MB/sec execute 236 sec latency 134.501 ms 2023-12-03T15:17:43.873 INFO:teuthology.orchestra.run.smithi023.stdout: 5 112916 8.51 MB/sec execute 237 sec latency 123.657 ms 2023-12-03T15:17:44.268 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:44 smithi023 ceph-mon[107730]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 344 op/s 2023-12-03T15:17:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:44 smithi159 ceph-mon[111016]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 344 op/s 2023-12-03T15:17:44.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113200 8.51 MB/sec execute 238 sec latency 133.829 ms 2023-12-03T15:17:45.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113553 8.53 MB/sec execute 239 sec latency 121.326 ms 2023-12-03T15:17:46.060 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:45 smithi023 ceph-mon[107730]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 552 op/s 2023-12-03T15:17:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:45 smithi159 ceph-mon[111016]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 552 op/s 2023-12-03T15:17:46.873 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113779 8.53 MB/sec execute 240 sec latency 144.864 ms 2023-12-03T15:17:47.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113946 8.51 MB/sec execute 241 sec latency 126.852 ms 2023-12-03T15:17:48.355 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:48 smithi023 ceph-mon[107730]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 377 op/s 2023-12-03T15:17:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:48 smithi159 ceph-mon[111016]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 377 op/s 2023-12-03T15:17:48.872 INFO:teuthology.orchestra.run.smithi023.stdout: 5 114256 8.51 MB/sec execute 242 sec latency 129.964 ms 2023-12-03T15:17:49.873 INFO:teuthology.orchestra.run.smithi023.stdout: 5 114577 8.49 MB/sec execute 243 sec latency 123.628 ms 2023-12-03T15:17:50.400 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:50 smithi023 ceph-mon[107730]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 377 op/s 2023-12-03T15:17:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:50 smithi159 ceph-mon[111016]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 377 op/s 2023-12-03T15:17:50.873 INFO:teuthology.orchestra.run.smithi023.stdout: 5 114915 8.49 MB/sec execute 244 sec latency 129.887 ms 2023-12-03T15:17:51.873 INFO:teuthology.orchestra.run.smithi023.stdout: 5 115256 8.48 MB/sec execute 245 sec latency 132.210 ms 2023-12-03T15:17:52.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:52 smithi023 ceph-mon[107730]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-03T15:17:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:52 smithi159 ceph-mon[111016]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-03T15:17:52.876 INFO:teuthology.orchestra.run.smithi023.stdout: 5 115683 8.49 MB/sec execute 246 sec latency 120.231 ms 2023-12-03T15:17:53.877 INFO:teuthology.orchestra.run.smithi023.stdout: 5 116002 8.48 MB/sec execute 247 sec latency 140.789 ms 2023-12-03T15:17:54.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:54 smithi023 ceph-mon[107730]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-12-03T15:17:54.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:54 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:54 smithi159 ceph-mon[111016]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-12-03T15:17:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:54 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:17:54.877 INFO:teuthology.orchestra.run.smithi023.stdout: 5 116310 8.49 MB/sec execute 248 sec latency 126.075 ms 2023-12-03T15:17:55.880 INFO:teuthology.orchestra.run.smithi023.stdout: 5 116682 8.52 MB/sec execute 249 sec latency 123.762 ms 2023-12-03T15:17:56.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:55 smithi023 ceph-mon[107730]: pgmap v147: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 585 op/s 2023-12-03T15:17:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:55 smithi159 ceph-mon[111016]: pgmap v147: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 585 op/s 2023-12-03T15:17:56.880 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117050 8.53 MB/sec execute 250 sec latency 140.958 ms 2023-12-03T15:17:57.880 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117337 8.54 MB/sec execute 251 sec latency 145.825 ms 2023-12-03T15:17:58.178 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:17:58 smithi023 ceph-mon[107730]: pgmap v148: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-03T15:17:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:17:58 smithi159 ceph-mon[111016]: pgmap v148: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-03T15:17:58.880 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117576 8.53 MB/sec execute 252 sec latency 147.826 ms 2023-12-03T15:17:59.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117848 8.52 MB/sec execute 253 sec latency 123.886 ms 2023-12-03T15:18:00.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:00 smithi023 ceph-mon[107730]: pgmap v149: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-03T15:18:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:00 smithi159 ceph-mon[111016]: pgmap v149: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-03T15:18:00.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118081 8.49 MB/sec execute 254 sec latency 123.457 ms 2023-12-03T15:18:01.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118328 8.48 MB/sec execute 255 sec latency 140.138 ms 2023-12-03T15:18:02.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:02 smithi023 ceph-mon[107730]: pgmap v150: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 555 op/s 2023-12-03T15:18:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:02 smithi159 ceph-mon[111016]: pgmap v150: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 555 op/s 2023-12-03T15:18:02.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118620 8.48 MB/sec execute 256 sec latency 133.410 ms 2023-12-03T15:18:03.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119006 8.48 MB/sec execute 257 sec latency 136.298 ms 2023-12-03T15:18:04.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:04 smithi023 ceph-mon[107730]: pgmap v151: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:18:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:04 smithi159 ceph-mon[111016]: pgmap v151: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-03T15:18:04.881 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119404 8.49 MB/sec execute 258 sec latency 117.756 ms 2023-12-03T15:18:05.882 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119726 8.48 MB/sec execute 259 sec latency 208.190 ms 2023-12-03T15:18:06.074 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:05 smithi023 ceph-mon[107730]: pgmap v152: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 578 op/s 2023-12-03T15:18:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:05 smithi159 ceph-mon[111016]: pgmap v152: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.6 MiB/s wr, 578 op/s 2023-12-03T15:18:06.882 INFO:teuthology.orchestra.run.smithi023.stdout: 5 120030 8.49 MB/sec execute 260 sec latency 123.738 ms 2023-12-03T15:18:07.882 INFO:teuthology.orchestra.run.smithi023.stdout: 5 120409 8.51 MB/sec execute 261 sec latency 143.440 ms 2023-12-03T15:18:08.366 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:08 smithi023 ceph-mon[107730]: pgmap v153: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-03T15:18:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:08 smithi159 ceph-mon[111016]: pgmap v153: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-03T15:18:08.882 INFO:teuthology.orchestra.run.smithi023.stdout: 5 120796 8.54 MB/sec execute 262 sec latency 143.610 ms 2023-12-03T15:18:09.400 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:09.882 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121054 8.54 MB/sec execute 263 sec latency 129.779 ms 2023-12-03T15:18:10.412 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:10 smithi023 ceph-mon[107730]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-03T15:18:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:10 smithi159 ceph-mon[111016]: pgmap v154: 97 pgs: 97 active+clean; 340 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-12-03T15:18:10.887 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121278 8.52 MB/sec execute 264 sec latency 141.342 ms 2023-12-03T15:18:11.887 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121570 8.50 MB/sec execute 265 sec latency 137.551 ms 2023-12-03T15:18:12.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:12 smithi023 ceph-mon[107730]: pgmap v155: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 563 op/s 2023-12-03T15:18:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:12 smithi159 ceph-mon[111016]: pgmap v155: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 563 op/s 2023-12-03T15:18:12.887 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121818 8.48 MB/sec execute 266 sec latency 126.186 ms 2023-12-03T15:18:13.887 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121990 8.46 MB/sec execute 267 sec latency 190.294 ms 2023-12-03T15:18:14.296 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:14 smithi023 ceph-mon[107730]: pgmap v156: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-03T15:18:14.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:14 smithi159 ceph-mon[111016]: pgmap v156: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-03T15:18:14.887 INFO:teuthology.orchestra.run.smithi023.stdout: 5 122221 8.46 MB/sec execute 268 sec latency 199.135 ms 2023-12-03T15:18:15.892 INFO:teuthology.orchestra.run.smithi023.stdout: 5 122536 8.46 MB/sec execute 269 sec latency 127.527 ms 2023-12-03T15:18:16.075 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:15 smithi023 ceph-mon[107730]: pgmap v157: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-03T15:18:16.381 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:15 smithi159 ceph-mon[111016]: pgmap v157: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-03T15:18:16.892 INFO:teuthology.orchestra.run.smithi023.stdout: 5 122845 8.45 MB/sec execute 270 sec latency 124.116 ms 2023-12-03T15:18:17.893 INFO:teuthology.orchestra.run.smithi023.stdout: 5 123123 8.44 MB/sec execute 271 sec latency 139.666 ms 2023-12-03T15:18:18.402 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:18 smithi023 ceph-mon[107730]: pgmap v158: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-03T15:18:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:18 smithi159 ceph-mon[111016]: pgmap v158: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-03T15:18:18.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 123442 8.45 MB/sec execute 272 sec latency 129.488 ms 2023-12-03T15:18:19.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 123726 8.46 MB/sec execute 273 sec latency 134.233 ms 2023-12-03T15:18:20.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:20 smithi023 ceph-mon[107730]: pgmap v159: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-03T15:18:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:20 smithi159 ceph-mon[111016]: pgmap v159: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-03T15:18:20.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124036 8.48 MB/sec execute 274 sec latency 129.242 ms 2023-12-03T15:18:21.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124361 8.48 MB/sec execute 275 sec latency 129.600 ms 2023-12-03T15:18:22.225 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:22 smithi023 ceph-mon[107730]: pgmap v160: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-03T15:18:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:22 smithi159 ceph-mon[111016]: pgmap v160: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-03T15:18:22.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124547 8.47 MB/sec execute 276 sec latency 126.559 ms 2023-12-03T15:18:23.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:23.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124797 8.47 MB/sec execute 277 sec latency 138.680 ms 2023-12-03T15:18:24.265 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:24 smithi023 ceph-mon[107730]: pgmap v161: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-12-03T15:18:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:24 smithi159 ceph-mon[111016]: pgmap v161: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-12-03T15:18:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125086 8.44 MB/sec execute 278 sec latency 135.658 ms 2023-12-03T15:18:25.897 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125334 8.42 MB/sec execute 279 sec latency 134.810 ms 2023-12-03T15:18:26.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:25 smithi023 ceph-mon[107730]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-03T15:18:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:25 smithi159 ceph-mon[111016]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-03T15:18:26.899 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125539 8.41 MB/sec execute 280 sec latency 137.176 ms 2023-12-03T15:18:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125838 8.43 MB/sec execute 281 sec latency 176.871 ms 2023-12-03T15:18:28.373 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:28 smithi023 ceph-mon[107730]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-03T15:18:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:28 smithi159 ceph-mon[111016]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-03T15:18:28.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 126119 8.41 MB/sec execute 282 sec latency 120.547 ms 2023-12-03T15:18:29.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 126486 8.40 MB/sec execute 283 sec latency 140.182 ms 2023-12-03T15:18:30.331 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:30 smithi023 ceph-mon[107730]: pgmap v164: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-03T15:18:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:30 smithi159 ceph-mon[111016]: pgmap v164: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-03T15:18:30.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 126755 8.40 MB/sec execute 284 sec latency 118.463 ms 2023-12-03T15:18:31.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 126969 8.39 MB/sec execute 285 sec latency 129.455 ms 2023-12-03T15:18:32.362 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:32 smithi023 ceph-mon[107730]: pgmap v165: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-03T15:18:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:32 smithi159 ceph-mon[111016]: pgmap v165: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-03T15:18:32.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 127256 8.40 MB/sec execute 286 sec latency 143.852 ms 2023-12-03T15:18:33.917 INFO:teuthology.orchestra.run.smithi023.stdout: 5 127607 8.42 MB/sec execute 287 sec latency 126.784 ms 2023-12-03T15:18:34.186 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:34 smithi023 ceph-mon[107730]: pgmap v166: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-03T15:18:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:34 smithi159 ceph-mon[111016]: pgmap v166: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-03T15:18:34.917 INFO:teuthology.orchestra.run.smithi023.stdout: 5 127871 8.42 MB/sec execute 288 sec latency 126.605 ms 2023-12-03T15:18:35.917 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128085 8.42 MB/sec execute 289 sec latency 129.192 ms 2023-12-03T15:18:35.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:35 smithi023 ceph-mon[107730]: pgmap v167: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-12-03T15:18:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:35 smithi159 ceph-mon[111016]: pgmap v167: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 492 op/s 2023-12-03T15:18:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128307 8.42 MB/sec execute 290 sec latency 122.324 ms 2023-12-03T15:18:37.917 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128541 8.39 MB/sec execute 291 sec latency 138.407 ms 2023-12-03T15:18:38.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:38 smithi023 ceph-mon[107730]: pgmap v168: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:18:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:38 smithi159 ceph-mon[111016]: pgmap v168: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:18:38.927 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128805 8.37 MB/sec execute 292 sec latency 198.456 ms 2023-12-03T15:18:39.381 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:39 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:39 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:39.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128982 8.36 MB/sec execute 293 sec latency 190.925 ms 2023-12-03T15:18:40.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:40 smithi023 ceph-mon[107730]: pgmap v169: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:18:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:40 smithi159 ceph-mon[111016]: pgmap v169: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:18:40.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 129198 8.35 MB/sec execute 294 sec latency 167.374 ms 2023-12-03T15:18:41.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 129448 8.35 MB/sec execute 295 sec latency 131.502 ms 2023-12-03T15:18:42.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:42 smithi023 ceph-mon[107730]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-03T15:18:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:42 smithi159 ceph-mon[111016]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-03T15:18:42.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 129769 8.35 MB/sec execute 296 sec latency 140.557 ms 2023-12-03T15:18:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130217 8.34 MB/sec execute 297 sec latency 123.172 ms 2023-12-03T15:18:44.287 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:44 smithi023 ceph-mon[107730]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-03T15:18:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:44 smithi159 ceph-mon[111016]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-03T15:18:44.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130430 8.33 MB/sec execute 298 sec latency 130.414 ms 2023-12-03T15:18:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130670 8.34 MB/sec execute 299 sec latency 134.104 ms 2023-12-03T15:18:46.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:45 smithi023 ceph-mon[107730]: pgmap v172: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-12-03T15:18:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:45 smithi159 ceph-mon[111016]: pgmap v172: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-12-03T15:18:46.937 INFO:teuthology.orchestra.run.smithi023.stdout: 5 131043 8.35 MB/sec execute 300 sec latency 107.995 ms 2023-12-03T15:18:47.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 131315 8.36 MB/sec execute 301 sec latency 189.682 ms 2023-12-03T15:18:48.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:48 smithi023 ceph-mon[107730]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 321 op/s 2023-12-03T15:18:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:48 smithi159 ceph-mon[111016]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 321 op/s 2023-12-03T15:18:48.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 131594 8.37 MB/sec execute 302 sec latency 123.816 ms 2023-12-03T15:18:49.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 131799 8.37 MB/sec execute 303 sec latency 140.924 ms 2023-12-03T15:18:50.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:50 smithi023 ceph-mon[107730]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 321 op/s 2023-12-03T15:18:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:50 smithi159 ceph-mon[111016]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 321 op/s 2023-12-03T15:18:50.936 INFO:teuthology.orchestra.run.smithi023.stdout: 5 132000 8.35 MB/sec execute 304 sec latency 127.993 ms 2023-12-03T15:18:51.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 132293 8.33 MB/sec execute 305 sec latency 123.686 ms 2023-12-03T15:18:52.260 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:52 smithi023 ceph-mon[107730]: pgmap v175: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-12-03T15:18:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:52 smithi159 ceph-mon[111016]: pgmap v175: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-12-03T15:18:52.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 132508 8.31 MB/sec execute 306 sec latency 126.347 ms 2023-12-03T15:18:53.317 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:18:53.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 132729 8.31 MB/sec execute 307 sec latency 149.517 ms 2023-12-03T15:18:54.362 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:54 smithi023 ceph-mon[107730]: pgmap v176: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-03T15:18:54.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:54 smithi159 ceph-mon[111016]: pgmap v176: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-03T15:18:54.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 133024 8.31 MB/sec execute 308 sec latency 123.482 ms 2023-12-03T15:18:55.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 133443 8.32 MB/sec execute 309 sec latency 125.884 ms 2023-12-03T15:18:56.143 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:55 smithi023 ceph-mon[107730]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-03T15:18:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:55 smithi159 ceph-mon[111016]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-03T15:18:56.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 133858 8.31 MB/sec execute 310 sec latency 129.738 ms 2023-12-03T15:18:57.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 134088 8.30 MB/sec execute 311 sec latency 129.387 ms 2023-12-03T15:18:58.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:18:58 smithi023 ceph-mon[107730]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 323 op/s 2023-12-03T15:18:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:18:58 smithi159 ceph-mon[111016]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 323 op/s 2023-12-03T15:18:58.942 INFO:teuthology.orchestra.run.smithi023.stdout: 5 134422 8.31 MB/sec execute 312 sec latency 126.400 ms 2023-12-03T15:18:59.946 INFO:teuthology.orchestra.run.smithi023.stdout: 5 134822 8.35 MB/sec execute 313 sec latency 128.007 ms 2023-12-03T15:19:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:00 smithi023 ceph-mon[107730]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 323 op/s 2023-12-03T15:19:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:00 smithi159 ceph-mon[111016]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 323 op/s 2023-12-03T15:19:00.952 INFO:teuthology.orchestra.run.smithi023.stdout: 5 135192 8.37 MB/sec execute 314 sec latency 192.388 ms 2023-12-03T15:19:01.953 INFO:teuthology.orchestra.run.smithi023.stdout: 5 135446 8.35 MB/sec execute 315 sec latency 102.379 ms 2023-12-03T15:19:02.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:02 smithi023 ceph-mon[107730]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-03T15:19:02.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:02 smithi159 ceph-mon[111016]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-03T15:19:02.953 INFO:teuthology.orchestra.run.smithi023.stdout: 5 135730 8.34 MB/sec execute 316 sec latency 86.674 ms 2023-12-03T15:19:03.953 INFO:teuthology.orchestra.run.smithi023.stdout: 5 136056 8.33 MB/sec execute 317 sec latency 130.007 ms 2023-12-03T15:19:04.326 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:04 smithi023 ceph-mon[107730]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 353 op/s 2023-12-03T15:19:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:04 smithi159 ceph-mon[111016]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 353 op/s 2023-12-03T15:19:04.955 INFO:teuthology.orchestra.run.smithi023.stdout: 5 136394 8.34 MB/sec execute 318 sec latency 126.534 ms 2023-12-03T15:19:05.956 INFO:teuthology.orchestra.run.smithi023.stdout: 5 136657 8.33 MB/sec execute 319 sec latency 116.479 ms 2023-12-03T15:19:06.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:05 smithi023 ceph-mon[107730]: pgmap v182: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-03T15:19:06.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:05 smithi159 ceph-mon[111016]: pgmap v182: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-03T15:19:06.955 INFO:teuthology.orchestra.run.smithi023.stdout: 5 137028 8.33 MB/sec execute 320 sec latency 136.075 ms 2023-12-03T15:19:07.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 137314 8.32 MB/sec execute 321 sec latency 131.877 ms 2023-12-03T15:19:08.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:08 smithi023 ceph-mon[107730]: pgmap v183: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-03T15:19:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:08 smithi159 ceph-mon[111016]: pgmap v183: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-03T15:19:08.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 137649 8.33 MB/sec execute 322 sec latency 140.274 ms 2023-12-03T15:19:09.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:09 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:09.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:09 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:09.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 138030 8.34 MB/sec execute 323 sec latency 126.811 ms 2023-12-03T15:19:10.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:10 smithi023 ceph-mon[107730]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-03T15:19:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:10 smithi159 ceph-mon[111016]: pgmap v184: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-03T15:19:10.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 138327 8.35 MB/sec execute 324 sec latency 125.358 ms 2023-12-03T15:19:11.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 138592 8.36 MB/sec execute 325 sec latency 134.269 ms 2023-12-03T15:19:12.271 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:12 smithi023 ceph-mon[107730]: pgmap v185: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-12-03T15:19:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:12 smithi159 ceph-mon[111016]: pgmap v185: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-12-03T15:19:12.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 138850 8.35 MB/sec execute 326 sec latency 132.197 ms 2023-12-03T15:19:13.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 139163 8.34 MB/sec execute 327 sec latency 124.029 ms 2023-12-03T15:19:14.326 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:14 smithi023 ceph-mon[107730]: pgmap v186: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-03T15:19:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:14 smithi159 ceph-mon[111016]: pgmap v186: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-03T15:19:14.959 INFO:teuthology.orchestra.run.smithi023.stdout: 5 139410 8.33 MB/sec execute 328 sec latency 207.900 ms 2023-12-03T15:19:15.960 INFO:teuthology.orchestra.run.smithi023.stdout: 5 139677 8.33 MB/sec execute 329 sec latency 172.141 ms 2023-12-03T15:19:16.134 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:15 smithi023 ceph-mon[107730]: pgmap v187: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-03T15:19:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:15 smithi159 ceph-mon[111016]: pgmap v187: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-03T15:19:16.960 INFO:teuthology.orchestra.run.smithi023.stdout: 5 140014 8.33 MB/sec execute 330 sec latency 135.527 ms 2023-12-03T15:19:17.960 INFO:teuthology.orchestra.run.smithi023.stdout: 5 140366 8.32 MB/sec execute 331 sec latency 119.514 ms 2023-12-03T15:19:18.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:18 smithi023 ceph-mon[107730]: pgmap v188: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 371 op/s 2023-12-03T15:19:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:18 smithi159 ceph-mon[111016]: pgmap v188: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 371 op/s 2023-12-03T15:19:18.960 INFO:teuthology.orchestra.run.smithi023.stdout: 5 140672 8.32 MB/sec execute 332 sec latency 129.934 ms 2023-12-03T15:19:19.969 INFO:teuthology.orchestra.run.smithi023.stdout: 5 141043 8.34 MB/sec execute 333 sec latency 127.604 ms 2023-12-03T15:19:20.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:20 smithi023 ceph-mon[107730]: pgmap v189: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 371 op/s 2023-12-03T15:19:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:20 smithi159 ceph-mon[111016]: pgmap v189: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 371 op/s 2023-12-03T15:19:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 141263 8.33 MB/sec execute 334 sec latency 154.960 ms 2023-12-03T15:19:21.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 141508 8.32 MB/sec execute 335 sec latency 120.841 ms 2023-12-03T15:19:22.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:22 smithi023 ceph-mon[107730]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 561 op/s 2023-12-03T15:19:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:22 smithi159 ceph-mon[111016]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 561 op/s 2023-12-03T15:19:22.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 141784 8.33 MB/sec execute 336 sec latency 140.670 ms 2023-12-03T15:19:23.327 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:23.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:23.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 141955 8.31 MB/sec execute 337 sec latency 186.299 ms 2023-12-03T15:19:24.361 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:24 smithi023 ceph-mon[107730]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-03T15:19:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:24 smithi159 ceph-mon[111016]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-03T15:19:24.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 142241 8.32 MB/sec execute 338 sec latency 126.556 ms 2023-12-03T15:19:25.968 INFO:teuthology.orchestra.run.smithi023.stdout: 5 142521 8.31 MB/sec execute 339 sec latency 131.014 ms 2023-12-03T15:19:26.149 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:25 smithi023 ceph-mon[107730]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-12-03T15:19:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:25 smithi159 ceph-mon[111016]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-12-03T15:19:26.970 INFO:teuthology.orchestra.run.smithi023.stdout: 5 142838 8.31 MB/sec execute 340 sec latency 148.647 ms 2023-12-03T15:19:27.970 INFO:teuthology.orchestra.run.smithi023.stdout: 5 143185 8.31 MB/sec execute 341 sec latency 136.519 ms 2023-12-03T15:19:28.218 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:28 smithi023 ceph-mon[107730]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-03T15:19:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:28 smithi159 ceph-mon[111016]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-03T15:19:28.981 INFO:teuthology.orchestra.run.smithi023.stdout: 5 143450 8.30 MB/sec execute 342 sec latency 128.831 ms 2023-12-03T15:19:29.980 INFO:teuthology.orchestra.run.smithi023.stdout: 5 143762 8.30 MB/sec execute 343 sec latency 129.155 ms 2023-12-03T15:19:30.260 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:30 smithi023 ceph-mon[107730]: pgmap v194: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-03T15:19:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:30 smithi159 ceph-mon[111016]: pgmap v194: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-03T15:19:30.980 INFO:teuthology.orchestra.run.smithi023.stdout: 5 144069 8.30 MB/sec execute 344 sec latency 114.638 ms 2023-12-03T15:19:31.980 INFO:teuthology.orchestra.run.smithi023.stdout: 5 144364 8.30 MB/sec execute 345 sec latency 130.609 ms 2023-12-03T15:19:32.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:32 smithi023 ceph-mon[107730]: pgmap v195: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-12-03T15:19:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:32 smithi159 ceph-mon[111016]: pgmap v195: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-12-03T15:19:32.980 INFO:teuthology.orchestra.run.smithi023.stdout: 5 144614 8.31 MB/sec execute 346 sec latency 132.060 ms 2023-12-03T15:19:33.980 INFO:teuthology.orchestra.run.smithi023.stdout: 5 144874 8.30 MB/sec execute 347 sec latency 123.244 ms 2023-12-03T15:19:34.412 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:34 smithi023 ceph-mon[107730]: pgmap v196: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-03T15:19:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:34 smithi159 ceph-mon[111016]: pgmap v196: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-03T15:19:34.982 INFO:teuthology.orchestra.run.smithi023.stdout: 5 145063 8.29 MB/sec execute 348 sec latency 127.138 ms 2023-12-03T15:19:35.952 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:35 smithi023 ceph-mon[107730]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-03T15:19:35.982 INFO:teuthology.orchestra.run.smithi023.stdout: 5 145249 8.28 MB/sec execute 349 sec latency 139.142 ms 2023-12-03T15:19:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:35 smithi159 ceph-mon[111016]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-12-03T15:19:36.982 INFO:teuthology.orchestra.run.smithi023.stdout: 5 145449 8.27 MB/sec execute 350 sec latency 123.629 ms 2023-12-03T15:19:37.982 INFO:teuthology.orchestra.run.smithi023.stdout: 5 145699 8.27 MB/sec execute 351 sec latency 155.219 ms 2023-12-03T15:19:38.298 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:38 smithi023 ceph-mon[107730]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-03T15:19:38.298 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:38 smithi159 ceph-mon[111016]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-03T15:19:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:38.991 INFO:teuthology.orchestra.run.smithi023.stdout: 5 145904 8.26 MB/sec execute 352 sec latency 123.821 ms 2023-12-03T15:19:39.991 INFO:teuthology.orchestra.run.smithi023.stdout: 5 146187 8.26 MB/sec execute 353 sec latency 146.676 ms 2023-12-03T15:19:40.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:40 smithi023 ceph-mon[107730]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-03T15:19:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:40 smithi159 ceph-mon[111016]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-12-03T15:19:40.994 INFO:teuthology.orchestra.run.smithi023.stdout: 5 146430 8.25 MB/sec execute 354 sec latency 134.062 ms 2023-12-03T15:19:41.994 INFO:teuthology.orchestra.run.smithi023.stdout: 5 146660 8.25 MB/sec execute 355 sec latency 135.136 ms 2023-12-03T15:19:42.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:42 smithi023 ceph-mon[107730]: pgmap v200: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-03T15:19:42.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:42 smithi159 ceph-mon[111016]: pgmap v200: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-03T15:19:43.003 INFO:teuthology.orchestra.run.smithi023.stdout: 5 146977 8.25 MB/sec execute 356 sec latency 142.935 ms 2023-12-03T15:19:44.002 INFO:teuthology.orchestra.run.smithi023.stdout: 5 147260 8.24 MB/sec execute 357 sec latency 126.978 ms 2023-12-03T15:19:44.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:44 smithi023 ceph-mon[107730]: pgmap v201: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-03T15:19:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:44 smithi159 ceph-mon[111016]: pgmap v201: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-03T15:19:45.003 INFO:teuthology.orchestra.run.smithi023.stdout: 5 147612 8.24 MB/sec execute 358 sec latency 123.937 ms 2023-12-03T15:19:45.980 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:45 smithi023 ceph-mon[107730]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-03T15:19:46.010 INFO:teuthology.orchestra.run.smithi023.stdout: 5 147904 8.25 MB/sec execute 359 sec latency 120.135 ms 2023-12-03T15:19:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:45 smithi159 ceph-mon[111016]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-03T15:19:47.012 INFO:teuthology.orchestra.run.smithi023.stdout: 5 148301 8.26 MB/sec execute 360 sec latency 136.834 ms 2023-12-03T15:19:48.010 INFO:teuthology.orchestra.run.smithi023.stdout: 5 148622 8.26 MB/sec execute 361 sec latency 111.741 ms 2023-12-03T15:19:48.267 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:48 smithi023 ceph-mon[107730]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-12-03T15:19:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:48 smithi159 ceph-mon[111016]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-12-03T15:19:49.010 INFO:teuthology.orchestra.run.smithi023.stdout: 5 148895 8.25 MB/sec execute 362 sec latency 131.248 ms 2023-12-03T15:19:50.015 INFO:teuthology.orchestra.run.smithi023.stdout: 5 149194 8.25 MB/sec execute 363 sec latency 102.422 ms 2023-12-03T15:19:50.307 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:50 smithi023 ceph-mon[107730]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-12-03T15:19:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:50 smithi159 ceph-mon[111016]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-12-03T15:19:51.013 INFO:teuthology.orchestra.run.smithi023.stdout: 5 149448 8.24 MB/sec execute 364 sec latency 150.249 ms 2023-12-03T15:19:52.017 INFO:teuthology.orchestra.run.smithi023.stdout: 5 149792 8.25 MB/sec execute 365 sec latency 112.661 ms 2023-12-03T15:19:52.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:52 smithi023 ceph-mon[107730]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-03T15:19:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:52 smithi159 ceph-mon[111016]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-03T15:19:53.018 INFO:teuthology.orchestra.run.smithi023.stdout: 5 150018 8.25 MB/sec execute 366 sec latency 126.660 ms 2023-12-03T15:19:53.374 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:53.634 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:19:54.017 INFO:teuthology.orchestra.run.smithi023.stdout: 5 150351 8.25 MB/sec execute 367 sec latency 126.896 ms 2023-12-03T15:19:54.397 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:54 smithi023 ceph-mon[107730]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-03T15:19:54.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:54 smithi159 ceph-mon[111016]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-03T15:19:55.018 INFO:teuthology.orchestra.run.smithi023.stdout: 5 150698 8.26 MB/sec execute 368 sec latency 126.850 ms 2023-12-03T15:19:55.952 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:55 smithi023 ceph-mon[107730]: pgmap v207: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-03T15:19:56.017 INFO:teuthology.orchestra.run.smithi023.stdout: 5 150925 8.25 MB/sec execute 369 sec latency 149.543 ms 2023-12-03T15:19:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:55 smithi159 ceph-mon[111016]: pgmap v207: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-03T15:19:57.018 INFO:teuthology.orchestra.run.smithi023.stdout: 5 151171 8.24 MB/sec execute 370 sec latency 120.817 ms 2023-12-03T15:19:58.019 INFO:teuthology.orchestra.run.smithi023.stdout: 5 151460 8.24 MB/sec execute 371 sec latency 146.572 ms 2023-12-03T15:19:58.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:19:58 smithi023 ceph-mon[107730]: pgmap v208: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-03T15:19:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:19:58 smithi159 ceph-mon[111016]: pgmap v208: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-03T15:19:59.018 INFO:teuthology.orchestra.run.smithi023.stdout: 5 151666 8.23 MB/sec execute 372 sec latency 129.178 ms 2023-12-03T15:20:00.018 INFO:teuthology.orchestra.run.smithi023.stdout: 5 151851 8.23 MB/sec execute 373 sec latency 140.163 ms 2023-12-03T15:20:00.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-03T15:20:00.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:20:00.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:20:00.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: Upgrade daemon: mgr.smithi023.ttoasj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi023.ttoasj ... 2023-12-03T15:20:00.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: Traceback (most recent call last): 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: "__main__", mod_spec) 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: exec(code, run_globals) 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-03T15:20:00.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-03T15:20:00.370 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:00 smithi023 ceph-mon[107730]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-03T15:20:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-03T15:20:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:20:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:20:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: Upgrade daemon: mgr.smithi023.ttoasj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi023.ttoasj ... 2023-12-03T15:20:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: Traceback (most recent call last): 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: "__main__", mod_spec) 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: exec(code, run_globals) 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-03T15:20:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:00 smithi159 ceph-mon[111016]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-03T15:20:01.021 INFO:teuthology.orchestra.run.smithi023.stdout: 5 152089 8.21 MB/sec execute 374 sec latency 128.184 ms 2023-12-03T15:20:02.026 INFO:teuthology.orchestra.run.smithi023.stdout: 5 152401 8.22 MB/sec execute 375 sec latency 107.708 ms 2023-12-03T15:20:02.405 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:02 smithi023 ceph-mon[107730]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-03T15:20:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:02 smithi159 ceph-mon[111016]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-03T15:20:03.028 INFO:teuthology.orchestra.run.smithi023.stdout: 5 152739 8.22 MB/sec execute 376 sec latency 132.297 ms 2023-12-03T15:20:04.031 INFO:teuthology.orchestra.run.smithi023.stdout: 5 153101 8.22 MB/sec execute 377 sec latency 130.501 ms 2023-12-03T15:20:04.466 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:04 smithi023 ceph-mon[107730]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:20:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:04 smithi159 ceph-mon[111016]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-12-03T15:20:05.031 INFO:teuthology.orchestra.run.smithi023.stdout: 5 153331 8.22 MB/sec execute 378 sec latency 125.378 ms 2023-12-03T15:20:06.025 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:05 smithi023 ceph-mon[107730]: pgmap v212: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-03T15:20:06.032 INFO:teuthology.orchestra.run.smithi023.stdout: 5 153641 8.22 MB/sec execute 379 sec latency 130.680 ms 2023-12-03T15:20:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:05 smithi159 ceph-mon[111016]: pgmap v212: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-03T15:20:07.034 INFO:teuthology.orchestra.run.smithi023.stdout: 5 154015 8.22 MB/sec execute 380 sec latency 129.825 ms 2023-12-03T15:20:08.036 INFO:teuthology.orchestra.run.smithi023.stdout: 5 154298 8.23 MB/sec execute 381 sec latency 128.678 ms 2023-12-03T15:20:08.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:08 smithi023 ceph-mon[107730]: pgmap v213: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-03T15:20:08.337 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:08 smithi159 ceph-mon[111016]: pgmap v213: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-03T15:20:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:09.036 INFO:teuthology.orchestra.run.smithi023.stdout: 5 154495 8.22 MB/sec execute 382 sec latency 123.523 ms 2023-12-03T15:20:10.040 INFO:teuthology.orchestra.run.smithi023.stdout: 5 154841 8.22 MB/sec execute 383 sec latency 143.896 ms 2023-12-03T15:20:10.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:10 smithi023 ceph-mon[107730]: pgmap v214: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-03T15:20:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:10 smithi159 ceph-mon[111016]: pgmap v214: 97 pgs: 97 active+clean; 352 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-03T15:20:11.050 INFO:teuthology.orchestra.run.smithi023.stdout: 5 155184 8.22 MB/sec execute 384 sec latency 129.669 ms 2023-12-03T15:20:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: 5 155416 8.21 MB/sec execute 385 sec latency 181.662 ms 2023-12-03T15:20:12.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:12 smithi023 ceph-mon[107730]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-12-03T15:20:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:12 smithi159 ceph-mon[111016]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-12-03T15:20:13.049 INFO:teuthology.orchestra.run.smithi023.stdout: 5 155717 8.21 MB/sec execute 386 sec latency 140.527 ms 2023-12-03T15:20:14.049 INFO:teuthology.orchestra.run.smithi023.stdout: 5 156021 8.22 MB/sec execute 387 sec latency 102.301 ms 2023-12-03T15:20:14.481 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:14 smithi023 ceph-mon[107730]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-03T15:20:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:14 smithi159 ceph-mon[111016]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-03T15:20:15.049 INFO:teuthology.orchestra.run.smithi023.stdout: 5 156272 8.21 MB/sec execute 388 sec latency 145.297 ms 2023-12-03T15:20:16.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:15 smithi023 ceph-mon[107730]: pgmap v217: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-03T15:20:16.050 INFO:teuthology.orchestra.run.smithi023.stdout: 5 156551 8.20 MB/sec execute 389 sec latency 133.161 ms 2023-12-03T15:20:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:15 smithi159 ceph-mon[111016]: pgmap v217: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-03T15:20:17.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 156818 8.21 MB/sec execute 390 sec latency 144.506 ms 2023-12-03T15:20:18.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 157062 8.20 MB/sec execute 391 sec latency 142.101 ms 2023-12-03T15:20:18.327 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:18 smithi023 ceph-mon[107730]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-03T15:20:18.634 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:18 smithi159 ceph-mon[111016]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-03T15:20:19.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 157341 8.21 MB/sec execute 392 sec latency 126.650 ms 2023-12-03T15:20:20.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 157589 8.20 MB/sec execute 393 sec latency 158.346 ms 2023-12-03T15:20:20.385 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:20 smithi023 ceph-mon[107730]: pgmap v219: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-03T15:20:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:20 smithi159 ceph-mon[111016]: pgmap v219: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-03T15:20:21.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 157851 8.20 MB/sec execute 394 sec latency 117.878 ms 2023-12-03T15:20:22.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 158110 8.19 MB/sec execute 395 sec latency 126.401 ms 2023-12-03T15:20:22.428 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:22 smithi023 ceph-mon[107730]: pgmap v220: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-03T15:20:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:22 smithi159 ceph-mon[111016]: pgmap v220: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-03T15:20:23.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 158405 8.19 MB/sec execute 396 sec latency 117.392 ms 2023-12-03T15:20:23.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:24.058 INFO:teuthology.orchestra.run.smithi023.stdout: 5 158704 8.19 MB/sec execute 397 sec latency 129.710 ms 2023-12-03T15:20:24.219 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:24 smithi023 ceph-mon[107730]: pgmap v221: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-03T15:20:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:24 smithi159 ceph-mon[111016]: pgmap v221: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-03T15:20:25.062 INFO:teuthology.orchestra.run.smithi023.stdout: 5 159023 8.19 MB/sec execute 398 sec latency 110.266 ms 2023-12-03T15:20:25.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:25 smithi023 ceph-mon[107730]: pgmap v222: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-03T15:20:26.062 INFO:teuthology.orchestra.run.smithi023.stdout: 5 159317 8.19 MB/sec execute 399 sec latency 148.003 ms 2023-12-03T15:20:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:25 smithi159 ceph-mon[111016]: pgmap v222: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-03T15:20:27.062 INFO:teuthology.orchestra.run.smithi023.stdout: 5 159686 8.19 MB/sec execute 400 sec latency 129.592 ms 2023-12-03T15:20:28.062 INFO:teuthology.orchestra.run.smithi023.stdout: 5 159931 8.18 MB/sec execute 401 sec latency 210.224 ms 2023-12-03T15:20:28.315 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:28 smithi023 ceph-mon[107730]: pgmap v223: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-03T15:20:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:28 smithi159 ceph-mon[111016]: pgmap v223: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-03T15:20:29.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 160349 8.20 MB/sec execute 402 sec latency 123.315 ms 2023-12-03T15:20:30.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 160657 8.20 MB/sec execute 403 sec latency 128.143 ms 2023-12-03T15:20:30.361 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:30 smithi023 ceph-mon[107730]: pgmap v224: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-03T15:20:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:30 smithi159 ceph-mon[111016]: pgmap v224: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-03T15:20:31.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 160937 8.20 MB/sec execute 404 sec latency 137.263 ms 2023-12-03T15:20:32.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 161169 8.19 MB/sec execute 405 sec latency 207.102 ms 2023-12-03T15:20:32.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:32 smithi023 ceph-mon[107730]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-03T15:20:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:32 smithi159 ceph-mon[111016]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-12-03T15:20:33.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 161460 8.20 MB/sec execute 406 sec latency 131.505 ms 2023-12-03T15:20:34.070 INFO:teuthology.orchestra.run.smithi023.stdout: 5 161749 8.19 MB/sec execute 407 sec latency 135.718 ms 2023-12-03T15:20:34.468 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:34 smithi023 ceph-mon[107730]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-03T15:20:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:34 smithi159 ceph-mon[111016]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-12-03T15:20:35.074 INFO:teuthology.orchestra.run.smithi023.stdout: 5 162022 8.19 MB/sec execute 409 sec latency 204.363 ms 2023-12-03T15:20:36.021 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:35 smithi023 ceph-mon[107730]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-03T15:20:36.074 INFO:teuthology.orchestra.run.smithi023.stdout: 5 162224 8.18 MB/sec execute 410 sec latency 125.553 ms 2023-12-03T15:20:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:35 smithi159 ceph-mon[111016]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-12-03T15:20:37.080 INFO:teuthology.orchestra.run.smithi023.stdout: 5 162438 8.18 MB/sec execute 411 sec latency 201.356 ms 2023-12-03T15:20:38.080 INFO:teuthology.orchestra.run.smithi023.stdout: 5 162719 8.17 MB/sec execute 412 sec latency 122.214 ms 2023-12-03T15:20:38.339 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:38 smithi023 ceph-mon[107730]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-03T15:20:38.339 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:38 smithi159 ceph-mon[111016]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-03T15:20:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:39.080 INFO:teuthology.orchestra.run.smithi023.stdout: 5 162946 8.16 MB/sec execute 413 sec latency 146.304 ms 2023-12-03T15:20:40.080 INFO:teuthology.orchestra.run.smithi023.stdout: 5 163193 8.16 MB/sec execute 414 sec latency 138.004 ms 2023-12-03T15:20:40.392 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:40 smithi023 ceph-mon[107730]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-03T15:20:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:40 smithi159 ceph-mon[111016]: pgmap v229: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-03T15:20:41.083 INFO:teuthology.orchestra.run.smithi023.stdout: 5 163389 8.16 MB/sec execute 415 sec latency 135.509 ms 2023-12-03T15:20:42.083 INFO:teuthology.orchestra.run.smithi023.stdout: 5 163713 8.17 MB/sec execute 416 sec latency 110.053 ms 2023-12-03T15:20:42.214 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:42 smithi023 ceph-mon[107730]: pgmap v230: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-03T15:20:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:42 smithi159 ceph-mon[111016]: pgmap v230: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-03T15:20:43.083 INFO:teuthology.orchestra.run.smithi023.stdout: 5 164003 8.16 MB/sec execute 417 sec latency 126.526 ms 2023-12-03T15:20:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 164255 8.15 MB/sec execute 418 sec latency 126.730 ms 2023-12-03T15:20:44.254 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:44 smithi023 ceph-mon[107730]: pgmap v231: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-03T15:20:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:44 smithi159 ceph-mon[111016]: pgmap v231: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-03T15:20:45.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 164415 8.14 MB/sec execute 419 sec latency 133.718 ms 2023-12-03T15:20:46.059 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:46 smithi023 ceph-mon[107730]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-03T15:20:46.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 164559 8.13 MB/sec execute 420 sec latency 198.468 ms 2023-12-03T15:20:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:46 smithi159 ceph-mon[111016]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-03T15:20:47.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 164844 8.15 MB/sec execute 421 sec latency 134.070 ms 2023-12-03T15:20:48.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 165054 8.14 MB/sec execute 422 sec latency 141.406 ms 2023-12-03T15:20:48.387 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:48 smithi023 ceph-mon[107730]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-03T15:20:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:48 smithi159 ceph-mon[111016]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-03T15:20:49.090 INFO:teuthology.orchestra.run.smithi023.stdout: 5 165311 8.13 MB/sec execute 423 sec latency 126.674 ms 2023-12-03T15:20:50.091 INFO:teuthology.orchestra.run.smithi023.stdout: 5 165480 8.12 MB/sec execute 424 sec latency 139.357 ms 2023-12-03T15:20:50.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:50 smithi023 ceph-mon[107730]: pgmap v234: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-03T15:20:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:50 smithi159 ceph-mon[111016]: pgmap v234: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-12-03T15:20:51.091 INFO:teuthology.orchestra.run.smithi023.stdout: 5 165683 8.12 MB/sec execute 425 sec latency 213.169 ms 2023-12-03T15:20:52.091 INFO:teuthology.orchestra.run.smithi023.stdout: 5 165842 8.10 MB/sec execute 426 sec latency 137.189 ms 2023-12-03T15:20:52.262 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:52 smithi023 ceph-mon[107730]: pgmap v235: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-03T15:20:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:52 smithi159 ceph-mon[111016]: pgmap v235: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-03T15:20:53.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 166129 8.10 MB/sec execute 427 sec latency 143.123 ms 2023-12-03T15:20:53.275 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:20:54.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 166321 8.09 MB/sec execute 428 sec latency 120.633 ms 2023-12-03T15:20:54.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:54 smithi023 ceph-mon[107730]: pgmap v236: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 277 op/s 2023-12-03T15:20:54.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:54 smithi159 ceph-mon[111016]: pgmap v236: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 277 op/s 2023-12-03T15:20:55.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 166509 8.08 MB/sec execute 429 sec latency 172.124 ms 2023-12-03T15:20:56.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 166782 8.08 MB/sec execute 430 sec latency 126.654 ms 2023-12-03T15:20:56.112 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:55 smithi023 ceph-mon[107730]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-03T15:20:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:55 smithi159 ceph-mon[111016]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-03T15:20:57.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 167076 8.09 MB/sec execute 431 sec latency 129.781 ms 2023-12-03T15:20:58.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 167359 8.08 MB/sec execute 432 sec latency 121.942 ms 2023-12-03T15:20:58.407 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:20:58 smithi023 ceph-mon[107730]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-12-03T15:20:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:20:58 smithi159 ceph-mon[111016]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-12-03T15:20:59.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 167655 8.08 MB/sec execute 433 sec latency 134.303 ms 2023-12-03T15:21:00.098 INFO:teuthology.orchestra.run.smithi023.stdout: 5 167878 8.08 MB/sec execute 434 sec latency 129.710 ms 2023-12-03T15:21:00.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:00 smithi023 ceph-mon[107730]: pgmap v239: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-12-03T15:21:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:00 smithi159 ceph-mon[111016]: pgmap v239: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-12-03T15:21:01.099 INFO:teuthology.orchestra.run.smithi023.stdout: 5 168137 8.08 MB/sec execute 435 sec latency 137.848 ms 2023-12-03T15:21:02.104 INFO:teuthology.orchestra.run.smithi023.stdout: 5 168344 8.08 MB/sec execute 436 sec latency 129.685 ms 2023-12-03T15:21:02.237 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:02 smithi023 ceph-mon[107730]: pgmap v240: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 417 op/s 2023-12-03T15:21:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:02 smithi159 ceph-mon[111016]: pgmap v240: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 417 op/s 2023-12-03T15:21:03.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 168592 8.08 MB/sec execute 437 sec latency 129.530 ms 2023-12-03T15:21:04.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 168810 8.08 MB/sec execute 438 sec latency 134.512 ms 2023-12-03T15:21:04.295 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:04 smithi023 ceph-mon[107730]: pgmap v241: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 MiB/s wr, 285 op/s 2023-12-03T15:21:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:04 smithi159 ceph-mon[111016]: pgmap v241: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 MiB/s wr, 285 op/s 2023-12-03T15:21:05.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 169041 8.06 MB/sec execute 439 sec latency 144.864 ms 2023-12-03T15:21:06.074 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:05 smithi023 ceph-mon[107730]: pgmap v242: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-12-03T15:21:06.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 169283 8.06 MB/sec execute 440 sec latency 137.682 ms 2023-12-03T15:21:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:05 smithi159 ceph-mon[111016]: pgmap v242: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 430 op/s 2023-12-03T15:21:07.112 INFO:teuthology.orchestra.run.smithi023.stdout: 5 169504 8.04 MB/sec execute 441 sec latency 124.035 ms 2023-12-03T15:21:08.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 169793 8.05 MB/sec execute 442 sec latency 123.843 ms 2023-12-03T15:21:08.379 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:08 smithi023 ceph-mon[107730]: pgmap v243: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-03T15:21:08.380 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:08 smithi159 ceph-mon[111016]: pgmap v243: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-03T15:21:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:09.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 170035 8.04 MB/sec execute 443 sec latency 126.755 ms 2023-12-03T15:21:10.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 170345 8.04 MB/sec execute 444 sec latency 124.922 ms 2023-12-03T15:21:10.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:10 smithi023 ceph-mon[107730]: pgmap v244: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-03T15:21:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:10 smithi159 ceph-mon[111016]: pgmap v244: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-03T15:21:11.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 170657 8.05 MB/sec execute 445 sec latency 129.229 ms 2023-12-03T15:21:12.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 171019 8.05 MB/sec execute 446 sec latency 128.124 ms 2023-12-03T15:21:12.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:12 smithi023 ceph-mon[107730]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-03T15:21:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:12 smithi159 ceph-mon[111016]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-03T15:21:13.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 171382 8.06 MB/sec execute 447 sec latency 127.091 ms 2023-12-03T15:21:14.111 INFO:teuthology.orchestra.run.smithi023.stdout: 5 171601 8.05 MB/sec execute 448 sec latency 100.667 ms 2023-12-03T15:21:14.268 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:14 smithi023 ceph-mon[107730]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-03T15:21:14.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:14 smithi159 ceph-mon[111016]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-03T15:21:15.122 INFO:teuthology.orchestra.run.smithi023.stdout: 5 171858 8.06 MB/sec execute 449 sec latency 135.709 ms 2023-12-03T15:21:16.088 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:15 smithi023 ceph-mon[107730]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-03T15:21:16.122 INFO:teuthology.orchestra.run.smithi023.stdout: 5 172128 8.06 MB/sec execute 450 sec latency 137.343 ms 2023-12-03T15:21:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:15 smithi159 ceph-mon[111016]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-03T15:21:17.122 INFO:teuthology.orchestra.run.smithi023.stdout: 5 172424 8.05 MB/sec execute 451 sec latency 124.747 ms 2023-12-03T15:21:18.122 INFO:teuthology.orchestra.run.smithi023.stdout: 5 172676 8.05 MB/sec execute 452 sec latency 120.297 ms 2023-12-03T15:21:18.383 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:18 smithi023 ceph-mon[107730]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-03T15:21:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:18 smithi159 ceph-mon[111016]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-03T15:21:19.122 INFO:teuthology.orchestra.run.smithi023.stdout: 5 172996 8.05 MB/sec execute 453 sec latency 129.846 ms 2023-12-03T15:21:20.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 173270 8.04 MB/sec execute 454 sec latency 128.653 ms 2023-12-03T15:21:20.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:20 smithi023 ceph-mon[107730]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-03T15:21:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:20 smithi159 ceph-mon[111016]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-03T15:21:21.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 173581 8.04 MB/sec execute 455 sec latency 118.055 ms 2023-12-03T15:21:22.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 173914 8.04 MB/sec execute 456 sec latency 135.241 ms 2023-12-03T15:21:22.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:22 smithi023 ceph-mon[107730]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-12-03T15:21:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:22 smithi159 ceph-mon[111016]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-12-03T15:21:23.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 174241 8.05 MB/sec execute 457 sec latency 97.889 ms 2023-12-03T15:21:23.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:24.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 174600 8.05 MB/sec execute 458 sec latency 123.578 ms 2023-12-03T15:21:24.276 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:24 smithi023 ceph-mon[107730]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-03T15:21:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:24 smithi159 ceph-mon[111016]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-03T15:21:25.124 INFO:teuthology.orchestra.run.smithi023.stdout: 5 174826 8.04 MB/sec execute 459 sec latency 129.850 ms 2023-12-03T15:21:26.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:25 smithi023 ceph-mon[107730]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-12-03T15:21:26.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 175135 8.05 MB/sec execute 460 sec latency 143.231 ms 2023-12-03T15:21:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:25 smithi159 ceph-mon[111016]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-12-03T15:21:27.123 INFO:teuthology.orchestra.run.smithi023.stdout: 5 175397 8.05 MB/sec execute 461 sec latency 129.134 ms 2023-12-03T15:21:28.131 INFO:teuthology.orchestra.run.smithi023.stdout: 5 175605 8.04 MB/sec execute 462 sec latency 137.462 ms 2023-12-03T15:21:28.373 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:28 smithi023 ceph-mon[107730]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-03T15:21:28.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:28 smithi159 ceph-mon[111016]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-03T15:21:29.133 INFO:teuthology.orchestra.run.smithi023.stdout: 5 175917 8.05 MB/sec execute 463 sec latency 126.659 ms 2023-12-03T15:21:30.133 INFO:teuthology.orchestra.run.smithi023.stdout: 5 176080 8.04 MB/sec execute 464 sec latency 192.449 ms 2023-12-03T15:21:30.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:30 smithi023 ceph-mon[107730]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-03T15:21:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:30 smithi159 ceph-mon[111016]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-03T15:21:31.133 INFO:teuthology.orchestra.run.smithi023.stdout: 5 176297 8.03 MB/sec execute 465 sec latency 150.765 ms 2023-12-03T15:21:32.138 INFO:teuthology.orchestra.run.smithi023.stdout: 5 176592 8.02 MB/sec execute 466 sec latency 149.196 ms 2023-12-03T15:21:32.473 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:32 smithi023 ceph-mon[107730]: pgmap v255: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-12-03T15:21:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:32 smithi159 ceph-mon[111016]: pgmap v255: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-12-03T15:21:33.138 INFO:teuthology.orchestra.run.smithi023.stdout: 5 176836 8.02 MB/sec execute 467 sec latency 126.421 ms 2023-12-03T15:21:34.151 INFO:teuthology.orchestra.run.smithi023.stdout: 5 177173 8.02 MB/sec execute 468 sec latency 123.846 ms 2023-12-03T15:21:34.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:34 smithi023 ceph-mon[107730]: pgmap v256: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-03T15:21:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:34 smithi159 ceph-mon[111016]: pgmap v256: 97 pgs: 97 active+clean; 360 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-03T15:21:35.151 INFO:teuthology.orchestra.run.smithi023.stdout: 5 177539 8.03 MB/sec execute 469 sec latency 125.798 ms 2023-12-03T15:21:36.047 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:36 smithi023 ceph-mon[107730]: pgmap v257: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-12-03T15:21:36.156 INFO:teuthology.orchestra.run.smithi023.stdout: 5 177933 8.03 MB/sec execute 470 sec latency 123.642 ms 2023-12-03T15:21:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:36 smithi159 ceph-mon[111016]: pgmap v257: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-12-03T15:21:37.156 INFO:teuthology.orchestra.run.smithi023.stdout: 5 178187 8.03 MB/sec execute 471 sec latency 210.994 ms 2023-12-03T15:21:38.156 INFO:teuthology.orchestra.run.smithi023.stdout: 5 178349 8.03 MB/sec execute 472 sec latency 123.314 ms 2023-12-03T15:21:38.367 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:38 smithi023 ceph-mon[107730]: pgmap v258: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:21:38.367 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:38 smithi159 ceph-mon[111016]: pgmap v258: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:21:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:39.156 INFO:teuthology.orchestra.run.smithi023.stdout: 5 178611 8.03 MB/sec execute 473 sec latency 146.001 ms 2023-12-03T15:21:40.161 INFO:teuthology.orchestra.run.smithi023.stdout: 5 178846 8.03 MB/sec execute 474 sec latency 158.751 ms 2023-12-03T15:21:40.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:40 smithi023 ceph-mon[107730]: pgmap v259: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:21:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:40 smithi159 ceph-mon[111016]: pgmap v259: 97 pgs: 97 active+clean; 357 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-03T15:21:41.161 INFO:teuthology.orchestra.run.smithi023.stdout: 5 179042 8.02 MB/sec execute 475 sec latency 146.892 ms 2023-12-03T15:21:42.170 INFO:teuthology.orchestra.run.smithi023.stdout: 5 179312 8.03 MB/sec execute 476 sec latency 135.877 ms 2023-12-03T15:21:42.472 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:42 smithi023 ceph-mon[107730]: pgmap v260: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-12-03T15:21:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:42 smithi159 ceph-mon[111016]: pgmap v260: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-12-03T15:21:43.171 INFO:teuthology.orchestra.run.smithi023.stdout: 5 179538 8.02 MB/sec execute 477 sec latency 146.532 ms 2023-12-03T15:21:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: 5 179879 8.01 MB/sec execute 478 sec latency 126.884 ms 2023-12-03T15:21:44.288 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:44 smithi023 ceph-mon[107730]: pgmap v261: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-12-03T15:21:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:44 smithi159 ceph-mon[111016]: pgmap v261: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-12-03T15:21:45.172 INFO:teuthology.orchestra.run.smithi023.stdout: 5 180142 8.00 MB/sec execute 479 sec latency 126.869 ms 2023-12-03T15:21:46.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:46 smithi023 ceph-mon[107730]: pgmap v262: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-03T15:21:46.173 INFO:teuthology.orchestra.run.smithi023.stdout: 5 180359 7.99 MB/sec execute 480 sec latency 213.284 ms 2023-12-03T15:21:46.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:46 smithi159 ceph-mon[111016]: pgmap v262: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-03T15:21:47.172 INFO:teuthology.orchestra.run.smithi023.stdout: 5 180584 7.99 MB/sec execute 481 sec latency 86.803 ms 2023-12-03T15:21:48.173 INFO:teuthology.orchestra.run.smithi023.stdout: 5 180789 7.99 MB/sec execute 482 sec latency 109.341 ms 2023-12-03T15:21:48.386 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:48 smithi023 ceph-mon[107730]: pgmap v263: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-03T15:21:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:48 smithi159 ceph-mon[111016]: pgmap v263: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-03T15:21:49.175 INFO:teuthology.orchestra.run.smithi023.stdout: 5 181106 7.99 MB/sec execute 483 sec latency 201.073 ms 2023-12-03T15:21:50.181 INFO:teuthology.orchestra.run.smithi023.stdout: 5 181420 7.99 MB/sec execute 484 sec latency 135.115 ms 2023-12-03T15:21:50.314 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:50 smithi023 ceph-mon[107730]: pgmap v264: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-03T15:21:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:50 smithi159 ceph-mon[111016]: pgmap v264: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-03T15:21:51.181 INFO:teuthology.orchestra.run.smithi023.stdout: 5 181725 7.99 MB/sec execute 485 sec latency 123.153 ms 2023-12-03T15:21:52.186 INFO:teuthology.orchestra.run.smithi023.stdout: 5 181993 8.00 MB/sec execute 486 sec latency 136.415 ms 2023-12-03T15:21:52.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:52 smithi023 ceph-mon[107730]: pgmap v265: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-12-03T15:21:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:52 smithi159 ceph-mon[111016]: pgmap v265: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-12-03T15:21:53.186 INFO:teuthology.orchestra.run.smithi023.stdout: 5 182329 8.00 MB/sec execute 487 sec latency 139.927 ms 2023-12-03T15:21:53.380 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:21:54.194 INFO:teuthology.orchestra.run.smithi023.stdout: 5 182631 8.01 MB/sec execute 488 sec latency 140.132 ms 2023-12-03T15:21:54.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:54 smithi023 ceph-mon[107730]: pgmap v266: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-03T15:21:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:54 smithi159 ceph-mon[111016]: pgmap v266: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-03T15:21:55.197 INFO:teuthology.orchestra.run.smithi023.stdout: 5 182890 8.01 MB/sec execute 489 sec latency 144.496 ms 2023-12-03T15:21:56.198 INFO:teuthology.orchestra.run.smithi023.stdout: 5 183146 8.01 MB/sec execute 490 sec latency 128.560 ms 2023-12-03T15:21:56.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:56 smithi023 ceph-mon[107730]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-03T15:21:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:56 smithi159 ceph-mon[111016]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-03T15:21:57.213 INFO:teuthology.orchestra.run.smithi023.stdout: 5 183466 8.00 MB/sec execute 491 sec latency 130.320 ms 2023-12-03T15:21:58.214 INFO:teuthology.orchestra.run.smithi023.stdout: 5 183739 7.99 MB/sec execute 492 sec latency 130.665 ms 2023-12-03T15:21:58.267 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:21:58 smithi023 ceph-mon[107730]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-03T15:21:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:21:58 smithi159 ceph-mon[111016]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-03T15:21:59.214 INFO:teuthology.orchestra.run.smithi023.stdout: 5 184001 7.99 MB/sec execute 493 sec latency 136.416 ms 2023-12-03T15:22:00.221 INFO:teuthology.orchestra.run.smithi023.stdout: 5 184298 7.99 MB/sec execute 494 sec latency 143.214 ms 2023-12-03T15:22:00.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:00 smithi023 ceph-mon[107730]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-03T15:22:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:00 smithi159 ceph-mon[111016]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-12-03T15:22:01.224 INFO:teuthology.orchestra.run.smithi023.stdout: 5 184665 7.99 MB/sec execute 495 sec latency 120.529 ms 2023-12-03T15:22:02.224 INFO:teuthology.orchestra.run.smithi023.stdout: 5 184944 7.99 MB/sec execute 496 sec latency 117.853 ms 2023-12-03T15:22:02.402 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:02 smithi023 ceph-mon[107730]: pgmap v270: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-03T15:22:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:02 smithi159 ceph-mon[111016]: pgmap v270: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-03T15:22:03.224 INFO:teuthology.orchestra.run.smithi023.stdout: 5 185135 7.99 MB/sec execute 497 sec latency 134.172 ms 2023-12-03T15:22:04.234 INFO:teuthology.orchestra.run.smithi023.stdout: 5 185351 7.98 MB/sec execute 498 sec latency 146.378 ms 2023-12-03T15:22:04.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:04 smithi023 ceph-mon[107730]: pgmap v271: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-03T15:22:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:04 smithi159 ceph-mon[111016]: pgmap v271: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-12-03T15:22:05.234 INFO:teuthology.orchestra.run.smithi023.stdout: 5 185542 7.97 MB/sec execute 499 sec latency 131.155 ms 2023-12-03T15:22:06.234 INFO:teuthology.orchestra.run.smithi023.stdout: 5 185764 7.97 MB/sec execute 500 sec latency 126.323 ms 2023-12-03T15:22:06.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:06 smithi023 ceph-mon[107730]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-03T15:22:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:06 smithi159 ceph-mon[111016]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-03T15:22:07.235 INFO:teuthology.orchestra.run.smithi023.stdout: 5 185951 7.97 MB/sec execute 501 sec latency 170.891 ms 2023-12-03T15:22:08.235 INFO:teuthology.orchestra.run.smithi023.stdout: 5 186162 7.97 MB/sec execute 502 sec latency 180.548 ms 2023-12-03T15:22:08.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:08 smithi023 ceph-mon[107730]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-03T15:22:08.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:08 smithi159 ceph-mon[111016]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-03T15:22:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:09.235 INFO:teuthology.orchestra.run.smithi023.stdout: 5 186385 7.97 MB/sec execute 503 sec latency 155.850 ms 2023-12-03T15:22:10.235 INFO:teuthology.orchestra.run.smithi023.stdout: 5 186576 7.97 MB/sec execute 504 sec latency 121.194 ms 2023-12-03T15:22:10.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:10 smithi023 ceph-mon[107730]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-03T15:22:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:10 smithi159 ceph-mon[111016]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-03T15:22:11.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 186799 7.96 MB/sec execute 505 sec latency 124.401 ms 2023-12-03T15:22:12.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 187042 7.95 MB/sec execute 506 sec latency 145.540 ms 2023-12-03T15:22:12.465 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:12 smithi023 ceph-mon[107730]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-03T15:22:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:12 smithi159 ceph-mon[111016]: pgmap v275: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-03T15:22:13.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 187283 7.94 MB/sec execute 507 sec latency 123.191 ms 2023-12-03T15:22:14.241 INFO:teuthology.orchestra.run.smithi023.stdout: 5 187605 7.95 MB/sec execute 508 sec latency 152.078 ms 2023-12-03T15:22:14.257 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:14 smithi023 ceph-mon[107730]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-03T15:22:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:14 smithi159 ceph-mon[111016]: pgmap v276: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-03T15:22:15.239 INFO:teuthology.orchestra.run.smithi023.stdout: 5 187938 7.95 MB/sec execute 509 sec latency 128.814 ms 2023-12-03T15:22:16.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 188241 7.96 MB/sec execute 510 sec latency 130.586 ms 2023-12-03T15:22:16.316 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:16 smithi023 ceph-mon[107730]: pgmap v277: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-03T15:22:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:16 smithi159 ceph-mon[111016]: pgmap v277: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-03T15:22:17.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 188503 7.95 MB/sec execute 511 sec latency 123.905 ms 2023-12-03T15:22:18.239 INFO:teuthology.orchestra.run.smithi023.stdout: 5 188735 7.94 MB/sec execute 512 sec latency 151.893 ms 2023-12-03T15:22:18.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:18 smithi023 ceph-mon[107730]: pgmap v278: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-12-03T15:22:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:18 smithi159 ceph-mon[111016]: pgmap v278: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-12-03T15:22:19.238 INFO:teuthology.orchestra.run.smithi023.stdout: 5 189040 7.94 MB/sec execute 513 sec latency 134.599 ms 2023-12-03T15:22:20.244 INFO:teuthology.orchestra.run.smithi023.stdout: 5 189309 7.94 MB/sec execute 514 sec latency 198.584 ms 2023-12-03T15:22:20.468 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:20 smithi023 ceph-mon[107730]: pgmap v279: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-12-03T15:22:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:20 smithi159 ceph-mon[111016]: pgmap v279: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-12-03T15:22:21.245 INFO:teuthology.orchestra.run.smithi023.stdout: 5 189547 7.94 MB/sec execute 515 sec latency 132.078 ms 2023-12-03T15:22:22.258 INFO:teuthology.orchestra.run.smithi023.stdout: 5 189832 7.94 MB/sec execute 516 sec latency 180.123 ms 2023-12-03T15:22:22.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:22 smithi023 ceph-mon[107730]: pgmap v280: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-03T15:22:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:22 smithi159 ceph-mon[111016]: pgmap v280: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-12-03T15:22:23.254 INFO:teuthology.orchestra.run.smithi023.stdout: 5 190224 7.95 MB/sec execute 517 sec latency 126.406 ms 2023-12-03T15:22:23.523 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:24.254 INFO:teuthology.orchestra.run.smithi023.stdout: 5 190490 7.95 MB/sec execute 518 sec latency 126.858 ms 2023-12-03T15:22:24.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:24 smithi023 ceph-mon[107730]: pgmap v281: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 316 op/s 2023-12-03T15:22:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:24 smithi159 ceph-mon[111016]: pgmap v281: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 316 op/s 2023-12-03T15:22:25.255 INFO:teuthology.orchestra.run.smithi023.stdout: 5 190694 7.94 MB/sec execute 519 sec latency 129.722 ms 2023-12-03T15:22:26.078 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:26 smithi023 ceph-mon[107730]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 495 op/s 2023-12-03T15:22:26.254 INFO:teuthology.orchestra.run.smithi023.stdout: 5 190966 7.93 MB/sec execute 520 sec latency 126.629 ms 2023-12-03T15:22:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:26 smithi159 ceph-mon[111016]: pgmap v282: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 495 op/s 2023-12-03T15:22:27.262 INFO:teuthology.orchestra.run.smithi023.stdout: 5 191206 7.93 MB/sec execute 521 sec latency 126.209 ms 2023-12-03T15:22:28.262 INFO:teuthology.orchestra.run.smithi023.stdout: 5 191525 7.94 MB/sec execute 522 sec latency 124.060 ms 2023-12-03T15:22:28.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:28 smithi023 ceph-mon[107730]: pgmap v283: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:22:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:28 smithi159 ceph-mon[111016]: pgmap v283: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:22:29.262 INFO:teuthology.orchestra.run.smithi023.stdout: 5 191868 7.94 MB/sec execute 523 sec latency 123.879 ms 2023-12-03T15:22:30.262 INFO:teuthology.orchestra.run.smithi023.stdout: 5 192235 7.94 MB/sec execute 524 sec latency 130.464 ms 2023-12-03T15:22:30.420 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:30 smithi023 ceph-mon[107730]: pgmap v284: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:22:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:30 smithi159 ceph-mon[111016]: pgmap v284: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-03T15:22:31.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 192421 7.93 MB/sec execute 525 sec latency 132.231 ms 2023-12-03T15:22:32.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 192711 7.94 MB/sec execute 526 sec latency 129.954 ms 2023-12-03T15:22:32.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:32 smithi023 ceph-mon[107730]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2023-12-03T15:22:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:32 smithi159 ceph-mon[111016]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2023-12-03T15:22:33.266 INFO:teuthology.orchestra.run.smithi023.stdout: 5 192978 7.94 MB/sec execute 527 sec latency 114.463 ms 2023-12-03T15:22:34.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 193213 7.94 MB/sec execute 528 sec latency 126.092 ms 2023-12-03T15:22:34.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:34 smithi023 ceph-mon[107730]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-03T15:22:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:34 smithi159 ceph-mon[111016]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-03T15:22:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 193422 7.94 MB/sec execute 529 sec latency 126.095 ms 2023-12-03T15:22:36.097 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:36 smithi023 ceph-mon[107730]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-03T15:22:36.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 193608 7.93 MB/sec execute 530 sec latency 145.783 ms 2023-12-03T15:22:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:36 smithi159 ceph-mon[111016]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-03T15:22:37.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 193784 7.93 MB/sec execute 531 sec latency 204.256 ms 2023-12-03T15:22:38.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 193968 7.92 MB/sec execute 532 sec latency 104.217 ms 2023-12-03T15:22:38.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:38 smithi023 ceph-mon[107730]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-03T15:22:38.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:38 smithi159 ceph-mon[111016]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-03T15:22:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:39.265 INFO:teuthology.orchestra.run.smithi023.stdout: 5 194173 7.90 MB/sec execute 533 sec latency 128.182 ms 2023-12-03T15:22:40.266 INFO:teuthology.orchestra.run.smithi023.stdout: 5 194404 7.90 MB/sec execute 534 sec latency 124.700 ms 2023-12-03T15:22:40.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:40 smithi023 ceph-mon[107730]: pgmap v289: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-03T15:22:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:40 smithi159 ceph-mon[111016]: pgmap v289: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-03T15:22:41.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 194577 7.89 MB/sec execute 535 sec latency 134.497 ms 2023-12-03T15:22:42.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 194763 7.89 MB/sec execute 536 sec latency 144.223 ms 2023-12-03T15:22:42.302 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:42 smithi023 ceph-mon[107730]: pgmap v290: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-03T15:22:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:42 smithi159 ceph-mon[111016]: pgmap v290: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-03T15:22:43.269 INFO:teuthology.orchestra.run.smithi023.stdout: 5 195015 7.89 MB/sec execute 537 sec latency 141.153 ms 2023-12-03T15:22:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 195335 7.89 MB/sec execute 538 sec latency 133.105 ms 2023-12-03T15:22:44.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:44 smithi023 ceph-mon[107730]: pgmap v291: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-03T15:22:44.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:44 smithi159 ceph-mon[111016]: pgmap v291: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-12-03T15:22:45.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 195649 7.89 MB/sec execute 539 sec latency 126.693 ms 2023-12-03T15:22:46.141 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:46 smithi023 ceph-mon[107730]: pgmap v292: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-03T15:22:46.269 INFO:teuthology.orchestra.run.smithi023.stdout: 5 195851 7.89 MB/sec execute 540 sec latency 124.940 ms 2023-12-03T15:22:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:46 smithi159 ceph-mon[111016]: pgmap v292: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-12-03T15:22:47.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 196096 7.88 MB/sec execute 541 sec latency 181.114 ms 2023-12-03T15:22:48.269 INFO:teuthology.orchestra.run.smithi023.stdout: 5 196385 7.89 MB/sec execute 542 sec latency 204.134 ms 2023-12-03T15:22:48.456 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:48 smithi023 ceph-mon[107730]: pgmap v293: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 270 op/s 2023-12-03T15:22:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:48 smithi159 ceph-mon[111016]: pgmap v293: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 270 op/s 2023-12-03T15:22:49.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 196719 7.89 MB/sec execute 543 sec latency 123.731 ms 2023-12-03T15:22:50.268 INFO:teuthology.orchestra.run.smithi023.stdout: 5 196946 7.89 MB/sec execute 544 sec latency 131.990 ms 2023-12-03T15:22:50.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:50 smithi023 ceph-mon[107730]: pgmap v294: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 270 op/s 2023-12-03T15:22:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:50 smithi159 ceph-mon[111016]: pgmap v294: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 270 op/s 2023-12-03T15:22:51.273 INFO:teuthology.orchestra.run.smithi023.stdout: 5 197181 7.89 MB/sec execute 545 sec latency 126.299 ms 2023-12-03T15:22:52.271 INFO:teuthology.orchestra.run.smithi023.stdout: 5 197451 7.89 MB/sec execute 546 sec latency 126.259 ms 2023-12-03T15:22:52.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:52 smithi023 ceph-mon[107730]: pgmap v295: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-03T15:22:52.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:52 smithi159 ceph-mon[111016]: pgmap v295: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-03T15:22:53.279 INFO:teuthology.orchestra.run.smithi023.stdout: 5 197746 7.88 MB/sec execute 547 sec latency 126.800 ms 2023-12-03T15:22:53.315 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:22:54.279 INFO:teuthology.orchestra.run.smithi023.stdout: 5 198030 7.87 MB/sec execute 548 sec latency 120.667 ms 2023-12-03T15:22:54.360 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:54 smithi023 ceph-mon[107730]: pgmap v296: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-03T15:22:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:54 smithi159 ceph-mon[111016]: pgmap v296: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-03T15:22:55.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 198298 7.87 MB/sec execute 549 sec latency 129.890 ms 2023-12-03T15:22:56.175 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:56 smithi023 ceph-mon[107730]: pgmap v297: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-03T15:22:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 198607 7.88 MB/sec execute 550 sec latency 142.583 ms 2023-12-03T15:22:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:56 smithi159 ceph-mon[111016]: pgmap v297: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-03T15:22:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 198937 7.88 MB/sec execute 551 sec latency 123.805 ms 2023-12-03T15:22:58.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 199268 7.88 MB/sec execute 552 sec latency 201.954 ms 2023-12-03T15:22:58.485 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:22:58 smithi023 ceph-mon[107730]: pgmap v298: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-03T15:22:58.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:22:58 smithi159 ceph-mon[111016]: pgmap v298: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-03T15:22:59.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 199540 7.88 MB/sec execute 553 sec latency 140.720 ms 2023-12-03T15:23:00.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 199767 7.88 MB/sec execute 554 sec latency 138.932 ms 2023-12-03T15:23:00.361 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:00 smithi023 ceph-mon[107730]: pgmap v299: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-03T15:23:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:00 smithi159 ceph-mon[111016]: pgmap v299: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-03T15:23:01.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 200118 7.89 MB/sec execute 555 sec latency 126.818 ms 2023-12-03T15:23:02.290 INFO:teuthology.orchestra.run.smithi023.stdout: 5 200400 7.89 MB/sec execute 556 sec latency 171.210 ms 2023-12-03T15:23:02.413 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:02 smithi023 ceph-mon[107730]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-03T15:23:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:02 smithi159 ceph-mon[111016]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-03T15:23:03.289 INFO:teuthology.orchestra.run.smithi023.stdout: 5 200570 7.88 MB/sec execute 557 sec latency 131.313 ms 2023-12-03T15:23:04.297 INFO:teuthology.orchestra.run.smithi023.stdout: 5 200794 7.88 MB/sec execute 558 sec latency 120.750 ms 2023-12-03T15:23:04.484 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:04 smithi023 ceph-mon[107730]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 346 op/s 2023-12-03T15:23:04.634 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:04 smithi159 ceph-mon[111016]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 346 op/s 2023-12-03T15:23:05.297 INFO:teuthology.orchestra.run.smithi023.stdout: 5 201000 7.87 MB/sec execute 559 sec latency 179.947 ms 2023-12-03T15:23:06.285 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:06 smithi023 ceph-mon[107730]: pgmap v302: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-03T15:23:06.297 INFO:teuthology.orchestra.run.smithi023.stdout: 5 201250 7.87 MB/sec execute 560 sec latency 123.375 ms 2023-12-03T15:23:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:06 smithi159 ceph-mon[111016]: pgmap v302: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-12-03T15:23:07.306 INFO:teuthology.orchestra.run.smithi023.stdout: 5 201581 7.86 MB/sec execute 561 sec latency 141.152 ms 2023-12-03T15:23:08.306 INFO:teuthology.orchestra.run.smithi023.stdout: 5 201845 7.85 MB/sec execute 562 sec latency 141.799 ms 2023-12-03T15:23:08.313 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:08 smithi023 ceph-mon[107730]: pgmap v303: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 334 op/s 2023-12-03T15:23:08.313 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:08 smithi159 ceph-mon[111016]: pgmap v303: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 334 op/s 2023-12-03T15:23:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:09.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 202105 7.86 MB/sec execute 563 sec latency 130.594 ms 2023-12-03T15:23:10.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 202411 7.86 MB/sec execute 564 sec latency 126.614 ms 2023-12-03T15:23:10.338 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:10 smithi023 ceph-mon[107730]: pgmap v304: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 334 op/s 2023-12-03T15:23:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:10 smithi159 ceph-mon[111016]: pgmap v304: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 334 op/s 2023-12-03T15:23:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 202750 7.86 MB/sec execute 565 sec latency 124.199 ms 2023-12-03T15:23:12.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 203054 7.87 MB/sec execute 566 sec latency 139.894 ms 2023-12-03T15:23:12.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:12 smithi023 ceph-mon[107730]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-03T15:23:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:12 smithi159 ceph-mon[111016]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-03T15:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 203224 7.86 MB/sec execute 567 sec latency 128.625 ms 2023-12-03T15:23:14.307 INFO:teuthology.orchestra.run.smithi023.stdout: 5 203447 7.86 MB/sec execute 568 sec latency 129.357 ms 2023-12-03T15:23:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:14 smithi023 ceph-mon[107730]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-03T15:23:14.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:14 smithi159 ceph-mon[111016]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-03T15:23:15.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 203614 7.86 MB/sec execute 569 sec latency 126.471 ms 2023-12-03T15:23:16.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:16 smithi023 ceph-mon[107730]: pgmap v307: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-03T15:23:16.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 203829 7.85 MB/sec execute 570 sec latency 139.536 ms 2023-12-03T15:23:16.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:16 smithi159 ceph-mon[111016]: pgmap v307: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-03T15:23:17.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 204065 7.85 MB/sec execute 571 sec latency 123.341 ms 2023-12-03T15:23:18.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 204246 7.85 MB/sec execute 572 sec latency 130.632 ms 2023-12-03T15:23:18.340 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:18 smithi023 ceph-mon[107730]: pgmap v308: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-03T15:23:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:18 smithi159 ceph-mon[111016]: pgmap v308: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-03T15:23:19.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 204435 7.84 MB/sec execute 573 sec latency 122.391 ms 2023-12-03T15:23:20.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 204653 7.84 MB/sec execute 574 sec latency 126.674 ms 2023-12-03T15:23:20.427 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:20 smithi023 ceph-mon[107730]: pgmap v309: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-03T15:23:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:20 smithi159 ceph-mon[111016]: pgmap v309: 97 pgs: 97 active+clean; 365 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-03T15:23:21.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 204906 7.83 MB/sec execute 575 sec latency 142.016 ms 2023-12-03T15:23:22.312 INFO:teuthology.orchestra.run.smithi023.stdout: 5 205154 7.82 MB/sec execute 576 sec latency 113.516 ms 2023-12-03T15:23:22.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:22 smithi023 ceph-mon[107730]: pgmap v310: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-03T15:23:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:22 smithi159 ceph-mon[111016]: pgmap v310: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-03T15:23:23.318 INFO:teuthology.orchestra.run.smithi023.stdout: 5 205416 7.82 MB/sec execute 577 sec latency 117.868 ms 2023-12-03T15:23:23.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:24.325 INFO:teuthology.orchestra.run.smithi023.stdout: 5 205664 7.82 MB/sec execute 578 sec latency 120.599 ms 2023-12-03T15:23:24.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:24 smithi023 ceph-mon[107730]: pgmap v311: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 282 op/s 2023-12-03T15:23:24.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:24 smithi159 ceph-mon[111016]: pgmap v311: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 282 op/s 2023-12-03T15:23:25.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 205958 7.83 MB/sec execute 579 sec latency 125.969 ms 2023-12-03T15:23:26.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 206161 7.82 MB/sec execute 580 sec latency 138.253 ms 2023-12-03T15:23:26.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:26 smithi023 ceph-mon[107730]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-03T15:23:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:26 smithi159 ceph-mon[111016]: pgmap v312: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-03T15:23:27.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 206402 7.82 MB/sec execute 581 sec latency 126.579 ms 2023-12-03T15:23:28.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 206607 7.82 MB/sec execute 582 sec latency 120.213 ms 2023-12-03T15:23:28.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:28 smithi023 ceph-mon[107730]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-03T15:23:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:28 smithi159 ceph-mon[111016]: pgmap v313: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-03T15:23:29.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 206791 7.81 MB/sec execute 583 sec latency 147.993 ms 2023-12-03T15:23:30.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 206973 7.81 MB/sec execute 584 sec latency 126.310 ms 2023-12-03T15:23:30.473 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:30 smithi023 ceph-mon[107730]: pgmap v314: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-03T15:23:30.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:30 smithi159 ceph-mon[111016]: pgmap v314: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-12-03T15:23:31.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 207198 7.80 MB/sec execute 585 sec latency 134.504 ms 2023-12-03T15:23:32.284 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:32 smithi023 ceph-mon[107730]: pgmap v315: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2023-12-03T15:23:32.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 207454 7.80 MB/sec execute 586 sec latency 122.212 ms 2023-12-03T15:23:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:32 smithi159 ceph-mon[111016]: pgmap v315: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2023-12-03T15:23:33.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 207715 7.80 MB/sec execute 587 sec latency 123.440 ms 2023-12-03T15:23:34.308 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:34 smithi023 ceph-mon[107730]: pgmap v316: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-03T15:23:34.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 208000 7.81 MB/sec execute 588 sec latency 140.837 ms 2023-12-03T15:23:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:34 smithi159 ceph-mon[111016]: pgmap v316: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-03T15:23:35.332 INFO:teuthology.orchestra.run.smithi023.stdout: 5 208254 7.80 MB/sec execute 589 sec latency 134.959 ms 2023-12-03T15:23:36.112 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:36 smithi023 ceph-mon[107730]: pgmap v317: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-03T15:23:36.341 INFO:teuthology.orchestra.run.smithi023.stdout: 5 208502 7.80 MB/sec execute 590 sec latency 126.578 ms 2023-12-03T15:23:36.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:36 smithi159 ceph-mon[111016]: pgmap v317: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-03T15:23:37.341 INFO:teuthology.orchestra.run.smithi023.stdout: 5 208715 7.79 MB/sec execute 591 sec latency 123.674 ms 2023-12-03T15:23:38.341 INFO:teuthology.orchestra.run.smithi023.stdout: 5 208972 7.79 MB/sec execute 592 sec latency 143.279 ms 2023-12-03T15:23:38.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:38 smithi023 ceph-mon[107730]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2023-12-03T15:23:38.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:38 smithi159 ceph-mon[111016]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 273 op/s 2023-12-03T15:23:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:39.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 209248 7.79 MB/sec execute 593 sec latency 146.652 ms 2023-12-03T15:23:40.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 209587 7.79 MB/sec execute 594 sec latency 127.036 ms 2023-12-03T15:23:40.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:40 smithi023 ceph-mon[107730]: pgmap v319: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-03T15:23:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:40 smithi159 ceph-mon[111016]: pgmap v319: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-03T15:23:41.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 209830 7.79 MB/sec execute 595 sec latency 123.815 ms 2023-12-03T15:23:42.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 210105 7.79 MB/sec execute 596 sec latency 129.809 ms 2023-12-03T15:23:42.475 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:42 smithi023 ceph-mon[107730]: pgmap v320: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-03T15:23:42.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:42 smithi159 ceph-mon[111016]: pgmap v320: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-03T15:23:43.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 210360 7.79 MB/sec execute 597 sec latency 131.955 ms 2023-12-03T15:23:44.347 INFO:teuthology.orchestra.run.smithi023.stdout: 5 210640 7.79 MB/sec execute 598 sec latency 120.718 ms 2023-12-03T15:23:44.532 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:44 smithi023 ceph-mon[107730]: pgmap v321: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-03T15:23:44.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:44 smithi159 ceph-mon[111016]: pgmap v321: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-12-03T15:23:45.356 INFO:teuthology.orchestra.run.smithi023.stdout: 5 210906 7.79 MB/sec execute 599 sec latency 125.806 ms 2023-12-03T15:23:46.346 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:46 smithi023 ceph-mon[107730]: pgmap v322: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-03T15:23:46.359 INFO:teuthology.orchestra.run.smithi023.stdout: 5 211181 7.79 MB/sec execute 600 sec latency 116.083 ms 2023-12-03T15:23:46.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:46 smithi159 ceph-mon[111016]: pgmap v322: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-03T15:23:47.360 INFO:teuthology.orchestra.run.smithi023.stdout: 5 cleanup 601 sec 2023-12-03T15:23:47.534 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002d80000000f' failed - Device or resource busy 2023-12-03T15:23:47.534 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c900000005' failed - Device or resource busy 2023-12-03T15:23:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000092fd00000007' failed - Device or resource busy 2023-12-03T15:23:47.559 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c00000000e' failed - Device or resource busy 2023-12-03T15:23:47.559 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002cd00000006' failed - Device or resource busy 2023-12-03T15:23:47.560 INFO:teuthology.orchestra.run.smithi023.stdout:[210809] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000092f70000000d' failed - Device or resource busy 2023-12-03T15:23:47.595 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002db00000016' failed - Device or resource busy 2023-12-03T15:23:47.595 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030200000011' failed - Device or resource busy 2023-12-03T15:23:47.596 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002bc00000010' failed - Device or resource busy 2023-12-03T15:23:47.639 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002dd0000001a' failed - Device or resource busy 2023-12-03T15:23:47.708 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f700000014' failed - Device or resource busy 2023-12-03T15:23:47.770 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000029c00000017' failed - Device or resource busy 2023-12-03T15:23:47.833 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f400000019' failed - Device or resource busy 2023-12-03T15:23:47.895 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002b500000018' failed - Device or resource busy 2023-12-03T15:23:47.958 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002d700000013' failed - Device or resource busy 2023-12-03T15:23:48.021 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030500000012' failed - Device or resource busy 2023-12-03T15:23:48.083 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f000000004' failed - Device or resource busy 2023-12-03T15:23:48.334 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002a800000002' failed - Device or resource busy 2023-12-03T15:23:48.359 INFO:teuthology.orchestra.run.smithi023.stdout: 2 cleanup 602 sec 2023-12-03T15:23:48.412 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:48 smithi023 ceph-mon[107730]: pgmap v323: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-12-03T15:23:48.522 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002c700000003' failed - Device or resource busy 2023-12-03T15:23:48.584 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030800000015' failed - Device or resource busy 2023-12-03T15:23:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:48 smithi159 ceph-mon[111016]: pgmap v323: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-12-03T15:23:48.772 INFO:teuthology.orchestra.run.smithi023.stdout:[211332] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002a000000001' failed - Device or resource busy 2023-12-03T15:23:49.360 INFO:teuthology.orchestra.run.smithi023.stdout: 2 cleanup 603 sec 2023-12-03T15:23:50.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 604 sec 2023-12-03T15:23:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:50 smithi159 ceph-mon[111016]: pgmap v324: 97 pgs: 97 active+clean; 359 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-03T15:23:50.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:50 smithi023 ceph-mon[107730]: pgmap v324: 97 pgs: 97 active+clean; 359 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-03T15:23:51.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 605 sec 2023-12-03T15:23:52.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 606 sec 2023-12-03T15:23:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:52 smithi159 ceph-mon[111016]: pgmap v325: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 347 op/s 2023-12-03T15:23:52.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:52 smithi023 ceph-mon[107730]: pgmap v325: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 347 op/s 2023-12-03T15:23:53.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 607 sec 2023-12-03T15:23:53.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:53.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:23:54.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 608 sec 2023-12-03T15:23:54.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:54 smithi159 ceph-mon[111016]: pgmap v326: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-12-03T15:23:54.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:54 smithi023 ceph-mon[107730]: pgmap v326: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-12-03T15:23:55.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 609 sec 2023-12-03T15:23:56.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 610 sec 2023-12-03T15:23:56.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:56 smithi159 ceph-mon[111016]: pgmap v327: 97 pgs: 97 active+clean; 263 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-12-03T15:23:56.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:56 smithi023 ceph-mon[107730]: pgmap v327: 97 pgs: 97 active+clean; 263 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-12-03T15:23:57.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 611 sec 2023-12-03T15:23:58.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 612 sec 2023-12-03T15:23:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:23:58 smithi159 ceph-mon[111016]: pgmap v328: 97 pgs: 97 active+clean; 263 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.2 MiB/s wr, 141 op/s 2023-12-03T15:23:58.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:23:58 smithi023 ceph-mon[107730]: pgmap v328: 97 pgs: 97 active+clean; 263 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.2 MiB/s wr, 141 op/s 2023-12-03T15:23:59.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 613 sec 2023-12-03T15:24:00.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 614 sec 2023-12-03T15:24:00.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:00 smithi159 ceph-mon[111016]: pgmap v329: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.2 MiB/s wr, 141 op/s 2023-12-03T15:24:00.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:00 smithi023 ceph-mon[107730]: pgmap v329: 97 pgs: 97 active+clean; 261 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.2 MiB/s wr, 141 op/s 2023-12-03T15:24:01.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 615 sec 2023-12-03T15:24:02.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 616 sec 2023-12-03T15:24:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:02 smithi159 ceph-mon[111016]: pgmap v330: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.0 MiB/s wr, 136 op/s 2023-12-03T15:24:02.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:02 smithi023 ceph-mon[107730]: pgmap v330: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.0 MiB/s wr, 136 op/s 2023-12-03T15:24:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 617 sec 2023-12-03T15:24:04.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 618 sec 2023-12-03T15:24:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:04 smithi159 ceph-mon[111016]: pgmap v331: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 34 KiB/s wr, 29 op/s 2023-12-03T15:24:04.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:04 smithi023 ceph-mon[107730]: pgmap v331: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 34 KiB/s wr, 29 op/s 2023-12-03T15:24:05.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 619 sec 2023-12-03T15:24:06.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 620 sec 2023-12-03T15:24:06.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:06 smithi159 ceph-mon[111016]: pgmap v332: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 34 KiB/s wr, 29 op/s 2023-12-03T15:24:06.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:06 smithi023 ceph-mon[107730]: pgmap v332: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 34 KiB/s wr, 29 op/s 2023-12-03T15:24:07.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 621 sec 2023-12-03T15:24:08.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 622 sec 2023-12-03T15:24:08.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:08 smithi159 ceph-mon[111016]: pgmap v333: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-03T15:24:08.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:08.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:08 smithi023 ceph-mon[107730]: pgmap v333: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-03T15:24:08.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:09.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 623 sec 2023-12-03T15:24:10.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 624 sec 2023-12-03T15:24:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:10 smithi159 ceph-mon[111016]: pgmap v334: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-03T15:24:10.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:10 smithi023 ceph-mon[107730]: pgmap v334: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-03T15:24:11.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 625 sec 2023-12-03T15:24:12.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 626 sec 2023-12-03T15:24:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:12 smithi159 ceph-mon[111016]: pgmap v335: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 KiB/s wr, 1 op/s 2023-12-03T15:24:12.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:12 smithi023 ceph-mon[107730]: pgmap v335: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 KiB/s wr, 1 op/s 2023-12-03T15:24:13.360 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 627 sec 2023-12-03T15:24:14.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 628 sec 2023-12-03T15:24:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:14 smithi159 ceph-mon[111016]: pgmap v336: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:14.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:14 smithi023 ceph-mon[107730]: pgmap v336: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:15.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 629 sec 2023-12-03T15:24:16.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 630 sec 2023-12-03T15:24:16.383 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:16 smithi159 ceph-mon[111016]: pgmap v337: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:16.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:16 smithi023 ceph-mon[107730]: pgmap v337: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:17.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 631 sec 2023-12-03T15:24:18.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 632 sec 2023-12-03T15:24:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:18 smithi159 ceph-mon[111016]: pgmap v338: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:18.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:18 smithi023 ceph-mon[107730]: pgmap v338: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:19.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 633 sec 2023-12-03T15:24:20.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 634 sec 2023-12-03T15:24:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:20 smithi159 ceph-mon[111016]: pgmap v339: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:20.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:20 smithi023 ceph-mon[107730]: pgmap v339: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:21.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 635 sec 2023-12-03T15:24:22.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 636 sec 2023-12-03T15:24:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:22 smithi159 ceph-mon[111016]: pgmap v340: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:22.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:22 smithi023 ceph-mon[107730]: pgmap v340: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-03T15:24:23.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 637 sec 2023-12-03T15:24:23.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:23.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:24.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 638 sec 2023-12-03T15:24:24.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:24 smithi023 ceph-mon[107730]: pgmap v341: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:24.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:24 smithi159 ceph-mon[111016]: pgmap v341: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:25.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 639 sec 2023-12-03T15:24:26.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 640 sec 2023-12-03T15:24:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:26 smithi159 ceph-mon[111016]: pgmap v342: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:26.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:26 smithi023 ceph-mon[107730]: pgmap v342: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:27.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 641 sec 2023-12-03T15:24:28.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 642 sec 2023-12-03T15:24:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:28 smithi159 ceph-mon[111016]: pgmap v343: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:28.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:28 smithi023 ceph-mon[107730]: pgmap v343: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:29.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 643 sec 2023-12-03T15:24:30.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 644 sec 2023-12-03T15:24:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:30 smithi159 ceph-mon[111016]: pgmap v344: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:30.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:30 smithi023 ceph-mon[107730]: pgmap v344: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:31.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 645 sec 2023-12-03T15:24:32.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 646 sec 2023-12-03T15:24:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:32 smithi159 ceph-mon[111016]: pgmap v345: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:32.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:32 smithi023 ceph-mon[107730]: pgmap v345: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:33.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 647 sec 2023-12-03T15:24:34.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 648 sec 2023-12-03T15:24:34.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:34 smithi159 ceph-mon[111016]: pgmap v346: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:34.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:34 smithi023 ceph-mon[107730]: pgmap v346: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:35.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 649 sec 2023-12-03T15:24:36.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 650 sec 2023-12-03T15:24:36.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:36 smithi159 ceph-mon[111016]: pgmap v347: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:36.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:36 smithi023 ceph-mon[107730]: pgmap v347: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:37.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 651 sec 2023-12-03T15:24:38.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 652 sec 2023-12-03T15:24:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:38 smithi159 ceph-mon[111016]: pgmap v348: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:38.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:38.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:38 smithi023 ceph-mon[107730]: pgmap v348: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:38.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:39.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 653 sec 2023-12-03T15:24:40.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 654 sec 2023-12-03T15:24:40.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:40 smithi159 ceph-mon[111016]: pgmap v349: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:40.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:40 smithi023 ceph-mon[107730]: pgmap v349: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:41.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 655 sec 2023-12-03T15:24:42.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 656 sec 2023-12-03T15:24:42.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:42 smithi023 ceph-mon[107730]: pgmap v350: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:42.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:42 smithi159 ceph-mon[111016]: pgmap v350: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:43.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 657 sec 2023-12-03T15:24:44.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 658 sec 2023-12-03T15:24:44.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:44 smithi159 ceph-mon[111016]: pgmap v351: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:44.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:44 smithi023 ceph-mon[107730]: pgmap v351: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:45.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 659 sec 2023-12-03T15:24:46.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 660 sec 2023-12-03T15:24:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:46 smithi159 ceph-mon[111016]: pgmap v352: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:46.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:46 smithi023 ceph-mon[107730]: pgmap v352: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:47.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 661 sec 2023-12-03T15:24:48.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 662 sec 2023-12-03T15:24:48.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:48 smithi159 ceph-mon[111016]: pgmap v353: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:48.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:48 smithi023 ceph-mon[107730]: pgmap v353: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:49.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 663 sec 2023-12-03T15:24:50.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 664 sec 2023-12-03T15:24:50.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:50 smithi159 ceph-mon[111016]: pgmap v354: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:50.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:50 smithi023 ceph-mon[107730]: pgmap v354: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:51.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 665 sec 2023-12-03T15:24:52.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 666 sec 2023-12-03T15:24:52.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:52 smithi159 ceph-mon[111016]: pgmap v355: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:52.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:52 smithi023 ceph-mon[107730]: pgmap v355: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:24:53.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 667 sec 2023-12-03T15:24:53.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:53.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:24:54.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 668 sec 2023-12-03T15:24:54.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:54 smithi023 ceph-mon[107730]: pgmap v356: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:54.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:54 smithi159 ceph-mon[111016]: pgmap v356: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:55.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 669 sec 2023-12-03T15:24:56.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 670 sec 2023-12-03T15:24:56.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:56 smithi159 ceph-mon[111016]: pgmap v357: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:56.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:56 smithi023 ceph-mon[107730]: pgmap v357: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:57.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 671 sec 2023-12-03T15:24:58.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 672 sec 2023-12-03T15:24:58.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:24:58 smithi159 ceph-mon[111016]: pgmap v358: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:58.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:24:58 smithi023 ceph-mon[107730]: pgmap v358: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:24:59.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 673 sec 2023-12-03T15:25:00.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 674 sec 2023-12-03T15:25:00.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:00 smithi159 ceph-mon[111016]: pgmap v359: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:00.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:00 smithi023 ceph-mon[107730]: pgmap v359: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:01.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 675 sec 2023-12-03T15:25:02.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 676 sec 2023-12-03T15:25:02.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:02 smithi159 ceph-mon[111016]: pgmap v360: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:02.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:02 smithi023 ceph-mon[107730]: pgmap v360: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:03.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 677 sec 2023-12-03T15:25:04.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 678 sec 2023-12-03T15:25:04.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:04 smithi159 ceph-mon[111016]: pgmap v361: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:04.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:04 smithi023 ceph-mon[107730]: pgmap v361: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:05.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 679 sec 2023-12-03T15:25:06.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 680 sec 2023-12-03T15:25:06.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:06 smithi023 ceph-mon[107730]: pgmap v362: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:06.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:06 smithi159 ceph-mon[111016]: pgmap v362: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:07.364 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 681 sec 2023-12-03T15:25:08.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 682 sec 2023-12-03T15:25:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:08 smithi159 ceph-mon[111016]: pgmap v363: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:08.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:08.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:08 smithi023 ceph-mon[107730]: pgmap v363: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:08.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:09.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 683 sec 2023-12-03T15:25:10.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 684 sec 2023-12-03T15:25:10.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:10 smithi159 ceph-mon[111016]: pgmap v364: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:10.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:10 smithi023 ceph-mon[107730]: pgmap v364: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:11.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 685 sec 2023-12-03T15:25:12.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 686 sec 2023-12-03T15:25:12.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:12 smithi159 ceph-mon[111016]: pgmap v365: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:12.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:12 smithi023 ceph-mon[107730]: pgmap v365: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:13.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 687 sec 2023-12-03T15:25:14.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 688 sec 2023-12-03T15:25:14.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:14 smithi159 ceph-mon[111016]: pgmap v366: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:14.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:14 smithi023 ceph-mon[107730]: pgmap v366: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:15.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 689 sec 2023-12-03T15:25:16.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 690 sec 2023-12-03T15:25:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:16 smithi159 ceph-mon[111016]: pgmap v367: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:16.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:16 smithi023 ceph-mon[107730]: pgmap v367: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:17.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 691 sec 2023-12-03T15:25:18.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 692 sec 2023-12-03T15:25:18.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:18 smithi159 ceph-mon[111016]: pgmap v368: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:18.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:18 smithi023 ceph-mon[107730]: pgmap v368: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:19.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 693 sec 2023-12-03T15:25:20.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 694 sec 2023-12-03T15:25:20.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:20 smithi159 ceph-mon[111016]: pgmap v369: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:20.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:20 smithi023 ceph-mon[107730]: pgmap v369: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:21.364 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 695 sec 2023-12-03T15:25:22.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 696 sec 2023-12-03T15:25:22.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:22 smithi159 ceph-mon[111016]: pgmap v370: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:22.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:22 smithi023 ceph-mon[107730]: pgmap v370: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:25:23.363 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 697 sec 2023-12-03T15:25:23.479 INFO:teuthology.orchestra.run.smithi023.stdout: 0 cleanup 697 sec 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Operation Count AvgLat MaxLat 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: ---------------------------------------- 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: NTCreateX 149925 7.150 172.508 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Close 110027 0.135 21.441 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Rename 6360 11.190 213.278 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Unlink 30329 7.110 110.580 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Qpathinfo 135970 2.872 125.588 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Qfileinfo 23705 0.098 21.411 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Qfsinfo 24963 1.521 39.187 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Sfileinfo 12205 10.654 79.458 2023-12-03T15:25:23.480 INFO:teuthology.orchestra.run.smithi023.stdout: Find 52547 5.252 147.331 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: WriteX 74091 10.635 55.487 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: ReadX 235336 0.010 7.596 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: LockX 490 0.371 3.120 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: UnlockX 490 0.315 3.315 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: Flush 10504 0.002 0.048 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:25:23.481 INFO:teuthology.orchestra.run.smithi023.stdout:Throughput 7.79438 MB/sec 5 clients 5 procs max_latency=213.284 ms 2023-12-03T15:25:23.483 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-03T15:25:23.548 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-03T15:25:23.621 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:23.622 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-03T15:25:23.631 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:23.682 INFO:teuthology.orchestra.run.smithi023.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-03T15:25:23.683 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:25:23.683 INFO:teuthology.orchestra.run.smithi023.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-03T15:25:23.683 INFO:teuthology.orchestra.run.smithi023.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-03T15:25:23.783 INFO:teuthology.orchestra.run.smithi023.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-03T15:25:23.784 INFO:teuthology.orchestra.run.smithi023.stdout:releasing clients 2023-12-03T15:25:23.854 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-03T15:25:24.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:24 smithi023 ceph-mon[107730]: pgmap v371: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:24.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:24 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:24.652 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:24 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:24.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:24 smithi159 ceph-mon[111016]: pgmap v371: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:24.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:24 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:24.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:24 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:25.794 INFO:teuthology.orchestra.run.smithi023.stdout: 5 308 20.18 MB/sec execute 1 sec latency 118.662 ms 2023-12-03T15:25:26.227 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:26 smithi023 ceph-mon[107730]: pgmap v372: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-12-03T15:25:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:25:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 starting - - - - 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (18m) 12m ago 18m 7042k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (17m) 8m ago 17m 7151k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 starting - - - - 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (14m) 12m ago 14m 36.8M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (14m) 8m ago 14m 15.7M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:9283 running (19m) 12m ago 19m 425M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (12m) 8m ago 17m 516M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (19m) 12m ago 19m 88.6M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (17m) 8m ago 17m 64.8M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (13m) 12m ago 13m 261M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (13m) 8m ago 13m 85.9M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 starting - - - - 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (11m) 8m ago 17m 24.8M - 1.3.1 1dbe0e931976 00ff8a5addfe 2023-12-03T15:25:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (16m) 12m ago 16m 508M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (16m) 12m ago 16m 349M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (16m) 12m ago 16m 180M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (15m) 12m ago 15m 456M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (15m) 8m ago 15m 1337M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (15m) 8m ago 15m 1659M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (15m) 8m ago 15m 1289M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (14m) 8m ago 14m 2055M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:25:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2023-12-03T15:25:26.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:26 smithi159 ceph-mon[111016]: pgmap v372: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-12-03T15:25:26.794 INFO:teuthology.orchestra.run.smithi023.stdout: 5 422 18.94 MB/sec execute 2 sec latency 142.063 ms 2023-12-03T15:25:27.006 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-03T15:25:27.270 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:27 smithi023 ceph-mon[107730]: from='client.24627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:25:27.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:27 smithi159 ceph-mon[111016]: from='client.24627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:25:27.796 INFO:teuthology.orchestra.run.smithi023.stdout: 5 589 20.63 MB/sec execute 3 sec latency 129.042 ms 2023-12-03T15:25:28.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:28 smithi023 ceph-mon[107730]: pgmap v373: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-12-03T15:25:28.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:28 smithi159 ceph-mon[111016]: pgmap v373: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-12-03T15:25:28.796 INFO:teuthology.orchestra.run.smithi023.stdout: 5 850 17.82 MB/sec execute 4 sec latency 104.533 ms 2023-12-03T15:25:29.501 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:25:29.501 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:25:29.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:25:29.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:25:29.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:25:29.503 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:25:29.503 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:25:29.796 INFO:teuthology.orchestra.run.smithi023.stdout: 5 cleanup 5 sec 2023-12-03T15:25:30.124 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-03T15:25:30.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:30 smithi023 ceph-mon[107730]: pgmap v374: 97 pgs: 97 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.8 MiB/s wr, 150 op/s 2023-12-03T15:25:30.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:30 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/506707862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:25:30.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:30 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:30.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:30 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:30 smithi159 ceph-mon[111016]: pgmap v374: 97 pgs: 97 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.8 MiB/s wr, 150 op/s 2023-12-03T15:25:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:30 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/506707862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:25:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:30 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:30.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:30 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:30.796 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 6 sec 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: pgmap v375: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 734 B/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:31 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: pgmap v375: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 734 B/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:31 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:31.796 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 7 sec 2023-12-03T15:25:32.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:32 smithi159 ceph-mon[111016]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-03T15:25:32.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:32 smithi023 ceph-mon[107730]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-03T15:25:32.796 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 8 sec 2023-12-03T15:25:33.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:33 smithi159 ceph-mon[111016]: pgmap v376: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 550 B/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-03T15:25:33.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:33 smithi023 ceph-mon[107730]: pgmap v376: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 550 B/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-03T15:25:33.796 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 9 sec 2023-12-03T15:25:34.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 10 sec 2023-12-03T15:25:35.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 11 sec 2023-12-03T15:25:35.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:35 smithi159 ceph-mon[111016]: pgmap v377: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 10 MiB/s wr, 252 op/s 2023-12-03T15:25:35.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:35 smithi023 ceph-mon[107730]: pgmap v377: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 10 MiB/s wr, 252 op/s 2023-12-03T15:25:36.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 12 sec 2023-12-03T15:25:37.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 13 sec 2023-12-03T15:25:37.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:37 smithi159 ceph-mon[111016]: pgmap v378: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.2 MiB/s wr, 241 op/s 2023-12-03T15:25:37.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:37 smithi023 ceph-mon[107730]: pgmap v378: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.2 MiB/s wr, 241 op/s 2023-12-03T15:25:38.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 14 sec 2023-12-03T15:25:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:39 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:39 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:39.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:39 smithi159 ceph-mon[111016]: pgmap v379: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.2 MiB/s wr, 241 op/s 2023-12-03T15:25:39.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:39 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:25:39.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:39 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:39.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:39 smithi023 ceph-mon[107730]: pgmap v379: 97 pgs: 97 active+clean; 260 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 8.2 MiB/s wr, 241 op/s 2023-12-03T15:25:39.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 15 sec 2023-12-03T15:25:40.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 16 sec 2023-12-03T15:25:41.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:41 smithi159 ceph-mon[111016]: pgmap v380: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.2 MiB/s wr, 92 op/s 2023-12-03T15:25:41.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:41 smithi023 ceph-mon[107730]: pgmap v380: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.2 MiB/s wr, 92 op/s 2023-12-03T15:25:41.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 17 sec 2023-12-03T15:25:42.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 18 sec 2023-12-03T15:25:43.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 19 sec 2023-12-03T15:25:43.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:43 smithi159 ceph-mon[111016]: pgmap v381: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 632 KiB/s wr, 53 op/s 2023-12-03T15:25:43.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:43 smithi023 ceph-mon[107730]: pgmap v381: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 632 KiB/s wr, 53 op/s 2023-12-03T15:25:44.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 20 sec 2023-12-03T15:25:45.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 21 sec 2023-12-03T15:25:45.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:45 smithi159 ceph-mon[111016]: pgmap v382: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 633 KiB/s wr, 53 op/s 2023-12-03T15:25:45.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:45 smithi023 ceph-mon[107730]: pgmap v382: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 633 KiB/s wr, 53 op/s 2023-12-03T15:25:46.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 22 sec 2023-12-03T15:25:47.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 23 sec 2023-12-03T15:25:47.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:47 smithi159 ceph-mon[111016]: pgmap v383: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:47.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:47 smithi023 ceph-mon[107730]: pgmap v383: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:48.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 24 sec 2023-12-03T15:25:49.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 25 sec 2023-12-03T15:25:49.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:49 smithi159 ceph-mon[111016]: pgmap v384: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:49.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:49 smithi023 ceph-mon[107730]: pgmap v384: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:50.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 26 sec 2023-12-03T15:25:51.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:51 smithi023 ceph-mon[107730]: pgmap v385: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:51.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:51 smithi159 ceph-mon[111016]: pgmap v385: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-03T15:25:51.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 27 sec 2023-12-03T15:25:52.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 28 sec 2023-12-03T15:25:53.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 29 sec 2023-12-03T15:25:53.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:53 smithi159 ceph-mon[111016]: pgmap v386: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-03T15:25:53.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:53.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:53 smithi023 ceph-mon[107730]: pgmap v386: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-03T15:25:53.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:25:54.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 30 sec 2023-12-03T15:25:55.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 31 sec 2023-12-03T15:25:55.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:55 smithi159 ceph-mon[111016]: pgmap v387: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-03T15:25:55.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:55 smithi023 ceph-mon[107730]: pgmap v387: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-03T15:25:56.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 32 sec 2023-12-03T15:25:57.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 33 sec 2023-12-03T15:25:57.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:57 smithi159 ceph-mon[111016]: pgmap v388: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:57.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:57 smithi023 ceph-mon[107730]: pgmap v388: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:58.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 34 sec 2023-12-03T15:25:59.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 35 sec 2023-12-03T15:25:59.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:25:59 smithi159 ceph-mon[111016]: pgmap v389: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:25:59.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:25:59 smithi023 ceph-mon[107730]: pgmap v389: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:00.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 36 sec 2023-12-03T15:26:01.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:01 smithi159 ceph-mon[111016]: pgmap v390: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:01.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:01 smithi023 ceph-mon[107730]: pgmap v390: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:01.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 37 sec 2023-12-03T15:26:02.797 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 38 sec 2023-12-03T15:26:03.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 39 sec 2023-12-03T15:26:03.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:03 smithi159 ceph-mon[111016]: pgmap v391: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:03.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:03 smithi023 ceph-mon[107730]: pgmap v391: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:04.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 40 sec 2023-12-03T15:26:05.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 41 sec 2023-12-03T15:26:05.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:05 smithi159 ceph-mon[111016]: pgmap v392: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:05.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:05 smithi023 ceph-mon[107730]: pgmap v392: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:06.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 42 sec 2023-12-03T15:26:07.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 43 sec 2023-12-03T15:26:07.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:07 smithi159 ceph-mon[111016]: pgmap v393: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:07.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:07 smithi023 ceph-mon[107730]: pgmap v393: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:08.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 44 sec 2023-12-03T15:26:08.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:08.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:09.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 45 sec 2023-12-03T15:26:09.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:09 smithi159 ceph-mon[111016]: pgmap v394: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:09.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:09 smithi023 ceph-mon[107730]: pgmap v394: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:10.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 46 sec 2023-12-03T15:26:11.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:11 smithi159 ceph-mon[111016]: pgmap v395: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:11.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:11 smithi023 ceph-mon[107730]: pgmap v395: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:11.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 47 sec 2023-12-03T15:26:12.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 48 sec 2023-12-03T15:26:13.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 49 sec 2023-12-03T15:26:13.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:13 smithi159 ceph-mon[111016]: pgmap v396: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:13.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:13 smithi023 ceph-mon[107730]: pgmap v396: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:14.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 50 sec 2023-12-03T15:26:15.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 51 sec 2023-12-03T15:26:15.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:15 smithi159 ceph-mon[111016]: pgmap v397: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:15.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:15 smithi023 ceph-mon[107730]: pgmap v397: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:16.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 52 sec 2023-12-03T15:26:17.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 53 sec 2023-12-03T15:26:17.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:17 smithi159 ceph-mon[111016]: pgmap v398: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:17.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:17 smithi023 ceph-mon[107730]: pgmap v398: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:18.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 54 sec 2023-12-03T15:26:19.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 55 sec 2023-12-03T15:26:19.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:19 smithi159 ceph-mon[111016]: pgmap v399: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:19.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:19 smithi023 ceph-mon[107730]: pgmap v399: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:20.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 56 sec 2023-12-03T15:26:21.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:21 smithi023 ceph-mon[107730]: pgmap v400: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:21.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:21 smithi159 ceph-mon[111016]: pgmap v400: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:26:21.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 57 sec 2023-12-03T15:26:22.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 58 sec 2023-12-03T15:26:23.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 59 sec 2023-12-03T15:26:23.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:23 smithi159 ceph-mon[111016]: pgmap v401: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:23.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:23.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:23 smithi023 ceph-mon[107730]: pgmap v401: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:23.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:24.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 60 sec 2023-12-03T15:26:25.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 61 sec 2023-12-03T15:26:25.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:25 smithi159 ceph-mon[111016]: pgmap v402: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:25.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:25 smithi023 ceph-mon[107730]: pgmap v402: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:26.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 62 sec 2023-12-03T15:26:27.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 63 sec 2023-12-03T15:26:27.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:27 smithi159 ceph-mon[111016]: pgmap v403: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:27.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:27 smithi023 ceph-mon[107730]: pgmap v403: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:28.798 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 64 sec 2023-12-03T15:26:29.249 INFO:teuthology.orchestra.run.smithi023.stdout: 0 cleanup 64 sec 2023-12-03T15:26:29.249 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:26:29.249 INFO:teuthology.orchestra.run.smithi023.stdout: Operation Count AvgLat MaxLat 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: ---------------------------------------- 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: NTCreateX 675 16.863 142.056 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: Close 625 6.834 47.703 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: Rename 29 11.088 75.563 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: Unlink 60 4.674 71.208 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: Qpathinfo 286 3.466 86.342 2023-12-03T15:26:29.250 INFO:teuthology.orchestra.run.smithi023.stdout: Qfileinfo 343 11.359 39.899 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: Qfsinfo 130 3.479 30.088 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: Sfileinfo 112 9.871 44.560 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: Find 164 8.764 94.478 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: WriteX 1686 0.024 0.076 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: ReadX 569 0.027 4.510 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: Flush 120 8.884 23.312 2023-12-03T15:26:29.251 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-03T15:26:29.252 INFO:teuthology.orchestra.run.smithi023.stdout:Throughput 17.8223 MB/sec 5 clients 5 procs max_latency=142.063 ms 2023-12-03T15:26:29.257 DEBUG:teuthology.parallel:result is None 2023-12-03T15:26:29.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:29 smithi023 ceph-mon[107730]: pgmap v404: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:29.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:29 smithi159 ceph-mon[111016]: pgmap v404: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:30.125 INFO:teuthology.orchestra.run.smithi023.stdout:wait for servicemap items w/ changing names to refresh 2023-12-03T15:26:30.474 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'sleep 60' 2023-12-03T15:26:31.486 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:31 smithi023 ceph-mon[107730]: pgmap v405: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-03T15:26:31.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:31 smithi159 ceph-mon[111016]: pgmap v405: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: pgmap v406: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:33 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: pgmap v406: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:26:33.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:33.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:33 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:34 smithi159 ceph-mon[111016]: pgmap v407: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 744 B/s wr, 0 op/s 2023-12-03T15:26:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:34 smithi159 ceph-mon[111016]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-03T15:26:34.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:34 smithi023 ceph-mon[107730]: pgmap v407: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 744 B/s wr, 0 op/s 2023-12-03T15:26:34.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:34 smithi023 ceph-mon[107730]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-03T15:26:36.393 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:36 smithi023 ceph-mon[107730]: pgmap v408: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-12-03T15:26:36.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:36 smithi159 ceph-mon[111016]: pgmap v408: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-12-03T15:26:38.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:38 smithi159 ceph-mon[111016]: pgmap v409: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-12-03T15:26:38.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:38 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:38.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:38.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:38 smithi023 ceph-mon[107730]: pgmap v409: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 4.9 KiB/s wr, 2 op/s 2023-12-03T15:26:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:38 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:26:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:40.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:40 smithi159 ceph-mon[111016]: pgmap v410: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 651 B/s rd, 5.9 KiB/s wr, 3 op/s 2023-12-03T15:26:40.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:40 smithi023 ceph-mon[107730]: pgmap v410: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 651 B/s rd, 5.9 KiB/s wr, 3 op/s 2023-12-03T15:26:42.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:42 smithi159 ceph-mon[111016]: pgmap v411: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-03T15:26:42.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:42 smithi023 ceph-mon[107730]: pgmap v411: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-03T15:26:44.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:44 smithi159 ceph-mon[111016]: pgmap v412: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-03T15:26:44.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:44 smithi023 ceph-mon[107730]: pgmap v412: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 465 B/s rd, 5.2 KiB/s wr, 2 op/s 2023-12-03T15:26:46.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:46 smithi023 ceph-mon[107730]: pgmap v413: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-03T15:26:46.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:46 smithi159 ceph-mon[111016]: pgmap v413: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-03T15:26:48.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:48 smithi159 ceph-mon[111016]: pgmap v414: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-12-03T15:26:48.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:48 smithi023 ceph-mon[107730]: pgmap v414: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-12-03T15:26:50.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:50 smithi159 ceph-mon[111016]: pgmap v415: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-12-03T15:26:50.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:50 smithi023 ceph-mon[107730]: pgmap v415: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-12-03T15:26:52.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:52 smithi159 ceph-mon[111016]: pgmap v416: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:52.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:52 smithi023 ceph-mon[107730]: pgmap v416: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:53.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:53 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:53.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:53 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:26:54.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:54 smithi159 ceph-mon[111016]: pgmap v417: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:54.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:54 smithi023 ceph-mon[107730]: pgmap v417: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:56.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:56 smithi159 ceph-mon[111016]: pgmap v418: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:56.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:56 smithi023 ceph-mon[107730]: pgmap v418: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:58.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:26:58 smithi159 ceph-mon[111016]: pgmap v419: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:26:58.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:26:58 smithi023 ceph-mon[107730]: pgmap v419: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:00.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:00 smithi159 ceph-mon[111016]: pgmap v420: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:00.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:00 smithi023 ceph-mon[107730]: pgmap v420: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:02.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:02 smithi159 ceph-mon[111016]: pgmap v421: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:02.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:02 smithi023 ceph-mon[107730]: pgmap v421: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:04.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:04 smithi159 ceph-mon[111016]: pgmap v422: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:04.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:04 smithi023 ceph-mon[107730]: pgmap v422: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:06.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:06 smithi159 ceph-mon[111016]: pgmap v423: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:06.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:06 smithi023 ceph-mon[107730]: pgmap v423: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:08.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:08 smithi159 ceph-mon[111016]: pgmap v424: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:08.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:08 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:08.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:08 smithi023 ceph-mon[107730]: pgmap v424: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:08.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:08 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:10.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:10 smithi159 ceph-mon[111016]: pgmap v425: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:10.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:10 smithi023 ceph-mon[107730]: pgmap v425: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:12.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:12 smithi159 ceph-mon[111016]: pgmap v426: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:12.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:12 smithi023 ceph-mon[107730]: pgmap v426: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:14.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:14 smithi159 ceph-mon[111016]: pgmap v427: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:14.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:14 smithi023 ceph-mon[107730]: pgmap v427: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:16.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:16 smithi159 ceph-mon[111016]: pgmap v428: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:16.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:16 smithi023 ceph-mon[107730]: pgmap v428: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:18.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:18 smithi159 ceph-mon[111016]: pgmap v429: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:18.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:18 smithi023 ceph-mon[107730]: pgmap v429: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:20.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:20 smithi159 ceph-mon[111016]: pgmap v430: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:20.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:20 smithi023 ceph-mon[107730]: pgmap v430: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:22.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:22 smithi159 ceph-mon[111016]: pgmap v431: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:22.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:22 smithi023 ceph-mon[107730]: pgmap v431: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:23.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:23 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:23.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:23 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:24.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:24 smithi159 ceph-mon[111016]: pgmap v432: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:24.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:24 smithi023 ceph-mon[107730]: pgmap v432: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:26.632 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:26 smithi159 ceph-mon[111016]: pgmap v433: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:26.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:26 smithi023 ceph-mon[107730]: pgmap v433: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:28.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:28 smithi159 ceph-mon[111016]: pgmap v434: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:28.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:28 smithi023 ceph-mon[107730]: pgmap v434: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:30.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:30 smithi159 ceph-mon[111016]: pgmap v435: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:30.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:30 smithi023 ceph-mon[107730]: pgmap v435: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:31.971 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch ps' 2023-12-03T15:27:32.627 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:32 smithi023 ceph-mon[107730]: pgmap v436: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:32.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:32 smithi159 ceph-mon[111016]: pgmap v436: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:33.374 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-03T15:27:33.374 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (13m) 60s ago 20m 22.8M - 0.23.0 ba2b418f427c d4bccf94cea8 2023-12-03T15:27:33.374 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (20m) 60s ago 20m 7037k - 17.2.0 e1d6a67b021e ce1138223fa8 2023-12-03T15:27:33.374 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi159 smithi159 running (19m) 10m ago 19m 7151k - 17.2.0 e1d6a67b021e b38936aa0674 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (13m) 60s ago 19m 59.6M - 8.3.5 dad864ee21e9 d1daebd9574a 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.icxjpz smithi023 running (16m) 60s ago 16m 41.0M - 17.2.0 e1d6a67b021e c7391e0a3a96 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi159.plpjbc smithi159 running (16m) 10m ago 16m 15.7M - 17.2.0 e1d6a67b021e c2c3919ae0db 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.ttoasj smithi023 *:8443,9283,8765 running (21m) 60s ago 21m 432M - 17.2.0 e1d6a67b021e dc2253d0d2f3 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi159.cpqcsg smithi159 *:8443,9283 running (14m) 10m ago 19m 516M - 18.0.0-7673-gb5f2d389 ad35153e00f8 f40635c3c985 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (21m) 60s ago 21m 172M 2048M 17.2.0 e1d6a67b021e 91d66320ecca 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi159 smithi159 running (19m) 10m ago 19m 64.8M 2048M 17.2.0 e1d6a67b021e f9708bedc88a 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.tnxetq smithi023 *:2049 running (16m) 60s ago 16m 317M - 4.0 e1d6a67b021e 67e04fe6eea4 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi159.xtplma smithi159 *:2049 running (15m) 10m ago 15m 85.9M - 4.0 e1d6a67b021e d7f6c4a8c895 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (13m) 60s ago 19m 26.3M - 1.3.1 1dbe0e931976 ad849366ec9a 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi159 smithi159 *:9100 running (13m) 10m ago 19m 24.8M - 1.3.1 1dbe0e931976 00ff8a5addfe 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (19m) 60s ago 19m 2639M 1944M 17.2.0 e1d6a67b021e 8ebe97afcfb5 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (18m) 60s ago 18m 2524M 1944M 17.2.0 e1d6a67b021e ccebf7ecf28a 2023-12-03T15:27:33.375 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (18m) 60s ago 18m 1995M 1944M 17.2.0 e1d6a67b021e eff4e52d2efa 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (18m) 60s ago 18m 2597M 1944M 17.2.0 e1d6a67b021e bd72360d631c 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi159 running (17m) 10m ago 17m 1337M 2712M 17.2.0 e1d6a67b021e 4894ca521f18 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi159 running (17m) 10m ago 17m 1659M 2712M 17.2.0 e1d6a67b021e c7d13e540b09 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi159 running (17m) 10m ago 17m 1289M 2712M 17.2.0 e1d6a67b021e ffb61455c299 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi159 running (17m) 10m ago 17m 2055M 2712M 17.2.0 e1d6a67b021e b51799a532e8 2023-12-03T15:27:33.376 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (13m) 60s ago 19m 71.4M - 2.33.4 514e6a882f6e a70c7b5b3995 2023-12-03T15:27:33.732 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph orch upgrade status' 2023-12-03T15:27:34.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:34 smithi023 ceph-mon[107730]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:27:34.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:34 smithi023 ceph-mon[107730]: pgmap v437: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:34.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:34 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:27:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:34 smithi159 ceph-mon[111016]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:27:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:34 smithi159 ceph-mon[111016]: pgmap v437: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:34.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:34 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:617239a0d91cf7dc27084d887a0ef5c9d6431025c96628b89d8ccb9ddd4b0edb", 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed.", 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": true 2023-12-03T15:27:35.641 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:27:36.115 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph health detail' 2023-12-03T15:27:36.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:36 smithi159 ceph-mon[111016]: pgmap v438: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:36.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:36 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:36.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:36 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:36.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:36 smithi159 ceph-mon[111016]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:27:36.893 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:36 smithi023 ceph-mon[107730]: pgmap v438: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:36.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:36 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:36.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:36 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:36.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:36 smithi023 ceph-mon[107730]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-03T15:27:37.789 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi023.ttoasj on host smithi023 failed. 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout: Upgrade daemon: mgr.smithi023.ttoasj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi023.ttoasj ... 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout:Traceback (most recent call last): 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout: "__main__", mod_spec) 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-03T15:27:37.790 INFO:teuthology.orchestra.run.smithi023.stdout: exec(code, run_globals) 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5676, in 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 5664, in main 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3230, in command_deploy_from 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3265, in _common_deploy 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 3295, in _deploy_daemon_container 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1029, in deploy_daemon 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/__main__.py", line 1263, in deploy_daemon_units 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout: File "/tmp/tmp_63v_dcg.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-03T15:27:37.791 INFO:teuthology.orchestra.run.smithi023.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-03T15:27:38.188 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions' 2023-12-03T15:27:38.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: pgmap v439: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:38.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/4131634405' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:38 smithi159 ceph-mon[111016]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: pgmap v439: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/4131634405' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 172.21.15.159:0/37292126' entity='mgr.smithi159.cpqcsg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:38.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:38 smithi023 ceph-mon[107730]: from='mgr.24453 ' entity='mgr.smithi159.cpqcsg' 2023-12-03T15:27:39.732 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:27:39.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-03T15:27:39.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-03T15:27:39.735 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-03T15:27:39.735 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-03T15:27:39.735 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 18.0.0-7673-gb5f2d389 (b5f2d3894d094aabe62070fbfb31ffe158591885) reef (dev)": 1 2023-12-03T15:27:39.735 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-03T15:27:39.735 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-03T15:27:40.096 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-03T15:27:40.770 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:40 smithi023 ceph-mon[107730]: pgmap v440: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:40.771 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:40 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/278586007' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:27:40.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:40 smithi159 ceph-mon[111016]: pgmap v440: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-03T15:27:40.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:40 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/278586007' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:27:41.551 INFO:teuthology.orchestra.run.smithi023.stdout:false 2023-12-03T15:27:41.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:41 smithi159 ceph-mon[111016]: from='client.? 172.21.15.23:0/2512117314' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:27:41.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:41 smithi023 ceph-mon[107730]: from='client.? 172.21.15.23:0/2512117314' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-03T15:27:41.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:27:41.906 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-03T15:27:41.987 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8e6fa9ff4eb04b6796ecfdbf7c30b8ec Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-03T15:27:41.990 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-03T15:27:42.000 INFO:tasks.cephadm:Teardown begin 2023-12-03T15:27:42.001 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:27:42.048 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:27:42.085 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-03T15:27:42.085 DEBUG:teuthology.orchestra.run.smithi023:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-03T15:27:42.107 DEBUG:teuthology.orchestra.run.smithi159:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-03T15:27:42.146 INFO:tasks.cephadm:Stopping all daemons... 2023-12-03T15:27:42.146 INFO:tasks.cephadm.mon.smithi023:Stopping mon.smithi023... 2023-12-03T15:27:42.146 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023 2023-12-03T15:27:42.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:42 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:27:42.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:42 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023[107707]: 2023-12-03T15:27:42.246+0000 7f101a5e9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi023 -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-03T15:27:42.534 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Dec 03 15:27:42 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi023[107707]: 2023-12-03T15:27:42.246+0000 7f101a5e9700 -1 mon.smithi023@0(leader) e2 *** Got Signal Terminated *** 2023-12-03T15:27:42.705 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi023.service' 2023-12-03T15:27:42.751 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:27:42.751 INFO:tasks.cephadm.mon.smithi023:Stopped mon.smithi023 2023-12-03T15:27:42.752 INFO:tasks.cephadm.mon.smithi159:Stopping mon.smithi159... 2023-12-03T15:27:42.752 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi159 2023-12-03T15:27:43.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:42 smithi159 systemd[1]: Stopping Ceph mon.smithi159 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:27:43.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:42 smithi159 bash[136680]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon.smithi159" found: no such container 2023-12-03T15:27:43.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:42 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi159[110993]: 2023-12-03T15:27:42.902+0000 7efd846ed700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi159 -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-03T15:27:43.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Dec 03 15:27:42 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-mon-smithi159[110993]: 2023-12-03T15:27:42.902+0000 7efd846ed700 -1 mon.smithi159@1(peon) e2 *** Got Signal Terminated *** 2023-12-03T15:27:43.253 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@mon.smithi159.service' 2023-12-03T15:27:43.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:27:43.296 INFO:tasks.cephadm.mon.smithi159:Stopped mon.smithi159 2023-12-03T15:27:43.296 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-03T15:27:43.297 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.0 2023-12-03T15:27:43.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:43 smithi023 systemd[1]: Stopping Ceph osd.0 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:27:43.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:43 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0[120459]: 2023-12-03T15:27:43.384+0000 7fe04785b700 -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-03T15:27:43.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:43 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0[120459]: 2023-12-03T15:27:43.384+0000 7fe04785b700 -1 osd.0 68 *** Got signal Terminated *** 2023-12-03T15:27:43.644 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:43 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0[120459]: 2023-12-03T15:27:43.384+0000 7fe04785b700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:27:49.372 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:49 smithi023 bash[158240]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-0 2023-12-03T15:27:49.372 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 03 15:27:49 smithi023 bash[158281]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-03T15:27:50.165 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.0.service' 2023-12-03T15:27:50.206 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:27:50.206 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-03T15:27:50.206 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-03T15:27:50.207 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.1 2023-12-03T15:27:50.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:50 smithi023 systemd[1]: Stopping Ceph osd.1 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:27:50.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:50 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:27:50.362+0000 7ffa92142700 -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-03T15:27:50.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:50 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:27:50.362+0000 7ffa92142700 -1 osd.1 68 *** Got signal Terminated *** 2023-12-03T15:27:50.644 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:50 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1[125181]: 2023-12-03T15:27:50.362+0000 7ffa92142700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:27:56.394 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:56 smithi023 bash[158497]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-1 2023-12-03T15:27:56.394 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 03 15:27:56 smithi023 bash[158541]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-03T15:27:57.213 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.1.service' 2023-12-03T15:27:57.257 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:27:57.257 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-03T15:27:57.257 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-03T15:27:57.257 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.2 2023-12-03T15:27:57.643 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:27:57 smithi023 systemd[1]: Stopping Ceph osd.2 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:27:57.644 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:27:57 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:27:57.391+0000 7f0565094700 -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-03T15:27:57.644 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:27:57 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:27:57.391+0000 7f0565094700 -1 osd.2 68 *** Got signal Terminated *** 2023-12-03T15:27:57.644 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:27:57 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2[129444]: 2023-12-03T15:27:57.391+0000 7f0565094700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:03.393 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:28:03 smithi023 bash[158718]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-2 2023-12-03T15:28:03.394 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 03 15:28:03 smithi023 bash[158770]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-03T15:28:04.247 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.2.service' 2023-12-03T15:28:04.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:04.288 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-03T15:28:04.288 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-03T15:28:04.289 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.3 2023-12-03T15:28:04.644 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:04 smithi023 systemd[1]: Stopping Ceph osd.3 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:28:04.644 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:04 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:28:04.423+0000 7f7189aaf700 -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-03T15:28:04.644 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:04 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:28:04.423+0000 7f7189aaf700 -1 osd.3 68 *** Got signal Terminated *** 2023-12-03T15:28:04.645 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:04 smithi023 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3[133224]: 2023-12-03T15:28:04.423+0000 7f7189aaf700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:09.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:09 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:09.291+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:10.395 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:10 smithi023 bash[158948]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-3 2023-12-03T15:28:10.395 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 03 15:28:10 smithi023 bash[159025]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-03T15:28:10.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:10 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:10.302+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:11.146 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.3.service' 2023-12-03T15:28:11.187 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:11.187 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-03T15:28:11.187 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-03T15:28:11.188 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.4 2023-12-03T15:28:11.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:11 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:11.296+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:11.632 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:11 smithi159 systemd[1]: Stopping Ceph osd.4 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:28:11.633 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:11 smithi159 bash[136881]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-03T15:28:11.633 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:11 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:11.399+0000 7f117ab9a700 -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-03T15:28:11.633 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:11 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:11.399+0000 7f117ab9a700 -1 osd.4 68 *** Got signal Terminated *** 2023-12-03T15:28:11.633 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:11 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:11.399+0000 7f117ab9a700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:12.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:11 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:11.752+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:12.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:12 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:12.273+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:13.132 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:12 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:12.744+0000 7f1177d36700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.894841+0000 front 2023-12-03T15:27:46.894907+0000 (oldest deadline 2023-12-03T15:28:12.194690+0000) 2023-12-03T15:28:13.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:12 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:12.747+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:13.133 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:12 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:12.709+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:13.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:13 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:13.300+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:14.132 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:13 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:13.696+0000 7f1177d36700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.894841+0000 front 2023-12-03T15:27:46.894907+0000 (oldest deadline 2023-12-03T15:28:12.194690+0000) 2023-12-03T15:28:14.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:13 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:13.765+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:14.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:13 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:13.724+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:14.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:14 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:14.259+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:15.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:14 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:14.756+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:15.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:14 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:14.814+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:15.133 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:14 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:14.665+0000 7f1177d36700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.894841+0000 front 2023-12-03T15:27:46.894907+0000 (oldest deadline 2023-12-03T15:28:12.194690+0000) 2023-12-03T15:28:15.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:15 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:15.222+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:16.132 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:15 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4[115862]: 2023-12-03T15:28:15.684+0000 7f1177d36700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.894841+0000 front 2023-12-03T15:27:46.894907+0000 (oldest deadline 2023-12-03T15:28:12.194690+0000) 2023-12-03T15:28:16.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:15 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:15.767+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:16.133 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:15 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:15.774+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:16.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:16 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:16.238+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:16.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:16 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:16.238+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:17.018 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:16 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:16.732+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:17.018 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:16 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:16.720+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:17.383 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:17 smithi159 bash[136893]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-4 2023-12-03T15:28:17.383 INFO:journalctl@ceph.osd.4.smithi159.stdout:Dec 03 15:28:17 smithi159 bash[136937]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-03T15:28:17.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:17 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:17.199+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:17.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:17 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:17.199+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:18.085 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:17 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:17.721+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:18.085 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:17 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:17.781+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:18.093 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.4.service' 2023-12-03T15:28:18.133 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:18.134 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-03T15:28:18.134 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-03T15:28:18.134 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.5 2023-12-03T15:28:18.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:18.184+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:18.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:18.184+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:18.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 systemd[1]: Stopping Ceph osd.5 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:28:18.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 bash[137114]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-03T15:28:18.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:18.285+0000 7f943d8e6700 -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-03T15:28:18.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:18.285+0000 7f943d8e6700 -1 osd.5 68 *** Got signal Terminated *** 2023-12-03T15:28:18.383 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:18.285+0000 7f943d8e6700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:19.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:18.782+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:19.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:18.746+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:19.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:18 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:18.746+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:19.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:19.179+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:19.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:19.179+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:20.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:19.793+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:20.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:19.793+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:20.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:19.743+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:20.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:19 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:19.743+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:20.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:20.151+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:20.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:20.151+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:21.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:20.778+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:21.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:20.778+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:21.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:20.809+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:21.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:20 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:20.809+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:21.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:21.175+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:21.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:21.175+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:22.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:21.789+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:22.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:21.789+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:22.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:21.758+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:22.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:21 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:21.758+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:22.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:22.159+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:22.632 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:22.159+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:23.125 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:22.775+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:23.126 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:22.775+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:23.126 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:22.798+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:23.126 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:22 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:22.798+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:23.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:23.123+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:46.819692+0000 front 2023-12-03T15:27:46.819677+0000 (oldest deadline 2023-12-03T15:28:09.119681+0000) 2023-12-03T15:28:23.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5[119300]: 2023-12-03T15:28:23.123+0000 7f9438a7e700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:50.220948+0000 front 2023-12-03T15:27:50.220973+0000 (oldest deadline 2023-12-03T15:28:16.021458+0000) 2023-12-03T15:28:24.018 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:23.754+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:24.018 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:23.754+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:24.018 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:23.754+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:24.019 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:23.820+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:24.019 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:23 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:23.820+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:24.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:24 smithi159 bash[137127]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-5 2023-12-03T15:28:24.382 INFO:journalctl@ceph.osd.5.smithi159.stdout:Dec 03 15:28:24 smithi159 bash[137170]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-03T15:28:25.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:24.744+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:25.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:24.744+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:25.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:24.744+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:25.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:24.799+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:25.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:24.799+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:25.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:24 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:24.799+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:25.157 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.5.service' 2023-12-03T15:28:25.198 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:25.198 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-03T15:28:25.198 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-03T15:28:25.198 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.6 2023-12-03T15:28:25.632 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 systemd[1]: Stopping Ceph osd.6 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:28:25.632 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 bash[137349]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-03T15:28:25.632 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.354+0000 7ff73ba7d700 -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-03T15:28:25.633 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.354+0000 7ff73ba7d700 -1 osd.6 68 *** Got signal Terminated *** 2023-12-03T15:28:25.633 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.354+0000 7ff73ba7d700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:26.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.711+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:26.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.711+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:26.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:25.711+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:26.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:25.773+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:26.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:25.773+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:26.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:25 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:25.773+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:27.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:26.695+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:27.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:26.695+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:27.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:26.695+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:27.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:26.800+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:27.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:26.800+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:27.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:26 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:26.800+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:28.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:27.663+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:28.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:27.663+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:28.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:27.663+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:28.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:27.845+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:28.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:27.845+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:28.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:27 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:27.845+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:29.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:28.662+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:29.133 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:28.662+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:29.133 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:28.662+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:29.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:28.814+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:29.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:28.814+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:29.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:28 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:28.814+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:30.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:29.683+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:47.008400+0000 front 2023-12-03T15:27:47.008307+0000 (oldest deadline 2023-12-03T15:28:11.108209+0000) 2023-12-03T15:28:30.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:29.683+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.208963+0000 front 2023-12-03T15:27:55.209047+0000 (oldest deadline 2023-12-03T15:28:19.209625+0000) 2023-12-03T15:28:30.132 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6[122826]: 2023-12-03T15:28:29.683+0000 7ff738c19700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.210141+0000 front 2023-12-03T15:27:59.210187+0000 (oldest deadline 2023-12-03T15:28:23.309988+0000) 2023-12-03T15:28:30.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:29.767+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:30.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:29.767+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:30.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:29 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:29.767+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:30.997 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:30 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:30.720+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:30.998 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:30 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:30.720+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:30.998 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:30 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:30.720+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:31.338 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:30 smithi159 bash[137361]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-6 2023-12-03T15:28:31.338 INFO:journalctl@ceph.osd.6.smithi159.stdout:Dec 03 15:28:31 smithi159 bash[137439]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-03T15:28:31.991 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:31 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:31.712+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:31.992 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:31 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:31.712+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:31.992 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:31 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:31.712+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:31.992 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:31 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:31.712+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:31.998 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.6.service' 2023-12-03T15:28:32.038 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:32.039 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-03T15:28:32.039 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-03T15:28:32.039 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.7 2023-12-03T15:28:32.382 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 systemd[1]: Stopping Ceph osd.7 for 68b53740-91ed-11ee-95a2-87774f69a715... 2023-12-03T15:28:32.382 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 bash[137615]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-03T15:28:32.382 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.211+0000 7f27c7890700 -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-03T15:28:32.382 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.211+0000 7f27c7890700 -1 osd.7 68 *** Got signal Terminated *** 2023-12-03T15:28:32.383 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.211+0000 7f27c7890700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-03T15:28:33.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.698+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:33.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.698+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:33.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.698+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:33.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:32 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:32.698+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:34.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:33 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:33.668+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:34.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:33 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:33.668+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:34.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:33 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:33.668+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:34.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:33 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:33.668+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:35.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:34 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:34.695+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:35.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:34 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:34.695+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:35.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:34 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:34.695+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:35.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:34 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:34.695+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:36.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:35 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:35.713+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:36.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:35 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:35.713+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:36.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:35 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:35.713+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:36.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:35 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:35.713+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:37.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:36.689+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-03T15:27:45.351010+0000 front 2023-12-03T15:27:45.351219+0000 (oldest deadline 2023-12-03T15:28:12.351491+0000) 2023-12-03T15:28:37.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:36.689+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-03T15:27:55.252424+0000 front 2023-12-03T15:27:55.252452+0000 (oldest deadline 2023-12-03T15:28:18.152520+0000) 2023-12-03T15:28:37.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:36.689+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-03T15:27:59.253713+0000 front 2023-12-03T15:27:59.253669+0000 (oldest deadline 2023-12-03T15:28:24.454301+0000) 2023-12-03T15:28:37.133 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:36 smithi159 ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7[126311]: 2023-12-03T15:28:36.689+0000 7f27c2a28700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-03T15:28:08.555284+0000 front 2023-12-03T15:28:08.555335+0000 (oldest deadline 2023-12-03T15:28:30.855271+0000) 2023-12-03T15:28:38.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:37 smithi159 bash[137627]: ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd-7 2023-12-03T15:28:38.132 INFO:journalctl@ceph.osd.7.smithi159.stdout:Dec 03 15:28:37 smithi159 bash[137668]: Error: no container with name or ID "ceph-68b53740-91ed-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-03T15:28:38.859 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68b53740-91ed-11ee-95a2-87774f69a715@osd.7.service' 2023-12-03T15:28:38.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:28:38.899 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-03T15:28:38.899 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68b53740-91ed-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-03T15:29:00.327 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68b53740-91ed-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-03T15:29:14.941 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:29:14.981 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-03T15:29:15.012 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-03T15:29:15.014 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi023/crash 2023-12-03T15:29:15.015 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash -- . 2023-12-03T15:29:15.059 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-03T15:29:15.059 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2023-12-03T15:29:15.061 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi159/crash 2023-12-03T15:29:15.061 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash -- . 2023-12-03T15:29:15.097 INFO:teuthology.orchestra.run.smithi159.stderr:tar: /var/lib/ceph/68b53740-91ed-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-03T15:29:15.098 INFO:teuthology.orchestra.run.smithi159.stderr:tar: Error is not recoverable: exiting now 2023-12-03T15:29:15.099 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-03T15:29:15.099 DEBUG:teuthology.orchestra.run.smithi023:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-03T15:29:15.132 INFO:teuthology.orchestra.run.smithi023.stderr:grep: /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-03T15:29:15.134 INFO:tasks.cephadm:Compressing logs... 2023-12-03T15:29:15.134 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:29:15.177 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:29:15.204 INFO:teuthology.orchestra.run.smithi159.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:: No such file or directory 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi159.cpqcsg.log 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-03T15:29:15.205 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi159.cpqcsg.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi159.log 2023-12-03T15:29:15.207 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi159.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi159.plpjbc.log 2023-12-03T15:29:15.207 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi159.plpjbc.log: 60.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi159.plpjbc.log.gz 2023-12-03T15:29:15.207 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-03T15:29:15.209 INFO:teuthology.orchestra.run.smithi023.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2023-12-03T15:29:15.210 INFO:teuthology.orchestra.run.smithi023.stderr:--verbose -- /var/log/ceph/cephadm.log 2023-12-03T15:29:15.210 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi023.icxjpz.log 2023-12-03T15:29:15.210 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi023.icxjpz.log: /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr: 80.7% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi023.icxjpz.log.gz 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi023.log 2023-12-03T15:29:15.211 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi023.ttoasj.log 2023-12-03T15:29:15.214 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi023.log: /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi023.ttoasj.log: 90.8% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-03T15:29:15.214 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-03T15:29:15.215 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.4.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-03T15:29:15.215 INFO:teuthology.orchestra.run.smithi159.stderr: 91.0% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-03T15:29:15.215 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-03T15:29:15.220 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-03T15:29:15.344 INFO:teuthology.orchestra.run.smithi023.stderr: 88.5% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi023.ttoasj.log.gz 2023-12-03T15:29:15.348 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.5.log: 90.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mgr.smithi159.cpqcsg.log.gz 2023-12-03T15:29:15.512 INFO:teuthology.orchestra.run.smithi159.stderr: 92.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi159.log.gz 2023-12-03T15:29:16.204 INFO:teuthology.orchestra.run.smithi023.stderr: 91.6% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-mon.smithi023.log.gz 2023-12-03T15:29:23.263 INFO:teuthology.orchestra.run.smithi023.stderr: 94.5% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-03T15:29:24.912 INFO:teuthology.orchestra.run.smithi159.stderr: 94.0% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-03T15:29:26.308 INFO:teuthology.orchestra.run.smithi159.stderr: 94.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-03T15:29:27.608 INFO:teuthology.orchestra.run.smithi023.stderr: 94.1% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-03T15:29:27.914 INFO:teuthology.orchestra.run.smithi023.stderr: 94.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-03T15:29:28.645 INFO:teuthology.orchestra.run.smithi023.stderr: 94.1% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-03T15:29:28.647 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-03T15:29:28.647 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m13.453s 2023-12-03T15:29:28.647 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m45.996s 2023-12-03T15:29:28.647 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m1.715s 2023-12-03T15:29:30.112 INFO:teuthology.orchestra.run.smithi159.stderr: 94.3% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-03T15:29:32.413 INFO:teuthology.orchestra.run.smithi159.stderr: 94.2% -- replaced with /var/log/ceph/68b53740-91ed-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-03T15:29:32.415 INFO:teuthology.orchestra.run.smithi159.stderr: 2023-12-03T15:29:32.415 INFO:teuthology.orchestra.run.smithi159.stderr:real 0m17.221s 2023-12-03T15:29:32.415 INFO:teuthology.orchestra.run.smithi159.stderr:user 0m51.306s 2023-12-03T15:29:32.415 INFO:teuthology.orchestra.run.smithi159.stderr:sys 0m2.018s 2023-12-03T15:29:32.415 INFO:tasks.cephadm:Archiving logs... 2023-12-03T15:29:32.416 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi023/log 2023-12-03T15:29:32.417 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-03T15:29:38.621 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi159/log 2023-12-03T15:29:38.622 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-03T15:29:50.154 INFO:tasks.cephadm:Removing cluster... 2023-12-03T15:29:50.155 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68b53740-91ed-11ee-95a2-87774f69a715 --force 2023-12-03T15:29:50.530 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68b53740-91ed-11ee-95a2-87774f69a715 --force 2023-12-03T15:29:50.905 INFO:tasks.cephadm:Removing cephadm ... 2023-12-03T15:29:50.906 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-03T15:29:50.925 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-03T15:29:50.943 INFO:tasks.cephadm:Teardown complete 2023-12-03T15:29:50.943 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-03T15:29:50.953 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-03T15:29:50.954 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:29:50.968 DEBUG:teuthology.orchestra.run.smithi159:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:29:50.984 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2023-12-03T15:29:50.988 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:29:50.989 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2023-12-03T15:29:50.989 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +983us[+1082us] +/- 79ms 2023-12-03T15:29:50.989 INFO:teuthology.orchestra.run.smithi023.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -1053us[ -954us] +/- 57ms 2023-12-03T15:29:50.989 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +617us[ +716us] +/- 77ms 2023-12-03T15:29:50.989 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:29:51.000 INFO:teuthology.orchestra.run.smithi159.stderr:bash: ntpq: command not found 2023-12-03T15:29:51.004 INFO:teuthology.orchestra.run.smithi159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:29:51.004 INFO:teuthology.orchestra.run.smithi159.stdout:=============================================================================== 2023-12-03T15:29:51.004 INFO:teuthology.orchestra.run.smithi159.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +967us[ +967us] +/- 79ms 2023-12-03T15:29:51.004 INFO:teuthology.orchestra.run.smithi159.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 -1088us[-1082us] +/- 57ms 2023-12-03T15:29:51.005 INFO:teuthology.orchestra.run.smithi159.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 +590us[ +590us] +/- 77ms 2023-12-03T15:29:51.005 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:29:51.006 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-03T15:29:51.015 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-03T15:29:51.016 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-03T15:29:51.026 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:29:51.131 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:29:51.221 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:29:51.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:29:51.255 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:29:51.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:29:51.287 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-03T15:29:51.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-03T15:29:51.308 INFO:teuthology.task.internal:Duration was 1935.232512 seconds 2023-12-03T15:29:51.309 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-03T15:29:51.319 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-03T15:29:51.319 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:29:51.322 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:29:51.368 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:29:51.373 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:29:51.655 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-03T15:29:51.656 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2023-12-03T15:29:51.656 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:29:51.681 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi159.front.sepia.ceph.com 2023-12-03T15:29:51.681 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:29:51.703 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-03T15:29:51.704 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:29:51.724 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:29:51.803 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-03T15:29:51.803 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:29:51.806 DEBUG:teuthology.orchestra.run.smithi159:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:30:00.531 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-03T15:30:00.541 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-03T15:30:00.542 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:30:00.571 DEBUG:teuthology.orchestra.run.smithi159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:30:00.605 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-03T15:30:00.616 DEBUG:teuthology.orchestra.run.smithi023:> 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-03T15:30:00.619 DEBUG:teuthology.orchestra.run.smithi159:> 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-03T15:30:00.644 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2023-12-03T15:30:00.679 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = core 2023-12-03T15:30:00.800 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:30:00.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:30:00.818 DEBUG:teuthology.orchestra.run.smithi159:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:30:00.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:30:00.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-03T15:30:00.882 INFO:teuthology.task.internal:Transferring archived files... 2023-12-03T15:30:00.883 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi023 2023-12-03T15:30:00.883 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:30:00.944 DEBUG:teuthology.misc:Transferring archived files from smithi159:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434/remote/smithi159 2023-12-03T15:30:00.944 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:30:00.988 INFO:teuthology.task.internal:Removing archive directory... 2023-12-03T15:30:00.988 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:30:00.990 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:30:01.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-03T15:30:01.053 INFO:teuthology.task.internal:Not uploading archives. 2023-12-03T15:30:01.053 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-03T15:30:01.064 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-03T15:30:01.064 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:30:01.066 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:30:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:30 /home/ubuntu/cephtest 2023-12-03T15:30:01.099 INFO:teuthology.orchestra.run.smithi159.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:30 /home/ubuntu/cephtest 2023-12-03T15:30:01.100 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-03T15:30:01.112 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-03T15:30:01.134 INFO:teuthology.nuke:Checking targets against current locks 2023-12-03T15:30:01.163 DEBUG:teuthology.nuke:shortname: smithi023 2023-12-03T15:30:01.163 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:30:01.187 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434', '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-03 14:47:23.582737', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPTfaZrpt3/LDDJAVsYSTCSUKNSWObac9222BO56vXFSqTns49+Fk2zr4ioHMv1LosourjjWrvQKbBdgk9oGPE='} 2023-12-03T15:30:01.191 DEBUG:teuthology.nuke:shortname: smithi159 2023-12-03T15:30:01.191 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:30:01.213 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476434', '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-03 14:47:23.581654', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlachzZk1cTC8fwKJQqc/2+CiANVEwRbBcCigU688fm08gZMX9MWmxo8FjB48KYTVCGFsaRoRfQ2PWVZxosFVU='} 2023-12-03T15:30:01.245 INFO:teuthology.orchestra.console.smithi023:Power off 2023-12-03T15:30:01.245 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:30:01.280 INFO:teuthology.orchestra.console.smithi159:Power off 2023-12-03T15:30:01.280 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:30:01.290 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2023-12-03T15:30:01.290 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:01.302 DEBUG:teuthology.orchestra.console.smithi159:power off output: Chassis Power Control: Down/Off 2023-12-03T15:30:01.303 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:01.317 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-03T15:30:01.328 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2023-12-03T15:30:05.318 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:05.329 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:05.428 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-03T15:30:05.438 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2023-12-03T15:30:09.432 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:09.440 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:09.542 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2023-12-03T15:30:09.549 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2023-12-03T15:30:09.644 INFO:teuthology.orchestra.console.smithi023:Power off completed 2023-12-03T15:30:13.551 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:30:13.665 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is off 2023-12-03T15:30:13.765 INFO:teuthology.orchestra.console.smithi159:Power off completed 2023-12-03T15:30:13.870 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: 1935.2325122356415 failure_reason: 'Command failed on smithi023 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68b53740-91ed-11ee-95a2-87774f69a715 -e sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8e6fa9ff4eb04b6796ecfdbf7c30b8ec status: fail success: false 2023-12-03T15:30:13.871 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T15:30:13.951 INFO:teuthology.run:FAIL